/* CSS styles for www.crowleys.co.uk
   Coded by DJENAN KOZIC :: 22/03/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:       #c7ccd0
   Header Background:     #2c192c
   Navigation Background: #e8ecf0
   Content Background:    #fff
   Footer Background:     #241125

   H2:                    #3e6fe8
   Main Text:             #261471
   Links:                 #xxx

   Image Border:          #xxx

   Footer Text:           #c5d7ec
   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: #c7ccd0 url('img/bg.gif') repeat-y top center;
	padding:10px 0 10px 0;
	}

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



/* ------ 4. HEADER ------ */
#header {
	position:relative;
	margin:0 auto;
	width:876px;
	height:300px;
	background:transparent url('img/header_bg.gif') no-repeat top left;
	border-bottom:1px solid #fff;
	}

h1.logo {
	position:absolute;
	top:140px;
	left:387px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	width:423px;
	height:61px;
	background:transparent url('img/logo.gif') no-repeat top left;
	}
h2.tagline {
	background:transparent url('img/tagline.gif') no-repeat top left;
	text-indent:-100em;
	position:absolute;
	top:27px;
	left:47px;
	width:780px;
	height:18px;
	}


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

#navigation {
	position:relative;
	width:871px;
	background-color:#e8ecf0;
	margin:0 auto;
	padding:15px 0 15px 5px;
	}

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

		#navigation li#nav-1 a { background-position:0 0; width:46px; }
		#navigation li#nav-1 a:hover { background-position:0 -19px; }

		#navigation li#nav-2 a { background-position:-88px 0; width:145px; }
		#navigation li#nav-2 a:hover { background-position:-88px -19px; }

		#navigation li#nav-3 a { background-position:-274px 0; width:154px; }
		#navigation li#nav-3 a:hover { background-position:-274px -19px; }

		#navigation li#nav-4 a { background-position:-469px 0; width:171px; }
		#navigation li#nav-4 a:hover { background-position:-469px -19px; }

		#navigation li#nav-5 a { background-position:-681px 0; width:82px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover { background-position:-681px -19px; }



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

#contentwrapper {
	position:relative;
	width:876px;
	margin:0 auto;
	background:#fff url('img/contentwrapper_bg.jpg') no-repeat bottom right;
	}

div.content {
	float:left;
	padding:30px 0 15px 30px;
	width:524px;
	}

	div.content p {
		color:#261471;
		font:normal 1.3em Verdana, Helvetica, Arial, sans-serif;
		padding-bottom:1.6em;
	}

	div.content h1 {}
	div.content h2 {
		color:#3e6fe8;
		font:bold 1.4em Verdana, Helvetica, Arial, sans-serif;
		padding-bottom:1.6em;
	}
	div.content h3 {
		color:#000;
		font:bold 1.4em Verdana, Helvetica, Arial, sans-serif;
		padding-bottom:0.8em;
	}
	div.content h4 {}
	div.content h5 {}
	div.content h6 {}

	div.content ol, div.content ul {
		padding-bottom:1.6em;
	}
	div.content li {
		color:#261471;
		font:normal 1.3em Verdana, Helvetica, Arial, sans-serif;
		margin-left:16px;
	}

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

div.images {
	width:250px;
	float:right;
	padding:30px 30px 300px 0;
	text-align:right;
	}

	div.images img {
		border:5px solid #eee;
	}

div.clear { clear:both; }



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

#footer {
	position:relative;
	width:876px;
	height:80px;
	margin:0 auto;
	background:#241125 url('img/footer_bg.gif') no-repeat bottom left;
	border-top:1px #fff solid;
	}

	#footer p { color:#c5d7ec; font:normal 1.2em Verdana, Helvetica, Arial, sans-serif; line-height:1.6em; }

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

p.copyright {
	float:left;
	margin:20px 0 0 30px;
	}
p.credit {
	float:right;
	margin:20px 25px 0 0;
	}



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

