/* CSS Document */
body{
	font-family: Arial,sans-serif;
	color: #333333; 
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("/css/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Layout Divs */

#pagecell{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%; 
	min-width:800px;
	background-color: #ffffff;
}

#page_header{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;	
}

#Navigation{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #ebebeb;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2; 
	border-bottom: 1px solid #ffffff; 
}

#Shopping_cart_steps{
	position: absolute;
	left: 508px;
	top: 140px;
	width:220px;
	padding: 0px;
	background-color: #ebebeb;
	font: Verdana,sans-serif;
	z-index: 100;
}

#Shopping_cart_steps h3{
	font-size: 80%;
	color: #000000;
	padding: 10px 5px 10px 10px;
	border: 1px solid #cccccc;
}

/* Highlighted step color #BFC9CB */

.Shopping_cart_steps_highlight{
	background-color: #BFC9CB;
}


/* top corners */

#top_left {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#top_right {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/* Component Divs */

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/* Hack to get min_width attribute to work with IE */
.width {
	width: 100%;
	min-width:800px;
	background-color:#ffffff;
}

* html .minwidth {
	border-left:800px solid #ffffff;
}

* html .container {
	margin-left:-800px;
	position:relative;
}


/*\*/
* html .minwidth, * html .container {
	height:1px;
}
/**/

/* END Hack to get min_width attribute to work with IE */

/************** pageName styles ****************/
/* Page name (part with Name, and icon to far right; will go inside top of pagecell) */

#pageName{
	padding: 23px 0px 7px 10px;
	margin: 0px;
	border-bottom:1px solid #cccccc;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 5px;
	padding: 2px;
	margin: 0px;
}

/************* globalNav styles ****************/

#topNav{
position: relative;
width: 100%;
min-width: 800px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("/css/topNav_background.gif");
}

#topNav img{
	margin-bottom: -4px;
 
}

#topNav_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#topNav_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#topNav_links{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.topNav_link, a.topNav_link:visited{
  	font-size: 80%;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #cccccc;
}

a.topNav_link:hover{
  	background-image:  url("/css/topNav_selected.gif");
	text-decoration: none;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color: #cccccc;
	padding: 0px 10px 2px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 0px 2px 2px 0px;
	vertical-align: middle;
}


/************ mainNavi_left styles **************/
/* This is the 'global' links section but on the left side (top part of Navigation bar) linking to other main pages */

#mainNavi_left{
	margin: 0px;
	padding: 0px;

}

#mainNavi_left h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#mainNavi_left a:link, #mainNavi_left a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	background-image:  url("/css/mainNavi_bg.jpg");
	font-weight: bold;
	font-size: 80%;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#mainNavi_left a:hover{

	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* pageNavi styles **************/
/* This is the section in left navi below Main navi linking to sections on current page */

.pageNavi{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	min-height: 125px;
	height: 125px;
	font-size: 80%;
}

*>.pageNavi {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}

.pageNavi h3{
	padding: 0px 0px 2px 0px;
}

.pageNavi a{
	display: block;
	padding: 2px 0px 3px 0px; 
}

/************* news styles **************/
/* This is the section in left navi below intra-page navi linking to news links */

.news{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #cccccc;
	height: 125px;
	min-height: 125px;
	font-size: 80%;
}

*>.news {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}

.news h3{
	padding: 10px 0px 3px 0px;
}

.news a{
	display: block; 
}

.news_headline{
	padding: 5px 0px 3px 0px;
}

/**************** newReleases styles *****************/
/* This is the section in left navi below news links linking to new product releases */

.newReleases{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #cccccc; 
	font-size: 80%;
	height: 125px;
	min-height: 125px;
}

*>.newReleases {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}

.newReleases img{
	display: block;
}

.newReleases h3{
	padding: 10px 0px 0px 0px;
}

.newReleases a{
	display: block; 
}

.newReleases_product_pic{
	padding: 8px 0px 5px 0px;
}

/************** content classes/styles *********/

.content_top_pic{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
*>.content_top_pic {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}

.content_top_pic img{
	float: left;
	padding: 0px 10px 0px 0px;
}	

/* Content section header */

.content_section_hdr{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	padding: 25px 0px 5px 10px;
}

.content_main_section {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	width: 560px;
	text-align: justify;
}

.content_main_section h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.content_main_section h4{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	padding: 8px 0px 0px 0px;
}

.content_main_section p {
	padding: 0px 0px 10px 0px;
}

/*************** table styles ******************/

table.spacingfix p {
	padding: 0px 0px 0px 0px;
}

table.fixfont td {
	font-size: 80%;
}

.spacingfix p {
	padding: 0px 0px 0px 0px;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 /* Don't include color here 
 color: #334d55;
 */
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
