/********************************
* Site Title: Compare Discount Pharmacies *
* Created By: Jesse Garrison    *
* Last Updated: July 26th, 2007 *
********************************//* Basic HTML Elements
********************************/html, body {
	width: 100%;
	margin: 0;
 }
 
body {
	background-color: #fff;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	overflow: -moz-scrollbars-vertical; 
 }
 
h1 {
	background: url('../images/headerbg.jpg') no-repeat top left;
	text-indent: -1000px;
	width: 399px;
	height: 50px;
	margin: 27px 0 0 0;
	float: left;
 }h3 {
	color: #102b42;
	margin: 10px 0 5px 0;
}p {
	margin: 5px 0;
}a:link, a:visited {
	color: #708ba1;
	outline: 0;
}form label {
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}form input, form textarea {
	margin: 0 0 5px 0;
}/* Page Layout
********************************/#content_frame {
	width: 100%;
	height: 1200px;
	overflow-y: visible;
	border: 0;
}#top {
	background: url('../images/topbg.jpg') #1d3a52 repeat-x bottom left;
	width: 100%;
	height: 215px;
 }	#top .left {
		width: 400px;
		font: 11px/13px arial, sans-serif;
		color: #fff;
		float: left;
	}
	
	#top .left p {
		margin-left: 60px;
		margin-bottom: 10px;
	}
	
	#top .right {
		width: 312px;
		color: #fff;
		float: right;
		margin: 25px 0 0 0;
	}
	
	#top .right input {
		background: #fcfce3;
		height: 20px;
		width: 200px;
		font-size: 14px;
		color: #797364;
		padding: 0;
		border: 0;
	}
	
	#top .right .submit {
		background: #df8a00;
		width: 75px !important;
		color: #fff;
		text-align: center;
	}
	
	#top .right label {
		display: block;
		color: #102b42;
	}#bottom {
	background: url('../images/bottombg.jpg') #fff repeat-x top center;
	width: 100%;
	height: 300px;
}	#left {
		width: 453px;
		float: left;
		margin: 13px 0;
		overflow: hidden;
	}
	
	#right {
		width: 312px;
		float: right;
		margin: 13px 0;
	}
	
		#right ul {
			list-style: disc;
		}
	
#footer {
	font: 9px/9px arial;
	color: #777;
	margin: 20px 0 0 0;
}.bar {
	background: url('../images/barbg.jpg') repeat-x top center;
	width: 100%;
	height: 44px;
	margin: 0 0 13px 0;
}	.bar .left {
		background: url('../images/barleftbg.jpg') no-repeat bottom left;
		width: 36px;
		height: 44px;
		float: left;
	}
	
	.bar .right {
		background: url('../images/barrightbg.jpg') no-repeat bottom right;
		width: 6px;
		height: 44px;
		float: right;
	}
	
	.bar h2 {
		font: bold 22px/45px arial;
		color: #becf30;
		margin: 0;
		float: left;
	}
	
	.blue {
		background: url('../images/blue_barbg.jpg') repeat-x top center !important;
		margin: 15px 0 0 0 !important;
	}
	
	.blue .right {
		background: url('../images/blue_barrightbg.jpg') no-repeat bottom right !important;
	}
	
	.blue .left {
		background: url('../images/blue_barleftbg.jpg') no-repeat bottom left;	
	}
	
.box_right {
	width: 100%;
	font: 13px/18px arial, helvetica, sans-serif;
	color: #fff;
}	.box_right a:link, .box_right a:visited {
		color: #ec7200;
	}
	
	.box_right p {
		margin: 0;
	}
	
	.box_right .bar {
		background: url('../images/darkboxbarbg.jpg') repeat-x;
		width: 100%;
		height: 2px;
		margin: 5px 0;
	}
	
	.box_right .content {
		background: #2a3d4d;
		margin: 0 1px;
		padding: 10px;
	}
	
	.box_right .content a:link.topic {
		color: #bdcb00;
	}	.bottom {
		background: url('../images/rightboxbotbg.gif') no-repeat top center;
		width: 312px;
		height: 5px;
	}
 
.container {
 	width: 780px;
	margin: 0 auto;
 }
 
 /* Navigation Formatting */
 
 #navigation {
 	width: 100%;
	height: 152px;
 	list-style: none;
	padding: 0;
	margin: 0;
 }
 
 	#navigation li {
		width: 130px;
		height: 38px;
		font: 12px/35px Arial, Helvetica, sans-serif;
		text-align: center;
		margin: 0;
		float: left;
	 }
	 
	 #navigation a:link, #navigation a:visited {
	 	display: block;
	 	background: url('../images/navtabbgarrow.jpg') no-repeat top center;
		width: 130px;
		height: 38px;
		text-decoration: none;
		color: #fff;
	 }
	 
	 #navigation a:hover {
	 	background-position: bottom center;
		color: #545454;
	 }
	
	/* If any links do not have drop down, use the .drop class
	 
	 #navigation .drop {
	 	background: url('../images/navtabbgarrow.jpg') no-repeat top center !important;
	 }
	 
	 #navigation .drop:hover {
	 	background-position: bottom center !important;
	 }
	
	*/
	 
	 /*Hides Drop Down Menus */
	 
	 #navigation li ul {
	 	display: none;
		list-style: none;
	 }	 #navigation li.over ul, #navigation li:hover ul {
	 	display: block;
		background-color: #f4f4f4;
		width: 193px;
		list-style: none;
		padding: 0;
		flow: content;
	 }
	 
	 /* Formats Drop Down Links */
	 
	 #navigation li.over ul a:hover, #navigation li:hover ul a:hover {
	 	text-decoration: underline;
	 }
	 
	 /* For IE List Positioning */
	 
	 #navigation li.over ul {
	 	position: absolute;
		top: 38px;
		left: -40px;
	 }
	 
	 #navigation li.over {
	 	position: relative;
	 }
	 
	 
	 /*End of IE List Positioning Fixes */
	 
	 #navigation li ul li {
		background: url('../images/navlistbg.jpg') #f4f4f4 repeat-x bottom center;
	 	width: 190px;
		line-height: 37px;
		font-weight: normal;
		text-indent: 15px;
		text-align: left;
	 	position: relative;
	 }
	 
	 	#navigation li ul a:link, #navigation li ul a:visited {
			display: block;
			width: 170px;
			background: none !important;
			color: #545454;
		}
		
	#navigation :hover > a, #navigation li.over > a {
		background-position: bottom center !important;
		color: #545454;
	}
	
	#navigation .break {
		background-image: none !important;
		background: #dedede !important;
	}
		
	/* Allows Users with IE 5.01 to have a stable menu */
	
		/* Fix IE. Hide from IE Mac \*/
		* html ul li { float: none; height: 1%; }
		* html ul li a { height: 1%; }
		/* End */
		
		
