@import url(productwrapper.css);

body {
	background-color: #f7f8f8;
	margin: 0;
	font-size: 75%;
	font-family: 'SD Georgia Light', 'Georgia Light', Georgia;
	font-style: lighter;
}

a {
	outline: 0px;
}

#mainContainer {
	width: 950px;
	margin-left:auto;
	margin-right: auto;
	-webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, .1);
	box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, .1);
	background-color: #fff;
	behavior: url(../PIE.htc);

}

#mastContainer {
	background-image: url(../images/pattern.jpg);
	height: 115px;
	position: relative;
}

#mainNav {
	height: 40px;
	background-color: #000;
}

#mainNav ul
{
	-webkit-padding-start: 0px;
	padding: 5px;
	margin: 0px;
	list-style-position: inside;
}

#mainNav ul li {
	list-style-type: none; 
	display: inline;
	color: #fff;
	font-size: 24px;
	margin-left: 20px;
}

#mainNav li a
{
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

#mainNav li.mainNavOn a
{
	color: #bed62f;
	text-decoration: none;
}


#contentContainer {
	background-color: #fff;
	position: relative;
	width: 950px;
	background-image: url(../images/navshadow.png);
	background-repeat: repeat-y;
}

#leftNav {
	float: left;
	width: 210px;
	min-height: 350px;
	padding: 15px 0px 10px 10px;
}


#leftNav a.leftNavOn, #leftNav a.leftNavOff, #extraLeftNav a.leftNavOn, #extraLeftNav a.leftNavOff {
	display: block;
	width: 177px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	background-image: url(../images/abase.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-decoration: none;
	color: #666;
	padding: 10px 0px 10px 10px;
}

#leftNav a.leftNavOn, #extraLeftNav a.leftNavOn {
	color: #bed62f;
}

#leftProductNav {
	float: left;
	width: 210px;
	min-height: 350px;
	padding: 0px 0px 10px 10px;
}

#leftProductNav ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	-webkit-padding-start: 0px;
}

#leftProductNav ul li {	
	display: block;
	width: 177px;
	font-size: 22px;
	padding: 20px 0px 10px 10px;
	background-image: url(../images/abase.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftProductNav ul li a {
	color: #666;
	text-decoration: none;
}

#leftProductNav ul ul li {	
	display: block;
	width: 155px;
	font-size: 14px;
	padding: 5px 0px 0px 10px;
	background-image: none;
}

#leftProductNav ul ul li:last-child {	
	padding: 5px 0px 10px 10px;
}

#leftProductNav #thisSelected {
	color: #bed62f;
}

#bodyContent {
	float: right;
	padding: 10px;
	width: 705px;
}

#footerContainer {
	width: 956px;
	padding-top: 10px;
	position: relative;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left:auto;
	margin-right: auto;
}

#logoFooter {
	float: left;
	width: 220px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#textFooter {
	float: right;
	width: 700px;	
	padding-right: 10px;
	color: #999;
	font-size: 1em;
	line-height: 150%;
}

.tcheckout {
    display: none;
}
