/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font: 12px Arial, Verdana, sans-serif; 
	line-height: 18px; 
	color: #000; 
	background: #FFF;
	position: relative;
	widows: 2;
	orphans: 2;
}

a {
	color: #9c4428;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #666;
}

.homecontact a {
	color: #999 !important;
}

.homecontact a:hover {
	color: #9c4428 !important;
}

a img {
	border: none;
}

h1, h2, h3, .h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

h2 {
	padding-bottom: 15px;
	font-size: 14px;
	
}

h3 {
	padding-bottom: 10px;
	font-size: 12px;
}

.h3 {
	display: inline;
}

h4 {
	color: #9c4428;
	letter-spacing: 1px;
	font-size: 13px;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

p.subtitle {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
}

.right {
	text-align: right;
}

.noMargin {
	margin: 0;
}

#homewrapper {
	width: 965px;
	margin: 0px auto;
	position: relative;
}

#homeImage {
	float: left;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#leftcolumn {
	width: 350px;
	float: left;
	padding-top: 100px;
}

#homewrapper #leftcolumn {
	padding-top: 80px;
}

#leftcolumn ul#leftnav {
	padding-left: 100px;
}

img#portfolio {
	float: left;
}

h1#homepage {
	display: inline;
}

ul#contact	{
	color: #9c4428;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 18px;
	padding: 10px 20px 0 0;
	text-align: right;
}

ul.homecontact	{
	color: #999 !important;
}

div#content {
	padding: 103px 40px 40px 400px;
}

.quote {
	position: absolute;
	display: none;
	height: 525px;
	left: 775px;
	width: 200px;
}

.quote div{
	position: absolute;
	bottom: 0;
}

.photo {
	float: left;
	margin-right: 20px;
}

.photo p {
	display: block;
	font-size: 10px;
	margin-bottom: 10px;
}

.photo img {
	display: block;
}

.contactPage p {
	margin: 0;
}

.contactPage h4 {
	margin: 20px 0 0 0;
}

.buyLink {
	margin-bottom: 20px;
}

#newsLeftColumn {
	float: left;
	width: 240px;
	min-height: 400px;
	margin-right: 40px;
}

#newsRightColumn {
	float: right;
	width: 240px;
}


