/*
	Site:		PBX Prompts
	File:		Home Page CSS
	Author:	Eric Shepherd
	Date:		August 2007
*/

/* LIVE HELP */

ul#nav-utility li#live-help table a {
	background-image: url(../images/btn-livechat-offline-home.gif);
}

ul#nav-utility li#live-help.online table a {
	background-image: url(../images/btn-livechat-online-home.gif);
}

/* OVERRIDES */

body.home #container {
	padding-top: 0;
}

body.home ul#nav-utility {
	margin-top: 0px;
}

/* HEADLINE */

#heading-container {
	background: url(../images/hi.jpg) no-repeat right bottom;
	min-height: 303px;
	padding-top: 24px;
}

	#heading-container #nav-main,
	#find-prompt-set {
		width: 657px;
	}

/* FIND PROMPT SET */

	#find-prompt-set {
		background: url(../images/nav-gradient-gutter.gif) no-repeat center top;
		clear: both;
		margin: 0 0 0 26px;
		padding-top: 1em;
	}
	
		#find-prompt-set h2 {
			color: #8ebe42;
			font-size: 2em;
			font-family: georgia, serif;
			background: url(../images/headline-home.gif) no-repeat left bottom;
			width: 409px;
			height: 24px;
			text-indent: -9999px;
			padding: 1em 0 0 0;
			margin: 0 0 .4em 0;
		}

			#find-prompt-set h2 strong {
			}

		#find-prompt-set p {
			line-height: 1.5;
			width: 630px;
		}

		#find-prompt-set form {
			margin: 2em 0 0;
		}
		
			#find-prompt-set form h3 {
				color: #444B31;
				float: left;
				font-family: verdana,helvetica,arial,sans-serif;
				font-size: 1em;
				font-weight: bold;
				padding: 1px 4px 0 0;
			}

			#find-prompt-set fieldset {
				background: transparent;
				margin: 0;
				padding: 0;
			}

				#find-prompt-set legend {
					display: none;
				}

				#find-prompt-set label {
					background: url(../images/arrow-right-gray.gif) no-repeat center center;
					display: block;
					height: 15px;
					float: left;
					text-indent: -9999px;
					width: 30px;
				}

				#find-prompt-set select {
					float: left;
					display: block;
					position: relative;
					top: -2px;
				}
				
				/* Safari 3 hack */
				@media screen and (-webkit-min-device-pixel-ratio:0) {
					#find-prompt-set select {
						top: -4px;
					}
				}

				#find-prompt-set #submit {
					position: relative;
					top: -11px;
					margin-left: 10px;
					border: 0;
				}

/* CONTENT */

#content {
	background: #28adda url(../images/bk-prompt-sets.gif) repeat-y left top;
	color: #fff;
	float: left;
}

	#content a {
		color: #fff;
	}

/* BEST SELLERS */

	#best-sellers {
		padding: 22px 22px 15px 22px;
		width: 490px;
		float: left;
	}
	
		#best-sellers h2 {
			background: url(../images/icon-suitcase-blue.gif) no-repeat left top;
			color: #fff;
			padding: 7px 0 8px 45px;
		}

		#best-sellers table {
			width: 475px;
		}
	
			#best-sellers td,
			#best-sellers th {
				padding: .65em 0 .45em;
				vertical-align: middle;
			}

			#best-sellers th {
				color: #b9e4f2;
				font-weight: bold;
			}
	
			#best-sellers td {
				border-top: 1px solid #1296c2;
			}
			
				#best-sellers td.actions {
					padding-top: .4em;
					width: 130px;
				}
				
					/*#best-sellers td.actions a {
						float: left;
						margin-right: .7em;
						position: relative;
						top: .6em;
					}*/
	
					#best-sellers td.actions a.more-information {
						background: url(../images/btn-product-details-blue-small.gif) no-repeat left top;
						display: block;
						width: 112px;
						height: 26px;
						overflow: hidden;
						text-indent: -9999px;
						position: relative;
						top: 2px; /* compensate for shadow */
					}

/* CUSTOM PROMPTS TOOL */

	#custom-prompts-tool {
		margin: 16px 0 14px 0;
		background: url(../images/bk-custom-bottom.gif) no-repeat left bottom;
		width: 391px;
		min-height: 153px;
		float: left;
		color: #444b51;
		position: relative;
		padding: 0 35px 57px 0;
	}

		#custom-prompts-tool h2 {
			width: 391px;
			height: 85px;
			background: url(../images/bk-custom-top.gif) no-repeat left top;
			text-indent: -9999px;
		}

		#custom-prompts-tool p {
			margin: .6em 30px;
			padding-bottom: 0;
		}

		#custom-prompts-tool a#custom-start {
			background: url(../images/btn-start-here.gif) no-repeat left top;
			display: block;
			width: 90px;
			height: 29px;
			overflow: hidden;
			text-indent: -9999px;
			position: absolute;
			bottom: 28px;
			right: 64px;
		}

			#custom-prompts-tool a#custom-start:hover {

			}

/* MORE */

	#more-options {
		padding: 28px 0 0 0;
		clear: both;
		float: left;
		width: 960px;
		background: #0099cb url(../images/bk-options-border.gif) no-repeat center top;
	}

		#more-options h2 {
			font-family: georgia, serif;
			padding: 4px 0 .4em 30px;
			min-height: 20px;
		}

			#more-options h2 a {
				color: #b9e4f2;
				font-weight: normal;
			}

		#messages-on-hold,
		#music-on-hold,
		#testimonials {
			float: left;
			width: 270px;
			padding: 0 25px 25px 25px;
		}

			#messages-on-hold h2 {
				background: url(../images/icon-clock-blue.gif) no-repeat left top;
			}

			#music-on-hold h2 {
				background: url(../images/icon-music-blue.gif) no-repeat left top;
			}

			#testimonials h2 {
				background: url(../images/icon-bulb-blue.gif) no-repeat left top;
			}
	
#testimonials p span {
	display: block;
	width: .6em;
	height: .4em;
	float: left;
	font-size: 5em;
	font-family: georgia, "times new roman", serif;
	color: #b9e4f2;
}

