body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#e2f0f6;
		font: 95% Arial,sans-serif;
	}
	#wrap {
		width:1014px;
		margin:0 auto;
		background:#e2f0f6;
	}
	#header {
		float:left;
		margin-top:5px;
    padding:5px 0;
		background:#fff;
		width:100%;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
	}
	
h1{font: 24px "Lucida Grande", Calibri, "Trebuchet MS", sans-serif; margin-bottom: 0.2ex; padding-bottom: 0;margin:0;}
h2{font: 20px "Lucida Grande", Calibri, "Trebuchet MS", sans-serif; margin-bottom: 0.2ex; padding-bottom: 0;  margin:0;border-bottom: 1px dotted #ccc;}
h4{font: 16px "Lucida Grande", Calibri, "Trebuchet MS", sans-serif; font-weight:bold;color:#033669;margin-bottom: 0.2ex; padding-bottom: 0;margin:0;margin-left:3px;}

#nav {
	float:left;
	background:#A3C6D4;
	width:100%;
}

#subnav {
	float:left;
	background:#245682;
	width:100%;
	padding:5px 0;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#box_recommend {
	background:#e2f0f6;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
}

#box_recommend_spacing {
	padding: 5px 0 5px 0;
}


div#social-icons {
	padding: 5px;
	margin:0 auto;
}
div#social-icons-fb{
	display:inline;
}
div#social-icons-tw{
	display:inline;
	padding: 0 15px 0 10px;
}
div#social-icons-gg{
	display:inline;
}
#social-icons-table {
	width:100%;
}
	
	
	
/*NEW**********/	
	#menu {
	list-style:none;
	width:958px;
	margin:0px auto 0px 0px;
	height:38px;
	padding:0px 20px 0px 20px;

	/* Rounded Corners */

	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/

	/* Background color and gradients

	background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953)); */

	/* Borders */

	/*border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;

	/* Background color and gradients */

	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00366d;
	display:block;
	outline:0;
	text-decoration:none;
	font-weight:bold;
	/*text-shadow: 1px 1px 1px #000;*/
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu li .drop {
	padding-right:21px;	
	background:url("../gfx/drop.png") no-repeat right 5px;
}
#menu li:hover .drop {
	background:url("../gfx/drop.png") no-repeat right 4px;
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;

	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
    top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_33,
.col_50{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
.col_33 {width:220px;}
.col_50 {width:340px;}

/* Right alignment */

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.imgshadowsm {
	background:#FFFFFF;
	padding:2px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:160px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
/*ENDNEW**********/




	
	.stext {padding:10px 20px;font-size:11px;color:#75a9be}
	.stext a {font-size:11px;color:#75a9be;text-decoration:none;}
	.stext a:hover {font-size:11px;color:#dd1515;}
	
ul.postnav,ul.postnav li{margin:0;padding:0;list-style-type:none;background:#A3C6D4;}
ul.postnav li{float:left;padding:6px; font-size:12px; font-weight:bold; height:23px;}
ul.postnav a{display:block;width:83px;padding:5px 0; background: #A3C6D4;color: #00336d; text-decoration:none;text-align:center}
ul.postnav a:hover{background: #e3edef;color:#00366d}

#container1 {
	float:left;
	width:100%;
	background:#fff;
	margin-top:5px;
	padding:10px 0 0 0;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
}
#bspace {
	float:left;
	width:100%;
	background:#fff;
	margin-bottom:5px;
	padding:5px 0;
}

	#main {
		float:left;
		width:730px;
		padding: 0 10px 10px 10px;
		background:#fff;
	}
	#sidebar {
		float:right;
		width:244px;
		padding: 0 10px 10px 10px;
		background:#fff;
	}
	#footer {
		clear:both;
		float:left;
		padding:0;
		background:#cc9;
		margin-bottom:5px;
		width:100%;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
	}
	#footer_content {
		padding: 10px 20px;
		font-size: 10px;
	}
	
	#footer_content  a {
		color: #003369;
		text-decoration: none;
		font-size: 10px;
	}
	
	#footer_content  a:hover {
		color: #dd1515; 
		text-decoration: underline;
	}

	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	
#box_left{
	float:left;
}
	
#box_right{
	float:right;
}

#box_newsletter {
	position: relative;
	width: 234px;
	background:#F54D70;
	border: 1px solid #98b5e0;  
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#box_newsletter_hdr {
	padding: 0;
	margin: 0;
}

