/*
 * Scp Net rev2.0
 * copyright: 2005-2008 SCP NET CONSULTING 
 */
*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #FF3300;
}

a:visited {
	color: #000;
}


body {
	background: #ccd5f6 url(res/img/big_back.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}



#site
{
	margin: 0 auto;
	background: #99CCFF;
	width: 811px;
	border-top:  1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	min-height: 950px;
}


#main
{
background: #ffffff;
}

#header {
	background: black;
	height: 243px;
	text-align: right;	
}

#logo {
display:block;
height:48px;
padding-top: 0px;
padding-bottom: 33px;
float:left;
width: 320px;
background: url(res/img/menu.jpg) repeat-x;
border-bottom: black 1px solid;
}

#logo img {

padding-left: 20px;

float:left;

}

#menu
{
float: left;
width: 491px;
background: url(res/img/menu.jpg) repeat-x;
border-bottom: 2px solid black;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 95px;
	height: 46px;
	background: url(res/img/menu.jpg) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 35px;


}

#menu a:hover {
	color: #fff;
	width: 95px;
    height: 46px;
	background: url(res/img/menu_hover.jpg) repeat-x;
}


#logoh {
background: #ffffff url(res/img/header.gif) no-repeat;
background-position:center;
width: 771px;
height: 98px;
float: left;
text-align: left;
padding-top: 60px;
padding-left: 40px;
}


#left
{
	float: left;
	padding: 10px;
	width: 200px;
	padding-right: 1em;
}

#left H3
{
width: 185px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(res/img/left_box.jpg) no-repeat
}

#left ul {
	padding-top: 2px;
	list-style: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
}

#left a {
	text-decoration: none;
	color: #000000;

}
#left a:hover {
	text-decoration: none;
	color: #FF3300;
}


#left p
{
padding: 10px;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}



#right
{
float: right;
width: 550px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 20px;
	color: #D72020;
}

#right ul {
padding-left: 20px;
	list-style: none;
}

#right ul  li{
padding-top: 2px;
}

#right a
{
color: #D72020;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}


#zoom a {
	float: none;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 125px; /* show only thumbnail */
	height: 94px;
	background: url(res/img/harta.jpg) no-repeat center;
	}

#zoom a:hover {
	width: 520px; /* adjust size to zoomed photo */
	height: 300px;
	background-position: center center; /* move the image so only the big one shows */
	}
#traffic {
margin: 0 auto;
}
	
#footer {
	margin: 0 auto;
	width: 811px;
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(res/img/menu_hover.jpg) repeat-x;
}

#footer p {
float: right;
	padding-right: 20px;
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #666666;
}