/*Secondary Navigation */#secondary_nav {
	list-style: none !important;
	font: bold 14px/16px arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
}	#secondary_nav a:link, #secondary_nav a:visited {
		color: #102b42;
		text-decoration: none;
	}
	
	#secondary_nav a:hover {
		color: #314f6c;
		text-decoration: underline;
	}
	
	#secondary_nav li {
		margin: 2px 0;
		float: none;
	}
	
/* Featured Product Formatting */#products_box {
	width: 453px;
}	#products_top .top {
		background: url('../images/featdrugbg.gif') no-repeat bottom center;
		width: 453px;
		height: 9px;
	}
	
	#products_top .content {
		background: #334d64;
		color: #fff;
		padding: 0 5px;
	}
	
	#products_top h3 {
		float: left;
		color: #fff;
		margin: 0 0 6px 0;
	}	#products_bottom h3 {
		float: left;
		color: #fff;
		margin: 5px 0 6px 0;
	}
	
	#products_top .bar {
		background: url('../images/lightboxbarbg.jpg') repeat-x;
		width: 100%;
		height: 2px;
		margin: 5px 0;
		clear: both;
	}
	
	#products_bottom .top {
		background: url('../images/featprobg.jpg') #334d64 no-repeat bottom center;
		width: 453px;
		height: 9px;
	}
	
	#products_bottom .content {
		background: #2a3d4d;
		color: #fff;
		padding: 0 5px;
	}
	
	#products_bottom .bar {
		background: url('../images/darkboxbarbg.jpg') repeat-x;
		width: 100%;
		height: 2px;
		margin: 5px 0;
		clear: both;
	}
	
	#products_bottom .bottom {
		background: url('../images/featprobottombg.gif') no-repeat top center;
		width: 453px;
		height: 9px;
	}
	
	.view_more {
		float: right;
	}
	
	.view_more a:link, .view_more a:visited {
		font-size: 13px;
		color: #bdcb00;
	}	#products_bottom .view_more {
		margin: 5px 0 0 0;
	 }
	
/* Item Formatting */
	
.item {
	width: 210px;
	height: 66px;
	font: 12px/14px arial, helvetica, sans-serif;
	float: left;
	margin: 0 0 10px 0;
}	#products_bottom .item {
		height: 131px;
	}.item a:link, item a:visited {
	color: #fff;
}.item p {
	margin-top: 0;
}.item strong {
	color: #ec7200;
}	.product_img {
		background: url('../images/productbg.jpg') no-repeat;
		width: 66px;
		height: 66px;
		float: left;
		margin: 0 10px 0 0;
		overflow: hidden;
	}
	
	#products_bottom .product_img {
		background: url('../images/productlargebg.jpg') no-repeat;
		width: 131px;
		height: 131px;
		float: left;
	}
	
	.product_img img {
		margin: 3px;
	}/* Banner Formmating */a:link.right_banner, a:visited.right_banner { 
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	width: 312px;
	height: 59px;
	text-indent: -1000px;
	margin: 15px 0 0 0;
	overflow: hidden;
}a:hover.right_banner {
	background-position: bottom center;
}.forum {
	background: url('../images/forumbg.gif');
}.reasons {
	background: url('../images/reasonsbg.gif');
} 
/* Misc. Formatting
********************************/.strong {
	font-weight: bold;
}.bookmark {
	display: block;
	background: url('../images/plus_icon.gif') no-repeat top left;
	text-indent: 20px;
}.numbers {
	font: bold 22px/24px Arial, Helvetica, sans-serif;
	color: #8ba4c2;
	margin: 0 0 10px 0;
}.clearer {
	clear: both;
 }.visa {
	margin: 2px 4px 0 0;
	float: left;
 }.req {
	background-color: #fef891;
}.generics {
	border: 5px solid #102b42;
	margin: 10px 0;
}/* Search
*********************************/
.results {
	display: block;
	color: #102b42;
	font-size: 1.5em;
	text-align: center;
	padding: 1em 0;
}
.search_even {
	background: #eef5fa;
}
.search_odd {
	background: #d8e3ed;
}
.search {
	margin: auto;
}
.search th {
	background: #315676;
	color: #fff;
	border-right: 1px solid #fff;
}
.search td {
	border-right: 1px solid #fff;
}
.no_result {
	padding: 2em;
}
.searchbox {
	position: relative;
	margin: 10px 0 0 0;
	margin-bottom: -25px;
	float: right;
	color: #fff;
}.search_form {
	background: url('../images/searchbg.jpg') no-repeat;
	height: 66px;
	width: 323px;
	padding: 3px 10px;
	margin: -3px -10px -3px -10px;
}