/* CSS styles for :: ADS Technical Services Estart */
/* coded by DJENAN KOZIC :: 28 September 2007 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background:#dfdede url('images/bg.gif') repeat-y top center;
	
}

p {
	color:#030102;
	font:normal 14px Verdana, Helvetica, sans-serif;
	line-height:1.7em;
}

h1 {}
h2 {
	color:#187dc0;
	font:bold 24px Verdana, Helvetica, sans-serif;
	line-height:1.7em;
	padding-bottom:0.5em;
	}
h3 {
	color:#187dc0;
	font:bold 15px Verdana, Helvetica, sans-serif;
	line-height:1.7em;
	padding-bottom:0.5em;
}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


/* HEADER */

#header {
	position:relative;
	margin:0 auto;
	width:900px;
	height:270px;
	background: url('images/adsts_header.jpg') no-repeat top center;
	
	}

#logo {
	position:absolute;
	top:34px;
	left:423px;
	width:438px;
	height:26px;
	overflow:hidden;
	}
#logo h1 {}


/* NAVIGAITON */

#navigation {
	position:relative;
	width:885px;
	height:46px;
	margin:0 auto;
	background-color:#8fc2e0;
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
	padding-left:15px;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0;}
#navigation li a { 
	background-image:url('images/navigation.gif');
	float:left;
	height:0;
	padding-top:46px;
	overflow:hidden;
	}

#navigation li#nav-1 a { background-position:-37px 0; width:87px; }
#navigation li#nav-1 a:hover { background-position:-37px -46px; }

#navigation li#nav-2 a { background-position:-124px 0; width:114px; }
#navigation li#nav-2 a:hover { background-position:-124px -46px; }

#navigation li#nav-3 a { background-position:-238px 0; width:255px; }
#navigation li#nav-3 a:hover { background-position:-238px -46px; }

#navigation li#nav-4 a { background-position:-493px 0; width:233px; }
#navigation li#nav-4 a:hover { background-position:-493px -46px; }

#navigation li#nav-5 a { background-position:-726px 0; width:128px; }
#navigation li#nav-5 a:hover { background-position:-726px -46px; }


/* CONTENT */

#contentwrapper {
	position:relative;
	width:901px;
	margin:0 auto;
	background-color:#cee1e8;
	padding-bottom:30px;
	}

#content {
	width:590px;
	float:left;
	margin:30px 0 0 30px;
}

#content p {
	padding:10px 0;
}

#content h1 {}
#content h2 {}
#content h3 {}
#content h4 {}
#content h5 {}
#content h6 {}

#content ol {}
#content ul {}
#content li {}

#content a {}
#content a:hover {}
#content a:active {}

#images {
	float:right;
	margin:30px 30px 0 0;
}
#images img { border:#fff solid 1px; }

#clear { clear:both; margin-bottom:30px; }

/* FOOTER */

#footer {
	position:relative;
	width:900px;
	margin:0 auto;
	}

#footer p {
	color:#8ec3df
	}

#footer a {
	color:#fff;
}
#footer a:hover {}
#footer a:active {}

#copyright {
	position:absolute;
	top:20px;
	left:30px;
	padding-bottom:30px;
	}
#credit {
	position:absolute;
	top:20px;
	right:30px;
	padding-bottom:30px;
	}