/* Global Styles */

body {
	margin:0px;
	background-attachment: fixed;
	background-image: url(images/bg1a.jpg);
	}
		
/* Text Styles */

.h1a {
    font-size: 20px;
	font-weight: bold;
	color: #829099;
}


.mosttext {font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
		}
		
.h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
		}
		
.h1mazda{font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0075BC;
		}
		
		
.h1colour1 {color: #003300}

.contenttext1a {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
		}
		
.contentgreen1 {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
		}
		
.menutext {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
		}
		
		
.pricetext {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
		}
		
.pricetextblack {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
		}
		
.phonetext {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
		}
		
.phonetext2{font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
		}
		
.contenttext2 {font-family: Arial;
	font-size: 11px;
	font-weight: bold;
		color: #333333;
		}
		
		.contenttextblack {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
		color: #333333;
		}
		
.contenttext2red {font-family: Arial;
	font-size: 11px;
	font-weight: bold;
		color: #990000;
		}
		
.contenttext3{font-family: Arial;
	font-size: 12px;
	font-weight: bold;
		color: #333333;
		}
		
.contenttext3blue{font-family: Arial;
	font-size: 12px;
	font-weight: bold;
		color: #0075BC;
		}
		
.contentwhite3a{font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
			}
			
.contentwhite4a{font-family: Arial;
	font-size: 11px;
	color: #ffffff;
			}
		
.contentwhitelarge{font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
		}
		
		
.contentred {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
		}
		
.contentred1a{font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
		}
		

.contentgrey {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
		}

		
		
/* Text Effects */		
		
		
a:link {
	color: #999999;
}
a:visited {
	color: #666666;
}

a:hover {
	color: #FF0000;
}
a:active {
	color: #999999;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}
#menu fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#menu legend {
	display: none;
}
#menu label {
	display: block;
}
#menu select, #menu input {
	display: block;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 5px;
}
#menu input.button {
	margin-top: 15px;
}
.feedback input.button {
	margin-right: 5px;
}
#menu input.button, .feedback input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	width: 100px;
	height: 42px;
	border: none;
	font-size: 75%;
	text-align: left;
	padding-left: 15px;
	background: url(images/button.png) no-repeat left 0;
	cursor: pointer;
}
#menu input.button:hover, #menu input.button:active, .feedback input.button:hover, .feedback input.button:active {
	background: url(images/button.png) no-repeat left -42px;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.feedback legend {
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0 5px 0 25px;
	background:  url(images/tick.gif) no-repeat left center;
	text-transform: capitalize;
}
.feedback label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.feedback .required {
	color: #999;
	font-style: italic;
}
.feedback input, .feedback textarea, .feedback select {
	padding: 1px 2px;
	width: 98%;
	color: #333;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #ddd;
}
.feedback textarea {
	height: 120px;
}
.feedback .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	display: block;
}