body  {
	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;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	background-color: #666;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
} 
.twoColFixLtHdr #header {
	background: #FFF;  /* 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. */
	margin-left: 5px;
	margin-right: 5px;
} 
.twoColFixLtHdr #headerimage{
	background-color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
}
.twoColFixLtHdr #search {
	width: 250px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	height: 32px;
	background-color: #09F;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 120px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #000;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#img1 {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000;
}

#img2 {
	float: left;
	margin: 5px;
	border: thin solid #000;
}
#title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #F90;
}
#headline {
	text-align: center;
	color: #F90;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

em {
	font-size: 14px;
}

/* Form Style */

form {
	position: relative;
	margin-left: 2em;
	margin-right: 0px;
	top: 15px;
	width: 660px;
}

fieldset {
	line-height: 2em;
	width: 100%;
}

fieldset label {
	color: #000;
}

label {
	display: block;
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	margin-bottom: 10px;
}

.asmHighlight {
	color: #69F;
}

.asmSelect {
	margin: 10px 0 0px 0;
}
#contact {
	position: relative;
	width: 80%;
	color: #000;
}
#info {
	position: relative;
	width: 100%;
}
#name {
	position: relative;
	margin-left: 14px;
}
#address {
	position: relative;
	margin-left: 27px;
}
#phone {
	position: relative;
	margin-left: 2px;
}
#email {
	position: relative;
	margin-left: 16px;
}
#wish {
	overflwo: hidden;
}
#dealers {
	overflow: hidden;
}
.check {
	vertical-align: middle;
}
.radio {
	vertical-align: middle;
}
#right {
	float: left;
}
h1 {
	color: #0000cc;
}
h2 {
	color: #F90;
}
h3 {
	color: #F90;
	font-style: italic;
}
h4 {
	font-size: 14px;
	color: #000;
}
h5 {
	color: #000;
	font-size: 14px;
}
h6 {
	font-size: 16px;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}

