
*	{
	padding: 0;
	margin: 0;
}

img { border: 0; }

html, body, #main {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	background: #252525;
}

a, a:active, a:visited {
	font-family: verdana, arial, sans serif;
	font-size: 10px;
	color: #959595;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#main tr td {
	vertical-align: middle;
}

#main-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	max-width: 760px;
	height: 600px;
	background: #252525;
	font-family: verdana, arial, sans serif;
	font-size: 10px;
	color: #959595;
}

#category-container, #contact-container, #extra-container, #product-container, #search-container {
	float: left;
}

#logo {
	float: left;
	display: inline;
	width: 180px;
	height: 40px;
	margin-bottom: 30px;
}

#search, #contact-home {
	float: right;
	display: inline;
	width: 300px;
	height: 40px;
	margin: 0 0 20px 0;
	padding: 0;
}

#search form .text {
	display: inline;
	margin-left: 160px;
}

#contact-home {
	height: 14px;
	padding-top: 2px;
	text-align: right;
	margin: 0;
}

#sound-control {
	width: 1px;
	height: 1px;
}

#menu {
	float: left;
	width: 760px;
	height: 50px;
	margin-bottom: 20px;
	list-style: none;
	/*text-align: center;
	line-height: 30px;*/
	font-size: 12px;
	color: #959595;
	overflow: hidden;
	/*border: 1px solid red;*/
}

.cat4 a:hover, .cat4 .here a, .cat4 a.cat-here { color: #66CCFF }
.cat5 a:hover, .cat5 .here a, .cat5 a.cat-here { color: #99FF99 }
.cat6 a:hover, .cat6 .here a, .cat6 a.cat-here { color: #CC9966 }
.cat7 a:hover, .cat7 .here a, .cat7 a.cat-here { color: #FF9900 }
.cat8 a:hover, .cat8 .here a, .cat8 a.cat-here { color: #FF0099 }
.catlumi a:hover, .catlumi .here a, .catlumi a.cat-here { color: #FF3333; }

#cat, .sub, .sub-here {
	display: block;
	float: left;
	width: 700px;
	height: 20px;
	padding: 6px 0;
	/*border: 1px solid green;*/
}

#menu ul li ul {
	z-index: 100;
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	padding-left: 30px;
	font-size: 12px;
	background: #252525;
}

#menu ul li ul.sub { z-index: 200; }

#menu li {
	display: inline;
}

/*#menu li ul {
	z-index: 100;
	display: none;
}*/

#menu li:hover ul, #menu li.over ul, #menu .sub-here { display: block; } /**/

#menu a, #menu a:active, #menu a:visited, #menu a:hover {
	font-size: 12px;
	text-decoration: none;
}

#menu .sub a, #menu .sub a:active, #menu .sub a:visited, #menu .sub a:hover,
#menu .sub-here a, #menu .sub-here a:active, #menu .sub-here a:visited, #menu .sub-here a:hover {
	font-size: 12px;
	text-decoration: none;
}

#header, #widescreen, #dock, #footer {
	float: left;
	width: 760px;
}

#header {
	height: 40px;
	text-transform: capitalize;
}

#widescreen {
	height: 200px;
	/*text-align: center;
	line-height: 100px;
	font-size: 12px;
	color: #F00;*/
	overflow: hidden;
}

#widescreen a, #widescreen a:active, #widescreen a:visited, #widescreen a:hover {
	font-size: 12px;
	color: #F00;
	text-decoration: underline;
}

#dock {
	height: 180px;
	background: #464646;
}

#dock img {
	margin: 20px 0 0 18px;
}

#footer {
	width: 750px;
	padding-top: 20px;
	text-align: center;
}

.text {
	float: left;
	display: inline;
	width: 88px;
	height: 18px;
	background: #FFF;
	padding: 0 5px;
	margin: 0 0 4px 30px;
	border: 1px solid #FFF;
}

form>.text {
	margin-bottom: 6px;
}

.submit {
	float: right;
	display: inline;
}