@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:11px;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/background.gif) no-repeat top left;
}
a {
	font-size: 10px;
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #55A0FF;
}
a:active {
	color: #333;
}
h1 {
	font-size: 32px;
	padding:15px;
	margin:0;
	font-weight:100;
}
h2 {
	font-size: 24px;
	padding:15px;
	margin:0;		
	font-weight:100;
}
h3 {
	font-size: 18px;
	padding:15px;	
	margin:0;
	font-weight:100;
}
h5 {
	font-size: 11px;
	padding:15px;	
	margin:0;
	font-weight:100;
}
.clearall{
	clear:both;
	}
.h1_bg{
	color:#ccffff;
	background:#9933ff;
	}
.h3_bg{
	color:#ffffff;
	background:#9933ff;
	}
.h1_inside{
	color:#9a34ff;	
	}
#container{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	border:0;
	}
#bg_gri{
	width:100%;
	height:570px;
	float:left;
	background-color:#e8e8e8;
	}
#bg_alb{
	width:100%;
	height:230px;
	float:left;
	background-color:#fff;
	}
#meniuhp{
	margin-left:0px;
	margin-top:195px;
	width:324px;
	height:284px;
	position:absolute;
	z-index:100;
	display:block;
}
#meniubg{
	width:254px;
	height:284px;
	margin-left:70px;
	margin-top:195px;
	position:absolute;
	background-color:#a01651;
	z-index:1;
}
#logo{
	margin: 10px 0 0 70px;
	position:absolute;
	z-index:200px;
	display:block;
	background:url(../images/clockwise.jpg)  no-repeat top left;
}
#brands{
	position:absolute;
	margin: 195px 0 0 365px;
}
#content{
	position:absolute;
	width:700px;
	margin: 195px 0 0 365px;
	background-color:#fff;
}


ul#navlist
{
text-align: left;
list-style: none;
padding: 10px 0 0 0;
margin: 0 auto;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 239px;
color: #fff;
text-decoration: none;
font-size:24px;
line-height:35px;
text-transform:uppercase;
padding: 0 0 0 85px;
}


ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #ccffff;
background-color:#9933ff;
}

a#ANPC { position: absolute; left: 85px; bottom: 7px; color: white; text-decoration: none; }
a#ANPC:hover { text-decoration: underline; }


