/* THE BIG GUYS */
* {margin:0;padding:0}
body {
	padding: 0 0 20px;
	color:#000000;
	font:12px/1.5 verdana,arial,sans-serif;
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer
} 
a:link {color:#EE3123} 
a:visited {color:#999} 
a:hover,a:active {color:#DD2027} 

/* FORMS */
form {margin: 0 0 1.5em}
input {
	font-family: verdana,arial,sans-serif;
	margin: 2px 0
}
fieldset {border: none}
label {
	display: block;
	padding: 5px 0;
	font-weight: bold;
}
label br {clear:left}

	/* FORMS - general classes */
	input.f-submit {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}
	
	/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
	form.f-wrap-1 {width:100%;padding: .5em 0;background: #f6f6f6 url("../images/css/featurebox_bg.gif") no-repeat 100% 100%;border-top: 1px solid #d7d7d7;position:relative}
		form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
		form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#EE3123}
		form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}
		
		/* hide from IE mac \*/
		form.f-wrap-1 label {float:none}
		/* end hiding from IE5 mac */
	
		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}
		
		form.f-wrap-1 label b {float:left;width:8em;line-height: 1.7;display:block;position:relative}
		form.f-wrap-1 label b .req {color:#EE3123;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1;left:-.4em;width:.3em;height:.3em}
		form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
		form.f-wrap-1 div.req b {color:#EE3123;font-size:140%}
		form.f-wrap-1 label select {width: 15.5em}
		form.f-wrap-1 label textarea.f-comments {width: 20em}
		form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 5px 8em}
		form.f-wrap-1 input.f-submit {margin: 0 0 0 10px}
		
		form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
		form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
		form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
		form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
		form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}
		
		form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(../images/css/errormsg_bg.gif) no-repeat 0 0}
		form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,sans-serif;
	margin: 1.2em 0 .3em;
	color:#000;
}
h1 {font-size: 16px; margin-top:.6em}
h2 {font-size: 15px}
h3 {font-size: 14px}
h4 {font-size: 12px}
h5 {font-size: 11px}
h6 {font-size: 10px}

p, span, div, td {
	font-size: 12px;
}

.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#EE3123;font-weight:bold}
.required {color:#EE3123;}
.note {color:#7864db;}
.productcat {color:#EE3123;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#333; font:11px/1.3 verdana,arial,sans-serif; font-style: italic; }
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}

/* LISTS */
ul {margin: .3em 0 1.5em 0;list-style-type:none}
	ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li {line-height: 1.4em;padding-left: 25px;}
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {border:none} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 

a.black:link, a.black:visited, a.black:active, a.black:hover {font-weight: bold; color: #000000; text-decoration: underline;}

/* LAYOUT - HEADER */
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}
	
	/* NAV - top horizontal nav */
	#nav, #nav ul {padding: 0;margin: 0;list-style: none}
	#nav {font-weight:bold;height:2.09em;font: bold 96% arial;margin: 20px 115px 0px 18px}
	#nav li {position:relative;float: left;display:block;margin: 0;padding:0;padding-bottom: 3px}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {text-decoration:none;cursor:pointer;color:#fff;display: block;padding: 0px}
	#nav a:hover {color:#000}
	
	#nav li ul {border-left: 1px solid #EE3123;background: #f6f6f6 url("../images/css/featurebox_bg.gif") no-repeat 100% 100%;width:15.8em;font-size:90%;margin-top:3px;position: absolute;font-weight:normal;left: -999em}
	#nav li:hover ul, #nav li.sfhover ul {left: 0;z-index:99999}
	
	#nav li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
	#nav li li.last {border-bottom:none}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#000;padding: 3px 10px 2px;width:14em}
	#nav li li a:hover {color:#fff;background:#EE3224}
	
	#nav li.active {padding-bottom: 3px}
	#nav li.active ul {border:none;background: #EE3224 url("../images/css/featurebox2_bg.gif") no-repeat 100% 100%}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {}
	#nav li.active a:hover {color:#000}
	
	#nav li.active li {border:none;border-top: 1px solid #c15c5c;border-bottom: 1px solid #870000}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#fff}
	#nav li.active li a:hover {background: #666 url("../images/css/sprites.gif") repeat-x 0 99%;color:#fff}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color:#fff;font-weight:bold;background: #666 url("../images/css/sprites.gif") repeat-x 0 99%}

	/* hide from IE mac \*/
	#nav li {width:auto}
	/* end hiding from IE5 mac */
	
	/* POWERED BY - mollio logo in this case */
	#owner {width:96px;height:63px;position:absolute;top:-102px;right:0}	
	

/* LAYOUT - main body of page */
#wrap {
	width:717px;
	margin: 0 auto;
	border: 1px solid #FFF;
	position:relative;
	background-image: url(/res/images/main_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}

#content-wrap {
	position:relative;
	width:100%; 
	margin: 60px 0px 0px 0px; 
	padding: 0px;
}

#content-wrap-products {
	position:relative;
	width:100%; 
	margin: 112px 0px 0px 0px; 
	padding: 0px;
}

