/* page layout */
body{
	margin:0px;
	padding:0px;
	/*background-image:url(../../images/template_images/bg.jpg);*/
	color:#404040;
	background-color:#cccccc;
}
form{
	padding:0px;
	margin:0px;
	display: inline;
}
p{
	margin:7px 0px 12px 0px;
}
#mainContainer {
	background-color:#cccccc;
	padding:0px 40px 25px 40px;
}
#topBar {
	background-image:url(../../images/template_images/4.jpg);
	margin-bottom:16px;
}
#topBar td{
	font-family:"Century Gothic", Arial;
	font-size:14px;
	color:#000000;
	font-weight:500;
}
#topBar span{
font-family:"Century Gothic", Arial;
	font-size:13px;
	color:#000000;
	font-weight:normal;
}
#mainMenu{
	text-align:center;
	font-family:"Century Gothic", Arial;
	font-size:13px;
	padding:20px 0px 20px 0px;
}
#mainMenu a{
	text-decoration:none;
}
#mainMenu a:hover font{
	color:#2391ea;
}
.leftSection{
	padding:0px 5px 10px 5px;
	margin:0px 5px 10px 5px;
	border-bottom:1px solid #7a7a7a;
}
#contentContainer{
	background-color:#eeeeee;
}
#bottomContainer{
	background-image:url(../../images/template_images/bottomMenuPix.gif);
}
#bottomMenu {
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#bottomMenu li{
	padding:0px 0px 0px 18px;
	background-image:url(../../images/template_images/bottomMenuIcon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 1px 0px 1px;
	display:inline;
	font-family:"Century Gothic", Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:lowercase;
}
#bottomMenu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#bottomMenu li a:hover{
	color:#2391ea;
}
#bottomLinks{
	color:#2391ea;
	font-weight:500;
	font-family:"Century Gothic", Arial;
	font-size:11px;
	text-transform:lowercase;
}
#bottomLinks a{
	text-decoration:none;
	color:#2391ea;
	text-transform:lowercase;
}
#bottomLinks a:hover{
	color:#2391ea;
}
#brands{
	border-top:none;
	background-color:#efefef;
}
.whiteContainer{
	background-color:#FFFFFF;
}
.copyrightText{
font-family:"Century Gothic", Arial;
	font-size:11px;
	color:#b9b9b9;
	text-transform:lowercase;
}
#cartDetails{
	position:absolute;
	width:200px; 
	background-color:#FFFFCC;
	border:1px solid #ffffff;
	padding:5px;
	top:33px;
	left:-120px;
font-family:"Century Gothic", Arial;
	font-size:12px;
}

/* Scrolling Styles */
#divContainer{position:absolute; width:200px; height:117px; overflow:hidden; top:0px; left:0px; clip:rect(0,200,117,0); visibility:hidden} 
#divContent{position:absolute; top:0px; left:0px}