/* CSS styles for URL
   Coded by DJENAN KOZIC :: 1/10/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: #DDD url('img/bg.gif') repeat top center;
	}

p {}

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

ol {}
ul {}
li {}

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



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

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

h1.logo {
	position:absolute;
	top:29px;
	left:53px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:527px;
	height:79px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}



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

#navigation {
	position:relative;
	width:780px;
	margin:0 auto;
	background-color:#06cef9;
	padding:16px 60px;
	}

	#navigation ul { list-style:none; margin:0; padding:0; width: 780px;}
	#navigation li { display:inline; margin:0; padding:0;}
		#navigation li a { background-image:url('img/nav-bg.gif'); float:left; height:0; padding-top:15px; overflow:hidden; margin-right:16px; padding-right:16px; border-right:1px solid #0470d6; }

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

		#navigation li#nav-2 a { background-position:-106px 0; width:190px; }
		#navigation li#nav-2 a:hover, #navigation li#nav-2 a.on { background-position:-106px -15px; }

		#navigation li#nav-3 a { background-position:-330px 0; width:190px; }
		#navigation li#nav-3 a:hover, #navigation li#nav-3 a.on { background-position:-330px -15px; }

		#navigation li#nav-4 a { background-position:-554px 0; width:101px; }
		#navigation li#nav-4 a:hover, #navigation li#nav-4 a.on { background-position:-554px -15px; }

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



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

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	background: #fff url('img/main-bg.gif') no-repeat bottom right;
	}

div.content {
	float:left;
	padding:35px 0 35px 42px;
	width:530px;
	}

	div.content p {
		font:normal 1.3em 'Lucida Sans', Arial, Sans-serif;
		color:#2F6FA3;
		line-height:1.6em;
		padding:0.8em 0;
	}

	div.content h1 {
		font:bold 2.4em 'Lucida Sans', Arial, Sans-serif;
		color:#3b7bb8;
		line-height:1em;
		padding:0.2em 0 0 0;
	}
	div.content h2 {
		font:normal 1.5em 'Lucida Sans', Arial, Sans-serif;
		color:#06cef9;
		line-height:1.6em;
		padding:0 0 10px 0;
		border-bottom:1px solid #3b7bb8;
		margin-bottom:0.8em;
	}
	div.content h3 {
		font:bold 1.5em 'Lucida Sans', Arial, Sans-serif;
		color:#3b7bb8;
		line-height:1.6em;
		padding:0.8em 0 0 0;
	}
	div.content h4 {
		font:normal 1.4em 'Lucida Sans', Arial, Sans-serif;
		color:#8F9599;
		line-height:1.6em;
		padding:0.8em 0 0 0;
	}
	div.content h5 {
		font:normal 1.5em 'Lucida Sans', Arial, Sans-serif;
		color:#3b7bb8;
		line-height:1.6em;
		padding:0.8em 0 0 0;
	}
	div.content h6 {
		font:bold 1.5em 'Lucida Sans', Arial, Sans-serif;
		color:#3b7bb8;
		line-height:1.6em;
		padding:0.8em 0 0 0;
	}

	div.content ol, div.content ul {
		padding:0.8em 0;
	}
	div.content li {
		font:normal 1.3em 'Lucida Sans', Arial, Sans-serif;
		color:#2F6FA3;
		line-height:1.4em;
		margin-left:16px;
	}

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

div.images {
	float:right;
	padding:40px 30px 90px 0;
	width:265px;
	}

	div.images img {
		padding:4px;
		border:1px solid #0e4680;
		margin-bottom:40px;
	}

div.clear { clear:both; }



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

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

	#footer p {
		font:normal 1.3em 'Lucida Sans', Arial, Sans-serif;
		color:#ffffff;
		line-height:1.6em;
		padding:0em 0;
		margin:0px 0 0 42px;
	}

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



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

div.content form {
	border:none;
	margin-top:20px;
	padding:9px 0 0 0;
	border-top:1px solid #444;
}

div.content form fieldset {
	padding:0;
	border:none;
}

div.content form fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.content form fieldset ul li {
	height:30px;
	padding:0;
	margin-left:0;
	clear:both;
}

div.content form fieldset input, form fieldset textarea {
	float:right;
	width:250px;
	border:1px solid #444;
	padding:3px;
}
div.content form fieldset label {
	float:left;
	width:250px;
	padding:0;
}
div.content form fieldset input.button {
	margin-right:148px;
	padding:3px;
	margin-top:10px;
	width:110px;
	background-color:#ccc;
}
div.content form fieldset input.button:hover {
	margin-left:250px;
	padding:3px;
	margin-top:10px;
	width:110px;
	background-color:#eee;
}







