

html {
	background: url(img/background.png) repeat;
}

body {
		font: 16px/26px Georgia, "Times New Roman", Times, serif;
}



#container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* Header ////////////////////////////////////////////////////////////// */

#header {
	width: 100%;
	background-image: url(img/header_full.jpg);
	background-repeat: no-repeat;
	height: 235px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	z-index:-99;
}


/* END Header ////////////////////////////////////////////////////////////// */




/* Navigation////////////////////////////////////////////////////////////// */
#nav ul {
	margin-top: -10px;
	float: right;
	clear:both;
	width: 660px;
	z-index:-1;
}

#nav li {
	
	margin: -500px 0px 0px 0px;
	display: inline;
}

#nav li a {
	color: #353435;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	padding: 70px 24px;
	text-shadow: #b4c6c6 1px 1px 0;
}

#nav li a:hover {
	border-top: 5px solid #fff;
	

	text-shadow: #757c83 -1px -1px 0;
}

#nav li a.current,
#nav li a:hover.current {
	background: url(img/currentpage.png) no-repeat center top;
	color: #fffs
	border: none;
	padding-top: 70px;
	text-shadow: none;
}











/* ENDNavigation////////////////////////////////////////////////////////////// */


/* content ////////////////////////////////////////////////////////////// */


#header_contenttop {
	width: 100%;
	height: 100%;
	background-image: url(img/contenttop.png);
	margin-top: -50px;
	margin-left: 50px;
z-index: -99;
	background-repeat: no-repeat;
	position: relative;
}


#middle_contents{
	height: 800px;
	width: 100%;
	margin-top: -565px;
	margin-left: 50px;
	margin-right: auto;
	background-image: url(img/contentmiddle.jpg);
	background-repeat: repeat-y;
	position: relative;
	z-index: -99;
}

#lether_contents{
	width: 1000px;
	height: 100%;
	z-index: -1;
	background-image: url(img/leather_croped.jpg);
	margin-top: -815px;
	margin-left: 90px;
	background-repeat: no-repeat;
	position: relative;

}

#lethertripFF{
	height: 100%;
	width: 100%;
	background-image: url(img/dec_hotirzonal.png);
	z-index: 1;
	background-repeat: no-repeat;
	margin-top: -470px;
	margin-left: 37px;
	
	clear: both;
}



#midstrip{
	height:100%;
	width: 100%;
	background-image: url(img/strip.png);
	background-repeat: no-repeat;
	margin-top: -400px;
	margin-left: 40px;
	z-index: 1;
	clear: both;
}
#stripcontents{
	height: 500px;
	width: 450px;
	clear: both;
	z-index: 1;
}
/*---------------End content -----------------*/

#footer{
	float: both;
	background-image: url(img/footer_cut.jpg);
	background-repeat: no-repeat;
	height: 235px;
	margin-top: -150px;
	position: relative;
		z-index: 1;
}


