html, body {
background: url(../images/bg.jpg);
backgound-repeat: repeat;
background-attachment: fixed;
margin: 0px;
font-family: Verdana, Helvetica, Arial, sans;
font-size: 10px;
color: #333333;
text-align: center;
}

A:link {text-decoration: none; color:003366;}
A:visited {text-decoration: none; color:003366;}
A:active {text-decoration: none; color:003366;}
A:hover {text-decoration: underline; color:003366;}

hr {border: none 0; 
border-top: 1px dotted #999999;
margin:0px;
padding:0px;
width: 100%;
height: 0px;
} 

#container{
height:auto;
margin-left:auto;
margin-right:auto;
width: auto;
}

#contact{
background: url(../images/contact_bg.jpg) no-repeat top center;
height:458px;
width: 251px;
margin-left:auto;
margin-right:auto;
z-index:2;
position:fixed;
top:120px;
float: right;
}


.header{
background: url(../images/header.png) no-repeat top center;
width: 948px;
height: 181px;
z-index: 1;
margin-left:auto;
margin-right:auto;
}

.bodymain{
background: url(../images/body_main.png) repeat-y center;
width: 948px;
margin-left:auto;
margin-right:auto;
padding:0px;
height: auto;
z-index: 1;
}

.content{
font-size: 11px;
text-align: justify;
}

.footer{
background: url(../images/footer.png) no-repeat bottom center;
width: 948px;
margin-left:auto;
margin-right:auto;
padding:0px;
height: 90px;
z-index: 1;
}

.menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.menu li{
display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}


.menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px; /*padding inside each tab*/
border: 0px solid; /*right divider between tabs*/
color: #ffffff;
background: url("../images/btnRight.png") no-repeat right top;

}

.menu li a span 
{
	display:block;
	background:url("../images/btnLeft.png") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#ffffff;
	font-weight:bold;
	line-height:22px;
}

.menu li a:visited{
color: #ffffff;
text-decoration: none;
}

.menu li a:hover{
background: url("../images/btnRight.png");
background-repeat: repeat-x;
background-position: bottom right;
color: #ffffff;
text-decoration: none;

}

.menu li a:hover span{
	display:block;
	background:url("../images/btnLeft.png") no-repeat left bottom;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color: #ffffff;
	font-weight:bold;
	line-height:22px;
}

.menu a.selected{
background: url("../images/btnRight.png");
background-repeat: repeat-x;
background-position: bottom right;
color: #ffffff;
}

.menu a.selected span{
	display:block;
	background:url("../images/btnLeft.png") no-repeat left bottom;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color: #ffffff;
	font-weight:bold;
	line-height:22px;
}

.geninput {
    background: #ffffff url("../images/formbg.jpg");
    background-repeat: repeat-x;
    background-position: top;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	border: 1px solid #333333;
	height: 19px;
	width: 125px;
}

.messageinput {
    background: #ffffff url("../images/formbg.jpg");
    background-repeat: repeat-x;
    background-position: top;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 10px;
	border: 1px solid #333333;
	height: 100px;
	width: 205px;
}

.button {
    background: #456685 url("../images/btnBG.jpg");
    background-repeat: repeat-x;
    background-position: top;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 19px;
	width: 100px;
}

.address {
font-size:11px;
padding-left:4px;
color: #333333;
}

.companyname{
font-weight: bold;
font-size:12px;
color: #003366;
font-variant: small-caps;
}

strong{
font-weight: bold;
color: #336699;
}

a.footerLinks:link, a.footerLinks:visited, a.footerLinks:active{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a.footerLinks:hover{
	color: #003366;
	word-spacing: 0px;
	text-decoration: underline;
	font-weight: bold;
}