/* CSS Document */
body {color:#707476; background-color:#ffffff;}

#logo {border:none;}

#header {
	width:100%;
	margin-top:70px;
	padding: 10px;
	height:auto;
	border-color:333;
	border-style:solid;
	border-width:0px 0;
	height:30px;
	text-align:center;}


#menu {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 0;
	text-align:right;
	width: 200px;
	float:right;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #707476;
}

#menu li a { 
	display:block;
	text-decoration: none;
	color:#707476; }
	
#menu li a:hover { 
	font-weight:bold;
	border-left:thick solid #09c;
	}

#activ { 
	border-left:thick solid #09c;
	}	
	
.last {
	border-bottom: 1px solid #707476;
	}		
				
#footer {
	clear:both;
	padding:50px 0px 50px 0px;
	text-align:center;
	font-weight:800;
	color:#707476;}

/* buttoncandy */
input.btn333	{	
	color:#333;
	font-family: HelveticaNeue-Condensed, "Arial Narrow", Tahoma, Helvetica, Arial, sans-serif;	
	font-size:80%;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#ddd;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');}
		
input.btnhov {	
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;}


