/* ******************************** */
/* CSS for home				        */
/* ******************************** */
div#content {
	float: right;
	width: 780px;
	padding: 0px 10px 50px 10px;
}
div#content h1 {
	display: inline;
	font: bold 24pt Garamond;
	border-bottom: 1px #c86122 solid;
	color: #c86122;
}
div#content h2 {
	font: bold 12pt Garamond;
	color: #c86122;
}
div#content a, div#content:active, div#content:visited { text-decoration:none; color:#000; }
div#content p { font:9pt Verdana; color:#333333; line-height:1.5em; }

div#home_top { width:727px; margin:auto; padding:0px 0px 0px 0px; }
div#slide_show { padding-bottom:40px; }

/* ******************************** */
/* CSS for bottom part of home      */
/* ******************************** */
div#home_bottom {
	width: 746px;
	margin: auto;
}
div#home_bottom a {
    font-weight: bold;
    color: #ffffff;
}
div#home_bottom a:hover {
    text-decoration: underline;
}
div#special_offers {
	width: 240px;
	background: url('../images/home/bottom/special_offers_bg.gif');
	float: left;
}
div#special_offers p {
	color: #f5f5f5;
	font: 8pt Verdana;
	margin: 0px 8px 0px 38px;	
}
div#special_offers span {
    display: block;
    width: 240px;
    height: 18px;
    background: url('../images/home/bottom/special_offers_bottom.gif') no-repeat bottom;
}
div#get_here {
	width: 240px;
	background: url('../images/home/bottom/get_here_bg.gif');
	float: left;
}
div#get_here p {
	color: #f5f5f5;
	font: 8pt Verdana;
	margin: 0px 8px 0px 38px;	
}
div#get_here span {
    display: block;
    width: 240px;
    height: 18px;
    background: url('../images/home/bottom/get_here_bottom.gif') no-repeat bottom;
}
div#view_menu {
	width: 224px;
	background: url('../images/home/bottom/view_menu_bg.gif');
	float: left;
}
div#view_menu p {
	color: #f5f5f5;
	font: 8pt Verdana;
	margin: 0px 8px 0px 23px;
}
div#view_menu span {
    display: block;
    width: 224px;
    height: 18px;
    background: url('../images/home/bottom/view_menu_bottom.gif') no-repeat bottom;
}
div#special_offers img, div#get_here img, div#view_menu img {
    border: none;
}