
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {margin:0px; padding:0px;} /* global padding reset */

body{
	color: #000000;
	line-height: 1.166em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 90%;
	padding: 0px 10px;
	margin:0px;
}

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

h1{  font: small/160% georgia, times, serif;}
h2{ font: small/160% georgia, times, serif; padding: 5px 0 0 5px;}
h3{ font: small/160% georgia, times, serif;}
h4{ font: small/160% georgia, times, serif;  font-weight:bold;}
h5{}
legend{ font: small/160% georgia, times, serif;}
.hide {visibility:hidden}
/********* form and related tag styles *********/

form {}

label{ font: bold 1em Arial,sans-serif; color: #334d55;}
				
input{	font-family: Arial,sans-serif;}

img { display:none;}

#siteWrap{	
	width:100%;
	padding:0px;
}

#header{
	display:none;
}
#header * {
	display:none;
}

#rightcol {
	display:none;
}
#fauxCol {display:none;}
#outerFaux {display: none;}
#navwrap {
	display:none;
}
#navwrap * {
	display:none;
}
#gnl {
	display:none;
}

#gnr {
	display:none;
}
/************** anchors ************************/
a {
	color:#000000;
	text-decoration:none;
	display:inline;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 5px 0px 10px;
	border-bottom:1px solid #004800;
}

#pageName h2{
	color:#004800;
	font-size: 1.3em;
	font-weight: bold;
	margin:0px 0 0 0px;
		background-color:#00FF00;
	
	
}
#pageName h2 img{
	padding-right:5px;
	}
	
#Print{
	display:none;
}

	
/*************** search styles *****************/
#search{
		display:none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	margin:5px 0px 5px 10px;
	padding: 0px;
	display:block;
	font-size:80%;
}

#breadCrumb a{
	display:inline;
	font-weight:normal;
}

#breadCrumb .brSelected{
	color: #647D8F;
	border-bottom: 1px dashed #647D8F;
}

/************** feature styles *****************/


/*************** story styles ******************/
.story {
	padding: 0px 0px 10px 0px;	
}


.story h3{
	font-size: 1.1em;
	margin: 10px 0 3px 0;
	font-weight:bold;
	
}
.story h4{

}

.story h3 img{
	padding-right: 5px;
}

.story p {
	padding: 0px 0px 5px 0px;
	margin:5px 0 0 0;
}

.story hr{
		border-bottom:1px solid #FFCC00;
	color:#fff;
	
}
.story ul {margin:0 0 0 20px;}
.story li {margin:2px 0 0 5px;}

#cost{
	background-color:#fff;
	border: 1px solid #000;
	padding:0px 0px 5px 5px;
	margin: 5px 0px 5px 0px;	
	
	
}
.highlite{ overflow:visible;
	background-color:#efefef;
	border: 1px solid #D1D5BE;
	padding:5px;
	margin: 0 0px 10px 10px;
	float:none;
	width:100%;
}

/************** left Col Form styles ****************/

dl.table-display
{
font-size: 13px;
margin: 5px 5px 0;
padding: 0;
font-family: georgia, times, serif;
}

.table-display dt
{
width: 100%;
float: none;
margin: 0 0 0 0;
padding: 8px 0 0 5px;
border-top: 1px solid #D1D5BE;
text-align:right;

}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: none;
width: 100%;
margin: 0 0 0 0;
padding: 4px;
border-top: 1px solid #D1D5BE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}



#addCart{
	display:none;

}

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

#siteInfo{
display:none;
}

/************* relatedLinks styles **************/

.rightContent{
	display:none;
}
#rc{
display:none;
}
/********************* footer **********************/

#footerWrap{
	display:none;
}

#loginLinks{
	display:none;
}


/********************* end **********************/

