/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	/*color: #3A6306;*/
	color: #000000; 
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #B1B1B1;
}

a:link {
    color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
.checkout_link:link {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	text-decoration:underline;
	border: 2px solid #FF0000;
	padding: 2px 5px 2px 5px;
	}
	
.checkout_link:hover {
	color: #FF0000;
}
.checkout_link:visited  {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	text-decoration:underline;
	border: 2px solid #FF0000;
	padding: 2px 5px 2px 5px;
		
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.6em;
 color: #006600;
 font-style: italic;
}

h2{
 font-size: 1.4em;
 color: #006600;
}

h3{
 font-size: 1.2em;
 color: #006600;
}

h4{
 font-size: 1.2em;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 1.0em;
 color: #334d55;
}

h6{
 font-family: arial;
 font-size: 1.6em;
 color: #006600;
 font-variant:small-caps;
}

ul{
 list-style-type: square;
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #006600;
}

		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main{
	background-color: #FFFFFF;
	width: 950px;
}

#detail{
	background-color: #FFFFFF;
	width: 770px;
}

#masthead{
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-position:center;
background-repeat:no-repeat;
}

#navBar{
	width: 190px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}

#content{
   float: right;
	width: 750px;
	margin: 0;
	padding: 0 5px 0 0;
}

#moreinfo{

   width: 750px;
	margin: 0;
	padding: 0 5px 0 10px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: .9em;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 0.8em;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 0.8em;
}
.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 3px 5px 3px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature li {
 list-style-image:url(images/bullet.gif);
 padding: 0 0 10px 48px;

}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 0.8em;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story h2{
 font-size: 1.2em;
 background-color: #006600;
 color: #FFFFFF;
}

.story h4{
 font-size: 1.3em;
 font-weight: bold;
 font-style: italic;
 color: #FF0000;
}

/************** .ProductInfo *****************/

.ProductInfo{
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	width: 360px;
	font-size: 0.8em;
	border-color: #999999;
	border-style:solid;
	border-width:thin;	
}


.ProductInfo h2{
 font-size: 1.2em;
 background-color: #006600;
 color: #FFFFFF;
}

.ProductInfo h3{
 font-size: 1.2em;
 background-color:#000066;
 color: #FFFFFF;
}
 
.ProductInfo a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.ProductInfo a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.ProductInfo a:hover {
	color:#FFFF00;
	text-decoration: none;
}
.ProductInfo a:active {
	color: #ffffff;
	text-decoration: none;
}

/************** .ProductDetail *****************/

.ProductDetail{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 0.8em;
}

.ProductDetail p{
	padding: 0px 0px 10px 0px;
}

.ProductDetail h1{
 font-size:30px;
 color: #000000;
 font-family:"Times New Roman", Times, serif, "Trebuchet MS";
 font-style:normal;
 }

.ProductDetail h2{
 font-size: 1.2em;
 background-color: #006600;
 color: #FFFFFF;
}

.ProductDetail h3{
 font-size: 1.3em;
 font-family:"Times New Roman", Times, serif, "Trebuchet MS";
 
}
 
.ProductDetail h5{
 font-size: 1.6em;
 background-color:#000000;
 color:#FFFFFF;
 font-family:"Times New Roman", Times, serif, "Trebuchet MS";
 font-variant:small-caps;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: .8em;
	color: #FF0000;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.9em;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 0.8em;
	font-variant:small-caps;
	background-color: #006600;
	font-weight: bold; 
	color: #FFFFFF;
}

#sectionLinks h3{
	padding: 2px 0px 2px 10px;
	color:#FFFF00;
	background-color:#000066;
	
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cccccc;
	padding: 2px 0px 2px 10px;
	color: #000000;
}






/*********** .relatedLinks styles ***********/
.relatedLinks{
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.relatedLinks h3{
	padding: 2px 0px 2px 10px;
	font-variant:small-caps;
	background-color:#000066;
	color:#FFFF00
}

.relatedLinks a:link {
	color: #000000;
	text-decoration: underline;
		padding: 2px 0px 2px 10px;

}
.relatedLinks a:visited {
	color: #000000;
	text-decoration: underline;
		padding: 2px 0px 2px 10px;

}
.relatedLinks a:hover {
 color: #006600;
	text-decoration: underline;
		padding: 2px 0px 2px 10px;

}
/*********** .topLinks styles ***********/

.topLinks a:link {
color: #006600;
	font-size:0.8em;
	font-variant:small-caps;
	text-decoration: underline;
	font-weight:bold;

}
.topLinks a:visited {
color: #006600;
	font-size:0.8em;
	font-variant:small-caps;
	text-decoration: underline;
	font-weight:bold;

}
.topLinks a:hover {
color: #006600;
	font-size:0.8em;
	font-variant:small-caps;
	text-decoration: underline;
	font-weight:bold;

}





/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 0.6em;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 0.8em;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***************.bg1 background header************/
.bg1 

{ background-position:left;
background-repeat:repeat-x;

}
.bg1 h1{
font-size: 24px;
color: #000000;
text-shadow:#E7E773;
text-transform:uppercase;
vertical-align:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-bottom:11px;

}

.bg1 h2{
font-family:Arial;
font-size:18px;
color: #FFFFFF;
font-variant: small-caps;
outline:#000000;
outline-width:thick;
}

.bg1 h3{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color: #000000;
font-variant: small-caps;
outline:#000000;
outline-width:thick;
}




/***************.header1 background header************/
.header1 {font-family:Arial;
font-size:15px;
color:#FFFFF8;
text-transform:uppercase;
font-weight:bolder;

}

.header2 {font-family:verdana;
font-size:15px;
color:#FFFFFF;
text-transform:uppercase;
font-weight:bolder;
text-shadow:#000000;
font-style:italic;
text-decoration:underline;


}


/************************.bottomtext*****************/

.bottomtext{
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.8em;
	border-color: #999999;
	border-style:solid;
	border-width:thin;	
}
