body {
	background-color: #1a191a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin:0;
	padding:0;
}

#cont {
	margin:auto;
	background-color:#373634;
	width:1000px;
}

#logo {
	position:relative;
	margin-top:31px;
	
}

#bar {
	background-color:#797979;
	position:absolute;
	height:90px;
	top:0;
	left:0;
	z-index:1;
	width:100%;
}


#menu {
	padding-top:100px;
	padding-bottom:30px;
	text-align:center;
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
	background-image:url("../img/logo.gif");
}

a.menu, a.submenu {
	margin:0 10px;
	text-transform:uppercase;
}

a.menu, a.submenu, a.catgrid, a.subcatgrid, a.subcat {color: #FFFFFF;text-decoration:none; text-transform:uppercase}
a.menu:hover, a.submenu:hover, a.catgrid:hover, a.subcatgrid:hover, a.subcat:hover, #scname {color:cyan;}

a.menu {font-size: 23px;}
a.submenu {font-size: 18px;}
#home {visibility:hidden}
#submenu {
	padding-top:10px;
	text-align:center;
}

#main {
	background-color:#070101;
	padding:35px 10px 40px 10px;
	width:980px;
    text-align:center;
	min-height:270px;
	margin:auto;
}

div#cntr {width:960px; margin:auto;}

a.catgrid {
	width:214px;
	height:240px;
	margin:7px;
	float:left;
	padding:3px;
}

a.catgrid img {
	width:100px;
	height:100px;
	border:none;
	margin:3px;
}

div.catname {text-align:center; margin-top:10px;}

a.subcatgrid {
	width:148px;
	height:200px;
	margin: 4px;
	float:left;
	text-align:center;
}

a.subcatgrid img {
	width:125px;
	height:125px;
	border:none;
}


div.subcatsubname {margin-top:10px; font-size:90%;}

div#prodleft {float:left; width:290px; margin-right:10px;text-align:left;}
a.subcat {
	display:block;
	text-transform:uppercase;
	margin-bottom:1em;
	font-weight:bold;
	font-size:95%;
}
#scname {padding-left:5px; border-left:3px solid #373634;font-weight:bold}
#scdesc {padding:5px; margin-bottom:20px; font-size:90%; border-left:3px solid #373634}
a.ugly {color:cyan; text-decoration:none; font-size:90%;}
a.ugly:hover {text-decoration:underline}

#prodmid {background-color:#696969;}
#prodmid td {width:100px; height:100px;}

#prod2 {border-color:white;border-collapse:collapse;}
#prod2 td {text-align:center; width:175px;}

#ststic_pages_img {margin-left:50px;}

#foot {
	width:1000px;
	height:105px;
	background-color:#373634;
	text-align:right;
	position:relative;
	clear:both;
}

#search {
	clear:both;
	height:50px;
	text-align:left;
	position:absolute;
	top:-45px;
	left:10px;
}

#search_lbl {
	font-weight:bold;
	font-size:80%;
	padding:0 0 3px 5px;
}

#term {
	border:none;
	background-image:url("img/search.gif");
	width:135px;
	padding-right:23px;
	padding-left:3px;
	height:22px;
	background-color:black;
}

#search_bt {
	position:absolute;
	left:140px;
	border:none;
	background-image:url("img/search_bt.gif");
	width:16px;
	height:17px;
	top:20px;
}
#langs {position:absolute; top:45px; left:30px;}
#langs a {color:white; text-decoration:none; margin:0 3px;}
