/*----------------------------------------------
File:		   main.css
Description:   Styles for Crown-Beverages.com
-----------------------------------------------*/

body {
	color: #183961;
	font: normal 12px Verdana, sans-serif;
	background-color: #fff;
	text-align: left;
}

.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
	line-height: 1px;
}

.left { float: left; }
.right { float: right; }
.center { text-align: center; margin: 0 auto; }

a,
a:link,
a:visited {
	color: #bf7300;
	text-decoration: underline;
	border: none;
	position: relative;
}

a:hover { color: #d98600; }

a:active {
	color: #fca414;
	text-decoration: none;
}

a img { 
	border: 0;
	text-decoration: none;
}

/* h1 { font: normal 36px Symphony, Verdana, sans-serif; color: #d98600; margin-bottom: 10px; } */
/* h2 { font: normal 44px Symphony, Verdana, sans-serif; color: #d98600; text-align: center; } */
h4 { font: bold 14px Verdana, sans-serif; margin-bottom: 10px; }
h5 { font: bold 18px Verdana, sans-serif; color: #d98600; margin-bottom: 10px; }

p {
	font: normal 12px Verdana, sans-serif;
	color: #183961;
	margin-bottom: 15px;
	line-height: 15px;
}

label {
	font: normal 12px Verdana, sans-serif;
	color: #202020;
}

/* .exclusive { clear: both; } */

	a.exclusive {
		font-weight: bold;
		color: #4b7422;
		vertical-align: middle;
		display: block;
		text-decoration: none;
	}

	a.exclusive:hover { color: #314d16; }
	a.exclusive:visited { color: #4b7422; }

	.exclusive img { 
		vertical-align: middle;
		margin-bottom: 9px;
	}

	p.exclusive { 
		font-size: 14px;
		color: #d98600;
		text-align: center;
		font-weight: bold;
	}

.first_one,
ul li.first_one {
	border: none;
	background: none;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/* Header Styles */

	#header { 
		background: transparent url(img/header-bg.png) left top no-repeat;
		position: relative;
		height: 135px;
		overflow: hidden;
	}
	
 	#crown_logo {
		width: 417px;
		height: 139px;
		left: 0;
		top: 0;
		/* position: absolute; */
	}
	
	#tagline {
		height: 137px;
		right: 0;
		top: 0;
		position: absolute;
	}
	
	#free_sample_link {
		position: absolute;
		top: -19px;
		right: -3px;
		z-index: 50;
	}
	
/* Main Content */

.section { clear: both; }

.wave { 
	background: transparent url(img/wave_rule.png) left bottom no-repeat;
	padding-bottom: 50px;
}

.top { 
	background: transparent url(img/coffee_heart-bg.jpg) left bottom no-repeat;
	height: 258px;
	margin-bottom: 5px;
}

	.coffee_heart {
		margin: 0 35px 0 30px;
		width: 218px;
		height: 220px;
		float: left;
	}
	
	.top_text { margin: 23px 0 0 280px; }
	
	.coffees li {
		background: transparent url(img/blend-bg.png) left 15px no-repeat;
		padding: 0;
		display: block;
		width: 240px;
		float: left;
	}
	
	.coffees dl { 
		position: relative;
		background-position: left 40px;
		background-repeat: no-repeat;
		margin: 0 14px 0 15px;
	}
	
		.emperor dl { background-image: url(img/emperors_blend_coffee.png); margin-bottom: 21px; }
		.emperor_decaf dl { background-image: url(img/emperors_blend_decaffeinated_coffee.png); }
		.finest dl { background-image: url(img/emperors_finest_coffee.png); }
		.finest_decaf dl { background-image: url(img/emperors_finest_decaffeinated_coffee.png); }
	
/*	.coffees dt {
		font: normal 16px Symphony, Verdana, sans-serif;
		color: #202020;
		text-align: center;
		line-height: 16px;
		height: 30px;
		margin-bottom: 10px;
	}
*/		

	dt {
		text-align: center;
		height: 43px;
		overflow: hidden;
	}

		.small_dt { font-size: 14px; }
	
	.coffee_points dd {
		margin-bottom: 8px;
		margin-left: 85px;
		background: transparent url(img/blue_bullet.png) left 5px no-repeat;
		padding-left: 9px;
		font-size: 11px;
	}
	
	.button {
		display: block;
		width: 190px;
		height: 40px;
		text-align: center;
		margin: 0 auto;
	}
	
	.wake_up {
		margin-top: 15px;
		padding-left: 20px;
	}
	
		.wake_up a.exclusive { width: 465px; }
		
		.wake_up img.right { margin-top: 12px; }
	
	.crown_list { margin-bottom: 10px; }
	
		.crown_list li {
			background: transparent url(img/crown_bullet.png) left 2px no-repeat;
			margin-bottom: 5px;
			padding: 3px 0 3px 20px;
		}

/* Free Sample Form Styles */		
		
	.form { 
		margin: 55px 0 0;
		position: relative;
		padding-right: 35px;
	}
	
		.form .get_headline { width: 510px; }
		
		.form .arrow {
			position: relative;
			left: 140px;
			z-index: 100;
		}
		
 		.form .coffee_image { margin: -57px 0 0 20px; }
	
		.form form {
			float: right;
			width: 416px;
			background: transparent url(img/form-bg.png) left top repeat-y;
		}
		
		.form table {
			color: #183961;
			font-size: 13px;
			width: 416px;
		}
			
			.form table label {
				color: #183961;
				font-size: 13px;
			}
		
		.sample_form.text { background: transparent url(img/form_top.png) left top no-repeat; margin-bottom: 10px; }
		.sample_form.radio { background: transparent url(img/form_bottom.png) left bottom no-repeat; table-layout: auto; }
		
		.text td { 
			width: 200px;
			padding: 0 55px 8px 0;
			vertical-align: middle;
		} 

		.text th { 
			text-align: right;
			padding-right: 15px;
			vertical-align: middle;
			padding-bottom: 8px;
		}
		
			.text .top_row th, .text .top_row td { padding-top: 35px; }
		
			.text input {
				width: 200px;
				height: 21px;
				border: 1px solid #183961;
				padding: 4px 2px 0 2px;
				font-size: 14px;
			}
		
		.radio th { font-weight: bold; }
		
		.radio td, .radio th { padding: 0 0 4px 22px; }
		
			.radio .decaf { 
				width: 225px;
				padding: 0 22px 0 0;
			}
			
			.radio input { 
				margin-right: 5px;
				vertical-align: middle;
			}
		
		td.submit_button { 
			padding: 10px 0 25px;
			text-align: center;
		}
		
			.submit_button input { margin-right: 0; }

/* Footer Styles */	

	#footer {
		text-align: center;
		color: #b6b6b6;
		font-size: 11px;
		clear: both;
		padding-top: 45px;
	}
	
		#footer p { 
			color: #b6b6b6;
			font-size: 11px;
		}
	
		#footer a {
			color: #b6b6b6;
			margin-left: 10px;
			padding-left: 10px;
			border-left: 1px solid #b6b6b6;
			line-height: 12px;
		}
	
/* Free sample request confirmation */

#sample_received {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding: 8px 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 36%;
	background-color: #b32d09;
	z-index: 1000;
	border: 2px solid #fff;
	border-top: none;
}







