@charset "utf-8";

/* CSS Document */



body{

	background:url(../img/global/bg-main.jpg) top repeat-x #FFF;

	margin:0px;

	padding:0px;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	width:100%;

	height:100%;

}

form {

	margin:0px;

	padding:0px;

}

#container {

	width:900px;

	text-align:left;

	margin:0px auto 0px auto;

}

#content_container{

	width:900px;

	margin:100px 0px 10px 0px;

	padding:0px;

	spacing:0px;

}

#header {

	position:absolute;

	top:0px;

	width:900px;

	height:85px;

}

#footer {

	width:900px;

	font-size:11px;

}

#footer_links {

	float:left;

	margin-left:2px;

}

#footer_links a {

	margin-right:20px;

	text-decoration:none;

}

#footer img {

	vertical-align: middle;

}

#copyright {

	font-color:#CCC;

	float:right;

	margin-right:2px;

}

#logo {

	float:left;

	margin:10px 0px 5px 10px;

	border:0px;

}

#menu-main {

	float:right;

	width:630px;

	height:25px;

	margin-top:45px;

}

#menu-main img{

	float:left ;

	border:0px;

	padding:0px;

	margin:0px;

}

#hr {

	clear:left;

	width:900px;

	padding:5px 0px 5px 0px;

	/*float:left;*/

	margin:5px 0px 5px 0px;

	border-bottom:1px solid #e4f1f9;

}

#tagline {

	margin:20px 0px 0px 10px;

	width:144px; 

	height:16px;

}

#quickcontact {

	margin:16px 0px 0px 10px;

	margin-left:40px;

	/*width:199px; 

	height:10px;*/

}



p, li, td {

	color:#333333;

	/*line-height:1.4;

	margin-bottom:5px;*/

}

a:visited, a:link {

	color:#3366CC;

	text-decoration: none;

}

a:active {

	color:#3366CC;

	text-decoration: underline;

}

a:hover {

	color:#669966;

	text-decoration: underline;

}

ul.right_arrow {

	list-style-image: url(/img/global/right_arrow.gif);

}



h1 {

	color:#3366CC;

	font-size:16px;

}

h2 {

	font-size:14px;

	color:#669966;

}