/* CSS styles for URL
   Coded by DJENAN KOZIC :: 28/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:       #000
   Header Background:     #c5c5c5
   Navigation Background: #2a2a2a
   Content Background:    #2a2a2a
   Footer Background:     #131313

   H1:                    #fff
   Main Text:             #fff
   Links:                 #fe6773

   Image Border:          #c5c5c5

   Footer Text:           #717070
   Footer Links:          #c5c5c5

*/



/* ------ 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:#000 url('img/bg.jpg') 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 {}

.float-right { float:right; margin:10px 0 10px 20px; }
.float-left { float:left; }



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

h1.logo {
	position:absolute;
	top:50px;
	left:20px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:175px;
	height:151px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}
h2.tagline {
	color:#3f3f3f;
	text-align:center;
	padding-top:7px;
	font:normal 14px 'Lucida Sans', Arial, Verdana, Sans-serif;
	}
	h2.tagline strong {
		font-weight:bold;
		color:#777;
		}
h2.quote-button {
	position:absolute;
	top:268px;
	left:793px;
	}
	a.quote-button {
		display:block;
		text-indent:-5000em;
		width:54px;
		height:52px;
		background:transparent url('img/header-quote-link.gif') no-repeat top left;
		}
		a.quote-button:hover { background-position:0 -52px;}



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

#navigation {
	position:relative;
	width:223px;
	margin:0 auto;
	float:left;
	font:normal 14px 'Lucida Sans', Arial, Verdana, Sans-serif;
	}

	#navigation ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	#navigation li {
		display:block;
		margin:0;
		padding:7px 6px 7px 14px;
		border-bottom:1px dotted #fff
		}
		#navigation li.quote-link { }
			#navigation li.quote-link a.quote-link {
				width:164px;
				display:block;
				height:224px;
				background:transparent url('img/quote-link.gif') no-repeat top left;
				text-indent:-900em;
				margin-left:10px;
				margin-top:10px;
				}
		#navigation li.sub-nav {
			padding:0;
			border-bottom:none;
			}
		#navigation ul li ul {
			background-color:#000;
			}
		#navigation ul li.about-us, #navigation ul li.benefits, #navigation ul li.services, #navigation ul li.links, #navigation ul li.contact-us { display:none; }
		
		body.about-us #navigation ul li.about-us, 
		body.benefits #navigation ul li.benefits,
		body.services #navigation ul li.services,
		body.links #navigation ul li.links,
		body.contact-us #navigation ul li.contact-us { display: block; }
		
			#navigation ul li ul li {
				padding:7px 6px 7px 28px;
			}
			
		#navigation li a {
			height:0;
			padding-top:18px;
			overflow:hidden;
			margin-right:10px;
			padding-right:10px;
			color:#c5c5c5;
			text-decoration:none;
			}
			#navigation li a:hover, #navigation li a.on {
				color:#fff;
			}
			#navigation li.sub-nav ul li a {
				font-size:12px;
			}
			#navigation li.sub-nav ul li a:hover, #navigation li.sub-nav ul li a.on {
				color:#1092ed;
			}



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

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	border-left:13px solid #fff;
	border-right:13px solid #fff;
	background-color:#2a2a2a;
	}

div.content {
	float:right;
	padding:0px 0 20px 0px;
	width:676px;
	border-left:1px dotted #fff;
	}

	div.content p {
		padding:1.2em 46px 0.8em 46px;
		color:#fff;
		font:normal 13px 'Lucida Sans', Arial, Verdana, Sans-serif;
		line-height:1.6em;
	}
	
	div.content img {
		float:right;
		border:1px solid #606060;
		margin: 0 0 10px 10px;
	}
	
	div.content h1 {
		background-color:#393939;
		display:block;
		padding:15px 0 15px 20px;
		margin:0 0 25px 0;
		border-bottom:1px dotted #fff;
		color:#fff;
		font:bold 15px 'Lucida Sans', Arial, Verdana, Sans-serif;
		
	}
	div.content h2 {
		padding:0 0 0 46px;
		font:normal 18px 'Lucida Sans', Arial, Verdana, Sans-serif;
		color:#1092ed;
	}
	div.content h3 {
		padding:35px 0 0 46px;
		font:normal 16px 'Lucida Sans', Arial, Verdana, Sans-serif;
		color:#fe6773;
	}
	div.content h4 {
		padding:0 0 0 46px;
	}
	div.content h5 {
		padding:0 0 0 46px;
	}
	div.content h6 {
		padding:0 0 0 46px;
	}
	
	body.sitemap div.content ul {
		padding-left:0px;
		list-style:none;
	}
		body.sitemap div.content ul  {
			padding-left:0px;
			list-style:none;
		}
			body.sitemap div.content ul li {
				padding-left:0px;
			}
	body.sitemap div.content ul ul {
		padding-left:0px;
		margin-left:0px;
		list-style:circle;
		padding:0.4em 0 0.8em 0;
	}
		body.sitemap div.content ul ul li {
			padding-left:0px;
			margin-left:16px;
		}
	
	div.content ol, div.content ul {
		padding-left:16px;
		padding:0.8em 46px 1.6em 46px;
	}
	div.content li {
		margin-left:46px;
		color:#fff;
		font:normal 13px 'Lucida Sans', Arial, Verdana, Sans-serif;
		padding-left:0.8em;
		line-height:1.6em;
	}

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

div.images {
	float:right;
	padding:30px 30px 0 0;
	}

	div.images img {}

div.clear { clear:both; }



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

#footer {
	position:relative;
	width:840px;
	margin:0 auto 20px auto;
	border:13px solid #fff;
	border-top:1px dotted #fff;
	padding:25px 30px;
	}

	#footer p {
		color:#717070;
		font:normal 13px 'Lucida Sans', Arial, Verdana, Sans-serif;
	}

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



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

form { border:none; }
form fieldset { border:none; }
form fieldset ul {
	list-style:none;
	padding:left:0;
	margin-left:0;
}
div.content form fieldset ul li {
	clear:both;
	padding:10px;
	margin-left:0;
	padding-left:0;
	padding-bottom:25px;
}
form fieldset ul li label {
	float:left;
	width:240px;
	padding-right:10px;
}
form fieldset ul li input, form fieldset ul li textarea {
	border:1px solid #000;
	background-color:#fff;
	padding:2px;
	width:200px;
}
form fieldset ul li input.submit {
	margin-left:250px;
	width:100px;
	padding:2px 5px;
	background-color:#bbb;
}