#sidebar {
	position:absolute;
	top: 75px;
	right: 0px;
	width:225px;
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #F6F6F6;
}

#content {
	margin: 0px 0px 50px 0px;
	border: 1px solid white;
}

#content_products {
	margin: 0px 13px 50px 13px;
	border: 1px solid white;
}

.data {
	font-size: 11px;
	padding: 3px;
	color: #000000;
}
.data a:link, .data a:visited, .data a:active, .data a:hover {color: #000000; text-decoration: underline;}
	
.featurebox {color:#000000; padding: 15px 20px 10px 20px; margin: 0px;}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0px 0px 10px 0px; padding: 0px; color:#EE3123; letter-spacing: -1px;}
.featurebox p {border:none; margin: 0 0 12px; color:#000000}
.featurebox a {font-weight:bold; color: #000000; text-decoration: none;}
.featurebox a:link {font-weight:bold; color: #000000; text-decoration: none;}
.featurebox a:visited {font-weight:bold; color: #000000; text-decoration: none;}
.featurebox a:active {font-weight:bold; color: #000000; text-decoration: none;}
.featurebox a:hover {font-weight:bold; color: #000000; text-decoration: none;}

.header {
	margin: 0px;
	padding: 0px;
}
.header a:link, .header a:visited, .header a:active, .header a:hover {color: #000000; text-decoration: underline;}

td .header {
	padding: 0px 2px 0px 5px;
	color: #FFFFFF;
	margin: 0px;
}
td .header a:link, td .header a:visited, td .header a:active, td .header a:hover {color: #FFFFFF; text-decoration: underline;}

.errormessage {
	border: 2px solid #000000;
	padding: 15px 30px;
	background-color: #EEEEEE;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	margin-top: 20px;
	clear: both;
}

.formselect8
{
	font-size: 10px;
}

.paging
{  
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.paging a:link {color: #000000; text-decoration: underline;}
.paging a:visited {color: #000000; text-decoration: underline;}
.paging a:hover {color: #333333; text-decoration: none;}
.paging a:active {color: #333333; text-decoration: none;}

.paging1
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 18px;
}

	.paging1 a:link {color: #000000; text-decoration: underline;}
	.paging1 a:visited {color: #000000; text-decoration: underline;}
	.paging1 a:hover {color: #333333; text-decoration: none;}
	.paging1 a:active {color: #333333; text-decoration: none;}

.paging2
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 10px;
	line-height: 18px;	
}

.paging2 a:link {color: #333366; text-decoration: underline;}
.paging2 a:visited {color: #333366; text-decoration: underline;}
.paging2 a:hover {color: #333366; text-decoration: none;}

.productlist {color:#000000; padding: 15px 20px 10px 0px; margin: 0px;}
.productlist p, .productlist h1, .productlist h2, .productlist h3, .productlist h4, .productlist h5, .productlist h6 {margin: 0px 0px 3px 0px; padding: 0px;}
.productlist p {border:none; margin: 0 0 12px; color:#000000}
.productlist a {font-weight:bold; color: #000000; text-decoration: none;}
.productlist a:link {font-weight:bold; color: #000000; text-decoration: none;}
.productlist a:visited {font-weight:bold; color: #000000; text-decoration: none;}
.productlist a:active {font-weight:bold; color: #000000; text-decoration: none;}
.productlist a:hover {font-weight:bold; color: #000000; text-decoration: none;}

.productrow {padding: 0px; margin: 0px 0px 20px 0px; width: 100%;} 
	.productrow .leftim {margin: 0px 23px 0px 37px;}
	.productrow img {vertical-align: top;}
	
.table_header {
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.table_header a:link, .table_header a:visited, .table_header a:active, .table_header a:hover {color: #000000; text-decoration: underline;}	

.thumbnail {margin: 0 0 0 10px;position:relative;z-index:9999;border: 1px solid #eee;float:right;width:100px;padding:5px;background:#fff}
.thumbnail img {border: 1px solid #000}

.pagination {background: #f2f2f2;color:#666;padding: 4px 2px 4px 7px;border: 1px solid #ddd;margin: 0 0 1.5em}
.pagination p {position:relative;text-align:right}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
.pagination p a:hover {background:#EE3123;color:#fff}
.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
.pagination * {margin:0}
.pagination h4 {margin-top:-1.45em;padding:0;border:none}

#resultslist-wrap {margin: 0 0 1.5em;font-size:92%}
#resultslist-wrap dt, #resultslist-wrap dl {margin: 0}
#resultslist-wrap dt {font: bold 85% arial;padding: 3px 0}
#resultslist-wrap li {padding: 0 0 1em;margin:0 0 0 1.2em;font: bold 145% arial}
#resultslist-wrap li dd {font: normal 73% arial}
#resultslist-wrap li dl {margin:0}
#resultslist-wrap dd {line-height:1.3}
#resultslist-wrap dd.filetype, #resultslist-wrap dd.date {color:#999;display:inline;padding-right:.5em}

.smallwhite
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	line-height: 17px
}

	.smallwhite a:link { color: #FFFFCC; font-weight: bold; text-decoration : underline}
	.smallwhite a:visited { color: #FFFFCC; font-weight: bold; text-decoration : underline}
	.smallwhite a:hover { color: #FFFFCC; font-weight: bold; text-decoration : none}
	.smallwhite a:active { color: #FFFFCC; font-weight: bold; text-decoration : none}	

/* TABLES */
.table1 {border: 2px solid #900;border-collapse:collapse;width:100%}
	.table1 td {background: #fff url("../images/css/sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
	.table1 th {text-align:left;border: 1px solid #fff}
	.table1 thead th {color:#fff;font-size:145%;background: #900 url("../images/css/sprites.gif") repeat-x 0 -1300px;padding: 10px 6px}
	.table1 tbody th {color:#fff;font-size:115%;background: #88b8db url("../images/css/sprites.gif") repeat-x 0 -1400px;padding: 6px}
	.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("../images/css/sprites.gif") repeat-x 0 -1500px;padding: 6px}

/* TABLES - calendar */
.calendar {width:200px;font-size:92%}
	.calendar td {text-align:center;border: 1px solid #ddd}
	.calendar th {text-align:center}
	.calendar thead th {padding: 3px 2px}
	.calendar tbody th {padding: 2px}
	.calendar tbody th.sub {padding: 2px}
	
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
	a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("../images/css/sprites.gif") no-repeat 5px -500px;padding-left:21px}
	a.morelink:hover {background: transparent url("../images/css/sprites.gif") 5px -400px}
	.morelink span {position:absolute;left:-9999px;width:900px}


#cols #content {margin: 0px 230px 0px 0px}

/* LAYOUT - FOOTER */
#footer {clear:both; margin: 100px 0px 0px 0px; padding: 10px 0 30px; font-size:11px; color:#8B8B8B}
	#footer p {margin:0px 0px 10px 0px;}

/*********************************************/
/* Inputs */
/*********************************************/

input.green {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#006633;
}

textarea.green {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#006633;
}

input.red {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#CC0000;
}

textarea.red {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#CC0000;
}

input.blue {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#003399;
}

textarea.blue {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#003399;
}

input.orange {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#FF9933;
}

textarea.orange {
	font-family: Verdana;
	color: white;
	font-size: 10px;
	font-weight: bold;
	background-color:#FF9933;
}


/*********************************************/
/* Top Tab Styles */
/*********************************************/

div#product_area {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

div.product_tab_container {
  height: 25px;
  margin: 0px;
  position: relative;
  width: 683px;
}

div.product_tab_active {
	font-weight: bold;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
	width: 103px;
	height: 25px;
	line-height: 25px;
	text-align: center;  
	margin-left: -15px;
	background: url('/res/images/products/product_tab_active.gif') no-repeat scroll 0px 0px;
	cursor: pointer;
	float: left;
}

div.product_tab_inactive {
	font-weight: bold;
	font-size: 11px;
	background-color: #333333;
	color: #EEEEEE; 
	width: 103px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: -15px;
	background: url('/res/images/products/product_tab_off.gif') no-repeat scroll 0px 0px;
	cursor: pointer;
	float: left;
}

div.product_tab_spacer {
  margin-left: 0px;
  height: 25px;
  width: 35px;
  float: left;
}
