body{background-color: #504F3B; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #504F3B;}
table {font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #504F3B;}
/*links*/
a:link,a:active,a:visited {
	color: #504F3B;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #7C2426;
}

a div{
	background-position: top;
	color: #504F3B;
	text-decoration: none;
	}
a:hover div{
	background-position: bottom;
	text-decoration: none;
	color: #7C2426;
	}
/*links*/

/* layers */
.right_shadow{
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 600px;
	background-image: url(pics/right_shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}	
.left_shadow{
	position: absolute;
	top: 0px;
	left: -20px;
	width: 20px;
	height: 600px;
	background-image: url(pics/left_shadow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}
.center{
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 600px;
}
.top{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 242px;
	background-image: url(pics/top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.main{
	position: relative;
	top: -9px;
	left: 0px;
	width: 800px;
	min-height: 350px;
	float: left;
	background-color: #CDCEAF;
}
.main_info{
position: relative; 
top: 0px; 
left: 0px; 
width: 600px; 
margin: 20px;
float: left;
}

.right{
			position: absolute;
			top: 5px; 
			right: 10px;
			width: 150px;
			float: left;
}
			.hot#header{
			position: relative;
			top: 0px; 
			width: 140px; 
			height: 13px;
			background-color: #AFAF89;
			padding: 5px;
			}
			.hot{
			position: relative;
			top: -10px; 
			width: 140px;
			height: 120px;
			background-color: #DBDBBF;
			padding: 5px;
			float: left;
			margin-bottom: 10px;
			}
			
		
.bottom-line{
	position: relative;
	bottom: 8px;
	left: 0px;
	width: 800px;
	height: 20px;
	background-color: #97986E;
	float: left;
}
.links{
	position: absolute;
	bottom: 13px;
	left: 20px;
	width: 560px;
	height: 47px;
}
.button{
	position: relative;
	top: 0px;
	left: 0px;
	width: 53px; 
	height:7px; 
	background-image: url('./pics/button.jpg'); 
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding: 20px;
	font-size: 9px;
}
.login{
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 230px;
	height: 70px;
}

.helmet{
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: 488px;
	height: 297px;
	background-image: url(pics/helmet.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.list{
	position: relative; 
	top: 0px;
	left: 20px; 
	width: 600px; 
	padding: 2px; 
	border: 1px solid gray; 
	background-color: #BCBC86; 
}
/* layers */

/*form*/
input, select, textarea, option{
	font-weight : normal;
	text-indent : 2px;
	border: 1px solid gray;
}
form{
	padding: 10px;
	width: 350px;
	}
/*form*/