/*
	CSS DOCUMENT
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	background-color: #3b2522;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*----------	Container ----------*/

div#container {
	margin: 0 auto;
	width: 800px;
	height: auto;
}

/*----------	Header ----------*/

div#header {
	width: 800px;
	height: 166px;
	background: #FFF url('../images/header_banner.jpg') right top no-repeat;
}

div#header div.logo {
	margin-top: 4px;
	margin-left: 4px;
}

div#header div.logo img {
	border: 0;
	padding: 30px 0 30px 0;
}

/*----------	Container Content	----------*/

div#content_container {
	width: 800px;
	height: auto;
	background: url('../images/tile-content.jpg') 0 0 repeat-y;
}

div#content_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.content_left {
	width: 568px;
	height: auto;
	float: left;
}

div.content_right {
	width: 232px;
	height: auto;
	float: left;
}
	

/*----------	NaVIGaTIoN STYLeS	----------*/
#nav {
	height: 32px;
	width: 800px;
	background-color: #5b3732;
	border-bottom: 7px solid #b35548;
}

#nav ul {
	list-style: none;
	float: right;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#nav ul li a:hover {
	background-position: 0 -32px !important;
}

#nav ul li#home a {
	background:url(../images/nav/home.jpg) no-repeat top;
	width:53px;
}

#nav ul li#profile a {
	background:url(../images/nav/profile.jpg) no-repeat top;
	width:65px;
}

#nav ul li#leather-bags a {
	background:url(../images/nav/leather-bags.jpg) no-repeat top;
	width:100px;
}

#nav ul li#garmets a {
	background:url(../images/nav/garmets.jpg) no-repeat top;
	width:80px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact-us.jpg) no-repeat top;
	width: 84px;
}


/*----------	CTa STYLeS	----------*/

div#cta {
	font-size: 12px;
	color: #413d3c;
	padding: 20px 0;
}

div#cta p {
	line-height: 18px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: right;
}

div#cta img {
	border: 0;
}


/*----------	TeXT STYLeS	----------*/

div#text {
	padding: 20px;
	color: #474545;
}

div#text p {
	margin: 0 0 15px 0;
	line-height: 17px;
}

div#text h1 {
	font-size: 20px;
	color: #5b3732;
	margin-bottom: 15px;
}

div#text h2 {
	font-size: 18px;
	color: #9a7768;
	margin-bottom: 15px;
}

div#text h3 {
	font-size: 16px;
	color: #9a7768;
	margin-bottom: 15px;
}

div#text h4 {
	font-size: 14px;
	color: #9a7768;
	margin-bottom: 15px;
}

div#text h5 {
	font-size: 12px;
	color: #9a7768;
	margin-bottom: 15px;
}

div#text a {
	color: #b03827;
	text-decoration: underline;
}	

div#text a:hover {
	color: #45211c;
	text-decoration: underline;
}	

div#text ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div#text ol li {
	line-height: 17px;
}

div#text ul {
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: square;
}

div#text ul li {
	line-height: 17px;
}

div#text img.left {
	float: left;
	margin: 15px 15px 15px 0;
	border: 5px solid #e4d5c9;
	clear: left;
}

div#text img.right {
	float: right;
	margin: 15px 0 15px 15px;
	border: 5px solid #e4d5c9;
	clear: right;
}

div#text div.caption-right {
	width: 120px;
	float: right;
	padding: 15px;
	text-align: center;
}

div#text div.caption-right img {
	border: 5px solid #e4d5c9;
}

div#text div.caption-left {
	width: 120px;
	float: left;
	padding: 15px;
	text-align: center;
}

div#text div.caption-left img {
	border: 5px solid #e4d5c9;
}

/*----------	Enquiry Form----------*/

div.enquiry-form table td {
	padding: 5px 15px 5px 0;
}

div.enquiry-form table td input.field,
div.enquiry-form table td textarea.field {
	border-top: 1px solid #D3D7D5;
	border-left: 1px solid #D3D7D5; 
	border-right: 1px solid #9e8885; 
	border-bottom: 1px solid #9e8885;
	padding: 5px;
	width: 250px;
	font: normal 12px "Arial";
	color: #474545;
}

div.enquiry-form table td input.button {
	padding: 3px;
	color: #FFF;
	border: 0;
	background: #b35548;
}

/*----------	Gallery----------*/

div.gallery table td {
	padding: 5px 5px 5px 0;
	text-align: center;
}

div.gallery table td img {
	border: 5px solid #e4d5c9;
}

/*----------	FooTeR STYLeS	----------*/

div#footer {
	width: 780px;
	height: auto;
	padding: 10px;
	font-size: 11px;
	color: #FFF;
	background: #5b3732;
	border-top: 7px solid #b35548;
}

div#footer a {
	color: #FFF;
}

div#footer a:hover {
	color: #e4d5c9;
}

div#footer img {
	border: 0;
}