/* 
  SITE: nwstages.co.uk
  AUTHOR: Quentin James
  LAST UPDATED: 27.11.08
  LE VERSION: 1.0
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #FFCC00         	NWS YELLOW (Navigation Bar)
  #3399CC			LIGHT BLUE (Rally Plate)
  #003366			DARK BLUE (Rally Plate)
  #4f4e4e			VERY DARK GREY (Background)

  

  ---MISC COLORS---
     
  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 NAVIGATION
  =03 LAYOUT
  =04 MAIN IMAGE (home page)
  =05 LEFT CONTENT
  =06 RIGHT CONTENT
  =07 FOOTER
  =08 DATA TABLE
  =09 COLUMN 1

----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/

/*---------------------------------
 =01 GENERIC 
 
 NOTES:
----------------------------------*/

/* PNG FIX */
 img, div { behavior: url(http://www.nwstages.co.uk/new/css/iepngfix.htc) }
/* CF2007 last modified 17.04.2008  */

body {
	padding: 0px;
	margin: 0px;
 	background-position: top center;
 	background-repeat: no-repeat;
 	background-image: url("../images/background/main4.jpg"); 
}


h1, h2, h3, h4, h5, h6, dt, em, strong, caption
{
  	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
  	color: #333;
  	text-align: left;
	line-height: 120%;
	padding: 10px 0 0 0;
}


h1
{
  	font-size: 1.4em;
  	color: #FFCC00;
  	background: #333;
  	background-position: top center;
 	background-repeat: no-repeat;
 	background-image: url("../images/common/h1.gif"); 
  	padding: 15px 0px 25px 10px;
}


h2
{
  	font-size: 0.9em;
  	color: #FFF;
  	background: #333;
  	padding: 5px 0px 5px 10px;
}


.left
{
	float: left;
	padding: 5px 5px 5px 0;
}


.clear {
	clear: both;
}


p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #333;
	line-height: 150%;
	padding: 0;
}


p.white
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	line-height: 120%;
	padding: 5px 5px 15px 5px;
}


p.grey
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	color: #333;
	line-height: 150%;
	background: #CCC;
	background-position: top center;
 	background-repeat: no-repeat;
 	background-image: url("../images/common/grey_para.gif"); 
	padding: 10px 10px 15px 10px;
}


li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}

hr
{
	border: 0;
	background: #333;
	padding: 0;
	margin: 0px;
	height: 1px;
}


#wrapper 
{
	padding: 0px;
	margin: 0;
	border:0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#wrapper_footer 
{
	padding: 0px;
	margin: 0px;
 	background: #333;
 	background-position: top center;
 	background-repeat: no-repeat;
 	background-image: url("../images/background/footer.gif"); 
}

/*---------------------------------
  =02 NAVIGATION
----------------------------------*/

#menu ul
{
	padding: 0.5em 0;
	margin: 0;
	line-height: 130%;
}

#menu li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.75em;
	border-bottom: 1px solid #666;
	text-decoration: none;
	padding: 2px 0 0 5px;
}

#menu li.last
{
	border-bottom: 0px;
}

#menu img
{
	padding: 0 10px 4px 0;
}

#menu li.menu
{
	border-right: 0;
}

#menu a:link
{
	color: #FFF;
	text-decoration: none; 
}


#menu a:visited
{
	color: #FFF;
	text-decoration: none; 
}

#menu a:hover
{
	color: #FFCC00;
	text-decoration: none; 
}


#menu a.text:link
{
	color: #333;
	text-decoration: underline; 
}


#menu a.text:visited
{
	color: #333;
	text-decoration: underline; 
}

#menu a.text:hover
{
	color: #FFCC00;
	text-decoration: underline; 
}


a.footer:link
{
	color: #FFF;
	text-decoration: underline; 
}


a.footer:visited
{
	color: #FFF;
	text-decoration: underline; 
}

a.footer:hover
{
	color: #FFCC00;
	text-decoration: underline; 
}




/*---------------------------------
  =03 LAYOUT
----------------------------------*/



#partners
{	
	margin: 0;
	padding: 0;
	width: 980px;
	height: 50px;
	background-color:#333;
}


#partners IMG
{
	padding: 0px;
	margin: 0px;
	border: none;
}




#rally_plate
{	
	margin: 0;
	padding: 0;
	width: 310px;
	float: left;
}


#menu
{	
	margin: 0 10px 0 10px;
	padding:35px 10px 0 10px;
	width: 270px;
	height: 510px;
	background-position: top center;
 	background-repeat: no-repeat;
 	background-image: url("../images/background/menu.gif"); 
}


#menu p
{
	font-size: 1em;
}

#menu p.regular
{
	font-size: 0.75em;
}


#content
{	
	margin: 120px 0 0 0;
	padding: 0;
	width: 650px;
	float: right;
}


#footer
{	
	padding: 70px 0 0 0;
	margin: 0 0 -15px 0;
	border:0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#footer IMG
{	
	padding: 0px 0px 10px 0px;
}


#clear
{
	clear: both;
}



/*---------------------------------
  =04 MAIN IMAGE
----------------------------------*/

#main_image
{
	width: 980px;
	height: 290px;
}


/*---------------------------------
  =05 CONTENT
----------------------------------*/


#content IMG
{
	padding: 2px 2px;
	margin: 5px 0 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #4f4e4e;
}


#content_left IMG.zero
{
	border: 0px;
	padding: 0px;
	margin: -5px 0px 5px 0px;
}


#content IMG.zero
{
	border: 0px;
	padding: 0px;
	margin: -5px 0px 5px 0px;
}


#content a:link
{
	color: #333;
	text-decoration: underline; 
}


#content a:visited
{
	color: #333;
	text-decoration: underline; 
}

#content a:hover
{
	color: #FFCC00;
	text-decoration: underline; 
}


#content ul
{
	margin: 0;
	padding: 0px 0px 0px 16px;
}

#content li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	color: #333;
	line-height: 150%;
	padding: 0;
}


/*---------------------------------
  =06 MENU
----------------------------------*/


#menu table{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.75em;
	color: #FFF;
 	border-collapse: collapse;
  	border-spacing: 0px;
  	margin-bottom: 15px;
  	margin-top: 10px;
  	width: 100%;
}

#menu th{
  	background: #666;
	color: #FFCC00;
  	padding: 5px 0px 5px 10px;
 	font-weight: bold;
  	text-align: left
}

#menu td{
  	border-bottom: 1px solid #666;
  	padding: 5px 0px 5px 10px;
  	text-align: left;
}

#menu tr{
  	background:#333;
}


#menu tr.even{
  	background:#434343;
}

#menu .last{
  	border-right: 0;
}


#menu thead th{
	font-size: 1.2em;
  	background: #333;
  	color: #FFF;
  	padding: 6px;
  	text-align: left;
}




/*---------------------------------
  =08 DATA TABLE
----------------------------------*/


.datatable{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 0.75em;
	color: #333;
 	border-collapse: collapse;
  	border-spacing: 0px;
  	margin-bottom: 15px;
  	margin-top: 10px;
  	width: 100%;
}

.datatable th{
	background:#333;
	color: #FFCC00;
  	padding: 5px 0px 5px 10px;
 	font-weight: bold;
  	text-align: left;
}

.datatable td{
  	border-bottom: 1px solid #666;
  	padding: 5px 0px 5px 10px;
  	text-align: left;
}


.datatable tr.even{
  	background:#434343;
}

.datatable .last{
  	border-right: 0;
}


.datatable thead th{
	font-size: 1.2em;
  	background: #333;
  	color: #FFF;
  	padding: 6px;
  	text-align: left;
}




