body {
	text-align:center;
	
	padding:0px;
	margin:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#01051D;
	background: #333333;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}

a:link, a:visited { color:#006699; text-decoration:none; }
a:active, a:hover { color:#006699; text-decoration:underline; }

#menu_left a:link,#menu_left a:visited { color:#444444; text-decoration:none; }
#menu_left a:active,#menu_left a:hover { color:#444444; text-decoration:underline; }



#container {
	padding: 0px;
	border: 0px;
	width:100%;
	
}

#container_page {
	width:920px;
	margin:auto;
	padding-top:30px;
	padding-bottom:20px;
	position:relative;
}

#logo {
	position: absolute;
	top:0;
	left:-10px;
	width:359px;
	height:372px;
	z-index:20;
}

#header {
	width:450px;
	height:150px;
	text-align:left;
	color: orange;
	margin:auto;
	padding: 30px 8px 20px 400px;
	background: transparent url(../images/header-bg3.gif) no-repeat;
}
#header h1 { font-size: 18px;}
#header h3 { font-size:16px; }
h2 {font-size:15px; }

#page {
	margin:auto;
	width:858px;
	background: white;
	background-position: top;
	
}

#menu_left {
	width:249px;
	
	float:left;
	border-right:1px solid #EAE6DD;
	padding-top:80px;
	padding-bottom:20px;
}

#menu_left ul, #menu_left ul li{margin:0px; padding:0px; text-align:right;}
#menu_left ul{list-style-type:none;border:0px solid black;}
#menu_left ul li a {display:block;  margin:0px; padding-right:10px; padding-top: 8px; width:208px; height:20px;border-bottom:1px solid #EAE6DD;}

#content {
	width:400px;
	padding:20px 14px 20px 14px;
	float:left;
	text-align:justify;
}
#menu_right {
	width:179px;
	float:left;
	border-left:1px solid #EAE6DD;
	text-align:center;
}
#menu_right ul{
	width:175px;
	text-align:left;
}

#footer {
	width:858px;
	height:130px;
	background: transparent url(../images/footer-bg2.gif) no-repeat;
	background-position: bottom;
	border-top:1px solid #EAE6DD;
	text-align:center;
}





/************************* ADMIN ***********************/
#header_admin {

}
#menu_admin {

}
#footer_admin {

}

#page_admin {
	width: 793px;
}
table.admin_table {
	width: 80%;
	margin: auto;
	border: 1px solid #F4F6F9;
}
td.admin_label {
	background:#F4F6F9;
	border-width: 0px 1px 0px 1px;
	border-style:solid;
	border-color: white;
	height:25px;
}
table.admin_table td {
	padding: 3px;
	text-align:left;
}

tr.admin_products_standard {

}

tr.admin_products_disabled {
	background: #FFCCCC;
}
tr.admin_products_distinction {
	background: #CCFFCC;
}

#admin_menu {
	margin:auto;
	padding:10px;
	padding-bottom:0px;
}
#admin_menu a:link,#admin_menu  a:visited { color:#616161; text-decoration:none; font-weight:bold;}
#admin_menu a:active, #admin_menu a:hover { color:#325C6C; text-decoration:none; font-weight:bold; }