body{
	margin:0px;
	padding:0px;
}
#holder{
	width:680px;
	text-align:left;
	margin:0 auto;
}

h1{
	font-family:"Georgia", "Arial", sans-serif;
	font-size:32px;
	font-weight:normal;
	margin:30px 0 0 0;
	text-align:center;
	height:95px;
	border:0px solid red;
}
h2{
	font-family:"Arial", sans-serif;
	font-size:15pt;
	font-weight:normal;
	color:#990000;
}
h4{
	margin:15px 0;
}
p{
	line-height:120%;
}
blockquote{
	background-color:#f0f0f0;
	padding:10px;
	margin:10px 0 ;
	font-family:"Georgia", "Arial", sans-serif;
	font-size:12px;
	width:250px;
	line-height:150%;
}
blockquote span{
	color:#990000;
	font-size:10px;
}
hr{
	border:1px solid #fff;
	background-color:#fff;
	padding:15px;
	height:1px;
	margin:20px 0 0 0;
}
input#product_field{
	font-family:"Georgia", "Arial", sans-serif;
	font-size:32px;
	color:#ccc;
	width:450px;
	border:0;
	/*border-bottom:1px dashed #f0f0f0;*/
}
textarea{
	width:320px;
	height:140px;
}
form{
	margin:0;
	padding:0;
}
label{
	margin:0 7px;
}
img{
	border:0;
}
a img{
	vertical-align:middle;
	text-decoration:none;
	margin-right:5px;
}
div, td, th{
	font-family:"Geneva", sans-serif;
	font-size:11pt;
	color:#ffffff;
}
td, th{
	color:#017094;
}
th{
	text-align:left;
}
a{
	color:#fff;
}
a:hover{
	text-decoration:none;
}
.infobox a, .infobox_right a{
	color:#017094;
}
table{
	width:310px;
}
table.rating{
	border-top:1px dashed #017094;
	width:100%;
}
table.rating td, table.rating th{
	padding:5px 10px 5px 0;
	border-bottom:1px dashed #017094;
}
table.rating a{
	color:#017094;
}
.infobox{
	width:320px;
	color:#017094;
	float:left;
}
.infobox p{
	color:#017094 !important;
}
.infobox_large{
	color:#017094;
	margin-bottom:20px;
}
.infobox_right{
	width:320px;
	color:#017094;
	float:right;
}
#footer{
	clear:both;
	background:#fff url(../images/footer_bg.jpg) repeat-x top left;
	margin-top:40px;
	color:#000;
	height:100px;
	padding-top:10px;
	font-size:11px;
	color:#017094 !important;
}
#footer a{
	font-size:11px;
	color:#017094 !important;
	margin-left:10px;
}
.footer{
	font-family:"Arial", sans-serif;
	font-size:11px;
	margin:20px 0;
}

a.button_red{
	background-image:url(../images/button_red.gif);
	background-repeat:no-repeat;
	display:block;
	width:89px;
	height:24px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	padding-top:3px;
	margin:3px 0px 3px 12px;
	float:right;
}
a.button_blue, a.button{
	background-image:url(../images/button_blue.gif);
	background-repeat:no-repeat;
	display:block;
	width:89px;
	height:24px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	padding-top:3px;
	margin:3px 0px 3px 12px;
	float:right;
}
a.button{
	float:none;
	margin:3px 0px;
	padding-top:1px;
}
a.button_blank{
	background-image:url(../images/button_blank.gif);
	background-repeat:no-repeat;
	display:block;
	width:89px;
	height:24px;
	color:#017094;
	text-decoration:none;
	font-size:13px;
	text-align:center;
	padding-top:3px;
	margin:3px 0px 3px 12px;
	float:right;
}
a.button_red:hover, a.button_blue:hover, a.button:hover{
	text-decoration:underline;
}
.groups{
	margin:12px 0 30px;
}
.group{
	color:#017094;
	width:91%;
	height:30px;
	clear:both;
	padding:10px 0;
	border-bottom:1px dashed #017094;
}

.group img{
	float:left;
}
ul.resources{
	margin-left:0px;
	padding-left:0px;
}
.resources li{
	list-style:none;
}
.resources a{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.resources .selected a{
	background-image:url(../images/arrow_selected.gif);
}
.resources a:hover{
	background-image:url(../images/arrow_ani.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
#clearhistory{
	background-image:url(../images/cross.gif);
	background-repeat:no-repeat;
	font-size:10px;
	padding-left:20px;
}


ul.content_tabs{
	margin:0 0 20px 0;
	padding:0;
	height:40px !important;
	border-bottom:1px solid #ccc;
}
.content_tabs li{
	float:left;
	width:87px;
	height:40px;
	list-style:none;
	margin:0 3px;
	border-bottom:1px solid #ccc;
}
.content_tabs li.selected{
	border-bottom:3px solid #fff !important;
}
.content_tabs li a{
	position:absolute;
	display:block;
	width:87px;
	height:40px;
	padding-top:15px;
	text-align:center;
	background-image:url(../images/tab_content.gif);
	background-repeat:no-repeat;
	
}

.content_tabs li.selected a, .content_tabs li a:hover{
	height:41px;
	border-bottom:1px solid #fff !important;
	background-image:url(../images/tab_content_selected.gif);
}

.a_nav{
	margin-bottom:10px;
}