/* CSS styles for chorleygolf.com
   Coded by DJENAN KOZIC :: 22/02/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:       #d9dde3
   Header Background:     #000
   Navigation Background: #fc0303
   Content Background:    #fff
   Footer Background:     #000

   H2:                    #fc0303
   Main Text:             #000
   Links:                 #fc0303

   Image Border:          #fc0303

   Footer Text:           #fff
   Footer Links:          #fc0303

*/



/* ------ 2. RESETS ------ */

* { margin:0; padding:0; }

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:#d9dde3 url('img/bg.gif') repeat-y center center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	}

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



/* ------ 4. HEADER ------ */
#header {
	position:relative;
	background: transparent url('img/header_bg.gif') no-repeat top left;
	margin:0 auto;
	width:900px;
	height:250px;
	}

h1.logo {
	position:absolute;
	top:30px;
	left:220px;
	}
a.logo {
	display:block;
	background:transparent url('img/logo.gif') no-repeat;
	text-indent:-5000em;
	width:453px;
	height:110px;
	}
h2.phonenumber {
	position:absolute;
	background:transparent url('img/phone_number.gif') no-repeat top left;
	top:14px;
	left:683px;
	width:156px;
	height:156px;
	text-indent:-500em;
	}


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

#navigation {
	position:relative;
	width:871px;
	height:17px;
	padding:15px 0 15px 29px;
	margin:0 auto;
	background-color:#fc0303;
	}

	#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:17px; overflow:hidden; margin-right:10px; padding-right:10px; border-right:3px solid #000}

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

		#navigation li#nav-2 a { background-position:-86px 0; width:160px; }
		#navigation li#nav-2 a:hover { background-position:-86px -17px; }

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

		#navigation li#nav-4 a { background-position:-494px 0; width:198px; }
		#navigation li#nav-4 a:hover { background-position:-494px -17px; }

		#navigation li#nav-5 a { background-position:-720px 0; width:110px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover { background-position:-720px -17px; }



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

#contentwrapper {
	position:relative;
	width:900px;
	background-color:#fff;
	margin:0 auto;
	}

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

	div.content p {
		color:#000;
		font-size:1.2em;
		line-height:1.8em;
		padding-bottom:1.8em;
	}

	div.content h1 {
		color:#fc0303;
		font-size:1.4em;
		line-height:1.4em;
		padding-bottom:0.8em;
		padding-top:0.8em;
	}
	div.content h2 {
		color:#000;
		font-size:1.4em;
		line-height:1.5em;
		padding-bottom:1.8em;
		padding-top:0.8em;
	}
	div.content h3 {
		color:#000;
		font-size:1.2em;
		line-height:1.6em;
		padding-bottom:0.8em;
		padding-top:0.8em;
		clear:left;
	}
	div.content h4 {}
	div.content h5 {}
	div.content h6 {}

	div.content ol, div.content ul {
		margin-left:16px;
		padding-bottom:0.8em;
		list-style:square;
	}
	div.content li {
		color:#000;
		font-size:1.2em;
		line-height:1.6em;
	}

	div.content a {
		color:#fc0303;
		text-decoration:underline;
		}
	div.content a:hover {
		text-decoration:none;
		}
	div.content a:active {}
	div.content img {
		display:block;
		margin:0 10px 10px 0;
		clear:left;
	}

div.images {
	padding:30px 30px 0 0;
	float:right;
	width:228px;
	}
	div.images img {
		border:2px solid #fc0303;
		margin-bottom:10px;
	}
	div.images p {
		padding-bottom:30px;
		color:#000;
		font-size:1em;
		line-height:1.8em;
		padding-bottom:1.8em;
		font-style:italic;
		clear:both;
	}

div.clear { clear:both; }



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

#footer {
	position:relative;
	background:transparent url('img/footer_bg.gif') no-repeat top center;
	width:870px;
	margin:0 auto;
	padding:40px 0 20px 30px;
	clear:both;
	}

	#footer p {
		color:#fff;
		font-size:1.2em;
		line-height:1.6em;
	}

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



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

