@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td
{margin: 0; padding: 0; border: 0; outline: none;}
img{border: none;}
a, *:focus{outline: none;}

body{
	background-color:#202020;
	font-family:Arial, Helvetica, sans-serif;}
	
.maincontainer{
	width:1000px;
	margin:0px auto;
	background-color:#000000;}
	
.header{
	width:1000px;
	height:352px;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat}

.menu{
	margin-left:35px;
	float:left;}

.menu_text{
	width:150px;
	height:202px;
	background-image:url(/images/fon.png);
	}
	
.menu_text ul{
	font-size:16px;
	padding-top:10px;
	list-style:none;
        text-transform:lowercase;}
		
.menu_text a{
	padding-left:20px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding-top:3px;
	padding-bottom:3px;}
	
.menu_text a:hover, #select{
	background-color:#000000;
	color:#fff500}

.reg{
	background-image:url(/images/fon.png);
	padding:10px;
	float:right;
	margin:15px 15px 0 0;
	color:#ffffff;
	font-size:12px;
	text-align:right;}
	
input{
	padding:2px;
	margin:2px;
	border:1px solid black;}
	
.reg_button{
	background-color:#282828;
	padding:2px 10px;
	color:#fff500;}
	
.reg a{
	color:#999999;
	font-size:10px;
	display:block;
	text-align:left;}

.text_container{
	background-color:#000000;
	background-position:right 90%;
	background-repeat:no-repeat;
        min-height:300px;
        height:auto !important;
        height:300px;
	}

.fon_1{background-image:url(/images/text_fon_tree.jpg);}
.fon_2{background-image:url(/images/text_fon_slumak.jpg);}
.fon_3{background-image:url(/images/text_fon_don.jpg);}

h2, h3, h4, h5, h6, h1{
	color:#fff500;
	font-size:16px;}
	
p, .text_container a{
	color:#dddddd;
	font-size:12px;}

.text_container img{
	margin:5px;}
	
.footer{
	height:34px;
	background-image:url(/images/footer.gif);
	background-repeat:repeat-x;
	width:1000px;
	text-align:center;
	color:#c8c8c8;
	font-size:10px;
	padding-top:5px;}

.footer a{
    color:#c8c8c8;
}

.mini{
    color:#c8c8c8;
    font-size:10px;
    padding-left:20px;
    margin-top:5px;
    margin-bottom:-5px;
}

.red{
    color:#cc0000;
}

.reg_form{
    width:50%;
    margin:0 auto;
    text-align:right;
}

.text{
    width:90%;
    margin:0px auto;
    padding:10px;
}

.yellow{
    color:#fff500;
    font-weight:bold;
}

.line{
    border-top:1px solid #fff500;
    padding-top:10px;
}

.sale{
    background-color:black;
    font-size:16px;
    font-weight:bold;
    letter-spacing:5px;
    margin-top:-40px;
    opacity:0.8;
    filter: alpha(opacity = 80);
    padding:5px;
    position:relative;
    width:190px;
    cursor:pointer;
}

.auction a{
    text-decoration:none;
}

a.yellow_link{
    color:#fff500;
    text-decoration:none;
    padding:0 5px;
}

.home_table td{
    padding:0 10px;
}