*{
	margin: 0;
	padding: 0;
	border:0;
}

body{
	background:#fff;
	background-image: url('/images/body_bg.gif');
        background-repeat: repeat-x;
        background-position: top;
}

p, body, td{
	color: #000;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

table { 
	border-collapse:collapse;
	width:100%;
}
a {
	text-decoration: none;
	color: #558B02;
}
a:hover{
	text-decoration: underline;
}
div.topmenu{
	width: 900px;
	padding: 0px;
	height:59px
}
div.topmenu a{
	display: block;
	float: left;
	padding: 30px 20px 14px 20px;
	font-size: 12px;
	color: #3B6400;
}
div.topmenu a.Active{
	background-image: url('/images/menu_top_bg.gif');
        background-repeat: repeat-x;
        background-position: top;
        font-weight: bold;
}
div.header {
	text-align: left;
	width: 900px;
	height: 214px;
	position:relative;
}
div.ico {
	position:absolute;
	left:160px;
	top:190px;
	z-index:10;
}
div.header table {
	width: auto;
}
div.content{
	width: 900px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6{
	color: #558B02;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
    font-style: italic;
    padding: 0.5em;
}

.price	{color: #E31625; font-weight: bold;}
img.clubLogo {
	float: left;
	margin-right: 15px;
    margin-bottom: 5px;
}

img.sovetImg {
	float: left;
	margin: 15px 15px 15px 0px ;
}

div.botmenu{
	text-align: center;
	padding: 50px;
}

div.botmenu a{
	color: #000000;
}

td.ad {
	width:50%;
}
td.ad div{
	width:450px;
	font-size: 10px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	text-align: left;
	padding:10px;
	float: right;
	color: #3F6801;
}
td.ad div a{
	color: #3F6801;
}
td.ad div span.header{
	color: #000000;
	font-weight: bold;
}
td.cat {
	width:50%;
	background-image: url('/images/cat_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
td.cat div{
	width:450px;
	background-color: #FFFFFF;
	text-align: right;	
}
div.footer1{
	background-image: url('/images/footer_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 48px;
}
div.footer2{
	width: 900px;
	text-align: left;
}
div.footer2 table td{
	font-size: 10px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
}
table.p10 td{padding: 10px}
table.p4 td{padding: 4px}
*.p10 {padding: 10px}
.w50	{width: 50%;}
.wauto	{width: auto;}
.c		{text-align: center;}
.r		{text-align: right;}
.l		{text-align: left;}
.b		{font-weight: bold;}
.top	{vertical-align: top;}
.bot	{vertical-align: bottom;}
.grey	{background-color: #CCCCCC;}
td.w20	{width: 20%;}
.m10	{margin: 10px;}
