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

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:960px;
	height:293px;
	background:transparent url('img/header-bg.jpg') no-repeat top left;
	}

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



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

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

	#navigation ul { top:12px; left:0; position:absolute; list-style:none; margin:0 0 0 188px; 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:26px; overflow:hidden; margin-right:30px; padding-right:15px; border-right:none}

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

		#navigation li#nav-2 a { background-position:-99px 0; width:46px; }
		#navigation li#nav-2 a:hover, #navigation li#nav-2 a.on { background-position:-99px -26px; }

		#navigation li#nav-3 a { background-position:-182px 0; width:91px; }
		#navigation li#nav-3 a:hover, #navigation li#nav-3 a.on { background-position:-182px -26px; }

		#navigation li#nav-4 a { background-position:-312px 0; width:102px; }
		#navigation li#nav-4 a:hover, #navigation li#nav-4 a.on { background-position:-312px -26px; }

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



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

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

div.content {
	padding:40px 0 20px 72px;
	width:825px;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	position:relative;
	}

	div.content p {
		font-size:13px;
		line-height:1.6em;
		padding-bottom:1.6em;
	}

	div.content h1 {
		color:#ed228f;
		font-size:2em;
		font-weight:normal;
		padding-bottom:0.8em;
	}
	div.content h2 {
		color:#ed228f;
		font-size:1.8em;
		font-weight:normal;
		padding-bottom:0.8em;
	}
	div.content h3 {
		color:#ed228f;
		font-size:1.6em;
		font-weight:normal;
		padding-bottom:0.8em;
	}
	div.content h4 {
		color:#ed228f;
		font-size:1.6em;
		font-weight:normal;
		padding-bottom:0.8em;
	}
	div.content h5 {
		color:#ed228f;
		font-size:1.6em;
		font-weight:normal;
		padding-bottom:0.8em;
	}
	div.content h6 {
		color:#ed228f;
		font-size:1.6em;
		font-weight:normal;
		padding-bottom:0.8em;
	}

	div.content ol, div.content ul {
		margin-left:16px;
		padding-bottom:1.6em;
	}
	div.content li {
		font-size:13px;
		line-height:1.6em;
	}

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

	div.images {
	margin-bottom: 50px;
	}

	div.images2 {
	float:left;
	padding-bottom:10px;
	}

	.images img, .images2 img {
	border: #FF00CC 1px solid;
	margin: 5px;
	}
	div.van {
		width:300px;
		height:108px;
		position:absolute;
		bottom:0;
		right:0;
		background:transparent url('img/van-bg.gif') no-repeat bottom left;
	}

div.clear { clear:both; }



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

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

	#footer p {
		padding:10px 0 0 110px;
		color:#fff;
		font:normal 1.4em Helvetica, Arial, Verdana, Sans-serif;
	}

	#footer a {
		color:#fed3eb;
		text-decoration:none;
		font-weight:bold;
		}
	#footer a:hover {
		text-decoration:underline;
		}
	#footer a:active {}



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

