﻿body {
color: black;
background-color: #1d2d61;
background-image: url(../images/background.jpg);
background-attachment: scroll;
background-position: left 0;
background-repeat:repeat-x;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
 }

a, a:active{
  outline: none;
}

a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}	

#page{
	background-color: transparent;
	background-image: url(../images/maintop.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 5px auto 0;
	padding: 300px 0 0;
	width: 900px;
	}

#main{
	margin: 0 0 0 134px;
	padding: 0px;
	width: 632px;
	background: transparent url(../images/mainback.png) top center repeat-y;
	}

#nav{
	height: 50px;
	background: transparent url(../images/line.jpg) bottom center no-repeat;
	}
	
#nav ul{
	margin: 0 auto;
	padding: 10px 0 0;
	width: 487px;
	}

#nav ul li{
	display: inline;
	margin: 0 19px;
	padding: 0;
	float: left;
	text-indent: -9999px;
	overflow:hidden;
	}
	
#nav ul li#first{
	margin-left: 0;
	}
	
#nav ul a{
	display: block;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	height: 27px;
	}

#nav ul a#home{
	background-image: url(../images/home.jpg);
	background-position: center top;
	width: 78px;
	}
	
#nav ul a:hover#home{
	background-position: center -36px;
	}

#nav ul a#ser{
	background-image: url(../images/ser.jpg);
	background-position: center top;
	width: 85px;
	}
	
#nav ul  a:hover#ser{
	background-position: center -35px;
	}
	
#nav ul a#contact{
	background-image: url(../images/contact.jpg);
	background-position: center top;
	width: 85px;
	}
	
#nav ul a:hover#contact{
	background-position: center -35px;
	}
	
#nav ul a#about{
	background-image: url(../images/about.jpg);
	background-position: center top;
	width: 105px;
	}
	
#nav ul a:hover#about{
	background-position: center -35px;
	}

#text{
	margin: 0 60px 0;
	padding: 0 0 25px;
	min-height: 190px;
	}
	
#text.home{
	background: transparent url(../images/treebk.jpg) bottom center no-repeat;
	}

#text h3 {
	text-align: center;
	padding: 22px 0 2px;
	font-size: 23px;
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	}

#text h5 {
	text-align: center;
	padding: 24px 0 0;
	font-size: 1.3em;
	margin: 0;
	font-family: "Courier New" Courier, monospace;
	}

#text h6 {
	text-align: center;
	font-size: 0.8em;
	
	margin: 0;
	padding: 23px 0 10px;
	}
	
#text p{
	margin: 12px 0 0;
	padding: 0;
	font-size: 0.8em;
	text-indent: 12px;
	line-height: 1.5;
	}
	
#text p.contact{
	margin: 20px 0;
	padding: 0;
	text-indent: 0px;
	text-align: center;
	}

#text p.bigcon{
	margin: 0;
	padding: 13px 0 0;
	font-size: 0.9em;
	text-indent: 0px;
	text-align: center;
	clear: both;
	}
	
#text ul{
	margin: 10px 0 0 35px;
	padding: 0;
	font-size: 0.9em;
	}

#text ul li{
	font-weight: bold;
	margin: 0;
	list-style: none;
	}	
	
#text ul li ul{
	margin: 4px 0 7px 35px;
	}
	
#text ul li ul li{
	font-weight: normal;
	margin: 1px 0;
	list-style: circle;
	}

#text a, #text a:visited{
	color: #1b49da;
	}
	
#env {
	width: 200px;
	height: 50px;
	margin: 20px auto 0 auto;
	padding: 0;
	}

#env p{
	padding: 0;
	margin: 0;
	}

a#showlink{
	width: 130px;
	height: 30px;
	display: block;
	padding: 15px 0 0 67px;
	background: transparent url(../images/mail.jpg) top left no-repeat;
	}
	
img.left{
	float: left;
	padding: 2px;
	background-color: transparent;
	border: 6px solid #444;
	margin: 12px 15px 0 0;
	}
	
img.right{
	float: right;
	padding: 2px;
	background-color: transparent;
	border: 6px solid #444;
	margin: 12px 0 0 10px;
	}

#footer{
	margin: 0;
	padding: 35px 0 0;
	height: 110px;
	background: #1d2d61 url(../images/footerback.jpg) top center no-repeat;
	clear: both;
	}
	
#footer p{
	color: #444;
	text-align: center;
	font-size: 70%;
	margin:0;
	padding: 0;
	}
	
#footer a, #footer a:hover, #footer a:active{
	color: black;
	}
