/* CSS Document */

html { overflow-y:scroll; background-repeat:repeat; background-image:url(images/bg_back.jpg); position:relative; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_back-top.jpg);
}

a {
	color:#b0e5cf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.png);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:173px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#logo {
margin:0px 0px 0px 800px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:35px;
	left:60px;
	width:834px;
	height:36px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:860px;
	height:auto;
	padding: 30px 50px 0 40px;
}

/* ---- start main content settings -------------- */

#content_main {
	color:#16553c;
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
}

.img {
	float:left;
	margin: 0 10px 0 0;
}

#container_top {
	position:relative;
	width:920px;
	height:222px;
	color:#16553c;
	padding: 0 30px 0 0;
	background-repeat:no-repeat;
	background-image: url(images/bg_top.jpg);
}

#main-top {
	position:relative;
	float:left;
	width:438px;
	height:162px;
	margin: 0 0 0 21px;
	padding: 20px 0 0 25px;
}

#main-top2 {
	position:relative;
	float:right;
	width:416px;
	height:259px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	color:#b0e5cf;
	position:relative;
	top:0;
	left:0;
	float:right;
	width:205px;
	height:auto;
}

.our-services {
	line-height: 20px;
	width:205px;
	height:288px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_our-services.jpg);
	padding: 35px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	color:#FFFFFF;
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:76px;
	clear:both;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.slug {
	float: right;
	padding: 23px 15px 0 0;
	position:relative;
	width:336px;
	height:53px;
}

.text {
	text-align:center;
	padding: 35px 0 0 125px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:36px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image: url(images/nav.jpg);
}

a#nav_01 {
	width:117px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -36px;
}

a#nav_02 {
	width:78px;
	cursor:pointer;
	background-position:-117px 0;
}

a:hover#nav_02{
	background-position:-117px -36px;
}

a#nav_03 {
	width:100px;
	cursor:pointer;
	background-position:-195px 0;
}

a:hover#nav_03{
	background-position:-195px -36px;
}


a#nav_04 {
	width:99px;
	cursor:pointer;
	background-position:-295px 0;
}

a:hover#nav_04{
	background-position:-295px -36px;
}

a#nav_05 {
	width:129px;
	cursor:pointer;
	background-position:-394px 0;
}

a:hover#nav_05{
	background-position:-394px -36px;
}

a#nav_06 {
	width:139px;
	cursor:pointer;
	background-position:-523px 0;
}

a:hover#nav_06{
	background-position:-523px -36px;
}

a#nav_07 {
	width:172px;
	cursor:pointer;
	background-position:-662px 0;
}

a:hover#nav_07{
	background-position:-662px -36px;
}

