/* @group Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
}

/* remember to define focus styles! */
:focus, :active {outline: 0;}
/* @end */

/* @group General */

body {
	background: #ced1cc url(/i/back.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #685749;
	text-align: center;
}

#page {
	width: 990px;
	text-align: left;
	margin: 36px auto 0 auto;
}

h2 {
	font-weight: normal;
	color: #685749;
	font-size: 22px;
	margin: 0 0 15px 0;
}


h3 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

div.quote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	background: #f0f4ef;
	padding: 15px 20px;
}

body.about div.quote {
	float:left;
	margin:0 0 20px;
	width:500px;
}

body.clients div.quote {
	margin: 0 0 15px 280px;
}

body.contact div.quote {
	float:right;
	margin:0 0 19px;
	width:477px;
}

div.quote p {
	font-size: 16px;
	line-height: 24px;
	margin:0 0 10px;
}

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

img {
	padding: 8px;
	background: #f0f4ef;
	float: left;
	margin: 0 20px 15px 0;
}

body.about img {
	float: right;
	margin: 0 0 15px 20px;
}

div.clients {
	margin: 0 0 15px 280px;
}

div.clients ul {
	float: left;
	font-size: 12px;
	list-style: none;
	width: 200px;
	margin-top: 20px;
}

div.clients ul li {
	margin: 0 0 10px 0;
}

a {
	color: #685749;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @end */

/* @group Header */

#header {
	width: 535px;
	height: 40px;
	background:url(/i/header.png) no-repeat;
	margin-left: 35px;
}

#header h1 {
	text-indent: -10000px;
}

#header h1 a {
	width: 535px;
	height: 40px;
	display: block;
	outline: none;
}

/* @end */

/* @group Navigation */

/* MAIN NAVIGATION */
#navbar a:hover {border:none;}
#navbar {
	width:610px;
	height:44px;
	margin: 11px 0 0 20px;
	clear:both;
	}
#navbar ul {
	display:block;
	height:44px;
	width:610px;
	background: url(/i/nav.png) 0 0 no-repeat;
	list-style-type:none;
	}
#navbar ul li a.firstlevel {
	display:block;
	height:44px;
	text-indent:-9999px;
	}
#navbar ul li {
	float:left;
	list-style-type:none;
	}

/* DROP DOWNS */
#navbar li ul {
	display:none;
	position:absolute;
	padding: 0;
	height:auto;
	background:#c5d5c0;
	width: 131px;
	}

#navbar li ul li {position:relative!important;}	
	
#navbar li ul li a {
	display:block;
	float: none!important;
	height: auto;
	width:91px;
	color:#597451;
	padding:8px 20px;
	text-decoration:none;
	font-size:11px;
	text-transform: uppercase;
	text-align:left;
	}
#navbar li ul li a:hover {
	color:#597451; 
	font-weight: bold;
	background: #dae2d9;
	}

#navbar li:hover ul, #navbar li.over ul {display:block;}	

/* item widths */
li#home a.firstlevel		{left:0px;width:82px;}
li#commercial a.firstlevel	{left:82px;width:131px;}
li#personal a.firstlevel	{left:213px;width:111px;}
li#about a.firstlevel		{left:324px;width:88px;}
li#clients a.firstlevel		{left:412px;width:104px;}
li#contact a.firstlevel		{left:516px;width:94px;}

/* mouseover */
li#home:hover a.firstlevel			{background: url(/i/nav.png) -0px -88px no-repeat;}
li#commercial:hover a.firstlevel, 
body.commercial li#commercial:hover a.firstlevel	
									{background: url(/i/nav.png) -82px -88px no-repeat;}
li#personal:hover a.firstlevel 		{background: url(/i/nav.png) -213px -88px no-repeat;}
li#about:hover a.firstlevel 		{background: url(/i/nav.png) -324px -88px no-repeat;}
li#clients:hover a.firstlevel 		{background: url(/i/nav.png) -412px -88px no-repeat;}
li#contact:hover a.firstlevel		{background: url(/i/nav.png) -516px -88px no-repeat;}

/* onstates */
body.home li#home a.firstlevel 				{background: url(/i/nav.png) -0px -44px no-repeat;}
body.commercial li#commercial a.firstlevel 	{background: url(/i/nav.png) -82px -44px no-repeat;}
body.personal li#personal a.firstlevel 		{background: url(/i/nav.png) -213px -44px no-repeat;}
body.about li#about a.firstlevel 			{background: url(/i/nav.png) -324px -44px no-repeat;}
body.clients li#clients a.firstlevel 		{background: url(/i/nav.png) -412px -44px no-repeat;}
body.contact li#contact a.firstlevel 	 	{background: url(/i/nav.png) -516px -44px no-repeat;}

/* @end */

/* @group Content */

#content {
	background: url(/i/content-top.png) no-repeat top center;
	height: 600px;
	margin-top: -6px;
}

body.about #content {
	height: 855px;
}

body.contact #content {
	height: 630px;
}

#content-inner {
	padding: 40px 55px;
}

#content-bottom {
	background: url(/i/content-btm.png) no-repeat bottom center;
	height: 15px;
}

/* @end */

/* @group Contact Page */

form {
	border-top: 1px solid #eee8e3;
	width: 500px;
	margin: 0 0 0 364px;
	padding: 20px 0 0 0;
}

label {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	width: 100px;
	margin-bottom: 15px;	
}

input, textarea {
	float: left;
	border: 1px solid #e4d9d1;
	margin-bottom: 15px;
	padding: 5px;
}

.textbox {
	width: 388px;
}

textarea {
	height: 150px;
}

input#submit {
	background: #3f6434;
	padding: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 50px;
	float: right;
}

/* @end */

/* @group Footer */

#footer p {
	font-size: 10px;
	color: #968a82;
	margin: 10px 0 10px 20px;
}

#footer a {
	color: #968a82;
}

/* @end */
