html, body {}
body {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1D1C1C;
}
html>body .outer{height:auto;}

a {
	color: #A6612F;
	text-decoration: none
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.outer {
	width: 100%;
	margin: 0px;
}
.main {
	width: 99%;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
}

/* header */
.header {
	width: 100%;
	height: 60px;
	border-bottom: #282828 solid 2px;
	background: #383838;
}
.Title {
	width: 99%;
	margin: 0px auto 0px auto;
}
.Logo {
	width: 120px;
	text-align: center;
	padding: 2px 0px 0px 0px;
	float: left;
}
.Title_Left {
	width: auto;
	color: #A6612F;
	font-size: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-align: left;
	padding: 15px 0px 0px 20px;
	float: left;
}
.Title_Left a {
	color: #A6612F;
	text-decoration: none;
}
.Title_Left a:hover {
	color: #A6612F;
	text-decoration: none;
}
.Title_Right {
	width: auto;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: left;
	text-decoration: none;
	padding: 15px 0px 0px 40px;
	float: left;
}
.Title_Right a {
	color: #FFFFFF;
	text-decoration: none;
}
.Title_Right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.View_Cart {
	width: 130px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 35px 0px 0px 50px;
	float: left;
}
.Search {
	width: 140px;
	text-align: left;
	padding: 0px 0px 0px 20px;
	float: left;
}
/* end of header */

.left_side {
	width: 12%;
	float: left;
	margin: 0px 1% 0px 0px;
	padding: 0px;
}
.right_side {
	width: 86%;
	padding: 0px 0px 0px 0px;
	border-left: #383838 solid 1px;
	float: left;
}
/* content */
.Curent {
	width: 97%;
	padding: 6px 0px 6px 3%;
	border-bottom: #383838 solid 1px;
}
.Curent a {
	color: #A6612F;
	text-decoration: none;
}
.Curent a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.Content_100 {
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.Content {
	width: 96%;
	text-align: left;
	padding: 10px 2% 10px 2%;
}
.Content img  {
	border: #A6612F solid 1px;
}
.Pages {
	width: 800px;
	text-align: center;
	margin: 0px auto 10px auto;
	clear: both;
}
.Pages img {
	padding: 0px;
	border: none;
}
.Pages a:hover {
	text-decoration: none;
}
/* end of content */

.divider {
	clear: both; 
	width: 100%;
	height: 0px;
}

/* footer */
.Bottom_Section {
	width: 100%;
	clear: both;
}
.footer {
	width: 100%;
	height: 40px;
	color: #A6612F;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
	background: url(../img/footer.jpg) repeat-x top center;
}
.footer a {
	color: #BE7036;
	text-decoration: none;
}
.footer a:hover {
	color: #BE7036;
	text-decoration: underline;
}
.Copyright {
	width: 99%;
	margin: 0px auto 0px auto;
}
.Copyright_left {
	width: 45%;
	text-align: left;
	padding-left: 5%;
	float: left;
}
.Copyright_right {
	width: 45%;
	text-align: right;
	padding-right: 5%;
	float: right;
}
/* end footer */
