/* css file
	v1.0
*/

/* Global Variables */

* { margin: 0; padding: 0; 
	font-family: "trebuchet ms", sans-serif;
}

body {
	margin-bottom: 0px;
	background-color: #CCC;
}

h2{
	color:#6c6c6c;
	font-size: 18px;
	font-weight: normal;
}
.imgr{
	text-indent: -10000px;
}
.orange{
	color: #f6bb22;
}

a{
	color: #1184b9;
}

a:hover{
	color: #607C00;

}
/*--- end global box */

#wrapper{
	display: block;
	width: 940px;
	margin: 0 auto;
	background: #FFF;
	border-right: solid 5px #1a1a1a;
	border-left: solid 5px #1a1a1a;	
	border-bottom: solid 5px #1a1a1a;	
}

#header{
	width: 900px;
	height: 100px;
}

#header h1{
	width: 350px;
	height: 90px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}

/* Navigation */
#nav{
	margin-top: 5px; 
	display: block;
	width: 550px;
	list-style: none;
	float: right;
	overflow: hidden;
}
#nav li, #nav li a{
	float: left;
}
#nav li{
	display: inline;
}
#nav li a{
	display: block;
	width: 100px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 14px;
	text-decoration: none;
	float: left;
	color: #000;
}

#nav li a:hover{
	display: block;
	background: url(../images/nav_bg.jpg) no-repeat;
	color: #FFF;
}

.current{
	display: block;
	width: 95px;
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
	color: #000;
}

.number{
	margin-top: 5px;
	color: #43acd1;
	font-size: 15px;
	font-weight: bold;
	float: right;
}
/****** end Navigation ****/
/* Start container */
#container{
	display: block;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	font-size: 12px;	
}
/****** end Container ****/
/*  Start Promo */
#promo{
	display: block;
	float: left;
	border: 1px #acacac solid;
	width: 888px;
	padding: 5px 5px 5px 5px;
	background: url(../images/promo_graphic.jpg) no-repeat right;
	margin-bottom: 15px;
}
#promo h2{
	font-size: 24px;
	color:#607c00;
}
.promo-text{
	display: block;
	width: 575px;
	font-size: 13px;
	float: left;
	
}
/****** end Promo ****/

#content{
	margin: 0 auto;
	float: left;
	display: block;
}

#content h1{
	color: #000;
}
#content h2{
	height: 38px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 15px;	
	font-weight: bold;
}
/*  Start -box */
.service-box{
	display: block;
	width: 250px;
	border: 1px solid #acacac;
	float: left;	
	margin-right: 40px;
}
.service-heading{
	background: url(../images/ico_service.jpg) no-repeat left;
}
.service-box ul{
	list-style: none;
	padding-bottom: 10px;
}
.service-box li{
	display: block;
	border-bottom: 1px #acacac dashed;
	width: 240px;
	height: 25px;
	margin-left: 5px;
	background: url(../images/list-arrow.jpg) no-repeat left;
	margin-bottom: 10px;
}
.service-box ul li a{
	font-size: 14px;
	padding-left: 35px;
	color: #1184b9;
	padding-bottom: 10px;
	text-decoration: none;
}

.service-box a:hover{
	color: #607C00;
}
.portfolio-box{
	display: block;
	width: 283px;
	border: 1px solid #acacac;
	float: left;	
	margin-right: 40px;
}
.portfolio-box ul{
	list-style: none;
	padding-bottom: 10px;
}
.portfolio-box li{
	display: block;
	width: 280px;
	margin-left: 5px;
	float: left;
	padding-bottom: 10px;
}

.portfolio-box img{
	float: left;
	padding-right: 10px;
}
.portfolio-heading{
	background: url(../images/ico_portfolio.jpg) no-repeat left;
}

.form-box{
	display: block;
	width: 281px;
	border: 1px solid #acacac;
	float: left;	
}
.form-box ul{
	list-style: none;
	padding-bottom: 10px;
}
.form-box li{
	display: block;
	width: 210px;
	margin-left: 5px;
	float: left;
	padding-bottom: 5px;

}
/*  Start -box */
.article-box{
	display: block;
	width: 280px;
	border: 1px solid #acacac;
	float: right;	
}
.article-heading{
	background: url(../images/ico_article.jpg) no-repeat left;
}
.article-box ul{
	list-style: none;
	padding-bottom: 10px;
}
.article-box li{
	display: block;
	border-bottom: 1px #acacac dashed;
	width: 250px;
	height: 25px;
	margin-left: 5px;
	background: url(../images/list-arrow.jpg) no-repeat left;
}
.article-box ul li a{
	font-size: 14px;
	padding-left: 35px;
	color: #1184b9;
	text-decoration: none;
}

.service-box a:hover{
	color: #607C00;
}


.contact-heading{
	background: url(../images/ico_contact.jpg) no-repeat left;
}

.cssform label{
font-weight: bold;
width: 50px;
float: left;
border-bottom: 
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

#footer{
	background: url(../images/footer_bg.jpg) repeat-x;
	display: block;
	height: 125px;
	color:  #F6BB2F;
	font-size: 15px;
	text-align: center;
	padding-top: 25px;
}

#footer ul{
	list-style: none;
}

#footer ul li{
	display: inline;
}

#footer a{
	color: #F6BB2F;
}

#foot_nav a{
	border-right: 1px solid #FFF;
	padding-right: 5px;
	padding-left: 5px;
}

.request{
	position: relative;
	float: right;
	width: 120px;
	right: -200px;
	height: 57px;
}

#promo strong, #left-column strong{
	font-size: 14px;
	color: #FF8600;
}

#left-column{
	display: block;
	float: left;
	width: 600px;
	line-height: 20px;
}

#left-column p{
	padding: 10px 0;
	color: #000;
}



#right-column{
	float: left;
	width: 300px;
	display: block;
}

#right-column div{
	margin-bottom: 25px;

}

#right-column h2{
	height: 38px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 15px;	
	font-weight: bold;
}

#form-contact{
	padding-top: 25px;
	display: none;

}
#form-contact label{
	width: 12em;
	float: left;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
#form-contact fieldset{
	border: none;
}

#form-contact legend{
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

#form-contact li{
	border-bottom: 1px #5a5a5a dashed;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#form-contact textarea{
	width: 20em;
	height: 10em;
}

#form-contact input{
	width: 20em;
	font-size: 15px;
}

#form-contact button{
	border: 1px solid #000;
	width: 5em;
	font-size: 16px;
	text-align: center;	
	cursor: pointer;
}

#form-contact button:hover{
	color: #000;
}


#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    width: 780px;
}

.scroll img{
	width: 400px;
	float: left;
	margin-right: 15px;

}
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

.navigation img{
	height: 60px;
}
ul.navigation a {
	float: left;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}
rollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

#right-text{
	display: block;
	float: left;
	width: 350px;
}