/* 

STYLE SHEET FOR [x] WEB SITE
Created by Name Surname
www.domain.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../imgs/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #0D0D0D;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
#centre {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
}

		
/*  --------- 2. structure  --------- */

#wrapper {
		}
		
#masthead {
	background-image: url(../imgs/masthead_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
		}
		
#logo {
	height: 46px;
	width: 407px;
	background-image: url(../imgs/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 42px;
	top: 37px;
		}
		
#navContainer {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../imgs/nav_bg.jpg);
	background-repeat: no-repeat;
		}

#content {
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../imgs/content_bg.gif);
	background-repeat: repeat-y;
		}

#footer {
	height: 50px;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: repeat-x;
	color: #A0A3A5;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
		}

.separator {
	clear: both;
	height: 10px;
	background-color: #FFFFFF;
		}

/* ---------- 3. links and navigation ---------- */

a {
		}

#navigation {
		}

#navigation a {
	color: #5A707D;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 48px;
	line-height: 45px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../imgs/pipe.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-size: 14px;
	font-weight: normal;
	float: left;
		}

*:first-child+ html #navigation a {
	padding:0 17px 0 17px;
	}

* html #navigation a {	
	padding:0 18px 0 18px;
	}
			
#navigation .contact a {
	background-image:none;
	}

#navigation a:hover {
	background-image: url(../imgs/hover.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	color: #FFFFFF;
		}	
		
#navigation ul {
	float: left;
	margin-left: 60px;
		}

*html #navigation ul {
	margin-left:25px;
	}

#navigation li {
	float: left;
	display:block;
		}

#home #navigation .home a,
#services #navigation .services a,
#gallery #navigation .gallery a,
#about #navigation .about a,
#testimonials #navigation .testimonials a,
#links #navigation .links a,
#contact #navigation .contact a {
	background-image: url(../imgs/hover.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	color: #FFFFFF;
	}
		
#sub_col {
	background-color: #FDF2E4;
	height: 100%;
	width: 220px;
	margin-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../imgs/white.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
}

#sub_col p {
	color: #3f4e57;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#sub_col ul {
	margin-bottom: 20px;
}

#sub_col ul li a {
	text-decoration: none;
	color: #3F4E57;
	font-size: 15px;
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
}

#sub_col .contact_info {
	font-weight: bold;
	line-height: 1.7em;
	margin-top: 10px;
}
#sub_col .contact_info a {
	font-weight: normal;
	color: #3F4E73;
}
#sub_col .contact_info span {
	font-weight: normal;
}
#sub_col a:hover {
	text-decoration: underline;
	color: #d7951a;

}


#footer p a {
	text-decoration: none;
	color: #A0A3A5;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin-bottom: 5px;
}


*:first-child+ html #sub_col ul li a {
	background-position: left 17px;
	}

#sub_col h2 {
	font-weight: normal;
	color: #3f4e57;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cac2b6;
}

#sub_col h3 {
	font-weight: normal;
	color: #3f4e57;
	width: 100%;
	padding-left: 20px;
	margin-top: 10px;
	font-weight: bold;
}

#main {
	width: 629px;
	margin-right: 10px;
	float: right;
	padding-bottom: 20px;
	padding-top: 10px;
}

#main p.quote {
	color: #7d96a5;
	height: 88px;
	width: 629px;
	padding-top: 20px;
	background-image: url(../imgs/quote_bg.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
}

#li p.indentSub {
	color: Orange;
	font-weight:bold
	font-size: 1px;
	padding-left: 15px;
	text-align: left;
}

*html #main {
	margin-right:-10px;
	}


/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h1#branding a {
	text-indent: -5000px;
	display: block;
	height: 46px;
	width: 407px;
}

#main h2 {
	font-weight: normal;
	color: #3f4e57;
	margin-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
		}

h3 {
		}
		
h4 {
		}

p {
		}
#main p {
	margin-left: 10px;
	line-height: 1.5em;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
.bioHalf {
	width: 200px;
	float: left;
	margin-bottom: 20px;

}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
		
.first-half,.half {
	width: 300px;
	float: left;
}

	
.first-half {
	margin-right:25px;
	}	
	
a.more {
	display: block;
	width: 50px;
	float: right;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #3F4E57;
	text-decoration: none;
}
#main ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a:hover {
	text-decoration: underline;
}