#box_newsletter_body {
	background:#F54D70;
	color: #000;
	font-family: arial; 
	font-size: 12px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

#box_newsletter_body p {
	margin-top: 3px;
}

#box_newsletter_body a {
	color: #003369;
	font-family: arial; 
	font-size: 12px; 
}

#box_picks {
	position: relative;
	width: 234px;
	background:#fff;
	border: 1px solid #98b5e0;  
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#box_picks_hdr {
	padding: 0;
	margin: 0;
}

#box_picks_body {
	background:#fff;
	color: #000;
	font-family: arial; 
	font-size: 12px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

#box_picks_body p {
	margin-top: 3px;
}

#box_picks_body a {
	color: #003369;
	font-family: arial; 
	font-size: 12px; 
}

#box_picks_body a:hover {
	color: #ff0000;
}

#box_cars {
	position: relative;
	width: 234px;
	background:#fff;
	border: 1px solid #98b5e0;  
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#box_cars_hdr {
	padding: 0;
	margin: 0;
}

#box_cars_body {
	background:#fff;
	color: #000;
	font-family: arial; 
	font-size: 12px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

#box_cars_body p {
	margin-top: 3px;
}

#box_cars_body a {
	color: #003369;
	font-family: arial; 
	font-size: 12px; 
}

#box_cars_body a:hover {
	color: #ff0000;
}


#box_blank{
	position: relative;
	width: 234px;
	background:#fff;
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#box_blank_hdr {
	padding: 0;
	margin: 0;
}

#box_blank_body {
	background:#fff;
	color: #000;
	font-family: arial; 
	font-size: 12px; 
	padding: 0 5px 5px 5px;
	margin-bottom: 5px;
}

#box_blank_body p {
	margin-top: 3px;
}

#box_blank_body a {
	color: #003369;
	font-family: arial; 
	font-size: 12px; 
}

#box_blank_body a:hover {
	color: #ff0000;
}


#content_body {
	padding: 1px 10px;
}

#content_body p, #content_body li {
	color: #000;
	font-family: arial; 
	font-size: 13px; 
}

#content_body a {
	color: #003369;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#main {font:12px;}
#main a {color: #003669;text-decoration: none;}
#main a:hover {color: #dd1515;text-decoration: underline;}
#main a.hlink {font: 100%/1.45 "Lucida Grande", Calibri, "Trebuchet MS", sans-serif; color: #333; margin-bottom: 0.2ex; padding-bottom: 0; text-decoration: none;}
#main a.hlink:hover {font: 100%/1.45 "Lucida Grande", Calibri, "Trebuchet MS", sans-serif; color: #dd1515; margin-bottom: 0.2ex; padding-bottom: 0; text-decoration: none;}
#main h1 a.hlink {font: 100%/1.45 "Lucida Grande", Calibri, "Trebuchet MS", sans-serif; color: #333; margin-bottom: 0.2ex; padding-bottom: 0;}

a.deals {
	color: #003369;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.cite {
	color: #789;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

.darkcite {
	color: #596168;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

.expdate {
	color: #000;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

a {
	color: #003369;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table.deals td a{
	color: #003369;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table.deals td a.title{
	color: #003369;
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-align: left;
}

table.deals {
	border-collapse: collapse;
	width: 730px;
	margin: 0px;
	background: #ecf2f8;
	border-top: 1px solid #95bce2;
}

table.deals th {
	color: #245682;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	background: #a3c6d4
}

table.deals td {
	padding: 5px 5px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

table.deals td.rules {
	font-size: 0.95em;
}

table.deals td * {
	padding: 1px 1px;
}

table.deals tr.alt td {
	background: #dae8f6;
}

table.deals tr.over td, table.deals tr:hover td {
	background: #bcd4ec;
}

table.deals tr.alt:hover td {
	background: #bcd4ec;
}
	
div.imgattr {
	text-align:right; 
	width:98%;
	font-style: italic; 
	font-size:x-small;
}
	
div.imgattr  a{
	font-size:x-small;
}

#box_adsense {
  margin-bottom: 10px;
}

textarea.badges{width:400px;height:60px;}

.redpromo {
	color: #ff0000; 
	font-weight: bold;
}

a.redpromo {
	color: #ff0000; 
	text-decoration: none;
}

a.redpromo:hover {
	color: #ff0000; 
	text-decoration: underline;
}
