/* CSS Document */
html, body {
	height: 100%;
	width: 100%;	
	margin: 0;
	padding: 0;
	background: #c0c0c0;
	font-size: 11px;
	font-family: "Tahoma";
}
div, td{
	font-family: Tahoma; font-size: 11px; text-align: left;
}

a:link{font-size: 11px; font-weight: bold; text-decoration: none; color: #8c0e00;}
a:visited{font-size: 11px; font-weight: bold; text-decoration: none; color: #8c0e00;}
a:hover{font-size: 11px; font-weight: bold; text-decoration: underline; color: #8c0e00;}
a:active{font-size: 11px; font-weight: bold; text-decoration: none; color: #8c0e00;}

a:link.mmenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:0px;
	text-decoration: none;
}
a:visited.mmenu{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:0px;
	text-decoration: none;
}
a:hover.mmenu{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:0px;
	text-decoration: underline;
}
a:active.mmenu{	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:0px;
	text-decoration: none;
}


a:link.subm{font-size: 11px; font-weight:lighter; text-decoration: none; color: #000000;}
a:visited.subm{font-size: 11px;font-weight:lighter; text-decoration: none; color: #000000;}
a:hover.subm{font-size: 11px;font-weight:lighter; text-decoration: underline; color: #000000;}
a:active.subm{font-size: 11px; font-weight:lighter;text-decoration: none; color: #000000;}

#container {	
	width: 100%;
	height:auto;
	margin:0px;
	padding:0px;
	background-image:url(../img/public/background.gif);
}

#main {
	position:relative;
	background: #f6e99b; 
	left:15px;
	margin:0;
	padding:0px 0px 0px 0px;
	width:800px;
	height: auto; 
	border: 1px solid #c0c0c0;
	border-top: 0px; 
	border-bottom:0px;
}
#leftside{
	margin:0px 0px 0px 10px;
	padding:0px 15px 0px 0px;
	width:155px;
	height: auto;
	border: 0px solid red;
	float:left;
}

#content{
	margin:0px 5px 0px 0px;
	width:608px;
	height:auto;
	padding:0px;
	border: 0px solid green;
	float:right;	
}

#header{
	position:relative;
	margin:0;
	padding:0;
	width:608px;
	height: 300px;
	border: 0px solid red;
}

#headercategory{
	position:relative;
	margin:0;
	padding:0;
	width:608px;
	height: 179px;
	border: 0px solid red;
}

#flash{
	margin:0;
	width:436px;
	height:300px;
	padding:0px 0px 0px 0px;
	border: 0px solid green;
	float:left;
	background-color: #f6e99b; 
}

#imgheader{
	margin:0;
	width:436px;
	height:179px;
	padding:0px 0px 0px 0px;
	border: 0px solid green;
	float:left;
	background-color: #f6e99b; 
}

.blueblock{
	background-image:url(../img/public/blue_block_header.gif);
	background-color:#f6e99b;
	margin:0;
	background-repeat:no-repeat;
	background-position:0px 0px;
	border-left:1px solid #60605e;
	border-right:1px solid #60605e;
	border-bottom:1px solid #60605e;
}

.menubut{
	margin:0;
	border:1px solid #530a02;
	background-color:#8c0e00;
}
.submenu{
	border-left:1px solid #530a02;
	border-bottom:1px solid #530a02;
	border-right:1px solid #530a02;
	margin-left:1px;
	padding-left:2px;
	background-color: #f6e99b; 
	margin-bottom:2px;
}

.items{
	border:0px solid #000000;
	text-indent:5px;
}


.bigblock{
	background-image:url(../img/public/block_header.gif);
	margin:0;
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:auto;
	border:1px solid #60605e;
	background-color: #f6e99b; 
}

.simpleblock{
	margin:0;
	border:1px solid #60605e;
	background-color: #f6e99b; 
}

.header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:0px;
}

.cleaner {
	clear: both;
	background: transparent;
	font-size:0px;
	height:0px;
	width:100%;
	padding:0;
	margin:0;	
}

img.adv{
	border:1px solid #8c0e00;
}
