

body, div, p, th, td, li, dd
{
	color: #2a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}


a:link, a:visited
{
	color: #005288;
}
a:hover, a:active
{
	color: #228ACF;
}


body
{
	background: #F1F1F1 url(images/pagebg.gif) repeat-y top center;
}

.content
{
	/*used in the TD tag for the content section of the page*/
	padding: 20px;
}
.main-container
{
	/* Defines main table that contains page*/
	width: 955px;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	align: center;
}


h3, h4, h5, h6, p
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3
{
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 2em;
	font-weight: normal;
	clear: left;
	line-height: 30px;
	background: url(images/underline.gif) repeat-x 0 110%;
	color: #0C3B70;
}

h4
{
	margin-top: 10;
	margin-bottom: 0.2em;
	font-size: 115%;
	clear: right;
	color: #999999;
}

h4 a
{
	text-decoration: none;
	color: #999999;
}

h5
{
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 130%;
	clear: right;
	color: #0C3B70;
}

h6
{
	font-size: 130%;
	font-weight: normal;
	clear: right;
}



.chromestyle
{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	border: 1px solid #BBB;
	width: 100%;
	height: 30px;
	background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
	line-height: 30px;
}

.chromestyle ul li a
{
	color: #494949;
	padding: 0px 7px;
	margin: 0;
	height: 30px;
	font-size: 11px;
	text-decoration: none; /*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover
{
	text-decoration: none;
	color: black; /* background: url(images/chromebg-over.gif) center center repeat-x; */
}

.chromestyle ul li a[rel]:after
{
	/*HTML to indicate drop down link*/ /*content: " v"; /*commented out by Trace*/ /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 0;
	margin-top: 12px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	background: url(images/sub_menu_blend.gif) top repeat-x #F4F7F6;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 10px 5px;
	text-decoration: none;
	color: #333333;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}


input.btn
{
	color: #ffffff;
	background-color: #0C3B70;
	border: 3px solid;
	border-top-color: #3676BE;
	border-left-color: #3676BE;
	border-right-color: #092D57;
	border-bottom-color: #092D57;
}

input.checkout
{
	font-size: 20px;
	background-color: #0C3B70;
	border: 3px solid;
	border-top-color: #3676BE;
	border-left-color: #3676BE;
	border-right-color: #092D57;
	border-bottom-color: #092D57;
	color: #FFFFFF;
}

.undernav
{
	background-image: url(images/header_whiteband.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 91px;
}

.subnav /*used for sub-navigation bar links */
{
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	color: #000000;
}

a.news-link /*used for news headline */
{
	font-weight: bold;
	line-height: 11px;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #333;
}
a.news-link:hover /*used for navigation bar link*/
{
	text-decoration: underline;
}

div.news-date /*used for news item date */
{
	font-weight: bold;
	font-size: 8px;
	line-height: 7px;
	font-variant: small-caps;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #424242;
}
div.news-abstract /* used for news item abstract */
{
	display: block;
	font-size: 9px;
	line-height: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #424242;
}


.news_button
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 9px;
}

div.news-container /* used for news: holding the news items on the homepage*/
{
	overflow-y: auto;
	overflow-x: hidden;
	background: url(images/news_background_txt.gif);
	color: #5d4a36;
	vertical-align: top;
	height: 210px;
	overflow: auto;
	scrollbar-3dlight-color: #848484;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #bababa;
	scrollbar-darkshadow-color: #565656;
	scrollbar-face-color: #B6B6B6;
	scrollbar-highlight-color: #d1d1d1;
	scrollbar-shadow-color: #8B8B92;
	scrollbar-track-color: #CDCDCE;
}
.search_bar
{
	/*background-color: #D8DCE1;*/
	font-size: 11px;
	padding: 0px 6px 5px 3px;
	vertical-align: middle;
}

td.search_bar a:link
{
	text-decoration: none;
}

.newsletterbox
{
	height: 15px;
	font-size: 9px;
}

.newsheadline
{
	background: url(images/news_background.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 10px;
	height: 21px;
}


a.news_button
{
	text-decoration: none;
	color: #FFFFFF;
}
.footer-link /* used for footer links */
{
	font-size: 95%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #424242;
}


.brief_header
{
	font-size: 12px;
	font-weight: bold;
}

.brief_text
{
	font-size: 11px;
}

/*Start Price Module*/
div.price_module
{
	width: 254px;
	background: url(images/purchase_box.gif) top left no-repeat;
	border: thin #989898 solid;
	padding: 30px 8px 10px 8px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.product_id
{
	clear: both;
}
.product_price
{
	font-weight: bold;
}

.price-list
{
	padding-left: 18px;
	padding-bottom: 25px;
	width: 100%;
}
table.price-list
{
}
td.price_module
{
	width: 100%;
	background-color: #F7F7F7;
	border: #999 solid 1px;
}

/*start featured Item*/
.featured
{
	width: 254px;
	margin-left: 20px;
	/*border-left: 1px #989898 solid;*/
	padding: 10px 8px 10px 8px;
}

.featured hr
{
	color: #fff;
	background-color: #fff;
	border: 1px dotted #666;
	border-style: none none dotted;
	margin: 20px 0 20px 0;
}

.image_left
{
	padding-right: 10px;
	float: left;
}

/*Card Style Sheets*/

td#table_dark
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-indent: 10px;
	background-color: #0C3B70;
}

.table
{
	background-color: #EFEFEF;
	border: #333333 1px solid;
}


.form-large input
{
	font-size: 115%;
	padding: 3px 7px;
}

.form-large
{
	font-size: 115%;
	border: solid 1px #999999;
	padding: 2px;
}

label
{
	width: 125px;
	font-size: 115%;
	padding: 3px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

.label
{
	width: 125px;
	font-size: 115%;
	padding: 3px;
	text-align: right;
	padding-right: 5px;
	margin-left: 20px;
}
