@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0 }

body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #202020;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/bkgd_home_new_repeat.jpg);
	background-repeat:repeat-x;
	}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
	
}

img { border: 0 }

#footer {
	padding:25px;
}

#footer .copyright {
	font-family:Helvetica, Arial, sans-serif;
	font-size:.75em;
	text-align:center;
	color:#d1da63;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* ---------- HOME PAGE styles ---------- */

#home { background-image:url(../images/bkgd_home_new_repeat.jpg); }

#home #header {
	width: 950px;
	height:500px;
	background-image:url(../images/bkgd_home_new.jpg); background-repeat:no-repeat;
}

#flash-logo {
	text-align:center;
}

#home #mainContent {
	width: 950px;
	padding: 0 150px;    /* WORKAROUND TO FORCE NAVIGATION TO CENTER */
	background: #202020;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}


/* ---------- Navigation ---------- */

#home #navigation {
	width: 950px;
	text-align: center;
}

.logo {float:left; margin-top:10px;}

#home #navigation {
	float:left;
}

#navigation {
	float:right; margin-top:35px;
	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: none;
}
		
#navigation ul li {
	float: left;
	padding: 0 .75em;
}

#navigation ul a {
	display: block;
	float: left;
	line-height: 1.75em;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:2px;
}

#navigation ul a {
	color: #FFF;
}

#navigation ul a:hover {
	color: #ca5d05;
}

#navigation ul a.selected  {  /* Style for selected nav button */
	color: #202020;
	border-bottom:solid;
	border-bottom-width:4px;
	border-color:#ca5d05;
}



/* ------------- PORTFOLIO styles ---------------*/
#portfolio {background-image:url(../images/bkgd_home_new_repeat.jpg); background-repeat:repeat-x;}


#portfolio #header {
	height:100px;
	text-align:center;
}

#portfolio #mainContent {
		/*width: 950px;*/
	height:594px;
	background: #202020;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
}



#myGallery .imageElement h3, h2 {

	padding: 5px 0;
	font-size: 1em;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
	/*text-transform:uppercase;*/
}

#myGallery .imageElement h3 a, h2 a {
	color: #cecf64;
	text-decoration:none;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	font-size: 1em;
	margin: 2px 5px;
	color: #eee;
}


/* ------------- TESTIMONIAL styles ---------------*/

#testimonials { background-image:url(../images/bkgd_inside_new.jpg); }

#testimonials #header {
	height:175px;
	text-align:center;
}

#testimonials #mainContent {
	color:#cecf64;
	font-family:Helvetica, Arial, sans-serif;
}

.two-column {
	float:left;
	width:400px;
	margin-right:50px;
	text-align:left;
}
.one-column {
	text-align:left;
	margin:20px 40px;
}
.one-column .image-left {
	float:left;
	padding: 0 20px 5px 0;
}
.clear {clear:both; margin-bottom:10px;}

.one-column .image-right {
	float:right;
	padding: 0 0 5px 20px;
}

#testimonials p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:20px;
	font-weight:lighter;
}

#testimonials .client {
	font-size:.85em;
	margin:7px 0 15px 0;
	color: #ca5d05;
	font-style:italic;

}
#testimonials .quote {
	font-size:2em;
}

#testimonials a {
	color: #ca5d05;
	text-decoration:none;
}

/* ---------------------- CONTACT styles --------------- */

#contact { background-image:url(../images/bkgd_home_new_repeat.jpg); }

#contact #header {
	width: 950px;
	height:500px;
	background-image:url(../images/bkgd_contact.jpg); background-repeat:no-repeat;
}

#contact form {
	position:absolute;
	top:175px;
	left:275px;
	width:500px;
	background-color:#c7932c;
	padding:20px;
	border:2px #202020 solid;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:40px;

}

/* ---------------------- THANKS styles --------------- */

#thanks { background-image:url(../images/bkgd_home_new_repeat.jpg); }

#thanks #header {
	width: 950px;
	height:500px;
	background-image:url(../images/bkgd_contact.jpg); background-repeat:no-repeat;
}

#thanks .thanks {
	position:absolute;
	top:175px;
	left:275px;
	text-align:center;
	line-height:20px;

}

#thanks .thanks h2 {
	font-size:1.5em;
}

#thanks .thanks a:hover {
	color: #ca5d05;
}

#thanks .thanks a {
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}
