#outercontainer { position:absolute; width: 100%; height: 100%;}
#innercontainer { 
	position:absolute; 
/*	top:50%;*/
	left: 50%;
	height: 570px; 
	width: 960px; 
	margin-top: 50px;
	margin-left: -480px;
}
#header { padding-top: 17px; height: 41px; padding-left: 17px;}
#footer { padding: 17px; text-align: center; }
#main { height: 512px; }
.firstsection, .section {
	width: 69px;
	height: 512px;
	background-color: #C6C4AD;
	float: left;
	line-height: 512px;
	text-align: center;
	font-size: 14px;
	color: white;
}
.section {
	margin-left: 2px;
}
a:hover .section, a:hover .firstsection {
	background-color: white;
	color: black;
}
.selectedsection, a:hover .selectedsection {
	background-color: #818070;
	color: #C2C0A9;
}
.sectioncontent {
	width: 677px;
	height: 510px;
	float: left;
	border: 1px solid #818070;
	border-left: none;
}
#innercontent {
	width: 675px;
	height: 468px;
	padding: 20px 0px 20px 0px;
	border: 1px solid #C6C4AD;
	background-color: white;
}
#storenav {
    height: 20px;
    margin: 0px 20px;
}
#breadcrumb { float: left; }
#pagenav { float: right; }
.crumbs {
    font-weight: bold;
}
li.crumb, li.firstcrumb { display: inline }
#prodimg, #prodcopy  {
    width: 306px;
	height: 425px;
	float: left;
}
#prodimg {
	text-align: center;
    margin-left: 20px;
    overflow: hidden;
}
#prodimg img {
    display: none;
}
#prodimg img.first {
    display: block;
}
#prodcopy {
	margin-left: 20px;
	line-height: 1.5;
}
.prodtitle {
    font-weight: bold;
    margin-bottom: 1em;
}
.stocklevel {
    font-weight: bold;
}
.prodstock {
    height: 20px;
    margin-top: 10px;
    text-align: right;
}
#prodmainbody {
    height: 390px;
    position: relative; /* required for cloud-zoom element's absolute positioning to work */
}
#prodbuttons {
    margin: 0px 20px;
}
#prodbuttons li, #options input.button {
    line-height: 20px;
	height: 23px;
    float: left;
	width: 75px;
	border: 1px solid white;
}
#prodbuttons li.bold {
    font-weight: bold;
	text-align: center;
	width: 158px;
}
#prodbuttons li.right {
    text-align: right;
}
#prodbuttons li.button, #options input.button, td.cartremove input.button, .checkoutbutton {
    background-color: #C6C4AD;
	border: 1px solid #818070;
	text-align: center;
	font-weight: bold;
	float: right;
}
#prodbuttons li.price {
    width: 230px;
	font-weight: bold;
	text-align: right;
}
.pagenumber {
    font-weight: bold;
	margin: 0px 10px;
}
.griditemthumb {
    width: 192px;
	height: 168px;    
}
.griditemlabel {
    width: 192px;
	height: 40px;
	float: left;
	overflow: hidden;
	font-weight: bold;
	line-height: 1.5;
}
.griditem {
	float: left;
	width: 192px;
	height: 208px;
	margin: 10px 0px 0px 20px;
	text-align: center;
}

.griditem img {
	display: block;
	margin: auto;
}

/* CATEGORY INDEX PAGE (HOME PAGE) */

.catgriditemthumb {
    width: 307px;
	height: 258px;    
}
.catgriditemlabel {
    width: 307px;
	height: 40px;
	float: left;
	overflow: hidden;
	font-weight: bold;
	line-height: 1.5;
}
.catgriditem {
	float: left;
	width: 307px;
	height: 298px;
	margin: 10px 0px 0px 20px;
	text-align: center;
}

div.pressitems {
	margin-left: 10px;
}

div.pressitems li {
	float: left;
	border: 1px solid #C6C4AD;
	margin-left: 10px;
	padding: 10px;
	text-align: center;
	width: 130px;
	height: 120px;
	overflow: hidden;
}

div.pressitems p {
	margin-top: 2px;
}

div.pressitems p.title {
	font-weight: bold;
}


/* END OF HOME PAGE */



/* HOME PAGE BANNERS */

#banners {
	margin-top: 5px;
	height: 120px;
}

/* END OF HOME PAGE BANNERS */

/* FOOTER LOGOS */

ul#logos { margin: 5px; text-align: center; }
ul#logos li { display: inline; }
ul#logos img { display: inline; }

/* END OF FOOTER LOGOS */

/* CHECKOUT AND SHOPPING CART STYLES */

#carttable {
    width: 635px;
    margin: 20px;
    text-align: left;
}
#carttable tr.cartheader, #carttable tr.carttotal {
    font-weight: bold;
}
#carttable td {
    padding: 5px 0px;
}
#carttable tr.carttotal td {
    padding-top: 20px;
}
.cartremove {
    width: 20px;
}
td.cartremove input.button, .checkoutbutton {
    padding: 5px;
}
.checkoutbutton { margin-right: 20px; }
.fpcontent, .checkoutcontent { margin: 0px 20px; }
.fpcontent p { margin-bottom: 14px; margin-right: 5px; }
.static p { margin: 10px; }
#shipping hr { display: none; }
.checkoutcontent h4,
.fpcontent h1,
.fpcontent h2 { margin: 0px; }
div.checkoutcontent, div.fpcontent { height: 450px; overflow: auto; }.saleprice { font-style: italic; margin-top: 10px }

/* END OF CHECKOUT AND SHOPPING CART STYLES */

