* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BCCDCB;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/jeans1920-dark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
html {
	width: 100%;
	height: 95%;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #333333;
	height: 100%;
	}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 155px;
	margin-top: 20px;
	margin-left: 20px;
}
#logo a{
	height: 135px;
	width: 155px;
	text-indent: -21000px;
	display: block;
}

#header {
	padding: 0px;
	height: 155px;
}

#menu {
	font-size: 12px;
	float: right;
	height: 20px;
	border: 1px solid #293836;
	width: 592px;
	margin-left: 250px;
	position: absolute;
}


	
#content_box {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: -35px;
	*margin-top: -10px;
}

#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content h1{
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #799B98;
	margin-bottom: 30px;
	color: #E9EFEE;
}


#content h2{
	font-size: 18px;
	padding-bottom: 15px;
	text-transform: capitalize;
}
#content h3{
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #799B98;
	color: #E9EFEE;
	*margin-top: -30px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#content h4{
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: capitalize;
	margin-top: 0px;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}


#footer {
	font-size: 11px;
	text-align: center;
	color: #bfc2a5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#brands {
	height: 60px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#brands img {
	padding-right: 15px;
	padding-left: 15px;
}
#lists  {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #2B3E4D;
	padding-right: 20px;
	width: 180px;
	height: 155px;
	margin-top: 5px;
	line-height: 20px;
	padding-top: 5px;
}
#contain_left {
	height: 455px;
}

#lists li {
	list-style-type: circle;
	margin-bottom: 10px;
	list-style-position: outside;
}
.img_right {
	float: right;
}
#content a  {
	color: #FFF;
	text-decoration: none;
}
#content a:hover  {
	color: #7088A5;
	text-decoration: underline;
}


.clear {
	clear: both;
	height: 0px;
}

.line {
	height: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #344543;
	margin-top: 5px;
	margin-bottom: 5px;
}
.space {
	height: 10px;
}
#image {
	float: right;
	margin-top: 5px;
}
#quick_contact {
	float: right;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;

	*margin-top: 40px;
	margin-right: 30px;
	line-height: 16px;
}
#quick_contact a{
	color: #FFF;
	text-decoration: none;

}
