@charset "UTF-8";
/* Eric Meyer's css 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, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************         End CSS Reset           *****************************/

body {
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin:0 auto;
	padding:0;
	width: 898px;
	text-align: left;
}
#header {
	height: 127px;
	display: block;
	overflow: hidden;
}
#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin-top:35px;
}
#header h1 a:link, #header h1 a:visited {
	border: none;
	display: block;
	width: 202px;
	height: 77px;
	background-image: url(../img/spani-developments-logo.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header h1 a:hover {
	border: none;
	display: block;
	width: 202px;
	height: 77px;
	background-image: url(../img/spani-developments-logo.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content {
	
}
#nav {
	float: left;
	height:	398px;
	width: 181px;
	margin-left: 10px;
	padding:0;
	text-align: right;
	font-size: 11px;
	background-image: url(../img/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav ul {
	text-indent: 0px;
	list-style-type: none;
	margin:0;
	padding:13px 0 0 0;
	height:	385px;
	width: 181px;
	display:block;
	background-image: url(../img/bg-shadow-grad.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#nav li {
	width: 181px;
	font-size: 10px;
	letter-spacing: 2px;
	text-indent: 0px;
	list-style-type: none;
}
#nav li a:link, #nav li a:visited {
	padding: 12px 13px 12px 0;
	display:block;
	text-decoration: none;
	color: #a9b541;
}
#nav li a:hover, #nav li a:active {
	padding: 12px 13px 12px 0;
	display:block;
	text-decoration: none;
	color: #ffffff;
}
.nav-border {
	background-image: url(../img/bg-nav-line.gif);
	background-repeat: no-repeat;
	background-position: right top; 
}
#text {
	float: left;
	height:	398px;
	width: 300px;
	display:block;
	overflow: auto;
	border-left: 1px solid #000000;
	background-image: url(../img/bg-text.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#text-inner {
	border-right:1px solid #000000;
	min-height:	378px;
	background-image: url(../img/bg-shadow-grad.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin:0;
	padding: 20px 0 0 0; 
}
#text-content {
	margin: 0 0 0 18px;
	padding-bottom:4px;
	width: 261px;
	font-size: 11px;
	line-height: 20px;
	color:#b0b0b0;
}
#text-content p {
	margin-bottom: 16px;	
}
#text-content strong, #text-content b {
	color: #FFFFFF;
	font-weight: bold;
}
#text-content a:link, #text-content a:visited {
	color: #CDD65C;
	text-decoration: none;
}
#text-content a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}
#photos {
	float: left;
	width:398px;
	height:398px;
	overflow:hidden;
	display: block;
}
#adjo {
	position: fixed;
	line-height: 15px;
	bottom:10px;
	right:12px;
	color: #9B9D7A;
	font-size:9px;
}
#adjo a:link, #adjo a:visited {
	color: #9B9D7A;
	text-decoration: none;
}
#adjo a:hover {
	color: #D4DC5E;
	text-decoration: underline;
}
/* CSS for current nav page */ 
body#residential .nav-residential a:link, body#residential .nav-residential a:visited, 
body#contact .nav-contact a:link, body#contact .nav-contact a:visited,
body#about .nav-about a:link, body#about .nav-about a:visited,
body#commercial .nav-commercial a:link, body#commercial .nav-commercial a:visited,
body#site-servicing .nav-site-servicing a:link, body#site-servicing .nav-site-servicing a:visited
{
	color: #FFF;	
}


