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

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

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



/* ------ 4. HEADER ------ */

#header {
	position:relative;
	margin:0 auto;
	width:924px;
	height:298px;
	background:transparent url('img/header-bg.jpg') no-repeat top left;
	}

h1.logo {
	position:absolute;
	top:19px;
	left:36px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:201px;
	height:109px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}
h2.address {
	position:absolute;
	top:22px;
	left:729px;
	display:block;
	text-indent:-5000em;
	width:159px;
	height:86px;
	background:transparent url('img/address.gif') no-repeat top left;
	}
h2.tagline {
	position:absolute;
	top:214px;
	left:183px;
	display:block;
	text-indent:-5000em;
	width:563px;
	height:43px;
	background:transparent url('img/tagline.gif') no-repeat top left;
	}

h2.phone-number {
	position:absolute;
	top:263px;
	left:37px;
	display:block;
	text-indent:-5000em;
	width:855px;
	height:24px;
	background:transparent url('img/phone-number.gif') no-repeat top left;
	}


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

#navigation {
	position:relative;
	width:924px;
	margin:0 auto;
	background:transparent url('img/nav-bg.gif') no-repeat left;
	padding:10px 0 10px 0;
	text-align:center;
	}

	#navigation ul { list-style:none; margin:0 0 0 210px; 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:25px; overflow:hidden; margin-right:15px; padding-right:15px; border-right:2px solid #fff}

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

		#navigation li#nav-2 a { background-position:-137px 0; width:73px; }
		#navigation li#nav-2 a:hover, #navigation li#nav-2 a.on { background-position:-137px -25px; }

		#navigation li#nav-3 a { background-position:-247px 0; width:51px; }
		#navigation li#nav-3 a:hover, #navigation li#nav-3 a.on { background-position:-247px -25px; }

		#navigation li#nav-4 a { background-position:-333px 0; width:177px; padding-right:0; margin:0; border:none; }
		#navigation li#nav-4 a:hover, #navigation li#nav-4 a.on { background-position:-333px -25px; }



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

#contentwrapper {
	position:relative;
	width:924px;
	margin:0 auto;
	background:transparent url('img/contentwrapper-bg.gif') repeat-y top left;
	
	}

div.content {
	float:left;
	padding:38px 0 10px 50px;
	width:550px;
	}

	div.content p {
		color:#25292c;
		font:normal 1.2em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		line-height:1.8em;
		padding:0 0 1.6em 0;
		}

	div.content h1 {
		color:#969170;
		font:bold 2.0em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		padding:0 0 0.4em 0;
	}
	div.content h2 {
		color:#b3ae8b;
		font:normal 2.0em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		padding:0 0 0.4em 0;
	}
	div.content h3 {
		color:#b3ae8b;
		font:normal 1.6em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		padding:0 0 0.4em 0;
	}
	div.content h4 {
		color:#b3ae8b;
		font:normal 1.6em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		text-transform:uppercase;
		padding:0 0 0.4em 0;
	}
	div.content h5 {
		color:#b3ae8b;
		font:bold 1.6em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		padding:0 0 0.4em 0;
	}
	div.content h6 {
		color:#b3ae8b;
		font:bold 1.4em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		padding:0 0 0.4em 0;
	}

	div.content ol, div.content ul {
		padding:0 0 1.6em 0;
		margin-left:16px;
	}
	div.content li {
		color:#25292c;
		font:normal 1.2em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
		line-height:1.8em;
	}

	div.content a {
		color:#888465;
		text-decoration:underline;
		}
	div.content a:hover {
		text-decoration:none;
		}
	div.content a:active {}

div.images {
	float:right;
	position:absolute;
	bottom:0;
	right:12px;
	width:213px;
	height:288px;
	background:transparent url('img/img-bg.gif') no-repeat bottom left;
	}

	div.images img {}

div.clear { clear:both; }



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

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

	#footer p {
		color:#888465;
		padding:20px 0 0 50px;
	}

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


