﻿


body {
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 auto;
	padding: 0px;


}

.head {
	background-image:url('images/header.jpg'); background-repeat:no-repeat;
}

a{
	color: #fd6f27;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}


.menu{
	width: 940px;
	height: 92px;
	
}

.menu ul {
	list-style: none;
	padding: 0px;	
}

.menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 186px;
	height: 62px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	padding-top: 30px;
	font-size: 24px;
}

.menu a:hover{
	color: #ffffff;
	background: url(images/menuhov.jpg);
	background-repeat:repeat-x;
}

.wt-bg {
	
	background-color:white;
	
}

.right-title {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #fd6f27;
	height: 43px;
	padding-left: 18px;
	margin-bottom: 10px;
	background: url(images/righttitle.jpg);
	background-repeat:no-repeat;
	background-position:top;

}

.left-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #ffffff;
	width: 225px;
	height: 45px;
	padding-top: 0px;
	background: url(images/left_title.jpg) no-repeat;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.categories ul li{
	background: url(images/ls1.jpg) no-repeat top left;
	font-size:13px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom:10px;
}

.categories ul li a{
	font-weight: bold;
	text-decoration:none;
}

.left{
	width: 235px;
}

.left a{
	color: #cd4a08;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.left a:hover{
	color: #000000;
}

.footer {
	height: 80px;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	background: url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

