/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{ margin:0;padding:0; font-weight:normal;} fieldset,img{ border:0;} ol,ul,li{ list-style:none; list-style-position:outside;} a img{ border:0;}

html { height: 100%; }

body {
	background: #739301 url("images/bg.jpg") no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -200px;
	position: relative;
}

a {
	color: #00A6D9;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0px;
	font-weight: bold;
}

.site_main {
	background: #333333 url("images/main_bg.jpg") repeat-y;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

.social {
	display: block;
	_display: none;
	position: fixed;
	z-index: 9999;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	top: 5px;
}

.social .twitter {
	background: url("images/twitter-icon.png") no-repeat 0 0;
	width:24px;
	height:24px;
}

.social .facebook {
	background:url("images/facebook-icon.png") no-repeat 0 0;
	width:24px;
	height:24px;
}

.social:hover {
	top:6px;
}

.site_main #header {
	background: url("images/header.jpg") no-repeat;
	background-position: center;
	height: 110px;
	padding: 0px;
}

.site_main #header img {
	margin: 5px 0px 0px 10px;
	border: 0px;
}

.site_main #header h1 {
	display: none;
}

.site_main #navWrapper {
	background: #A5D400 url("images/nav_bg.jpg") repeat-x;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 5px;
	padding: 0px 0px 0px 30px;
}

/*  Homepage Table */

.site_content_idx {
	padding: 10px;
}

.site_content_idx h1 {
	font-size: 15px;
	color: #A5D400;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.site_content_idx #top {
	background: url(images/couch.jpg) no-repeat;
	background-position: right;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	height: 158px;
	padding: 0px 320px 0px 0px;
}

.site_content_idx #top h1 {
	font-size: 15px;
	color: #A5D400;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 0px;
	margin: 10px 0px 0px;
}

.site_content_idx #bottomContainer { 
	background: url(images/content_idx_bg.jpg) repeat-y;
	width: 730px;
	margin: 0 auto;
	text-align: left;
}
 
.site_content_idx #header { 
	background: url(images/content_idx_header.jpg) no-repeat;
	height: 32px;
	width: 730px;
}

.site_content_idx #right {
	float: right; 
	width: 18.6em;
	color: #FF6699;
	padding: 10px 5px 4px 10px;
}

.site_content_idx #right img {
	border: 0px;
	margin: 0px 5px 5px 0px;
}

.site_content_idx #right a:hover img {
	filter:alpha(opacity=75);   
	-moz-opacity: .75;   
	opacity: .75;
}

.pnk {
	background: url(images/pnkarrow.jpg) no-repeat;
	background-position: left 5px;
}

.pnk a {
	color: #CE307B;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
}

.pnk a:hover {
	text-decoration: underline;
}

.site_content_idx #left {
	background: url(images/couchSmall.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding: 7px 330px 10px 10px;
}

.site_content_idx #left p {
	padding: 0px;
	margin: 0px;
}

.site_content_idx #left ul {
	color: #A5D400;
	padding: 0px;
	margin: 10px 10px 0px;
}

.site_content_idx #left ul li {
	list-style: none;
	background: url(images/grnarrow.jpg) no-repeat;
	background-position: left 6px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	line-height: 18px;
}

.site_content_idx #left ul li a {
	color: #A5D400;
}

.blue {
	color: #00A6D9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.blue a {
	background: url(images/bluearrow.jpg) no-repeat;
	background-position: left 6px;
	color: #00A6D9;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
}

.blue a:hover{
	text-decoration: underline;
}

.site_content_idx #footer { 
	background: url(images/content_idx_footer.jpg) no-repeat;
	height: 9px;
	width: 730px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  End Homepage Table */

/* Content Table */

.site_content {
	padding: 10px 15px;
}

.site_content h1 {
	color: #00A6D9;
	font-size: 18px;
	margin: 10px 0px 0px;
	font-weight: bold;
}

.site_content h2 {
	font-size: 13px;
	color: #00A6D9;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

.site_content #top {
	background: url(images/content_header.jpg) no-repeat;
	height: 24px;
	width: 730px;

}

.site_content #top h1 {
	font-size: 15px;
	color: #A5D400;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 9px 0px 0px 10px;
	margin: 0px;
	font-weight: bold;
}

