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

body {
	background: url(../img/bgtile.jpg) repeat-x #fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	margin:auto;
	width:792px;
}


/* HEADER STYLES */

#header {
	background:url(../img/header-bg.png) no-repeat;
	width:792px;
	height:129px;
	margin:auto;
}

#logo {
	position:relative;
	width:432px;
	height:87px;
}

#logo h1 {
	text-indent:-9999px;
	background: url(../img/logo.png) no-repeat;
	width:432px;
	height:87px;
}

#quick-contact {
	font-size:12px;
	color:#666;
	float:right;
	position:relative;
	padding-right:15px;
	margin-top:-75px;
	width:200px;
	text-align:right;
}

#quick-contact a {
	color:#666;
}

#nav ul {
	list-style:none;
	margin-left:-40px;
	margin-top:8px;
	height:34px;
}

#nav li {
	float:left;
}

/* SUBPAGE PHOTO BAR */

#photo-bar {
	background: url(../img/pagesplash.png) no-repeat;
	width:792px;
	height:129px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}

/* PAGE WRAPPER */

#page {
	margin:auto;
	width:792px;
	background: #999;
}

#corner-top {
	background:url(../img/pagecorner-top.gif) no-repeat;
	width:792px;
	height:12px;
}

#corner-top-home {
	background:url(../img/cornerhome-top.gif) no-repeat;
	width:792px;
	height:12px;
	margin-top:10px;
}

#corner-bottom-home {
	background:url(../img/cornerhome-bottom.gif) no-repeat;
	width:792px;
	height:11px;
}

#sidebar {
	background: #999;
	width:192px;
	min-height:315px;
	float:left;
	padding-left:10px;
	text-align:left;
}

#sidebar h1 {
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin-top:0px;
	color:#333;
	background:url(../img/sb-title-line.png) left bottom no-repeat;
	line-height:20px;
	vertical-align:top;
}

#sidebar p {
	width:180px;
	font-size:12px;
	color:#333;
	line-height:15px;
}

#read-more {
	text-align:right;
	padding-right:7px;
}

#pullquote {
	margin-left:10px;
	margin-right:15px;
	font-size:13px;
	font-style:italic;
}

/* TESTIMONIALS */

#quote {
	background: url(../img/quote.png) no-repeat top left;
	width:51px;
	height:39px;
	margin-top:-5px;
	margin-left:-10px;
}

#quote-text {
	font-size:13px;
	padding-top:17px;
	padding-left:20px;
	color:#333;
	width:175px;
	text-indent:22px;
}

.quoteby {
	text-align:right;
	float:right;
	font-weight:bold;
	margin-top:10px;
	margin-right:5px;
}

#main-content {
	background:url(../img/contentbg.gif) repeat-x #FFF;
	width:590px;
	position:relative;
	margin-left:202px;
	margin-top:-21px;
	text-align:left;
	padding-bottom:15px;
	min-height:300px;
}

#home-content {
	background:url(../img/contentbg.gif) repeat-x #FFF;
	width:792px;
	position:relative;
	margin-top:-21px;
	text-align:left;
	padding-bottom:15px;
	min-height:300px;
}

#home-intro {
	width:275px;
}

#flash-slideshow {
	position:relative;
	float:right;
	margin-top:-320px;
}

#our-clients {
	text-align:center;
}

#our-clients h1 {
	font-size:14px;
	color:#333;
	border-top:1px #999 solid;
	line-height:32px;
	text-align:left !important;
}

#home-intro h1 {
	font-size:18px;
	font-weight:normal;
	vertical-align:top;
	line-height:28px;
	background: url(../img/sb-title-line.png) repeat-x left bottom;
	vertical-align:top;
	color:#333;
}

#main-content-inside {
	margin: 20px 20px 10px 20px;
}

#main-content-inside li {
	font-size:12px;
	color:#333;
	line-height:18px;
}

#main-content h1 {
	font-size:18px;
	font-weight:normal;
	vertical-align:top;
	line-height:28px;
	background: url(../img/sb-title-line.png) repeat-x left bottom;
	vertical-align:top;
	color:#333;
}

#main-content-inside p {
	color:#333;
	font-size:12px;
	line-height:15px;
}

#corner-bottom {
	background: url(../img/pagecorner-bottom.gif) no-repeat;
	width:792px;
	height:11px;
}

/* FOOTER */

#footer {
	font-size:12px;
	color:#333;
	margin-top:10px;
	margin-bottom:10px;
}

#footer a {
	color:#333;
}

#footer-left {
	text-align:left;
}

#footer-right {
	text-align:right;
	margin-top:-15px;
}

/* TAB MENU */

#tab-menu {
}

#tab-menu ul {
	list-style:none;
	margin-left:-40px;
	margin-top:-10px;
}

#tab-menu li {
}

#tab-menu li a {
	color:#333;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	float:left;
	display:block;
	width:173px;
	border-bottom:#CCC 1px solid;
}

#tab-menu li a:hover {
	text-decoration:none !important;
	background:#CCC;
}

#tab-menu li a.active {
	background:#CCC;
}
	