@charset "utf-8";

/* Yahoo CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Global Styles */
body {
	background:#f7f7f7 url(images/page-bg.gif) repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	color:#333;
	font-size:24px;
	font-weight:bold;
}
h2 {
	color:#d90000;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#666;
	font-size:18px;
	font-weight:bold;
}
h6 {
	color:#ca0000;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

#content p, h6, h1, h2, h3, .text p, .feature p {
	margin-bottom:8px;
}
a, a:visited {
	color:#0f80c9;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

#container {
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background:url(images/bg.gif) no-repeat 70px top;
}
#header .top {
	font-size:10px;
	text-align:right;
	padding-top:10px;
	color: #999999;
}
#header .top a {
	color: #999999;
}

#header  h1#logo {
	width : 232px;
	height : 41px;
	background:url(images/greatchoice-logo.gif) no-repeat;
	margin: 13px 0 15px;
	float: left;
}
#header  h1#logo a {
	display : block;
	height : 41px;
	text-indent : -9999px; 
}

/* Top Nav */

#nav {
	font: bold 15px Arial;
	overflow: hidden;
	float: right;
	margin: 15px 0 13px;
}
#nav  ul{
	margin: 0;
	padding: 0;
	float: none;
}

#nav  ul li{
	display: inline;
}
#nav ul li a{
	float: left;
	color: white; /*text color*/
	padding: 8px 12px;
	text-decoration: none;
	border-right: 2px solid #fdfdfd;
	background: #b40000 url(images/nav-bg.gif) top repeat-x;
}
#nav  ul li a:visited{
	color: white;
}
#nav ul li a:hover {
	color: white !important; /*text color of selected and active item*/
	background:#ff8500 url(images/nav-over.gif) top repeat-x;
}
#contentwrapper {
	border:1px solid #ddd;
	background-color:#FFF;
	float: left;
	width: 958px;
}
#content {
	background-color:#FFF;
	margin-left: 250px; 
	padding:20px;
}


/* Sidebar */
#sidebar{
	float: left;
	width: 230px; /* White border beneath each menu item link, to add depth */
	margin: 20px 0 20px 20px;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2d271f;
	margin-bottom:4px;
}
#sidebar h3 {
	color: #FFF;
	background: #b40000 url(images/nav-bg.gif) top repeat-x;
	font-size: 12px;
	line-height: 24px;
	padding: 0 10px;
	text-transform: uppercase;
	margin:0;
}

#sidebar .side-content {
	color: #333;
	border: solid 1px #ddd;
	background: #f7f7f7;
	margin-bottom: 10px;
	padding: 10px 14px 14px;
}
#sidebar .side-content p {
	margin-bottom: 8px;
}

#sidebar .sidelinks {
	list-style-type: disc;
	list-style-position:inside;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	font-size:11px;
}

#sidebar .sidelinks li {
	border-bottom: 1px solid #efefef; /* White border beneath each menu item link, to add depth */
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	color: #333;
}

#sidebar .sidelinks li a{
	color: #333;
	text-decoration: none;
}

#sidebar .sidelinks li a:visited, #sidebar .sidelinks li a:active{
	color: #333;
}

#sidebar .sidelinks li a:hover{
	color: #F30;
}



/* Footer */
#footer {
	clear: left;
	width: 100%;
	color: #bbb;
	border-top:4px solid #ddd;
	font-size: 11px;
}
#footer p {
	margin-bottom: 8px;
}

#footer a {
	color: #333;
}
#footer .privacy {
	padding:10px;
	text-align:right;
	background:url(images/slogan.gif) 10px no-repeat;
	height:14px;
	margin:10px 0 15px;
	font-size: 11px;
	color: #333;
	
}
#content #product .description {
	font-size: 11px;
	color: #666;
	padding: 0 10px 10px 0;
	vertical-align: top;
}
#content #product img {
	display: block;
	margin: 0 0 2px 5px;
}

#content #product h3 {
	font-size: 18px;
	color: #d90000;
}



.bottommargin {
	margin-bottom:10px;
}


.clearfloat { /* class to fully contain float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
