@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/containerbg.gif);
} 
.twoColFixLtHdr #header {
    width: 100%; 
	height: 202px;
	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. */
	margin 0;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:right;
} 
.twoColFixLtHdr #logo {
	width:294px;
	float:left;
	height:202px;
}
.twoColFixLtHdr #headera {
	width:488px;
	height:51px;
	float:left;
}
.twoColFixLtHdr #headera_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #932223;
	font-weight: bold;
}
.twoColFixLtHdr #headera_text a{
	font-size: 13px;
	color: #932223;
	text-decoration: none;
}
.twoColFixLtHdr #headerb {
	width:488px;
	height:107px;
	float:left;
}
.twoColFixLtHdr #headerb_text {
	padding-top: 10px;
	padding-left: 8px;
}
.twoColFixLtHdr #headerc {
	width:488px;
	height:44px;
	float:left;
	text-align:right;
	margin:0;
}
.twoColFixLtHdr #headerc img{
	border: none;
}
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: 15px;
	padding: 0 0 0 46px;
}
.twoColFixLtHdr #sidebar1 a{
	color: #932223;
	text-decoration: none;
}
.twoColFixLtHdr .sidebartop {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(images/sidebartop.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr .sidebarcontent {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	background-image: url(images/sidebarbg.gif);
        font-size: 11px;
}
.twoColFixLtHdr .sidebarbottom {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 5px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 20px;
	background-image: url(images/sidebarbottom.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-top:0px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/contentbg.gif);
	background-repeat: no-repeat;
	background-position: -15px 0px 0px 0px;
} 
.dealer h3,a {
	color: #932223;
	text-decoration: none;
}
.dealer h4 {
	margin-top:0px;
	margin-bottom:0px;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #mainContent hr {
	border: 0;
	width: 100%;
	color: #932223;
	background-color: #932223;
	height: 2px;
} 
.twoColFixLtHdr #winner {
	width: 510px;
	margin: 10px auto;
}
.twoColFixLtHdr #winheader {
	width: 510px;
	text-align: center;
	margin: 10px auto;
}
#winnera {
	width:  160px;
	height: 110px;
	padding: 5px;
	float: left;
	text-align: center;
	border-top: solid 2px #932223;
	border-bottom: solid 2px #932223;
}
#winnerb {
	width: 330px;
	padding: 5px;
	float: left;
}
.twoColFixLtHdr #comment1 {
	float: left;
	width: 188px;
	height: 122px;
	margin: 0 0 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #comment2 {
	float: left;
	width: 188px;
	height: 122px;
	margin: 0 0 0 50px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #comment1 hr {
	border: 0;
	width: 100%;
	color: #932223;
	background-color: #932223;
	height: 2px;
} 
.twoColFixLtHdr #comment2 hr {
	border: 0;
	width: 100%;
	color: #932223;
	background-color: #932223;
	height: 2px;
} 
.twoColFixLtHdr #comment3 {
	float: left;
	width: 198px;
	height: 162px;
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg1.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #comment4 {
	float: left;
	width: 198px;
	height: 162px;
	margin: 0 0 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg1.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #comment3 hr {
	border: 0;
	width: 100%;
	color: #932223;
	background-color: #932223;
	height: 2px;
} 
.twoColFixLtHdr #comment4 hr {
	border: 0;
	width: 100%;
	color: #932223;
	background-color: #932223;
	height: 2px;
} 
.twoColFixLtHdr #comment3 ul {
	padding: 0;
        margin-left:12px;
}
.twoColFixLtHdr #comment4 ul {
	padding: 0;
	margin-left:12px;
}
.twoColFixLtHdr #comment5 {
	float: left;
	width: 198px;
	height: 222px;
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg2.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #comment5 ul {
	padding: 0;
        margin-left:12px;
}
.twoColFixLtHdr #comment6 {
	float: left;
	width: 198px;
	height: 222px;
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg3.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #comment7 {
	float: left;
	width: 198px;
	height: 222px;
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/commentbg4.gif);
	background-repeat: no-repeat;
} 
.comment_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
.comment_text1i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	font-style: italic;
}
.comment_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #932223;
	font-weight: normal;
}
.twoColFixLtHdr #footer { 
	padding: 5px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.twoColFixLtHdr #footer hr {
	border: 0;
	width: 760px;
	color: #932223;
	background-color: #932223;
	height: 2px;
} 
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.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;
}

#con {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 410px;
	text-align:justify;
}
#mosaic {
	border:0;
	margin: 5px 0 5px 15px;
}
#contentbox {
	position:relative;
	border:0px solid #000;
	margin:0;
	padding:0;
	width:480px;
	height:400px;
	background-image: url(images/gallerybg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#contentbox img {
	border:0;
}
* html #contentbox a:hover {
	display:inline;
}
#contentbox a span {
	display: none;
}
#contentbox a:hover span {
	display: block;
	position: absolute;
	width: 266px;
	height: 144px;
	top:126px;
	left:116px;
	border: 0;
}
#img2 {
	position:absolute;
	margin: 2px 0 0 166px;
}
#img10 {
	position:absolute;
	margin: 227px 0 0 2px;
}
#img12 {
	position:absolute;
	margin: 227px 0 0 274px;
}
.headline {
	font-size: 12px;
	font-weight: bold;
	color: #932223;
}
.ralign {
	text-align:right;
}
table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 440px;
background-color: #fafafa;
border: 1px #cfcfcf solid;
border-collapse: collapse;
border-spacing: 0px;
} 

td.helpHed
{ border-bottom: 2px solid #cfcfcf;
border-left: 1px solid #cfcfcf;
background-color: #ededed;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.cen
{ text-align: center;
 }

td.left
{ text-align: left;
 }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 520px;
background-color: #fafafa;
border: 1px #cfcfcf solid;
border-collapse: collapse;
border-spacing: 0px;
margin: 0 auto;
}
.inferno {
	background-image: url(images/inferno-bg.gif); 
	background-repeat: no-repeat;
}