@charset "UTF-8";
@import url("navigation.css");
@import url("form.css");
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	padding:0;
	margin:0;
	font-family: "Century Gothic", Arial, sans-serif;
}

#wrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	padding-left:20px;
	padding-rigt:20px;
}

#topnav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:30px;
	background:url(images/topnav.png);
	z-index:30;
}

#logo {
	position:fixed;
	top:30px;
	left:0;
	z-index:30;
	width:100%;
	height:136px;
}

#logowrap{
		width:900px; 
		height:100%;
		margin:0 auto;
		position:relative;
		background:url(images/logo.png) no-repeat;
}


#home {
	position:relative;
	top:30px;
	height:800px;
	background:url(images/header.png) center top no-repeat;
}

#home-content {
	position:relative;
	top:300px;
	color:#FFF;
	font-weight:bold;
	font-size:28px;
	line-height: 44px;
}

#about {
	position:relative;
	height:800px;
}

#about-content {
	position:relative;
	background:url(images/content-bg.png) repeat;
	border: #333 solid thin;
	color:#FFF;
	padding:20px;

}

#slideshow-area, #slideshow-scroller {
  width: 800px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-area {
 /* border: 1px solid #000;*/
}

#slideshow-holder {
  height: 400px;
}

#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent url("images/arrow_left.png") no-repeat 50% 50%;
  top: 0px;
  display: none;
  cursor: pointer;
  cursor: hand;
  right:0;
}

#slideshow-next {
  display: block;
  background: transparent url("images/arrow_right.png") no-repeat 50% 50%;
  top: 0px;
  right: 0;
}

.slideshow-content {
  float: left;
  width: 800px;
}

#portfolio {
	position:relative;
	height:800px;
	color:#FFF;
}

#portfolio-content {
	position:relative;
	background:url(images/content-bg.png) repeat;
	border: #333 solid thin;
	padding:20px;
}

#contact {
	position:relative;
	height:800px;
}

#footer{
	position:fixed;
	bottom:0; 
	left:0;
	width:100%; 
	height:20%; 
	background:url(images/footer-background.gif) repeat-x 50% 0;
	z-index:30;
	}
	
#footerwrap{
		width:900px; 
		height:100%;
		margin:0 auto;
		position:relative;
		background:url(images/footer-center.png) center top no-repeat;
}

#copyrightbox {
	position:relative;
	float:right;
}

#copyrightbox p {
	padding:0;
	margin:6px 20px;
	font-size:11px;
	color:#FFF;
}

#quotebox {
	position:relative;
	width:450px;
	margin:10px auto;
	color:#FFF;
	font-size:.8em;
}

#contact-left {
	width:400px;
	float:left;
}

#contact-right {
	width:400px;
	float:right;
}

ul.form {
	list-style-type:none;
}

li.input input
{
	color: #C15404;
	background: #FFFFFF;
	border: 4px solid #E2E2E2;
	padding: 6px;
	margin-bottom: 10px;
}

label {  
	display: block; 
	font: bold;
	margin-left: 3px;
}

textarea#message
{
	color: #C15404;
	background: #FFFFFF;
	border: 4px solid #E2E2E2;
	padding: 6px;
	width: 324px;
	margin: 0px;
	line-height: 20px;
	margin-bottom: 30px;
	resize: none;
}

#sentmessage {
	position:relative;
	width:800px;
	height:100px;
	background:url(images/content-bg.png) repeat;
	border:#333 solid thin;
	padding: 20px;
	color:#FFF;
}

#sentmessage h2	{ 
	font-size:150%;color:white; 
	margin:0 0 0 100px; 
}

#sentmessage p {
	color:white;
	font-weight:bold;
	margin:0 0 0 100px; 
}

#checkmark { 
	position:relative; 
	top:-50px;
	left:30px; 
}

#blog {
	position:relative;
	height:800px;
}

#blog-content {
	position:relative;
	background:url(images/content-bg.png) repeat;
	border: #333 solid thin;
	padding:20px;
	color:#FFF;
}

#blog-content li a {
	color:#FFF;
	text-decoration:none;
}

#blog-content li a:hover {
	text-decoration:line-through;
}


