/* CSS Document */

body {	background-color:#000000;
		padding:0px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		}

h1 { 	color:#FF6600;
		background-color:#000000;
		padding:2px;
		text-indent:10px;
	}
	
h2 { 	color:#000000;
		background-color:#FF6600;
		padding:2px;
		text-indent:25px;
	}
	
h3 { 	color:#000000;
		background-color:#FF6600;
		padding:2px;
		text-indent:25px;
	}
	
p { padding:2px;}

/* Links */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	background:#FF6600;
	padding:2px;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	background:#FF6600;
	padding:2px;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
	background:#000000;
	padding:2px;
}


.leftBackground {background-image:url(/images/design/leftBackground.gif);}
.rightBackground {background-image:url(/images/design/rightBackground.gif);}
.middleBackground {background-image:url(/images/design/middleBackground.gif);}

.paddedTD {padding:10px; margin:5px;}


.whiteText {color:#FFFFFF;}
.greyText {color:#999999;}
.headerText { font-size:16px;}
.underline {text-decoration:underline;}
.orangeText { color:#FF6600;}
.smallText {font-size:10px;}
.largeText {font-size:16px;}
 
#mainContent { 	width:730px;
				margin-top:15px;
				margin-left:15px;
				margin-right:-15px;
				margin-bottom:15px;
				}
				
				
/* MENU BUTTONS */

#menuButton {
	color:#FF6600;
	background:#000000;}

#menuButton:hover {
	color:#000000;
	background:#FF6600;
		}
		
.latestNewsContainer { padding-left:10px;padding-right:10px;}

.latestNewsContainer p {text-align:justify;text-indent:25px;}

.specificationRow {background-color:#CCCCCC;}

.indent {text-indent:25px;text-align:justify;padding-left:20px;padding-right:20px;}