/* Global Styles */

body {
	margin:0px;
	background-attachment: fixed;
	background-image: url(images/bg1.jpg);
	}

/* Sit Dives Styles */

#contentbg {
    width: 1008px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../images/bgcontentimage.png);
}

#contentbgfooter {
    width: 1008px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	}
	
#top {
    width: 951px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	}
	
#contentwrap {
    width: 951px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	}
	
#contentbottom {
    width: 951px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	}

#middlecontentright {
    width: 450px;
	height:auto;
	float:right;
	padding-right:20px;	
	padding-top:20px;
	background-image:url(../images/leftbg.png);
	background-repeat:no-repeat;
	}
	
#middlecontentleft {
    width: 450px;
	height:auto;
	padding-left:20px;
	float:left;
	padding-top:20px;
			
	}
	
	
	#contentshow {
    width: 951px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	}



		
/* 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: 20px;
	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;
		}
		
.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;
}


