body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1d4f8d;
	margin: 0; /* 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-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
#container {
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 1000px;
	height:auto !important;
	height:1000px;
}
 #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentOrderRepair {
	padding: 25px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContenTestimonials {
	padding: 15px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.testHR {
	color: #ff0000;
	background-color: #ff0000;
	height: 2px;
	margin-top: 0px;
}
#logoDiv {
	height: 81px;
}
#chatDiv {
	float: left;
	height: 71px;
	width: 232px;
	margin-top: 5px;
	margin-left: 52px;
}
#orderDiv {
	height: 45px;
	width: 245px;
	margin-top: 19px;
	margin-left: 45px;
	float: left;
}
#nav {
	background-color: #2e3192;
	height: 26px;
	width: 941px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	background-color: #ed1c24;
	text-decoration: none;
}
#aboutLeft {
	float: left;
	width: 557px;
	border-right: 1px solid #ed1c24;
	padding-right: 45px;
}
#aboutRight {
	float: left;
	margin-left: 30px;
}
#homeLeft {
	float: left;
	width: 534px;
	margin-left: 23px;
	border-right: 1px solid #ed1c24;
	padding-right: 45px;
	font-size: 16px;
	line-height: 1.5em;
}
#homeLeft a {
	color: #ed1c24;
	text-decoration: underline;
}
#homeLeft a:hover {
	background-color: #101767;
	text-decoration: underline;
}
#homeRight {
	float: left;
	margin-left: 30px;
	font-size: 16px;
}
#homeRight a {
	color: #101767;
	text-decoration: underline;
}
#homeRight a:hover {
	background-color: #ed1c24;
	text-decoration: underline;
}
#homeSpecial {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.largeBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #083483;
}
.largeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CF181F;
}
#logo {
	float: left;
	margin-top: 0px;
	margin-left: 57px;
	width: 278px;
}
.smallText {
	font-size: 9px;
}
#orderContent {
	background-image: url(../images/orderBG.jpg);
	background-repeat: repeat-y;
}
#contentLeft {
	float: left;
	width: 250px;
}
#contentLeftSmall {
	float: left;
	width: 175px;
	margin-top: 50px;
}
p {
	margin-top: 0px;
}
.actionName {
	font-size: 14px;
	font-weight: bold;
	color: #083483;
}
.actionRed {
	font-size: 14px;
	font-weight: bold;
	color: #CF181F;
}
.testimonialCallOut {
	font-size: 12px;
	font-weight: bold;
	color: #083483;
}
#contentRight {
	margin-left: 336px;
}
#contentRightLarge {
	margin-left: 225px;
	margin-bottom: 0px;
}
form {
	margin-top: 0px;
}
#formHdr {
	float: right;
	margin-left: 12px;
}
#servicesContent {
	background-image: url(../images/blueBG.jpg);
	background-repeat: repeat-y;
}
#contentRight li {
	color: #083483;
	font-size: 18px;
}
.contactRed {
	font-size: 15px;
	color: #CF181F;
}
.contactBlue {
	font-size: 15px;
	color: #083483;
}
.contactMainBlue {
	font-size: 18px;
	line-height: 2em;
	color: #083483;
}
.contactMainRed {
	color: #CF181F;
}
a {
	color: #083483;
	text-decoration: none;
}
a:hover {
	color: #CF181F;
	text-decoration: none;
}
#productsMain {
	margin-bottom: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#collectionLeft {
	float: left;
	width: 300px;
}
#collectionRight {
	margin-left: 330px;
}

