/* CSS styles for Glass 1 Tints
   Coded by DJENAN KOZIC :: 26/03/2008
   ----------------------------------------------------- */

/* ------ CSS CONTENTS ------

   2. RESETS
   3. BASICS
   4. HEADER
   5. NAVIGAITON
   6. MAIN CONTENT
   7. FOOTER

/*

/* ------ 2. RESETS ------ */

* { margin:0; padding:0; }

html {overflow-y: scroll;}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }



/* ------ 3. BASICS ------ */

body {
	font-size:62.5%;
	background:#000;
	padding-bottom:20px;
	}
a { text-decoration:underline; }
a:hover { text-decoration:none; }
a:active {}
a:visited {}



/* ------ 4. HEADER ------ */
#header {
	position:relative;
	margin:0 auto;
	width:930px;
	height:315px;
	background:transparent url('img/header_bg.jpg') no-repeat top left;
	}

h1.logo {
	position:absolute;
	top:51px;
	left:41px;
	z-index:999;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:341px;
	height:220px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}
h2.tagline {
	position:absolute;
	top:55px;
	left:254px;
	text-indent:-5000em;
	display:block;
	width:345px;
	height:68px;
	background:transparent url('img/tagline.gif') no-repeat top left;
	}
h2.phonenumber {
	position:absolute;
	top:159px;
	left:23px;
	text-indent:-5000em;
	display:block;
	width:164px;
	height:156px;
	background:transparent url('img/call-us.gif') no-repeat top left;
	}


/* ------ 5. NAVIGAITON ------ */

#navigation {
	position:relative;
	width:865px;
	height:20px;
	margin:0 auto;
	padding:10px 30px 10px 35px;
	background:transparent url('img/nav-bg.jpg') no-repeat top left;
	}

	#navigation ul { list-style:none; margin:0; padding:0;}
	#navigation li { display:inline; margin:0; padding:0;}
		#navigation li a { background-image:url('img/nav.gif'); float:left; height:0; padding-top:20px; overflow:hidden; margin-right:13px; padding-right:13px; border-right:1px solid #5ec7f8; }

		#navigation li#nav-1 a { background-position:0 0; width:47px; }
		#navigation li#nav-1 a:hover, #navigation li#nav-1 a.on { background-position:0 -20px; }

		#navigation li#nav-2 a { background-position:-66px 0; width:154px; }
		#navigation li#nav-2 a:hover, #navigation li#nav-2 a.on { background-position:-66px -20px; }

		#navigation li#nav-3 a { background-position:-241px 0; width:199px; }
		#navigation li#nav-3 a:hover, #navigation li#nav-3 a.on { background-position:-241px -20px; }

		#navigation li#nav-4 a { background-position:-460px 0; width:209px; }
		#navigation li#nav-4 a:hover, #navigation li#nav-4 a.on { background-position:-460px -20px; }

		#navigation li#nav-5 a { background-position:-690px 0; width:82px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover, #navigation li#nav-5 a.on { background-position:-690px -20px; }



/* ------ 6. MAIN CONTENT ------ */

#contentwrapper {
	position:relative;
	width:930px;
	margin:0 auto;
	background:#fff;
	}

div.content {
	float:left;
	padding:30px 0 10px 35px;
	width:560px;
	}

	div.content p {
		font:normal 1.3em Verdana, Helvetica, Arial, sans-serif;
		color:#31586f;
		line-height:1.6em;
		padding-bottom:1.6em;
		}

	div.content h1, div.content h2 {
		font:bold 1.4em Verdana, Helvetica, Arial, sans-serif;
		color:#0c93d2;
		line-height:1.6em;
		padding-bottom:1.6em;
		}
	div.content h3 {
		font:bold 1.3em Verdana, Helvetica, Arial, sans-serif;
		color:#286090;
		line-height:1.6em;
		padding-bottom:1.6em;
		}

	div.content ol, div.content ul {
		padding-bottom:1.6em;
		margin-left:16px;
		}
	div.content li {
		font:normal 1.3em 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		color:#0c93d2;
		line-height:1.6em;
		}
	div.content td {
		width:320px;
		padding-right:10px;
		}
	div.content a {
		color:#0c93d2;
		text-decoration:underline;
		}
	div.content a:hover {
		text-decoration:none;
		}
	div.content a:active { color:#000; }

div.images {
	float:right;
	padding:40px 35px 30px 0;
	width:258px;
	}

	div.images img {}

div.clear { clear:both; }



/* ------ 7. FOOTER ------ */

#footer {
	position:relative;
	width:930px;
	margin:0 auto;
	background:transparent url('img/footer-bg.jpg') no-repeat bottom left;
	
	}

	#footer p {
		font:normal 1.3em 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		color:#fff;
		padding:20px 10px 40px 35px;
		}

	#footer a {
		color:#0c93d2;
		text-decoration:underline;
		}
	#footer a:hover {
		text-decoration:none;
		}
	#footer a:active { color:#000; }


