/* 
  SITE: powertech.uk.com
  AUTHOR: Quentin James
  LAST UPDATED: 
  LE VERSION: 1.0
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #E20A16         	Dark Red (Powertech Logo)
  #000000			Black (Background)
  
  #F9F300			Arata Yellow
  #E99734			K&N Orange
  #99CC01			ebay Green
  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 HEADER
  =03 LAYOUT
  =04 MAIN IMAGE (home page)
  =05 LEFT CONTENT
  =06 RIGHT CONTENT
  =07 FOOTER
  =08 MAIN SINGLE
  =09 COLUMN 1
  =10 GALLERY

----------------------------------*/

/* 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  

----------------------------------*/

/* PNG FIX */
 img, div { behavior: url(http://www.powertech.uk.com/css/iepngfix.htc) }
/* CF2007 last modified 17.04.2008  */



/*---------------------------------
 =01 GENERIC 
----------------------------------*/

* {
	margin: 0;
	padding: 0;
}


body {
  	background: url("../images/backgrounds/home_background.jpg")  #000;
  	background-position: top center;
  	background-repeat: no-repeat;
  	padding: 0;
	margin: 0;
	border: 0;
}

#blank {
	background-image: url("../images/backgrounds/blank_background.jpg"); 
}


#dyno {
	background-image: url("../images/backgrounds/dyno_background.jpg"); 
}



h1, h2, h3, h4, h5, h6,
dt, em, strong, caption{
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
}


fieldset {
  border: 0;
}

a {
  text-decoration: underline;
}

p {
  margin: 0;
}

em {
  font-style:normal;
}

strong, dt {
  font-weight: bold;
}

hr
{
	border: 0;
	background: #666;
	padding: 0;
	margin: 0px 0px 0px 10px;
	height: 4px;
}


#wrapper 
{
	padding: 0;
	margin: 0;
	border: 0;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}



.clear {
	clear: both;
}



/*---------------------------------
  =02 HEADER
----------------------------------*/



#header
{
	text-align: left;
	padding: 0px;
	margin: 0;
	border: 0;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}



/*---------------------------------
  =03 NAVIGATION
----------------------------------*/



#navigation
{
	background: url("../images/common/navigation_background.gif")  #df0438;
  	background-position: top center;
  	background-repeat: repeat-x;
  	width: 940px;
	height: 30px;
	margin: 0px;
	padding: 0;
	border: 0;
}


#navigation ul
{
	padding: 5px 15px 0px 15px;
	margin: 0;
	text-align: center;

}

#navigation li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	margin-right: 8px;
	padding-right: 10px;
	border-right: 1px solid #333333;
	text-decoration: none;
}

#navigation li.last
{
	border-right: 0;
}

#navigation a:link
{
	color: #333;
	text-decoration: none; 
}


#navigation a:visited
{
	color: #333;
	text-decoration: none; 
}

#navigation a:hover
{
	color: #fff;
	text-decoration: none; 
}




/*---------------------------------
  =04 MAIN IMAGE
----------------------------------*/


#main_image
{
	width: 940px;
	height: 450px;
	padding: 30px 0 20px 0;
	margin: 0;
	border: 0;
}


#main_image div.dyno
{
	width: 420px;
	height: 450px;
	padding: 0;
	margin: 0 0 0 520px;
	border: 0;
}

#main_image li
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #FFF;
	line-height: 150%;
	padding: 5px 0px;
}

#main_image ul
{
	padding: 0 0 0 20px;
}

/*---------------------------------
  =05 CONTENT
----------------------------------*/


#wrapper p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	line-height: 140%;
	padding: 10px 10px;
}

#wrapper a:link.footer 
{
	color: #FFF;
	text-decoration: underline; 
}


#wrapper a:visited.footer 
{
	color: #FFF;
	text-decoration: underline; 
}

#wrapper a:hover.footer 
{
	color: #0000FF;
	text-decoration: underline; 
}


hr.book
{
	border: 0;
	background: #E20A16;
	padding: 0;
	margin: 0;
	height: 4px;
}


#wrapper form
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0;
	text-decoration: none;
	padding: 20px 10px;
}


#wrapper label
{
	float: left;
	width: 230px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}


#wrapper h2.book
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	text-align: left;
	color: #E20A16;
	line-height: 150%;
	padding: 5px 0 0 0;
}



#wrapper p.book
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	line-height: 140%;
	padding: 0 0 20px 0;
}





/*---------------------------------
  =06 TWO BUCKETS
----------------------------------*/


#two_buckets
{
	clear: both;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	border: 0;
	width: 940px;
}


#two_buckets input.button
{
	padding: -20px 0 0 0;
	margin: 0;
	border: 0;
}


#two_buckets form
{
	padding: 0;
	margin: 0;
	border: 0;
}


#two_buckets div
{
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 450px;
}


#two_buckets div.last
{
	padding: 0;
}


#two_buckets p, #main_image p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	color: #FFF;
	line-height: 150%;
	padding: 5px 0px;
}


#two_buckets h2, #main_image h2
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	text-align: left;
	color: #E20A16;
	line-height: 150%;
	padding: 5px 0px;
}





/*---------------------------------
  =06 FIVE BUCKETS
----------------------------------*/


#five_buckets
{
	clear: both;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	border: 0;
	width: 940px;
}


#five_buckets div
{
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 178px;
}


#five_buckets div.last
{
	padding: 0;
}


#five_buckets p
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #FFF;
	line-height: 150%;
	padding: 5px 0px;
}

#five_buckets .red
{
	color: #E20A16;
}

#five_buckets .yellow
{
	color: #F9F300;
}

#five_buckets .orange
{
	color: #E99734;
}

#five_buckets .green
{
	color: #99CC01;
}  

#five_buckets a:link
{
	color: #FFF;
	text-decoration: underline; 
}

#five_buckets a:visited
{
	color: #FFF;
	text-decoration: underline; 
}

#five_buckets a:hover
{
	color: #0000FF;
	text-decoration: underline; 
}


#five_buckets a.orange:link
{
	color: #E99734;
	text-decoration: underline; 
}

#five_buckets a.orange:visited
{
	color: #E99734;
	text-decoration: underline; 
}

#five_buckets a.orange:hover
{
	color: #0000FF;
	text-decoration: underline; 
}



#five_buckets a.green:link
{
	color: #99CC01;
	text-decoration: underline; 
}

#five_buckets a.green:visited
{
	color: #99CC01;
	text-decoration: underline; 
}

#five_buckets a.green:hover
{
	color: #0000FF;
	text-decoration: underline; 
}




/*---------------------------------
  =08 PRICE LISTS
----------------------------------*/


#price_lists
{
	width: 940px;
	padding: 0;
	margin: 0;
	border: 0;
}

/*---------------------------------
  =09 EXHIBITION SPLASH
----------------------------------*/

#exhibition
{
	clear: both;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	margin: 0;
	border: 0;
	width: 940px;
}


#exhibition div
{
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
}


#exhibition div.last
{
	width: 640px;
}