.site_content #content { 
	background: url(images/content_bg.jpg) repeat-y;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: left;
	padding: 5px 14px 10px 10px;
	width: 706px;
	overflow: auto;
}

.site_content #content ul {
	margin: 0px 40px;
}

.site_content #content ul li {
	list-style: disc;
	color: #00A6D9;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.site_content #left {
	padding: 10px 304px 0px 0px;
}

.site_content #right {
	float: right; 
	width: 24em;
	padding: 0px;
}

.fltrt {
	float: right;
	margin-left: 10px;
}

.fltlft {
	float: left;
}

.site_content #footer {
	background: url(images/content_footer.jpg) no-repeat;
	height: 13px;
	width: 730px;
}

/* End Content Table */

/* Portfolio Table */

.portfolio {
	border-collapse: collapse;
	width: 706px;
	margin: 15px 0px 0px;
}

.portfolio tr {
	text-align: center;
	vertical-align: top;

}

.portfolio td {
	width: 25%;
	padding: 0px 0px 0px;
}

.portfolio img {
	margin: 0px;
	border: 0px;
}

.portfolio a:hover img {
	filter:alpha(opacity=75);   
	-moz-opacity: .75;   
	opacity: .75;
}

.portfolio p {
	margin: 0px;
	padding: 2px 0px 10px;
}

.portfolio p a {
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

/* End Portfolio Table */

/* Client Table */

.clients {
	border-collapse: collapse;
	width: 706px;
}

.clients #name {
	height: 20px;
}

.clients #bg1 {
	background-color: #222222;
	height: 20px;
}

.clients #bg1 a, #bg2 a {
	padding: 5px;
	color: #999999;
	text-decoration: none;
}

.clients #bg1 a:hover, #bg2 a:hover {
	text-decoration: underline;
}

.clients #bg2 {
	background-color: #1B1B1B;
	height: 20px;
}

.clients #grn {
	color: #A5D400;
	text-align: center;
	width: 50px;
}

.clients #pnk {
	color: #CE307B;
	text-align: center;
	width: 50px;
}

.clients #blue {
	color: #00A6D9;
	text-align: center;
	width: 50px;
}

/* End Client Table */

/* Footer */

.site_footer {
	background: url("images/footer.jpg") no-repeat;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	height: 28px;
	width: 760px;
	margin: -8px 0px 0px;
}

.site_footer #copy {
	float: left;
	padding: 5px 15px;
}

.site_footer #copy a {
	font-size: 10px;
	color: #666666;
}

.clearfooter {   height: 230px;   clear: both;}

/* End Footer */

/* Footer Content */

.footer {
	background: #333 url("images/footer-bg.jpg") repeat-x;
	border-top: 3px solid #272727;
	margin: 0px;
	text-align: center;
	height: 200px;
	position: relative;
}

.footer-content {
	background: url("images/footer-content.jpg") no-repeat;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 905px;
	height: 200px;
}

.footer-content #content {
	padding: 30px 70px 0px 85px;
}

.footer-content ul {
	color: #999999;
	font-size: 12px;
	width: 295px;
	height: 60px;
}

.footer-content #content form {
	float: right;
	padding: 31px 0px 0px;
	
}

.footer-content #content input {
	background: #272727;
	color: #999;
	border: none;
	vertical-align: middle;
}

.footer-content #links {
	padding: 35px 0px 0px 83px;
	text-align: left;
}

.footer-content #links img {
	float: left;
	margin: 5px 0px 0px 10px;
	border: 0px;
}

.footer-content #links h2 {
	font-size: 10px;
	color: #005F25;
	text-align: right;
	margin: 0px;
	padding: 8px 0px 0px; 
}

.footer-content #links h2 a {
	color: #666666;
	padding: 0px 5px;
}

.footer-content #links p {
	font-size: 10px;
	color: #666;
}

.footer-content #links a {
	font-size: 10px;
	color: #666;
}

/* End Footer Content */

/*  Photo Gallery */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*  //Photo Gallery */

.fltrt {
	float: right;
	border: 0px;
	margin: 10px 0px 0px 10px;
}

.fltlft {
	float: left;
}


