/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: url(/assets/graphics/body_bg.gif);
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #003300;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(/assets/graphics/header_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
	background-position: -1px 0;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(/assets/graphics/header_bg.jpg);/*Main machu picchu image*/
	background-position: -1px 0;
	height: 76px;
	margin: 0 auto;
	width: 766px;
}

#topbanner .left {
	margin-left: 12px;
}

#topbanner .logo {
	float: right;
	margin-right: 18px;
	display: inline;
}

#topbanner a {
	color: #003300;
	font-size: 11px;
	font-weight:bold;
	}
	
#topbanner .rugged_pond{
	margin-left: 10px;
	}


#subheader {
	background-image: url(/assets/graphics/subheader_image.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: -1px 0;
	height: 84px;
	width: 766px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
   margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
	min-height: 500px;
}

#content h2 {
	font-size: 14px%;
	margin: 12px 0 0 5px;
	color: #003300;
}

#content p {
	font-size: 11px;
	padding: 5px 5px;
}


#content li {
	font-size: 11px%;
	list-style-position: inside;
	margin-left: 10px;
}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 195px;
	left: 21px;
}

#nav h3 {
	color: #003300;
	font-size: 11px;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #000099;
}

#nav img {
	margin: 25px auto;
	border: 1px solid #003300;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	border-bottom: 1px solid #000099;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	margin-bottom: -2px;/*value for IE6*/
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #000099;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#nav li a {
	font-size: 11px;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #000099;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #E5EAEC;
	color: #000099;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;*/
	background-image: url(/assets/graphics/footer_bg.jpg);
	background-repeat: no-repeat; 
    background-position: -1px 0;
}


#footer p {
	font-size: 9px;
	text-align: right;
	padding: 4px 23px 25px 0;
	color: #006600;
	border-top: 1px solid #000;
	margin: 0 13px;
	
}


/***** Ends the footers ********/





/***** Begin laying out google ads *****/
.googad{
	margin: 13px;
}
/***** end laying out google ads *****/




#divCartLinks {
	text-align: right;
	}
	
/**** Pop Up Images***/
div.thumbnail{
width:200px;
text-align:center;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid #000099;
}
div.thumbnail,img.floatLeft{
margin:.25em 1em .5em 0em;

}
div.thumbnail p{
font-size:10px;
line-height:1.1em !important;
margin:3px 0px 0px 0px !important;
text-align:left;
}
a img, div.thumbnail a img{
border:none;
}

a.popup{/*Used only for DHTML purposes*/}

.faq {
	background-color: #E4E8D7;
	border-top: 1px solid #000;
	border-bottom: 2px double #000;
	display: none;
	margin: 0px 1em;
	padding: 0px 1em;
}
/* added style="display:none;" inline for Safari */