

/* TEXT STYLES */


td, body, input, textarea, select, option {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}
.h1, h1 {
	color: #62849D;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.h2, h2 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}


/* FORM STYLES */


input, textarea {
	line-height: 13px;
	border: 1px solid #506A83;
	padding: 2px 4px 2px 4px;
}
input.submit_button {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #718CA8;
	border: 0px;
	padding: 1px 3px 1px 3px;
	margin-bottom: 1px;
	cursor: pointer;
}
input.noborder {
	border: 0px;
}


/* LINK STYLES */


a, a:link, a:visited, a:active {
	color: #62849D;
	text-decoration: none;
}
a:hover {
	color: #506A83;
	text-decoration: underline;
}
a.h2, a.h2:link, a.h2:visited, a.h2:active {
	color: #000000;
}
a.h2:hover {
	color: #000000;
}


/* IMAGES */


img.image_border {
	border: 1px solid #FFFFFF;
}
img.prod_page {
	border: 1px solid #FFFFFF;
	margin-top: 20px;
}


/* NAVIGATION */


a.nav, a.nav:link, a.nav:visited, a.nav:active {
	margin: 0px 9px 0px 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.nav:hover {
	color: #666666;
	text-decoration: none;
}
.navbgnd_off {
	background-color: #CCCCCC;
	background-image: url(images/nav_3.gif);
}
.navbgnd_off:hover {
	background-color: #FFFFFF;
	background-image: none;
}
.navbgnd_on {
	background-color: #FFFFFF;
	background-image: none;
}


/* LAYOUT */


body  {
	background-image: url(images/bgnd_main.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
table.content_box {
	margin-top: 7px;
}


td.search_box {
	padding: 7px 7px 7px 7px;
	color: #FFFFFF;
	font-weight: bold;
}


td.left_box {
	padding: 20px 0px 20px 20px;
}
.left_menu_indent {
	margin-left: 10px;
	line-height: 16px;
}
.indent {
	margin-left: 10px;
}


td.feature_description {
	padding-left: 10px;
}


td.product_options {
	padding: 20px 0px 20px 20px;
	background-color: #FFFFFF;
}
td.product_details {
	padding: 20px 20px 20px 20px;
}


.faq_list {
	line-height: 16px;
}


/* LISTS */


ul.specials_list {
	margin:0px 0px 0px 25px;
	padding:0;
}

ul.specials_list li {
	margin:0;
	padding:0px 0px 0px 5px;
}

ul.specials_list {
	list-style-image:url(images/icon_star.gif);
}



