/* CSS Document */

body {
	margin-top: 0px;
	background-color: #330000;
	margin-bottom: 0px;
}
#container {
	background-image: url(../images/website_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.main_body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.main_body_text a:link {
	color: #660000;
	text-decoration: none;
}
.main_body_text a:visited {
	color: #660000;
	text-decoration: none;
}
.main_body_text a:hover {
	color: #330000;
	text-decoration: underline;
}
.main_body_text a:active {
	color: #660000;
	text-decoration: none;
}




.website_logo {
	background-image: url(../images/belfiorespa_logo.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 316px;
	margin: 0px;
	padding: 0px;
}
.header_image {
	background-image: url(../images/website_header.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 484px;
	margin: 0px;
	padding: 0px;
}
.nav_bg {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #996633;
	border-bottom-color: #996633;
}
.slideshow {
	background-image: url(../images/slideshow_bg.jpg);
	background-repeat: repeat;
}
.main_product_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../images/body_bg.jpg);
}

/*This is footer styles to control the footer*/

.footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;
}
.footer_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc9933;
	text-align: center;
	line-height: 38px;
}

.footer_links a:link {
	color: #cc9933;
	text-decoration:none;
}
.footer_links a:visited {
	color: #cc9933;
	text-decoration:none;
}
.footer_links a:hover {
	color: #9E7827;
	text-decoration:none;
}
.footer_links a:active {
	color: #cc9933;
	text-decoration:none;
}

.footer_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc9933;
	text-align: center;
}
.site_credit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cc9933;
	text-align: right;
	padding-right: 15px;
}

.site_credit a:link {
	color: #cc9933;
	text-decoration:none;
}
.site_credit a:visited {
	color: #cc9933;
	text-decoration:none;
}
.site_credit a:hover {
	color: #9E7827;
	text-decoration:none;
}
.site_credit a:active {
	color: #cc9933;
	text-decoration:none;
}
/*This is footer styles to control the footer*/.body_bg {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}
.welcome_title {
	background-image: url(../images/welcome_title.jpg);
	background-repeat: no-repeat;
}
.body_title {
	text-align: left;
}

.newsletter_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	text-align: left;
}
.breadcrum_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 71px;
}

.side_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #FFFFFF;
	padding-left: 25px;
	line-height: 25px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	text-align: left;
}
.side_nav a:link {
	color: #999999;
	text-decoration:none;
}
.side_nav a:visited {
	color: #999999;
	text-decoration:none;
}
.side_nav a:hover {
	text-decoration:none;
	color: #999999;
}
.side_nav a:active {
	color: #999999;
	text-decoration:none;
}

#sidenav {
background-color:white;
}
#sidenav:hover {
	background-color:#F3F3F3;
	background-image: url(../images/side_nav_over.jpg);
} 
.bio_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.bio_name a:link {
	color: #660000;
	text-decoration: none;
}
.bio_name a:visited {
	color: #660000;
	text-decoration: none;
}
.bio_name a:hover {
	color: #330000;
	text-decoration: underline;
}
.bio_name a:active {
	color: #660000;
	text-decoration: none;
}

.body_HR {
	color: #660000;
	padding-left: 15px;
	padding-right: 15px;
}
.main_product_border_index {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../images/main_products.jpg);
	background-position: center center;
}
.sidebar_bg {
	background-image: url(../images/side-bar-graphic.jpg);
	background-repeat: no-repeat;
}
.specials_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}

.specials_title a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.specials_title a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.specials_title a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.specials_title a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.specials_bold_txt {
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
.article_picture {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.main_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.small_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.specials_txt {

	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
.main_body_textsml {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #660000;
	text-align: left;
	padding-right: 15px;
}
