 html{
     margin: 0px;
 }

body{
	margin: 0px;
	font-family: tahoma;
	background: #fffcd4;
}

h1{
	display:none;
}

h2{
	font-size: 110%;
	text-transform: uppercase;
	color: #b32b25;
	margin: 0px;
}

h3{
	color: #ffd400;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid white;
}

a{
	color: #b32b25;
}

a:hover{
	color: black;
}

/* Div Styles */
#container{
  margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #fffeea;
}

#logo{
	height: 124px;
	background-image: url('../assets/logo.png');
}

#caption{
  height: 40px;
	color: white;
	background: black;
	line-height: 40px;
	text-align: center;
	/* font-weight: bold;  */
	font-family: Arial Narrow, Arial;
	font-size: 16px;
}

#body{
	min-height: 600px;
	background-image: url('../assets/back.jpg');
	background-repeat: no-repeat;
	border: 1px solid black;
	overflow: auto;
}

#menu{
  float: left;
  width: 190px;
}


#menu div{
	font-size: 0.75em;
  margin:10px;
	margin-top:0;
	border:1px solid black;
	background: #b32b25;
	padding:2px;
  color:white;
	text-align: center;
}

#menu p{
  margin:0;
	margin-bottom:4px;
}

#menu h3{
  margin:0 0 4px;
	padding:0 0 4px;
	text-align: center;
}

#content{
	float:left;
	width: 590px;
	padding: 10px;
	padding-right:0px;
	padding-top: 12px;
	font-size: 14px;
	overflow: auto;
	clear: right;
}

#content p{
	line-height: 20px;
	margin: 0px;
	margin-bottom:10px;
}

#content ul{
  /* color: #b32b25; */
	font-weight: bold;
}


/* Menu */
#menu ul.menu{
  list-style-type: none;
	margin: 0px;
	padding: 10px;
}

#menu ul.menu li{
  background-color: #b32b25;
	border: 1px solid black;
	margin-bottom: 1px;
	text-align: center;
	font-family: Arial Narrow, Arial;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu ul.menu li:hover{
  background-color: black;
}

#menu ul.menu li a{
	display: block;
  color: white;
	text-decoration: none;
}

#menu ul.menu li a:hover{
  color: white;
	/* font-weight: bold; */
}

#menu #selected, #menu #selected a{
  background-color: #ffd400;
	color: black;
}

/* Products */
.strongtext{
  font-weight: bold;
}

.redtext{
	color: #b32b25;
	font-weight: bold;
}

.product{
  display: block;
	clear: right;
	overflow: hidden;
	margin-bottom: 10px;
}


.productpic{
  float: left;
	padding: 15px;
	clear: left;
	text-align: center;
}

.productpic img{
  width: 220px;
}


.productinfo{
  float: right;
	border: 1px solid black;
	background-color: #b32b25;
	padding: 10px;
	color: white;
	font-size: 12px;
	width: 50%;
}


.enquiry{
	text-align: center;
}


/* Customer Comments */
.quote1{
	font-size: 300px;
  font-family: Arial;
  color: #b32b25;
	width: 100px;
	vertical-align: top;
}

.quote2{
  padding-top: 50px;
	vertical-align: middle;
}

.quote3{
  font-size: 300px;
  font-family: Arial;
  color: #b32b25;
	width: 100px;
	padding-top: 30px;
	vertical-align: bottom;
}

.quotetext{
  color: #888;
  font-size: 20px;
	font-family: Arial Narrow, Arial;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
	clear: both;
	padding-top: 20px;
}

.quotefrom{
  color: #444;
  font-size: 15px;
  font-style: normal;
	float: right;
}


/* parts */
#searchbox{
	text-align: left;
  background-color: #b32b25;
	border: 1px solid black;
  padding: 5px;
	padding-top: 2px;
	margin-bottom:10px;
}

#searchbox input, #searchbox select{
  border: 1px solid black;
	margin: 1px;
	padding: 0px;
	width: 240px;
}

#searchbox input[type=submit]{
  width:auto;
}

#searchbox input:focus, #searchbox select:focus{
	background-color: #f2e0d3;
}

#searchtext{
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#catagories1{
  float: left;
	color: white;
}

#catagories2{
  float: right;
	color: white;
}

#catagories1 ul, #catagories2 ul{
  margin: 0px;
	padding: 0px;
  list-style-type: none;
	width: 190px;
}

