body{
	margin:0px;
	background:url(../images/bg.gif) left top repeat-x #4f96ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#707076;
}
a img{
	border:0px;
}
h1{
	font-size:24px;
	font-weight:normal;
	color:#182cc2;
	border-bottom:1px dashed #707076;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
h1 span{
	color:#119d00;
}
h2{
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin:0 0 5px 0;
}
h3{
	font-size:15px;
	font-weight:normal;
	padding:0px;
	margin:0 0 5px 0;
}
h2 span{
	color:#119d00;
}
p{
	margin:0 0 5px 0;
	padding:0px;
	line-height:18px;
}
a{
	color:#119d00;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#119d00;
	text-decoration:underline;
}
input{
	background:url(../images/input.gif) left repeat-x #FFFFFF;
	border:1px solid #e3e3e3;
	font-size:11px;
	width:200px;
	padding:2px;
}
select{
	background:url(../images/input.gif) left repeat-x #FFFFFF;
	border:1px solid #e3e3e3;
	font-size:11px;
	width:200px;
	padding:2px;
}
textarea{
	background:url(../images/input.gif) left bottom repeat-x #FFFFFF;
	border:1px solid #e3e3e3;
	font-size:11px;
	width:200px;
	padding:2px;
}
.blue{
	color:#182cc2;
}
.green{
	color:#119d00;
}
.menu{
	background:url(../images/menu.gif) right bottom no-repeat;
	background-position:100% 85%;
	text-align:right;
	padding:0 0 12px 0;
}
.menu ul{
	list-style-type:none;
	margin:0 0 10px 30px;
	padding:0px;
	width:370px;
	float:left;
}
.menu ul li{
	display:inline;
}
.menu ul li a{
	color:#FFFFFF;
	display:block;
	padding:3px 9px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 2px 0 0;
}
.menu ul li a:hover{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
.menu ul li a.active{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
#home .menu ul li #menu01{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
#about .menu ul li #menu02{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
#services .menu ul li #menu03{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
#feedback .menu ul li #menu04{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
#contact .menu ul li #menu05{
	color:#119d00;
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
}
.content{
	background:#FFFFFF;
	padding:20px;
}
.logo{
	padding:10px 0;
}
.slide{
	background:url(../images/slide.jpg) left top no-repeat #FFFFFF;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 730px; /*Width of Carousel Viewer itself*/
	margin-left:40px;
	height:380px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 20px; /*margin around each panel*/
	width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.welcome{
	width:60%;
}
.contact{
	background:url(../images/get-touch-bg.gif) right top no-repeat;
	padding:10px 0 0 40px;
	font-size:11px;
}
.contact input{
	border:1px solid #e3e3e3;
	font-size:11px;
	width:180px;
	padding:2px;
}
.contact textarea{
	border:1px solid #e3e3e3;
	font-size:11px;
	width:180px;
	padding:2px;
}
.contact span{
	float:left;
	width:70px;
}
.contact p{
	margin:0 0 10px 0;
}
.footer{
	padding:12px 0;
	font-size:11px;
	color:#FFF;
}
.footer p{
	font-size:11px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
.footer ul{
	list-style-type:none;
	margin:25px 0 0 0;
	padding:0px;
	font-size:11px;
}
.footer ul li{
	display:inline;
	padding:0 15px;
}
.footer ul li.last{
	display:inline;
	padding:0 0 0 15px;
}
.footer a{
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.footer ul li a{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
.footer ul li a:hover{
	color:#666666;
	text-decoration:underline;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background:url(../images/menu_hover.gif) left top repeat-x #FFFFFF;
	color:#119d00;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border-width:0 1px;
	font:normal 11px arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align:left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #edf3f3;
	color:#119d00;
}
input.submit{
	background:#1de613;
	border:2px outset #21a01b;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
	width:60px;
	padding:3px 10px;
}
input.submit-home{
	background:none;
	border:0px;
	color:#119d00;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
	width:60px;
}
input.reset-home{
	background:none;
	border:0px;
	color:#119d00;
	font-size:11px;
	cursor:pointer;
	font-weight:bold;
	width:60px;
}
.dafintation dt{
	font-weight:bold;
}
.dafintation dd{
	margin-left:0px;
	margin-bottom:10px;
}
