/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background: black url(assets/images/plasma-bg.gif) no-repeat center top;
	font: 11px/18px Arial, Helvetica, sans-serif;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}

#wrapper2 { 
 margin: 0 auto;
 width: 960px;
	background-color: white;
}
#header {
 width: 960px;
 color: #333;
 margin: 0 0px 0px;
	height: 129px;
}
#navigation {
 width: 960px;
 color: #333;
 margin: 0px 0px 0px 0px;
	height: 15px;
}
#content { 
 width: 960px;
 color: #333;
 margin: 0px 0px 0px 0px;
 height: 502px;
 background: url(assets/images/content-bg.png) no-repeat;
}

#contentCell { 
 width: 960px;
 color: #333;
 background: white url(assets/images/content-bg-terms.png) no-repeat;
 height: 580px;
}


#contentrotor { 
 width: 960px;
 color: #333;
 background: white url(assets/images/content-bg-terms.png) no-repeat;
 height: 610px;
}


#contentT { 
 width: 960px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: white url(assets/images/content-bg-terms.png) no-repeat;
}

#contentWhite { 
 width: 960px;
 color: #333;
 margin: 0px 0px 0px 0px;
}

#contentHome { 
 width: 960px;
 color: #333;
 margin: 0px 0px 0px 0px;
 height: 502px;
 background: url(assets/images/content-bg-home.png) no-repeat;
}

#contentImage { 
 width: 400px;
 color: #333;
 margin: 20px 40px;
 height: 462px;
 float: left;
	font-size: 11px;
}

#contentRotor { 
 width: 460px;
 color: #333;
 margin: 20px 20px 0px 0px;
 float: left;
 height: 462px;
	font-size: 11px;
}

#footer { 
 width: 960px;
 color: white;
 margin: 0 0px;
 height: 50px;
	font-size: 11px;
}
#logo { 
 width: 960px;
 color: #333;
 height: 150px;
	background-image: url(assets/images/plasma-footer.gif);
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
}
#logoleft { 
 width: 480px;
 color: #333;
 margin: 10px 0px 0;
 float: left;
 height: 130px;
}
#logoright { 
 float: left;
 width: 360px;
 color: white;
	height: 70px;
	margin: 30px 80px 40px 40px;
}
.rotorTitle {
	font: bold 25px Arial, Tahoma, Verdana;
	color: black;
}
.thumbnailText {
	font: 16px Arial, Tahoma, Verdana;
	color: black;
}

.thumbnailTextBlue {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: black;
	border-bottom: 2px solid #00b2ef;
	padding-bottom: 5px;
}

.rotorName {
	font: 13px/6px Arial, Tahoma, Verdana;
	color: black;
}

.rotorspecsRed {
	font: 12px Arial, Tahoma, Verdana;
	color: black;
	border-bottom: 2px solid red;
	padding-bottom: 5px;
	padding-top: 5px;
	
}


.rotorspecsBRK {
	border-bottom: 2px solid red;
	
}
.techSpecs {
	font: 13px Arial, Tahoma, Verdana;
	color: black;
}
.rotordescription {
	font: 10px Arial, Tahoma, Verdana;
	color: black;
}

.rotordescriptionb {
	font: 10px Arial, Tahoma, Verdana;
	color: black;
	border-bottom: 2px solid red;
	padding-bottom: 5px;
}

.Titlestext {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
}
.Titlesub {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}

.rotorDetails {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	padding-left: 15px;
}

.PageTitle {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	color: white;
	margin-left: 20px;
	margin-top: 50px;
}
.text {
	font-size: 11px;
	
}


.redText {
	font-size: 14px;
	color: red;
}

#redline {
	padding-top: 5px;
	border-bottom: 2px solid red;
}

.subnavbold {
	font-size: 11px;
	font-weight: bold;
}