li.cat a{
	text-align: center;
	font-family: Arial Narrow, Arial;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

li.cat a:hover{
  background-color: black;
}

li.cat a{
	display: block;
  color: white;
	text-decoration: none;
}

li.cat a:hover, li.cat a:hover{
	/* text-decoration: underline; */
	/* font-weight: bold; */
}

li.cat a{
	background-color: #b32b25;
	color: white;
  border: 1px solid black;
	outline: none;
}

li.cat ul{
  display: none;
}

li.cat .subcat a{
	margin: 0px;
  padding: 0px;
  text-align: center;
	font-family: Arial Narrow, Arial;
	font-size: 10px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	background-color: transparent;
	background-image: url('../assets/subcat.png');
	width:190px;
	border:none;
}

li.cat .subcat a:hover{
  background-color: transparent;
	text-decoration: underline;
}


.noparts{
  color:black;
	background:none;
	height:25px;
	line-height:25px;
	font-size: 12px;
	text-align: center;
}


/* Products */
.models{
	float: left;
	width: 100%;
}


.models img{
	float: left;
	text-align: right;
	border: 0px;
}

img.modelright{
	float: right;
}

.machines{
  float: right;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}

.machines img{
	margin-right:auto;
	border: 0px;
	display: block;
	padding-bottom: 2px;
}

#searchcontainer{
  float:left;
}


#searchcontainer img{
	width: 180px;
	float:left;
  clear:left;
}

#world{
  border: 1px solid black;
	margin:0px;
	padding:0px;
}

#footer{
	clear: left;
	color: white;
	background-color: #b32b25;
	font-family: Arial Narrow, Arial;
	text-align: center;
	line-height: 24px;
	/* #border-top: 1px solid black; */
	/* border-bottom: 1px solid black; */
}

#footer a{
	color: white;
}

#orphans{
	font-size: 10px;
	text-align: center;
	color: black;
	line-height: 18px;
	margin-bottom:10px;
}

#orphans a{
	text-decoration: none;
	color:black;
}


/* Customer Machines */
.macright{
  float:right;
	width:240px;
	text-align:left;
	margin-right:10px;
}

.macright img{
  width:240px;
}

.macleft{
	float:left;
	width:240px;
	text-align:left;
	margin-left:10px;
}

.macleft img{
  width:240px;
}

.dot{
	float:left;
  width: 10px;
	overflow: hidden;
	height: 10px;
	position: relative;
	background-image: url('../assets/dot.png');
	background-repeat: no-repeat;
	font-size: 0px;
}

/*
.dot:hover{
	color: black;
  width: auto;
	overflow: none;
	padding-left: 12px;
	font-size: 10px;
	line-height:12px;
	overflow: auto;
}
*/

.partpic{
  float: right;
}

#part h2{
  margin: 0px;
	padding: 0px;
}

#back{
	float: left;
	background-image: url('../assets/arrow.png');
  background-repeat: no-repeat;
  clear: both;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
	margin-top:20px;
}

#back:hover{
	background-image: url('../assets/arrow2.png');
}

#back a{
	text-decoration: none;
}

#searchresults{
	border: 1px solid black;
}

#searchresults a{
	color: white;
}

#searchresults a:hover{
	color: black;
}

#searchresults, #searchresults table{
	width: 580px;
	background: #b32b25;
	color: white;
	text-align:left;
	border-collapse: collapse;
	padding: 2px;
}

#searchresults th{
	border-bottom: 2px solid white;
}

/* Machine Sales */
div.machineSale{
	clear:both;
	margin-top:15px;
	margin-bottom:25px;
}

div.machineSale h2{
	font-size: 0.9em;
	margin-bottom:10px;
}

.mceContentBody{
  font-size: 1em;
}
div.steerImage {
  min-height:300px;
  height:auto!important;
  height:300px;
  margin-bottom:20px;
}

/*
 * Contact Form
 */
#contact{
  padding-top:10px;
}

#contact fieldset{
  border:1px solid #AF282A;
  padding:0 10px;
}

#contact p{
  height:30px;
  clear:left;
}

#contact label, #contact input, #contact span, #contact textarea{
  display:block;
  float:left;
  width:200px;
  padding:6px;
}

#contact label{
  text-align:right;
  width:60px;
  font-size:13px;
}

#contact span{
  width:80px;
}

#contact input[type=text]{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  border:1px solid #ccc;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
}

#contact textarea{
  width:280px;
  height:100px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  border:1px solid #ccc;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
}

#contact input[type=submit]{
  float:none;
  margin-left:65px;
  width:120px;
  padding:4px;
}

#contact p.required label, #contact p.required span{
  font-weight:bold;
}

#content textarea.missing, #content input.missing{
  box-shadow: 0px 0px 8px #9a001d;
  -moz-box-shadow: 0px 0px 8px #9a001d;
  -webkit-box-shadow: 0px 0px 8px #9a001d;
  border:1px solid #9a001d;
}


