/*
Name: Savage Version 2.0
Author: ICE Design
Author URI: http://www.icei.com.au

*/

/********** HTML elements **********/

body {
	font-family: sans-serif;
	font-size: 11px;
	color: #000;
	background: #ffffff url(../images/swooshbackground.jpg) no-repeat top center;
	padding: 0;
	text-align: center;
	line-height: 20px;
}

h1{
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
}

h2 {
	color: #666;
	font-size: 16px;
}

h3 {
	color: #666;
	font-size: 14px;
}

h4 {
	padding-left: 35px;
	font-size: 16px;
	color: #666;
}

h5 {
	font-size: 14px;
	margin: 0 60px;
}

h5 a {
	color: #F60;
}

h5 a:hover {
	color: #F30;
}

ul {
	list-style: none;
}

ul li {
	display: inline;
	padding-right: 10px;
	margin: 0px;
}

ol {
	list-style: decimal-leading-zero;
	color: #666;
}

img {
	border: 0;
}

a {
	color: #578CAF;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	color: #0069AF;
}

table {
	margin-left: 32px;
}

table tr td{
	vertical-align: top;
}

iframe{
	margin-left: 25px;
}


/********** User-defined elements **********/

#box {
	width: 900px;
	margin: 0 auto;
	padding: 0px auto;
	text-align: left;
}

#banner {
	height: 250px;
	margin-bottom: 10px;
}

#topnavbox{
	background: #004285;
	width: 900px;
	height: 25px;
}

#topnavbox ul {
	list-style: none;
	margin: 2px 0;
	padding: 0 10px;
}

#topnavbox ul li {
	display: inline;
	padding: 5px 0;
	margin: 5px;
}

#topnavbox ul li a {
	color: #FFF;
	padding: 5px 5px;
	background: #004285;
	height: 25px;
}

#topnavbox .on, #topnavbox ul li a:hover {
	color: #004285;
	background: #FFF;
	height: 25px;
}

#container {
	float: left;
	width: 900px;
	background: #FFF  url(../images/cantainerlayout.jpg) repeat-y;
	font-size: 14px;
}

#dealer p{
	padding:0px;
	margin: 0px;
	font-size: 12px;
}

#container p{
	padding-left: 35px;	
	padding-right: 35px;
}

#containertop{
	width: 900px;
	height: 39px;
	background: url(../images/topcontainerlayout.jpg) no-repeat;
}

#containerbottom{
	width: 900px;
	height: 35px;
	background: url(../images/bottomcontainerbackground.jpg) no-repeat;
}

#why {
	padding-left: 100px;
}

#gallery table{
	border: 0px;
}

#gallery table tr td{
	border: 0px;
}

#newslist ul li {
	display: block;
}

#specs1 table {
	margin-top: 15px;
	margin-left: 0px;
	border: 1px solid #004285;
}

#specs1 table th{
	text-align: center;
	background: #004285;
	color: #fff;
}

#specs1 table tr td{
	border: 0px;
}

#specs table {
	width: 410px;
	margin-top: 15px;
	margin-left: 0px;
	border: 1px solid #004285;
}

#specs table th{
	text-align: center;
	background: #004285;
	color: #fff;
}

#specs table tr td{
	border: 1px solid #004285;
	text-align: center;
}


#footer {
	height: 40px;
	text-align: center;
}

#footerblue{
	font-size: 12px;
	height: 20px;
	width: 900px;
	color: #FFF;
	margin-top: 40px;
}

#footerblue a {
	color: #004285;
	text-decoration: none;
}

#footerblue a:hover {
	color: #666;
}
/********** Class elements **********/

.hack {
	clear: both;
}

.alnleft {
	float: left;
}

.alnright {
	float: right;
}

