﻿html {
	background-color: #fbfbfb;
	height: 100%;
	width: 100%;
}

body {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	max-width: 1200px;
	min-width: 990px;
	width: 990px;
	background-color: #fbfbfb;
	line-height: 25px;
	text-align: justify;
	font-size: small;
	font-family: "Lucida Grande", sans-serif;
}
a:link, a:visited {
	color: #937d48;
	text-decoration: none;
}

a:hover, a:active {
	color: #423118;
}

#header {
	max-width: 1200px;
	width: 990px;
	min-width: 990px;
	display: block;
	height: 175px;
	background-position: 5px -1px;
	background-image: url(/styles/images/header.png);
	background-repeat: no-repeat;
}
#header .fb {
	position: relative;
	top: 6px;
}

#footer {
	z-index: 0;
	max-width: 1200px;
	background-color: #fbfbfb;
	padding-top: 20px;
	text-align: center;
	font-size: x-small;
	color: #937d48;
	min-width: 990px;
	width: 990px;
	background-position: left top;
	min-height: 225px;
}

#container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 855px;
}

#mainnav {
	width: 350px;
	letter-spacing: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: right;
	position: relative;
	font-size: 12px;
}

#mainnav a:link, #mainnav a:visited {
	margin-right: 15px;
	margin-left: 15px;
	color: #cccccc;
	text-decoration: none;
}

#mainnav a:hover, #mainnav a:active {
	padding-bottom: 5px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
}

blockquote {
	margin-top: 0px;
	padding-top: 0px;
	width: 300px;
	display: block;
	font-size: medium;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote q {
}

blockquote small {
	float: right;
}

h2 {
	font-size: medium;
	color: #937d48;
}

#slogan {
	right: -2px;
	float: right;
	top: 25px;
	position: relative;
	height: 63px;
	display: block;
	width: 300px;
	background-image: url(/styles/images/slogan.png);
	background-repeat: no-repeat;
}

#services {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 165px;
	width: 864px;
}

#services a:link, #services a:visited {
	display: block;
	height: 160px;
	float: left;
	width: 216px;
	background-image: url(/styles/images/servicenav.png);
	background-repeat: no-repeat;
}

#services a:hover, #services a:active {
	background-image: url(/styles/images/servicenavhover.png);
	background-repeat: no-repeat;
}

#services .freestyle {
}

#services .lifestyle {
	background-position: -216px 0px;
}

#services .hybrid {
	background-position: -432px 0px;
}

#services .studio {
	background-position: -648px 0px;
}

p {
	margin-right: auto;
	margin-left: auto;
	max-width: 855px;
}

#leathernav input {
	height: 25px;
	background: none;
	border: none;
}


