html, body {
	height:100%;
}


body {
	min-width:1000px;
	margin: 0;
	font:18px Georgia, serif;
	color:#424242;
	background:#cee4f8 url(../images/bg-body.gif) repeat-x;
}


/* General reset */


img {border-style: none;}


a {
	color: #424242;
}


a:hover {text-decoration: none;}

h3 {
	color:#616161 !important;
	margin:0 0 15px;
	font:23px Arial, Helvetica, sans-serif;
}


h3 span {
	color:#92ac02;
}

.clear {
	clear: both;
	}


/* General settings */


#container {
	min-height:100%;
}


* html #container {
	height:100%;
}


.w1 {
	width:100%;
	position:relative;
	overflow:hidden;
}


.w2 {
	width:1031px;
	float:left;
	left:50%;
	position:relative;
	text-align:center;
}


#wrapper {
	text-align:left;
	padding:0 0 108px;
	width:1031px;
	position:relative;
	float:left;
	left:-50%;
}


#footer {
	height:121px;
	margin:-121px 0 0;
	width:100%;
}


#footer img {
	vertical-align:top;
}


#header {
	background:url(../images/bg-header.gif) no-repeat;
	height:252px;
	position:relative;
}


.logo {
	width:544px;
	height:219px;
	position:absolute;
	left:28px;
	top:22px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}


.logo a {
	background:url(../images/bg-logo.png) no-repeat;
	display:block;
	height:100%;
}


.slogan {
	width:418px;
	height:170px;
	position:absolute;
	left:544px;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
}


.slogan span {
	background:url(../images/bg-slogan.png) no-repeat;
	display:block;
	height:100%;
}


#nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:98px;
	top:0;
}


#nav li {
	float:right;
	height:37px;
	overflow:hidden;
	margin:0 0 0 -31px;
}


#nav li a {
	float:left;
	height:37px;
	overflow:hidden;
}


#nav li a:hover {
	background:none;
}


#nav li a:hover img{
	margin-top:-74px;
}

#nav li.on img {
	margin-top:-37px;
}


#main {
	width:997px;
	margin:-30px 0 0 17px;
	position:relative;
	z-index:2;
}


#main .t {
	height:534px;
	background:url(../images/bg-main-top.png) no-repeat;
}


#main .b {
	height:56px;
	background:url(../images/bg-main-bottom.png) no-repeat;
}

#main .c {
	width:100%;
	background:url(../images/bg-main.png) repeat-y;
}



#main .c:after,
.specialties:after {
	clear:both;
	display:block;
	content:"";
}


#main .inside {
	position:relative;
	width:100%;
	float:left;
	margin:-534px 0 -56px;
}


#content {
	padding:45px 47px 0 59px;
}


#content .box {
	height:1%;
	overflow:hidden;
	line-height:25px;
	margin:0 0 6px;
}


#content .box p {
	margin:0;
}


#content .box img {
	float:left;
	margin:0 14px 0 0;
}


#content .box .content {
	height:1%;
	overflow:hidden;
	padding:34px 0 0;
}


#content .box .content strong {
	color:#83a72b;
}


/* INTERIOR PAGE STYLES */


#interiormain {
	width:997px;
	margin:-30px 0 0 17px;
	position:relative;
	z-index:2;
}


#interiormain .t {
	height:534px;
	background:url(../images/int-bg-main-top.png) no-repeat;
}


#interiormain .b {
	height:56px;
	background:url(../images/int-bg-main-bottom.png) no-repeat;
}

#interiormain .c {
	width:100%;
	background:url(../images/int-bg-main.png) repeat-y;
}

#interiormain .c:after,
.specialties:after {
	clear:both;
	display:block;
	content:"";
}


#interiormain .inside {
	position:relative;
	width:100%;
	float:left;
	margin:-534px 0 -56px;
}


#interiorcontent {
	padding:45px 47px 50px 59px;
}


#interiorcontent .box {
	height:1%;
	overflow:hidden;
	line-height:25px;
	margin:0 0 6px;
}


#interiorcontent .box p {
	margin:20px 0px;
}





#interiorcontent .box .content {
	height:1%;
	overflow:hidden;
	padding: 0px 24px 0px 24px;
}


#interiorcontent .box .content strong {
	color:#83a72b;
}


#interiorcontent .box .content strong {
	color:#83a72b;
}

#interiorcontent .clienteven {
	border-top: 1px solid #cccccc;
	clear: both;
	height: 255px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	}
	
#interiorcontent .clientodd {
	border-top: 1px solid #cccccc;
	clear: both;
	height: 255px;
	padding: 20px 0px 0px 0px;
	text-align: left;
	}
	
