.required2 {
	font-weight: bold;
	color: #FF0000;
}
.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


a:link, a:visited 

{
	color: #999933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #006666;
}

h1{
font-size: 14px;
	font-weight: normal;
	color: #0D2474;
	letter-spacing: 0.3em;
	border-bottom-style: dotted;
	border-bottom-color: #0D2474;
	text-align: center;
 
}

h2{
font-size: 14px;
	font-weight: normal;
	color: #0D2474;
	letter-spacing: 0.3em;
	border-bottom-style: dotted;
	border-bottom-color: #0D2474;
	text-align: center;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #B7AFA2;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}
#sale_price {
	color: #E87232;
	font-weight: bold;
}


ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 750px;
	
}

#navBar{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content{
	float:right;
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 1;
	padding-bottom: 0;
	padding-left: 0;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2px 0px 2px 2px;
}


/************* #globalNav styles **************/


/* '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{
	color: 666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	border: 1px solid #194B9C;
	text-decoration:none;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	color: #375F92;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/css-nav.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


#globalNav a:hover {
	font-size: 90%;
	background-color: #AAC6ED;
	border: 1px solid #333;
	text-decoration:none;
	color: #EE7637;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
	background-color: #FFFFFF;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: 75%;
	color: #cccccc;
	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: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}





/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.relatedLinks h3{
	margin: 0px;
	padding: 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
}

#masthead .leftimage{
position: absolute;
top: 0px;
left: 0px;
}
.tableheader {
	background-color: #a6d3ff;PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #B7AFA2;
	padding: 2px 0 2px 2px;
	margin: 0 10px 3px 0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 0px;
	text-transform: uppercase;
}
#navBar ul a:hover {
	display: block;
	padding: 2px 0 2px 2px;
	margin-right: 10px;
	text-decoration:underline;
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}

#navBar ul{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}



/*********** #sale items link styles ***********/



#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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}

.title {
	font-size: 14px;
	font-weight: normal;
	color: #0D2474;
	letter-spacing: 0.3em;
	border-bottom-style: dotted;
	border-bottom-color: #0D2474;
	text-align: center;
}	
.results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/css-nav.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AFA2;
}
.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #EFE7DC;
	border: 1px solid #B7AFA2;
	width: 100px;
	height: 30px;
	text-align: center;
}
.product2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #EFE7DC;
	width: 292px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	
}

.description2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AFA2;
	font-weight: bold;
}

.cartbutton {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B7AFA2;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #000000;
}
.description2 strong {
	font-weight: bold;
	color: #EE7637;
}
#extra ul a:link, #extra ul a:visited {
	display: block;
	color: #375f92;
	border: 1px solid #ED8345;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	top: 0px;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 5;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* fix for browsers that don't need the hack */
html>body #extra ul li {
	border-bottom: none;

}

#extra ul a:hover {
	display: block;
	padding: 2px 0 12px 2px;
	margin-right: 10px;
	border: 1px solid #ED8346;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#extra ul {list-style: none; margin: 0; padding: 0;}


/*********** #sale items link styles ***********/



#extra ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#extra li {
	border-bottom: 1px solid #EEE;

} 
.required {
	color: #FF0000;

}
.form_bg {
	border: 1px solid #666666;
	background-color: #E9E9E9;

}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top_cart {
	float: right;
	width: 740px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	float: right;
	width: 350px;
	padding-top: 2px;
	text-align: right;
	padding-right: 5px;
}



.bggrey {
	background-color: #EFE7DC;
	text-align: center;
	border: 1px solid #CCCCCC;
	}
.search_input {
	text-transform: none;
	background-color: #EFE7DC;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}


#strike {
	text-decoration: line-through;
	border: 1px solid #B7AFA2;
}
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B7AFA2;
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
}
.old_price {
	text-decoration: line-through;
	color: #990000;
}
