@import url(reset.css);

BODY{
	background: #FFF url(../images/site-bg.png) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 700px;
	margin: 0 auto;
}

p{
	font-size: 0.7em;
	color: #666;
	line-height: 2em;
	margin-bottom: 2em;
}
p.subtitle{
	margin-bottom: 0;
}
ul{
	margin-bottom: 1em;
}
ul.bullets{
	list-style: disc;
	margin-left: 10px;
}
#body{
	height: 500px;
}
#body li{
	font-size: 0.7em;
	color: #666;
	line-height: 2em;
}
#header h1{
	width: 237px;
	height: 88px;
	margin: 20px auto;
	background: url(../images/logo.gif) no-repeat left top;
	clear: both;
}

#header h1 span{
	position: absolute;
	left: -9999px;
}

#header ul{
	width: 375px;
	margin: 20px auto;
	overflow: hidden;
}

#header ul li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 5px 10px;;
}

#header ul li a{
	color: #666;
	font-size: 0.75em;
	text-transform: lowercase;
	text-decoration: none;
}

#header ul li a:hover,
#header ul li a:visited:hover,
#page-about #nav-about a,
#page-services #nav-services a,
#page-buzz #nav-buzz a,
#page-contact #nav-contact a,
#page-gallery #nav-gallery a{
	color: #D55C1F;
}



#footer{
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.6em;
}

#footer a{
	color: #000;
}

.scrolling{
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
	height: 350px;
}

.scrolling .inner{
	
}

#page-title{
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
}


/* page specifics */
#page-home #home-slideshow{
	width: 444px;
	height: 336px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#page-about #content-area img{
	margin: 5px 10px 10px 0;
	float: left;
}
#page-about #content-area #info{
	float: right;
	width: 510px;
}

#page-about #content-area h4{
	color: #D55C1F;
	clear: both;
}
#page-services #content-area{
	width: 620px;
	margin: 20px auto;
}
#page-services dt{
	color: #D55C1F;
	font-size: 0.7em;
	padding-bottom: 5px;
}
#page-services dd{
	padding-bottom: 30px;
}
#page-services #content-area li{
	color: #D55C1F;
}
#page-services #content-area li span{
	color: #666;
}
#page-buzz #content-area{
	width: 620px;
	margin: 20px auto;
}
#page-gallery #gallery-slideshow{
	width: 567px;
	height: 482px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#page-contact #contact-form{
	text-align: center;
	width: 544px;
	height: 462px;
	margin: 20px auto 0;
	background: url(../images/contact-bg.gif) no-repeat left top;
	position: relative;
}
#contact-form #designby{
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-size: 0.55em;
	color: #D55C1F;
}
#contact-form #designby a{
	color: #000;
	text-decoration: none;
}
#contact-form .row{
	overflow: hidden;
	padding: 5px 0;
}
#contact-form .buttons{
	padding: 5px 0;
	overflow: hidden;
	clear: both;
}
#contact-form .row label{
	font-size: 0.7em;
	display: block;
	float: left;
	color: #000;
	text-align: right;
	width: 110px;
	text-transform: lowercase;
}
#contact-form .last label{
	width: auto;
	padding-left: 10px;
}
#contact-form .row input,
#contact-form .row textarea{
	display: block;
	float: left;
	margin-left: 10px;
	width: 340px;
	border: 0;
	background: #fae3d0;
}
#contact-form .row input.focused,
#contact-form .row textarea.focused{
	background: #fff7f0;
}
#contact-form .row textarea{
	height: 66px;
}
#contact-form .row .f{
	padding-right: 5px;
	float: left;
	overflow: hidden;
}
#contact-form .row #date{
	width: 80px;
}
#contact-form .row #location{
	width: 148px;
}
.vcard{
	padding-top: 50px;
	text-transform: lowercase;
	font-size: 0.9em;
}
.vcard .role{
	padding: 10px 0;
	color: #D55C1F;
}
.vcard .tel, .vcard .email{
	display: block;
	font-size: 0.9em;
}
.vcard .email{
	padding: 10px 0;
}
.vcard .type{
	color: #666;
}
.vcard .value{
	color: #000;
	text-decoration: none;
}
.vcard p{
	width: 200px;
	text-transform: none;
	font-size: 0.8em;
	margin: 10px auto 0;
	color: #000;
	line-height: 1.3em;
}


.testimonial{
	
}

.testimonial .attrib{
	display: block;
	color: #D55C1F;
}


/* scroll stuff */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	left: 40px;
	top: 20px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #f5a569;
}
.jScrollPaneDrag {
	position: absolute;
	background: #fde9d9;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #f5a569 url(../images/scroll-arrows.gif) no-repeat left top;
	height: 9px;
}
a.jScrollArrowUp:hover {}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: #f5a569 url(../images/scroll-arrows.gif) no-repeat left bottom;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {}
