@charset "utf-8";
body {
	font: 95% Lucida, Arial, Helvetica, sans-serif;
	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: #000066;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/heartbackground.jpg);
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	
}
.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: #d3c796;
	color: #000000;
	width:900px;
	text-align:left;
	margin:0 auto;
	padding-bottom: 0px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 20px;
	background-color: #d3c796;
	background-image: url(images/roses.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	width:867px;
	text-align:left;
	margin:0 auto;
	margin-top:-12px;	
	margin-bottom:-15px;
	*margin-top:0px;
	*margin-bottom:0px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: large;
	font-weight: 300;

}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	color: #000000;
	background-color: #d3c796;
	
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	width:887px;
	text-align:left;
	margin:0 auto
	
}
.oneColFixCtrHdr #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 */
}
#cars td.left{
border-right: 1px solid black;
padding-right: 10px;
vertical-align:top;
}
#cars td.right{
padding-left: 10px;
vertical-align:top;
}

/* interactive menu stuff */
#top{	

margin-top:6px;
	background-image: url(images/top1.gif);
	background-repeat: no-repeat;
	background-position:top;
	height: 5px;
}
#bottom{	
	background-image: url(images/bottom1.gif);
	background-repeat: no-repeat;
	background-position:top;
	height: 7px;
}
#navigation {	
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	width:887px;
	text-align:left;
	margin:0 auto;	
	background-color: #10533c;	
}
#sddm
{	margin:  0;
	padding: 0px 0 0px 10px;
	z-index: 30;
	}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:16px;
	font-weight: normal;
	background-color: #d3c796;
	 }

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	*width: 100px;
	background-color: #10533c;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-width: 0px;
	border-color: black;
	border-style: solid;
}
#sddm li a.spesh {
	width: 220px;
	width:220px;
	color: #FFFF00;
}

#sddm li a:hover
{
	background-color: #7da154;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #10533c;
	border-width: 0px;
	border-color: #333333;
	border-style: solid;}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #10533c;
	color: #FFFFFF;
	font-size: 12px;
	border-color: #000000;
}

#sddm div a:hover
{
	background-color: #7da154;
	color: #FFFFFF;
}

/* interactive menu stuff */

#wrap {
	text-align:left;
	padding:0px;
	height:auto;
	width:351px;
	margin:0px auto;
}
#limg {
	height:1%;
	width:351px;
	padding:0px;
	text-align:center;
	margin:0px;
}
#limg img {
	padding:5px;
	margin:0px auto;
	border:1px solid #aaa;
	background-color:#fff;
}
#cont {
	margin:0px -3px 0px 0px;
	padding:0px;
	height:1%;
	width:354px;
}
#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#ulthumb li {
	float:left;
	margin:3px 3px 0px 0px;
	width:56px;
	height:56px;
	display:block;
}
#ulthumb img {
	cursor:pointer;
	padding:2px;
	border:solid 1px #aaa;
	background-color:#fff;
}
.blankseparator{
	clear:both;
	height: 0px;
}
.offers,.offersr, .offerstl{
	float:left;
	top: 150px;
	width: 200px;
	color:#000000;
	margin: 86px 20px 10px 10px;
	padding: 10px;
	border: dashed #10533c 4px;
	background-color:white;
}
.offersr {
float:right;
}
.offerstl {
position:absolute;
top:260px;
left:0px;
	background-color:yellow;
}
