/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
}

.clear
{
	clear: both;
	height: 0;
	font-size: 0;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#main-wrapper
{
	width: 930px;
	margin: 35px auto 0 auto;
	padding: 10px;
	border: 1px solid #952c41;
}

div#navigation-wrapper
{
	background-color: #320f16;
	height: 39px;
	margin-bottom: 10px;
}

div#logo
{
	float: left;
}

div#navigation
{
	height: 39px;
}

div#content-wrapper
{
	width: 930px;
}

div#footer
{
	width:930px;
	margin:10px auto 0pt;
	text-align:right;
	font-size:10px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1
{
	color: #a15867;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}

h2
{
	font-weight: normal;
	font-size: 18px;
}

p
{
	font-size: 12px;
	line-height: 1.6;
	padding-bottom: 20px;
	color: #fff;
	padding-left: 0;
}

a:link
{
	color: #fff;
	text-decoration: underline;
}

a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:active, a:hover
{
}

li
{
	padding-bottom: 2px;
}

ul
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

ul ul
{
	padding-bottom: 5px;
}

ol
{
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 30px;
}

a.logo{
	color:#ffffff;
	font-size:28px;
	width:200px;
	text-decoration:none;
	margin-left:5px;
}

a.logo2{
	color:#00FF00;
	font-size:28px;
	width:200px;
	text-decoration:none;
	margin-left:5px;
}
/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul
{
	display: block;
	float: right;
	height: 39px;
	line-height: 39px;
	padding: 0;
}

div#navigation ul li
{
	display: inline;
	float: left;
	padding-left: 25px;
	font-weight: normal;
}

div#navigation ul li.last-item
{
	padding-right: 22px;
}

div#navigation ul li a:link,
div#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

div#navigation ul li a:active,
div#navigation ul li a:hover
{
	text-decoration: underline;
}

/* -------------------------------- HOMEPAGE -------------------------------- */

div#content-wrapper img.home-photo
{
	float: left;
	width: 630px;
}

div#content-wrapper #home-content
{
	float: left;
	width: 300px;
	height: 263px;
}

div#content-wrapper #home-content h1, div#content-wrapper #home-content p
{
	padding-left: 22px;
	padding-right: 10px;
}

div#content-wrapper #get-in-touch
{
	float: left;
	width: 163px;
	height: 149px;
	background: url(../images/get-in-touch.jpg) no-repeat;
	margin-left: 13px;
	padding: 18px 110px 20px 11px;
}

div#content-wrapper #get-in-touch h2
{
	text-decoration: underline;
	padding-bottom: 16px;
}

div#content-wrapper #get-in-touch p
{
	font-size: 11px;
	line-height: 1.5;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */

div#content-page-left
{
	float: left;
	width: 464px;
	padding-left: 15px;
/*	height: 520px;   */
}

div#left-panel
{
	float: left;
	width: 464px;
	padding-left: 15px;
}

div#content-wrapper img.content-page-photo
{
	margin-top: 79px;
	float: right;
}

div#content-page-left p
{
	width: 425px;
}

div#left-panel #free-quote
{
	background-color: #320f16;
	width: 413px;
	padding: 12px 13px;
}

div#left-panel #free-quote h2
{
	color: #8d4b59;
	font-weight: bold;
	padding-bottom: 4px;
}

div#left-panel #free-quote p
{
	padding-bottom: 2px;
}

div#left-panel #free-quote-link
{
	background-color: #7a3f4b;
	width: 413px;
	padding: 4px 13px;
	margin-top: 1px;
}

div#left-panel #free-quote-link a
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

div#left-panel #free-quote-link a img
{
	padding-right: 5px;
}

