/* 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: 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-color:#e6e6e6;
	}

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



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

h1.logo {
	position:absolute;
	top:35px;
	left:35px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:310px;
	height:63px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}
h2.tagline {
	position:absolute;
	top:44px;
	left:411px;
	display:block;
	text-indent:-5000em;
	width:306px;
	height:101px;
	background:transparent url('img/tagline.gif') no-repeat top left;
	}



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

#navigation {
	position:absolute;
	top:183px;
	left:410px;
	margin:0 auto;
	height:190px;
	width:250px;
	}

	#navigation ul { list-style:none; margin:0; padding:0;}
	#navigation li { display:inline-block; margin:0; padding:0;float:left;}
		#navigation li a { 
			background: url(img/nav.gif);
			float:left;
			height:0;
			padding-top:25px;
			overflow:hidden;
			margin:0 0 0px 55px;
			padding-right:0px;
			width:189px;
			}

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

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

		#navigation li#nav-3 a { background-position:0px -49px; }
		#navigation li#nav-3 a:hover, #navigation li#nav-3 a.on { background-position:-189px -49px; }
		
		#navigation li#nav-4 a { background-position:0px -73px; }
		#navigation li#nav-4 a:hover, #navigation li#nav-4 a.on { background-position:-189px -73px; }

		#navigation li#nav-5 a { background-position:0px -94px; }
		#navigation li#nav-5 a:hover, #navigation li#nav-5 a.on { background-position:-189px -94px; }

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

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

div.content {
	float:left;
	padding:30px 0 10px 47px;
	width:593px;
		}

	div.content p {
		font:normal 1.2em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		padding:0 0 1.6em 0;
		}

	div.content h1 {
		font:normal 1.8em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		color:#00aeef;
	}
	div.content h2 {
		font:bold 1.5em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		color:#00aeef;
	}
	div.content h3 {
		font:bold 1.3em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		text-transform:uppercase;
		color:#00aeef;
		padding:0 0 1.6em 0;
	}
	div.content h4 {
		font:normal 1.4em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		text-transform:uppercase;
		color:#000;
	}
	div.content h5 {
		font:normal 1.4em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		color:#000;
	}
	div.content h6 {
		font:bold 1.3em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		color:#000;
	}

	div.content ol, div.content ul {
		margin-left:16px;
		padding:0 0 1.6em 0;
		}
	div.content ul {
		list-style:square;
	}
	div.content li {
		font:normal 1.2em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:1.8em;
		color:#00aeef;
		}

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

div.images {
	position:relative;
	float:right;
	padding:30px 0 21px 0;
	width:220px;
	margin:22px 33px 0 0;
	background:#fff url('img/imagediv-bg.gif') no-repeat top left;
	text-align:center;
	}

	div.images img {
		padding-bottom:30px;
	}
	div.images p {font:bold 1.2em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:2.0em;
		padding:0 0 1.6em 0;
		color:#00aeef;}
		div.images a {color:#f47121;}
	
	div.images div.img-bottom-border {
		background: transparent url('img/imagediv-bottom-border.gif') no-repeat top left;
		width:220px;
		height:21px;
		position:absolute;
		bottom:0;
		left:0;
	}

div.clear { clear:both; }



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

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

	#footer p {
		color:#fff;
		font:normal 1.3em "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
	}

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

p.copyright {
	float:left;
	margin:15px 0 0 47px;
	}
p.credit {
	float:right;
	margin:15px 47px 0 0;
	}



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



.table
{
	width:500px;
	table-layout: auto;
	
}

.td1
{
	font: bold 16px "Trebuchet MS", Verdana, Arial;
	line-height: 1.5em;
	text-align:center;
	color: #fff;
	padding: 5px 5px;
	background: #00aaef;
}

.td2
{
	font: bold 14px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	text-align:center;
	color: #00aaef;
	padding: 5px 10px;
	background: #FFFFFF;	
}
.td3
{
	font:normal 12px "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	text-align:center;
	color: #00aaef;
	padding: 5px 5px;
	background: #FFFFFF;	
}


