/* zero off the defaults to get a clean starting point*/

/*----------------------- CLEARFIX ----------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	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:  Georgia, "Times New Roman", Times, serif;
	color: #6B635D;
	background-color: #FFFFFF;

}

/***** 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(images/outercontent_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(images/header_bg.jpg);/*Main machu picchu image*/
	background-position: -1px 0;
	height: 48px;
	margin: 0 auto;
	width: 766px;
}

#topbanner .left {
	margin-left: 20px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

#subheader {
	background-image: url(images/subheader_image.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: -1px 0;
	height: 145px;
	width: 766px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
	margin-left: 215px;
	padding: 7px 0 10px 10px;
	width: 510px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
 	min-height: 1000px;
}

#content h1 {
	font-size: 150%;
	margin: 12px 0 0 5px;
	color: #878787;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.prodtitle {
	font-size: 120%;
	margin: 12px 0 0 5px;
	color: #878787;
	background-color: #FFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #0D1448;
	background-color: #FFF;
}

#content h4 {
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 5px;
	color: #000000;
	text-align: center;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #878787;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-align: center;
}

#content p {
	font-size: 90%;
	padding: 5px 5px;
	line-height: 115%;
}

#content .imgright {
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 3px;
	border: 1px solid #4D7180;
}

#content .imgleft {
	float: left;
	border: 1px solid #4D7180;
	margin: 5px 10px 3px 5px;
	padding: 3px;
}

#content .imgcent {
	border: 1px solid #4D7180;
	margin: 5px 10px 3px 5px;
	padding: 3px;
}

#content .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFF;
}

#content .tablelink {
padding-bottom: 20px;
}

#content .lcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-right: 9px;
}

#content .rcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-left: 9px;
}

#content ul {
	color: #000000;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
}
#content li {
	font-size: 90%;
	font-weight: bold;
}
#content p.reverseout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #808080;
	text-align: center;
	font-size: 80%;
	padding: 2px;
	margin-top: 10px;
}
#content a {
	color: #4F4F4F;
}
#content a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}

#content .prodimage {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.browse {
	margin: 10px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.browse td {
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#nav {
	position: absolute; 
	width: 180px;
	top: 213px;
	left: 23px;
}

#nav h3 {
	color: #000;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #C5AEA6;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#nav img {
	margin: 0px;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

#nav ul li {
	border-bottom: 1px solid #C5AEA6;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #878787;
	padding: 4px 0 4px 2px;
	margin: 0;
	background-color: #FFF;
}

#nav li a:hover, #nav li a:focus {
	background-color: #D8D4D1;
	color: #000;
}
#photocontent {
	margin-left: 15px;
	width: 715px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#photocontent h1 {
	font-size: 150%;
	margin: 12px 0 0 5px;
	color: #878787;
	background-color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***** footers *****/

#footer {
	/*height: 34px;*/
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
   background-position: -1px 0;
}


#footer p {
	font-size: 70%;
	text-align: right;
	padding: 4px 23px 25px 0;
	color: #000;
	border-top: 1px solid #000;
	margin: 0 13px;
	background-color: transparent;	
}


/***** Ends the footers ********/
#topnav {
	position: absolute;
	top: 25px;
	right: 30px;
}
#topnav ul {
}
#topnav li {
	display: inline;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav a {
	color: #000000;
	text-decoration: none;
	font-size: 85%;
	background-color: #DFDFDF;
}
#topnav a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #DFDFDF;
}
.logo {
	margin-top: 6px;
	margin-left: 20px;
}

#slogan {
	position: absolute;
	top: 25px;
	left: 30px;
}

#slogan h2 {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}

#slogan  h2 a {
	color: #000000;
	text-decoration: none;
	background-color: #DFDFDF;
}

#slogan h2 a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #DFDFDF;
}
.rightmarg {
	margin-right: 9px;
}
.leftmarg {
	margin-left: 9px;
}
/***** Price Tables ********/
table.prices {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	margin-left: 5px;
	margin-top: 10px;
}

table.prices th, td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 80%;
	padding: 2px;
	}

table.prices td.title {
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}
	
table.prices th {
    color: #474645;
	background: #d3d3d3;
	}		
table.prices tr.alt {
    background:#e9e9e9;
	}
table.prices th {
    font-size: 75%;
	}
.style1 {
	color: #CC0000;
	font-weight: bold;
}
.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background-color: #EEE
}
#content p.specialname {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	background-color: #EEE
}
#content p.specialprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F00;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
#content .special a {
	color: #F00;
}
#content .special a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}

/*--- PHOTO ALBUM ---*/

div.photoAlbum {
  position: relative;
  clear: both;
  margin-top: 20px;
}

div.photoAlbum div {
  height: 115px;
  width: 150px;
  position: relative;
  float: left;
  margin: 10px 10px 0px 0px;
  border: solid 1px #666666;
}

div.photoAlbum div img {
  margin: 9px auto;
  position: relative;
  display: block;
  height: 96px;
  width: 129px;
  border: solid 1px black;
}

div.photoAlbum div span {
  display: block;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 0px;
  padding: 5px; 
}

div.photoAlbum div span p {
  position: absolute;
  display: block;
  margin: -5px 0px 0px -1px;
  padding: 0;
  background: #000;
}

div.photoAlbum div.pageSelector {
  clear: both;
  float: left;
  height: 28px;
  width: 160px;
  border: none;
}

div.photoAlbum div.pageSelector a {
  display: block;
  float: left;
  height: 25px;
  width: 25px;
  text-align: center;
  padding-top: 2px;
  text-decoration: none;
  border: solid 1px white;
}

div.photoAlbum div.pageSelector a.current {
  border: solid 1px black;
}

div.photoAlbum div.pageSelector a:hover {
  border: solid 1px black;
  background: red;
}

#content h2.specialDeal {
  color: red;
  padding: 3px;
  background: #eeeeee;
  font-size: 19px;
  font-family: Verdana, Arial;
  text-align: center;
  letter-spacing: 0px;
}

div.imgContainer {
  width: 510px;
  margin: 10px 0px 10px 6px;
}

div.imgContainer img {
  float: left;
  margin-right: 22px;
}

div.imgContainer img.solo {
  margin-left: 125px;  
}

div.imgContainer img.noMargin {
  margin: 0px;
}

#content p.normalPrice {
  text-align: center;  
}

#content p.specialPrice {
  color: red;
  text-align: center;
  font-weight: bold;
  font-family: Verdana, Arial;
}

#content ul.featureList {
  margin: 0px 0px 0px 25px;
  padding: 0;
  line-height: 20px;
}

#content ul.featureList li {
  font-weight: normal;
}

table.pics {
	margin: 5px 10px 0px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photoThumb { display: block; position: relative; float: left; }
.photoThumb:hover { background:  #fff !important; }

.photoThumb img,
table.pics img {
	padding: 4px;
  border: 1px solid #4D7180;
}

.photoThumb img {
  margin:  15px 26px;
}

.photoThumb span {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    left: 31px;
    padding: 1px 6px 5px;
    position: absolute;
    top: 20px;
}

table.pics td {
	padding: 0 0 20px 0;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}