body {
    margin: 0 auto;
    padding: 0 0 0 0;	
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    width: 920px;
    text-align: center;
	scrollbar-3dlight-color: #DEDEDE;
    scrollbar-arrow-color: #FE0000;
    scrollbar-face-color: #fff;
    scrollbar-shadow-color: #919191;
	scrollbar-highlight-color:#999999;
}
#mainwrap {
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    width: 920px;
}
#placeholder {
    vertical-align: top;
}

.press {
    
    width: 205px;
}
.blog {
    border: 1px #666 solid;
    margin: 0 0 5px 34px;
    width: 270px;
    height: 405px;
    display: block;
    text-align: left;
}

.showcase {
    border: 1px #666 solid;
    float: right;
    width: 530px;
    height: 390px;
    padding: 0 0 0 0;
}
.showcase img {
    display: block;
}
.product img {
    display: block;
}
.clear {
    clear: both;
}
.team {  
    border: 1px #666 solid;
    float: right;
}
.teamtxt {
    width: 200px;
    text-align: right;
}
.showcasenav {
    clear: right;
    text-align: left;
    padding-top: 5px;
}
.teamtxt a {
    margin-right: 18px;
    font-size: 16px;
    font-weight: bolder;
    font-style: normal;
}
.product {
    float: right;
    border: solid 1px #000000;
}
.dealer {
    border: 1px #666 solid;
    width: 650px;
    height: 390px;
    position: absolute;
    padding: 0 0 0 0;
    margin-left: 210px;
    margin-top: 10px;
}
.links {
    position: absolute;
    font-size: 8px;
    font-style: italic;
    
}
.content {
    padding: 10px;
}
.border {
    border: 1px #666 solid;
}
#footer 
{
    position: absolute;
    top: 583px;
    margin-top: 5px;
    margin-left: 35px;
	color: Black;
	font-size: 10px;
	text-align: left;
	font-style: normal;
}
#footer span {
	margin: 0 15px 0 15px;
}
.contact {
	width: 250px; 
	float: left; 
	height: 347px; 
	padding-top: 30px; 
	margin-left: 35px; 
	display: inline;
}
	/* The following three classes are pseudo classes that affect link styles. The first sets the color of a link that is not being hovered on. The visited one will set the color of a link that has been clicked on. The last will set the color of the link as your mouse hovers over it. */	
.sublink a:link, .sublink a:visited {
	color: #676767; 
	}
.sublink a:hover {
	color: red; 
	}
	
a:link {
	color: Black; 
	text-decoration: none;
    font-style: italic;
    font-size: 8pt;
	}
	
a:visited {
	color:  Black; 
	text-decoration: none;
	font-style: italic;
    font-size: 8pt;
	}

a:hover {
	color: red;
	text-decoration: none;
	font-style: italic;
    font-size: 8pt;

	}	
	/* The following classes are for the popup calendar that appears on contact us and reservation forms. You will want to set font color and size, as well as background color once you have decided on a color palette that matches your site. Please not there are dropdown styles that will need to be set including a dropdown over/hover style to set. See the descriptions of what part of the popup calendar each style sets as described above each style. Also note there are images that will need to be customized in color that are not set in css, but created and put in the /images/ folder. They are as listed: calendar.gif, close.gif, drop1.gif, drop2.gif, left1.gif and left2.gif
 */	
	/* Default attributes of table container for entire POPUP calendar */
	
.table-style {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family:  arial; 
	font-size: 12px;
	}

	/* Default attributes of DIV containing table container for entire popup calendar.
	 * You probably don't want to alter this style.
	 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
	}

	/* Default attributes used in popup calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: Arial; 
	font-size: 12px;
	color: #ffffff;
	}

	/* Default attributes used in popup calendar title background.*/
.title-background-style {
	background-color: black;
	}

	/* Normal appearance of controls in popup calendar title. */
	/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
	}

	/* Moused-over (selected) appearance of controls in popup calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
	}

	/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 12px; 
	border-width: 1; 
	border-style: solid; 
	background-color: black;
	border-color: #cccccc;
	color: White;
	cursor: default;
	}

	/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: red;
	cursor: hand;
	}

	/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
	}

	/* Default attributes of popup calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: white;
	font-family: arial, verdana; 
	font-size: 11px;
	}

	/* Attributes of current day in popup calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}

	/* Attributes of end-of-week days (Sundays) in popup calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
	}

	/* Attributes of all other days in popup calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
	}

	/* Attributes of border around selected day in popup calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #2f2118;
	font-weight: bold;
	}

	/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
	}

	/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	background-color: black;
	text-align: center;
	text-decoration: none;
	}

	/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #2f2118; 
	padding: 0px;
	}


.TimeDropDown {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #000;	
	}