/* CSS styles for URL
   Coded by DJENAN KOZIC :: XX/XX/2008
   ----------------------------------------------------- */

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

   1. COLOURS, DIMENSIONS & DESIGN NOTES
   2. RESETS
   3. BASICS
   4. HEADER
   5. NAVIGAITON
   6. MAIN CONTENT
   7. FOOTER
   8. FORMS

/*


/* ------ 1. COLOURS, DIMENSIONS & DESIGN NOTES ------

   PAGE WIDTH: 900px

   Independent elements, single content/images column.

   Body Background:       #xxx
   Header Background:     #xxx
   Navigation Background: #xxx
   Content Background:    #xxx
   Footer Background:     #xxx

   H2:                    #xxx
   Main Text:             #xxx
   Links:                 #xxx

   Image Border:          #xxx

   Footer Text:           #xxx
   Footer Links:          #xxx

*/



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

* { margin:0; padding:0; }

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: #000000 url('img/bg.gif') repeat-x top;
	
	}

a { text-decoration:underline; }
a:hover { text-decoration:none; }
a:active {}
a:visited {}



/* ------ 4. HEADER ------ */
#header {
	background:#000 url('img/header.jpg') no-repeat;
	position:relative;
	margin:0 auto;
	width:900px;
	height:300px;
	border-left:13px solid #fff;
	border-right:13px solid #fff;
	}

h1.logo {
	position:absolute;
	top:39px;
	left:263px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:430px;
	height:102px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}
h2.phonenumber {
	position:absolute;
	top:199px;
	left:263px;
	width:400px;
	height:58px;
	text-indent:-100em;
	background:transparent url('img/phonenumber.gif') no-repeat;
	
	}


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

#navigation {
	position:relative;
	background: #000000 url('img/nav_bg.gif') repeat-x top;
	margin:0 auto;
	height:46px;
	width:900px;
	background-color:#7a7575;
	border-left:13px solid #fff;
	border-right:13px solid #fff;
	}

	#navigation ul { list-style:none; margin:0; padding:0; position:absolute; top:8px; left:139px; }
	#navigation li { display:inline; margin:0; padding:0;}
		#navigation li a { background-image:url('img/nav.gif'); float:left; height:0; padding-top:27px; overflow:hidden;  padding-right:10px;}

		#navigation li#nav-1 a { background-position:0 0; width:58px; }
		#navigation li#nav-1 a:hover { background-position:0 -27px; } 

		#navigation li#nav-2 a { background-position:-104px 0; width:53px; }
		#navigation li#nav-2 a:hover { background-position:-104px -27px; }

		#navigation li#nav-3 a { background-position:-204px 0; width:95px; }
		#navigation li#nav-3 a:hover { background-position:-204px -27px; }

		#navigation li#nav-4 a { background-position:-346px 0; width:94px; }
		#navigation li#nav-4 a:hover { background-position:-346px -27px; }

		#navigation li#nav-5 a { background-position:-487px 0; width:119px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover { background-position:-487px -27px; }
		
		#navigation li.spacer a { background-position:-69px 0; width:27px; margin:none; }
		#navigation li.spacer a:hover { cursor:default; }


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

#contentwrapper {
	position:relative;
	margin:0 auto;
	width:900px;
	background-color:#7a7575;
	border-left:13px solid #fff;
	border-right:13px solid #fff;
	padding-bottom:30px;
	}

div.content {
	position:relative;
	background:#dcdcdc url('img/content_bg.gif') no-repeat top center;
	float:left;
	padding:30px 30px 40px 30px;
	width:442px;
	margin-top:30px;
	}

	div.content p {
		font:normal 1.2em Verdana, Helvetica, Arial, sans-serif;
		line-height:1.8em;
		padding-bottom:1.6em;
	}
	div.content acronym { font-style:italic; }
	div.content blockquote:before { content: "‘";}
	div.content blockquote:after { content: "’";}
	div.content blockquote {
		font:bold 1.2em Verdana, Helvetica, Arial, sans-serif;
		color:#955300;
		line-height:1.8em;
		padding-bottom:1.6em;
		font-style:italic;
		text-align:center;
	}
	div.content h1 {}
	div.content h2 {
		font:bold 1.4em Verdana, Helvetica, Arial, sans-serif;
		line-height:1.8em;
		padding-bottom:1.6em;
	}
	div.content h3 {
		font:bold 1.2em Verdana, Helvetica, Arial, sans-serif;
		line-height:1.8em;
		padding-bottom:0.8em;
	}
	div.content h4 {}
	div.content h5 {}
	div.content h6 {}
	
	div.content img {
		border:1px solid #fff;
		}
	div.content object {
		border:1px solid #fff;
		}

	div.content ol, div.content ul {
		margin-left:16px;
		list-style:square;
		padding-bottom:0.8em;
		}
	div.content li {
		font:normal 1.2em Verdana, Helvetica, Arial, sans-serif;
		line-height:1.8em;
		}

	div.content a {
		color:#dfad24;
		text-decoration:underline;
		}
	div.content a:hover {
		text-decoration:none;
		}
	div.content a:active {}
	div.content div.contentbottom { position:absolute; width:502px; height:36px; bottom:0; left:0; background:transparent url('img/content_bottom_bg.gif') no-repeat bottom center;
	 }

div.images {
	float:left;
	padding:30px 30px 10px 30px;
	width:140px;
	}
div.moreimages {
	float:right;
	padding:30px 30px 10px 0;
	width:140px;
	}
	div.images img, div.moreimages img {
		border:1px solid #fff;
		margin-bottom:40px;
	}

div.clear { clear:both; }



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

#footer {
	position:relative;
	width:900px;
	height:auto;
	background:#000 url('img/footer_bg.jpg') no-repeat top left;
	border:13px solid #fff;
	border-top:none;
	margin:0 auto 20px auto;
	padding-bottom:25px;
	}
	
	#footer div.logos {
		float:right;
		margin:15px 15px 0 0;
		background:transparent url('img/footer_logos.gif') no-repeat;
		width:324px;
		height:65px;
		}
	#footer p {
		text-transform:uppercase;
		padding:30px 0 0 30px;
		color:#fff;
		font:normal 1.3em Helvetica, Arial, Verdana, sans-serif;
		line-height:1.6em;
		width:500px;
		}

	#footer a {
		color:#dfad24;
		text-decoration:underline;
		}
	#footer a:hover {
		text-decoration:none;
		}
	#footer a:active {}



/* ------ 8. FORMS ------ */

