/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#all{ 
	width: 801px;
	height: 500px;
	 margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	}


/* top start */

#top{
	background:url(../img/top.gif) no-repeat;
	height: 70px;
}

#top ul{
	font-weight:bold;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #323232;
	display:inline;
	list-style:none;
	padding: 10px;

}

#top_men{
	top: 100px;
	left: 15px;
	width: 200px;
	border: 1px red solid;
	visibility:hidden;

}

/* top start */

/* content start */


#content_holder{
	background:url(../img/allback.gif) repeat-y;
	padding: 20px 65px 20px 65px;

}

#content_holder h1{
	font-size:18px;
	font-weight:normal;
	color: #615C5C;
}

#content_holder h2{
	font-size:14px;
	font-weight:normal;
	color: #8A1818;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: #999999 solid 1px;
}

#content_holder h3{
	color: #181818;
	font-size:12px;
	font-weight:bold;
}

#content_holder p{
	font-size:10px;
	color: #4c4c4c;
	margin: 5px 0px 10px 0px;
	line-height: 18px;
}

#content_holder p a{
	font-size:10px;
	color: #777777;
}

#content_holder p a:hover{
	font-size:10px;
	color: #fff;
	border-bottom:#4c4c4c 1px solid;
}



#content_holder td{
	font-size:10px;
	color: #4c4c4c;
	padding: 0px;
	margin: 0px;
}

#content_holder td a{
	text-decoration:none;
	color: #4c4c4c;
}

#content_holder td a:hover{
	text-decoration:none;
	color: #8A1818;
	
}

.price{
	font-weight:bold;
	font-size:10px;
	color: #4c4c4c;
	margin: 3px 0px 10px 0px;
	display:block;
}
.price a{
	text-decoration:none;
	color: #4c4c4c;

}
/* content end */



/* bottom start */

#bottom{
	background:url(../img/bottom.gif) no-repeat;
	height:50px;
	vertical-align:bottom;
	clear:both;
	width: 801px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 30px;

}

#bottom ul{
	font-weight:bold;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #615C5C;
	display:inline;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#bottom ul li{
	text-align: left;
	text-decoration: none;
	color: #615C5C;
	display:inline;
	list-style:none;
	padding: 10px 16px 10px 16px;
}

#bottom ul li a{
	text-decoration: none;
	color: #615C5C;
}

#bottom ul li a:hover{
	text-decoration: none;
	color: #A7A7A7;
}

#bottom ul li .active{
	text-decoration: none;
	color: #A7A7A7;
}



#bottom p{	
	color: #928B8B;
	text-align:right;
	padding: 5px 10px 10px 10px;
}

/* bottom end */


.press{
	border:#999999 1px solid;
	padding:2px;

}

