@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A2A3A7;
	background-image: url(../NewSite/Images/Homenav/Background.jpg);
	background-repeat: no-repeat;
	margin: 0;
	float: none;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	text-align: center;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	width: 960px;
	margin-top: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
}
.oneColFixCtrHdr #footer {
	background-color: #999A9E;
	background-image: url(../NewSite/Images/Homenav/Footerblue.jpg);
	height: 30px;
	clear: both;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.photoleft {
	float: left;
}
.photoright {
	float: right;
}
.oneColFixCtrHdr #container #mainContent #Left Column {
	float: left;
	height: 600px;
	width: 300px;
}
#Left {
	float: left;
	width: 290px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	z-index: 6;
}
.contactusleft {
	float: left;
	height: auto;
	width: 290px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contactusright {
	float: right;
	height: auto;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 290px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	z-index: 5;
}
.center {
	background-color: #000066;
	height: auto;
	width: 350px;
	margin-left: 300px;
	padding-left: 3px;
	margin-top: -25px;
	padding-right: 3px;
}
.vette {
	float: left;
}
.leftnews {
	float: left;
	width: 740px;
}
.rightnews {
	color: #FFFFFF;
	background-color: #000066;
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.panterabasic {
	float: right;
	padding-left: 10px;
}
.shipping {
	background-color: #0000B3;
	margin-top: 10px;
	border: 3px solid #FA8D24;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent .basicdiv {
	background-color: #FFFFFF;
	margin-top: 45px;
	border: 3px solid #FA8D24;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../NewSite/Images/Pricing/pricingbackground.jpg);
}
.MustangMonthly {
	background-image: url(../NewSite/Images/Homenav/Background.jpg);
	border: 3px solid #F09441;
	text-align: center;
}
.leftside {
	float: left;
	margin-right: 10px;
}
.faqright {
	float: right;
	width: 250px;
	margin-top: 10px;
	position: relative;
	z-index: 200;
}

.faqleft {
	float: left;
	width: 700px;
}
.faqlist {
	background-color: #000099;
	padding: 10px;
	border: 3px solid #FB9D45;
	margin-top: 10px;
}
.centeraboutus {
	background-color: #232323;
	width: auto;
	z-index: 2;
}
.video {
	float: right;
	height: auto;
	width: 450px;
	background-color: #000066;
	padding: 10px;
}
.videoright {
	float: left;
}
.oneColFixCtrHdr #container #mainContent .completdiv .style9 .style1 img {
	float: right;
}
