/*
Theme Name: Foxy Foliage
Author: Silver Web Designs
Author URI: http://www.silverwebdesigns.net
*/



/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}



a img {border:0}


body{
	background:#FFFFFF url(images/background.jpg) no-repeat fixed top center;
	text-align: center;
	min-width:900px;
	margin:0 auto;
}
p {
	font:12px/18px Arial;
	color:#333333;
	text-align:justify;
}
a {
	color:#FFAF4F;
	text-decoration:underline;
}
a:hover {
}


/* MAIN WRAPPER */

#main_wrapper {
	width:900px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}



/* HEADER */

#header_wrapper {
	width:900px;
	margin:0 auto;
	padding:0px;
}

#top_wrapper {
	width:900px;
	margin:0 auto;
	padding:0px;
}
#logo {
	float:left;
	text-align:left;
	padding:20px 0px 10px 10px;
}
#contact_info {
	float:right;
	text-align:right;
	padding:40px 0px 10px 10px;
	font:14px Arial;
	color:#666666;
}
#nav {
	width:900px;
	height:60px;
	margin:15px 0px;
	text-align:right;
}
#nav h2 {
	display: block;
	float: right;
	height: 50px;
	font-size: 20px;
	padding: 11px 25px 0px;	
	border-right: #cccccc solid 1px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 15px;
}
#nav h2 a {color: #cccccc; text-decoration: none; }
#nav h2 a:hover {color: #436117; text-decoration: none;}
#nav h2.last {border-right: none;}


/* CONTENT */

#content_wrapper {
	width:900px;
	margin:0 auto;
	padding:0px;
	background:url(images/content_bg.jpg) no-repeat;
}
#left_col {
	float:left;
	width:465px;
	padding:10px 15px 10px 20px;
}
#right_col {
	float:right;
	width:360px;
	padding:10px 20px;
}

#welcome { padding-bottom: 20px; }
#featured_services {
	margin:20px 0px 0px 0px;
}
.featured_col {
	float:left;
	width:230px;
}

#latest_project {
	margin:0px 0px 50px 0px;
}
#contact_form {
	margin:20px 0px 0px 0px;
}
a.more {
	font:bold 14px Arial;
	color:#FF991C;
	text-decoration:underline;
}



/* CONTACT FORM */

table.contact_table {
	width:340px;
	margin:0px;
	padding:0px;
}
td.contact_label {
	width:135px;
	height:30px;
	text-align:left;
	font:12px Arial;
	color:#333333;
	vertical-align:top;
}
td.contact_field {
	width:205px;
	height:30px;
	text-align:right;
}
input.contact_input {
	width:205px;
	height:12px;
	padding:4px 0px;
	background:#F3F2F0;
	border:none;
	font:12px Arial;
	color:#333333;
}
textarea.contact_text {
	width:205px;
	height:70px;
	padding:0px;
	background:#F3F2F0;
	border:none;
	font:12px Arial;
	color:#333333;
}
input.contact_button {
	width:150px;
	height:27px;
	background:url(images/button_bg.jpg) repeat-x;
	border:none;
	font:bold 14px Arial;
	color:#FFFFFF;
}





/* FOOTER */

#bottom_divider {
	display:block;
	width:900px;
	height:5px;
	background:#010101;
}

#footer_wrapper {
	width:900px;
	padding:0px;
	margin:0 auto;
}

#footer_links {
	padding:10px 5px;
	font:12px Verdana;
	color:#333333;
}
#footer_links a {
	text-decoration: none;
	color:#333333;
}
#footer_links a:hover {
	text-decoration:underline;
}
#footer_info {
	padding:10px 5px;
	font:10px Verdana;
}
#info_foxy {
	color:#333333;
}
#info_swd {
	color:#666666;
}


/* HEADER TAGS */

h1 {
	margin: 5px 0px;
	font:normal 24px Georgia;
	color:#6A3A00;
}
h2 {
	margin: 5px 0px;
	font:normal 26px Helvetica;
	color:#6A3A00;
}
h3 {
	margin: 5px 0px;
	font:normal 14px/20px Verdana;
	color:#6A3A00;
}
h4 {
	margin: 5px 0px;
	font:normal 20px Georgia;
	color:#6A3A00;
}
h5 {
}
h6 {
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* LISTS */

ol, ul {
	font:12px/14px Arial;
	margin-left:25px;
}
li {
	font:12px/14px Arial;
	color:#666666;
	
}

