/* CSS Document */

html { overflow-y:scroll; background-repeat:repeat; background-image:url(images/bg_lines.jpg); background-position: top center;}
body {
	color:#FFF;
	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_grad.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:18px; color:#D6E5F7; }

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;
}

.no_border {
	border:none;
}

.left {
	float:left;
	padding: 5px 8px 5px 0;
}

.left2 {
	float:left;
	padding: 10px 0px 0px 25px;
}

.left3 {
	float:left;
	padding: 0px 80px 0px 0px;
}

.left4 {
	float:left;
	padding: 0px 10px 0px 0px;
}

.right {
	float: right;
        padding: 10px 180px 0 0;
}

.clear {
	clear:both;
}

.image-space {
	padding: 0 0 8px 0;
}

.home-link a {
	position: absolute;
	top:260px;
	left:300px;
	font-size:28px;
}

/* ---
    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.jpg);
}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:141px;
	left:44px;
	width:685px;
	height:41px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

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

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

.download {
	background-color:#9EC5F0;
	padding: 6px 5px 0 5px;
}

#content_main a {
	color:#93C5F5;
	text-decoration:none;
}

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

#content_main2 {
	position:relative;
	top:0;
	left:65px;
	float:left;
	width:850px;
	height:auto;
	margin-top: 43px;
}

#content_main3 {
	position:relative;
	top:0;
	left:65px;
	float:left;
	width:400px;
	height:auto;
}

#image_main {
	position: relative;
	width:501px;
	height:307px;
	background-repeat: no-repeat;
	background-image: url(images/img_main.jpg);
	padding: 0 0 0 0;
}

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

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

#side_bar {
	position:relative;
	top: 10px;
	right:55px;
	float:right;
	width:206px;
	height:330px;
	background-repeat: no-repeat;
	background-image:url(images/img_service.jpg);
}

.text {
	position:relative;
	top:46px;
	left:25px;
	float:right;
	width:206px;
	height:auto;
}

.client {
	position:relative;
	top:70px;
	left:40px;
	float:right;
	width:206px;
	height:75px;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:34px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	color:#095CAC;
	float:left;
	padding: 30px 0 0 60px;
}

.logo {
	float:right;
	color:#095CAC;
	padding: 30px 60px 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

a#nav_02 {
	width:133px;
	cursor:pointer;
	background-position:-109px 0;
}

a:hover#nav_02{
	background-position:-109px -41px;
}

a#nav_03 {
	width:135px;
	cursor:pointer;
	background-position:-242px 0;
}

a:hover#nav_03{
	background-position:-242px -41px;
}

a#nav_04 {
	width:93px;
	cursor:pointer;
	background-position:-377px 0;
}

a:hover#nav_04{
	background-position:-377px -41px;
}

a#nav_05 {
	width:115px;
	cursor:pointer;
	background-position:-470px 0;
}

a:hover#nav_05{
	background-position:-470px -41px;
}

a#nav_06 {
	width:100px;
	cursor:pointer;
	background-position:-585px 0;
}

a:hover#nav_06{
	background-position:-585px -41px;
}

