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

* {
	padding:0;
	margin:0;
	}

body {
	background:url(images/background.jpg) fixed no-repeat;
	font:12px Verdana, Geneva, sans-serif;
	color:#333;
		line-height: 18px;
	
	
	}
	
h1 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	
	}


h2 {
	margin: 0;

	color: #5AB243;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
}

h3 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	
	}

.img {
	float:left;
	padding-right:3px;
	}

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

#header {
	float:left;
	width:903px;
	height:139px;
	background:url(images/header.png) no-repeat;
	margin-top: 25px;
	
	}
	
#logo {
	float:left;
	width:412px;
	height:107px;
	padding:32px 0px 0px 10px;
	}

#explore {
	float:left;
	width:460px;
	height:44px;
	padding: 18px 20px 0 0;
	}

.testimonials {
	background:url(images/testimonials_bg.png) left center no-repeat;
	padding-left:25px;
	border-left: 4px solid #A09D99;
}
.quot {
	background:url(images/quot1.png) 0 0 no-repeat;
	padding-left:18px;
	font-style:italic;
	font-size: 12px;
}
.quot img {
	display:inline-block;
	margin-top:1px;
	padding-left:4px;
}



select {
	border-radius: 6px;
	height: 30px;
	width: 200px;
	border: none;
	outline:none;
	font-size: 11px;
	color:#5AB243;
	padding: 4px;
	
	}

input[type="button"] {
	width: 30px;
	height:30px;
	color:  #54A23E;
	background:#FDF2C1;
	background-position:center;
	font-size:11px;
	border: #000;
	cursor:pointer;
	border-radius:4px;
	
	}
	

table {
	float:right;
	border:none;
	outline:none;
	}

table td{
	border:none;
	outline:none;
	}

#menu {
	float:left;
	width:480px;
	height:50px;
	padding: 0px 0px 0 0;
	text-align:right;
	margin-top: 3px;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	#menu ul {
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 0;
	width:100%;
}

#menu ul li {
	float: left;
	padding: 0 5px;
}

#menu ul li a {
	color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
	width: auto;
	font-size:13px;
	padding: 0 15px 0 15px;
}

		#menu ul li a:hover {
	color: #FFFF00;
	font-weight:bold;
	
}

#banner {
	float:left;
	width:903px;
	height:302px;
	background: url(images/banner.png) no-repeat;
	margin-top:-2px;
	
	}

#slider {
	position: relative;
	width: 877px;
	height: 252px;
	margin:0 auto;
	margin-top:13px;
	background: #F0F0F0 url(images/loading.gif) no-repeat 50% 50%;
		
}
#slider img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

#main {
	float:left;
	width:903px;
	}

#maintop {
	float:left;
	width:903px;
	height:30px;
	background:url(images/bodytop.png) no-repeat;
	margin-top: -3px;
	}

#mainmid {
	float:left;
	width:903px;
	background: url(images/body.png) repeat-y;
	}

#mainbtm {
	float:left;
	width:903px;
	height:50px;
	background: url(images/bodybtm.png) no-repeat;
	}

#content {
	margin:0 auto;
	width:877px;
	}

#right {
	float:left;
	width: 225px;
	padding: 0px 20px;
	}

#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right li {
	
		background: url(images/img07.png) left center no-repeat;
		padding: 4px 0px 0 20px;
		
}

#right li ul {

}	

#left {
	float:left;
	width:582px;
	padding: 0 10px 0 20px;
	}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left li {
	
		background: url(images/img07.png) left center no-repeat;
		padding: 10px 0px 0 20px;
		
}

#left img {
	float:left;
	padding-right: 15px;

}



#box {
	float:left;
	width: 281px;
	padding-right: 20px;
	}

#box1 {
	float:left;
	width: 281px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	font-family:arial;
	text-transform:uppercase;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color:red;
	text-decoration:none;
}
.nivo-caption a:hover {
	text-decoration:underline;
	color:blue;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	width:30px;
	height:30px;
	display:block;

}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav {
	right:15px;
	background-position:-30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom: -30px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	float:left;
	background: url(images/bullets.png) no-repeat;
	width:22px;
	height:22px;
	text-indent:-9999px;

}
.nivo-controlNav a.active {
	background-position: 0 -22px;
	
}

/*------------- end nivo slider --------------------- */

#btm {
	float:left;
	width:873px;
	height:14px;
	background: url(images/btm.png) no-repeat;
	margin-bottom: 20px;
	margin-top:-3px;
	padding:22px 15px;
	text-align:center;
	font-size:11px;;
	}