#interiorcontent .clientodd h3,
#interiorcontent .clienteven h3 {
	margin: 10px 0 0 0;
	font-weight: normal;
	}
	
#interiorcontent .clientodd h3 strong,
#interiorcontent .clienteven h3 strong {
	margin: 10px 0 0 0;
	font-weight: normal;
	}
	
#interiorcontent .clientodd p,
#interiorcontent .clienteven p {
	font-size: 14px;
	line-height: 17px;
	}
	
#interiorcontent .clientodd img {
	float: right;
	margin: 0px 0px 0px 14px;
	}
	
#interiorcontent .clienteven img {
	float: left;
	margin: 0px 14px 0px 0px;
	}
	

#interiorcontent .clientodd p.quote,
#interiorcontent .clienteven p.quote {
	font-size: 16px;
	font-style: italic;
	color: #5d8900;
	margin-top: 25px;
	}
	
	


/* HOMEPAGE SLIDESHOW */


.slideshow {
	width:919px;
	height:232px;
	position:relative;
	overflow:hidden;
	font-size:14px;
	line-height:normal;
	margin:0 0 28px 9px;
}


.slideshow .frame {
	background:url(../images/bg-slideshow.png) no-repeat;
	padding:27px 0 0;
	width:100%;
}


.slideshow-holder {
	position:relative;
	overflow:hidden;
	width:892px;
	margin:0 0 0 15px;
}


.slideshow-list {
	margin:0;
	padding:0;
	list-style:none;
	width:9999em;
}


.slideshow-list .item {
	width:888px;
	overflow:hidden;
	float:left;
	padding:0;
	margin:0;
}


.slideshow .btn-prev,
.slideshow .btn-next {
	background:url(../images/btn-prev.png) no-repeat;
	width:34px;
	height:34px;
	position:absolute;
	left:39px;
	top:167px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	cursor:pointer;
}


.slideshow .btn-next {
	background:url(../images/btn-next.png) no-repeat;
	left:78px;
}


.slideshow-list .item .img-right {
	float:right;
	margin:0 20px 0 10px;
	display:inline;
}





.slideshow p {
	margin:0;
}


.slideshow-list .item .content {
	padding:11px 0 0 35px;
}




/* specialties */

.specialties {
	height:1%;
}
.text-specialties {
	
	
	background:url(../images/text-specialties.png) no-repeat;
	width:212px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 0 0 -36px;
	position:relative;
}


.specialties ul {
	float:left;
	margin:0;
	padding:0 14px 0 15px;
	list-style:none;
	line-height:34px;
}


.specialties ul li {
	padding:0 0 0 50px;
	margin:0 0 2px;
	background:url(../images/bullet01.gif) no-repeat;
}


.specialties ul li a {
	text-decoration:none;
}


.specialties ul li a:hover {
	text-decoration:underline;
}


.specialties ul li.bullet2 {
	background:url(../images/bullet02.gif) no-repeat;
	padding:0 0 0 60px !important;
}


.specialties ul li.bullet3 {
	background:url(../images/bullet03.gif) no-repeat;
}


.specialties ul li.bullet4 {
	background:url(../images/bullet04.gif) no-repeat;
}


.specialties ul li.even {
	margin:0 0 0 22px;
	padding:0 0 0 55px;
} 


.copy {
	background:url(../images/bg-copy.png) no-repeat;
	width:343px;
	height:37px;
	margin:-53px 53px 0 auto;
	color:#fff;
	font:12px/18px Arial, Helvetica, sans-serif;
	text-align:center;
	position:relative;
	padding:19px 0 0;
}


h2.login {
	background: url(../images/login-h2.jpg) no-repeat;
	height: 52px;
	width: 270px;
	text-indent: -9999px;
	*margin-top: 20px;
	}
	
h2.clients {
	background: url(../images/clients-h2.jpg) no-repeat;
	height: 52px;
	width: 270px;
	text-indent: -9999px;
	*margin-top: 20px;
	}
	
h2.contact {
	background: url(../images/contact-h2.jpg) no-repeat;
	height: 52px;
	width: 270px;
	text-indent: -9999px;
	*margin-top: 20px;
	}


/* LOGIN */

.login-text-line {
	background: url(../images/login-text-line.gif) no-repeat;
	width: 402px;
	height: 36px;
	border: 0px;
	font-size: 15px;
	padding: 20px 0px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.login-btn {
	background: url(../images/login-btn.jpg) no-repeat;
	width: 150px;
	height: 75px;
	border: 0px;
	font-size: 1px;
	}

table.login {
	margin: 40px 0px 0px 130px !important;
	width: 550px;
	}
	
table.login tr {
	margin: 0 0 50px 0;
	}
	
	
p.button {
	margin: 0px 0px 30px 340px !important;

	}


