/*
-----------------------------------------------
blackstonefarm.com Style Sheet
version:  2006 01
----------------------------------------------- */

body {
	background: #333333 url(../_images/body_bg.jpg) repeat-y fixed 50% 0;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 150%;
}

p {
	line-height: 150%;
	padding: 1em 0em 0em;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #003366;
	margin: 20px 0px 0px;
	font-size: 2em;
	line-height: 1.5em;
}

h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	margin-bottom: 0px;
	font-size: 1.5em;
	line-height: 24px;
}

a:link,a:active {
	color: #123974;
	text-decoration: none;
	border-bottom: 1px dotted #123974;
}

a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

a:hover {
	color: #B30000;
	border-bottom: 1px solid #B30000;
}

img {
	border: 0px none;
}

/* Layout */

#wrapper {
	margin: 10px auto;
	width: 730px;
	padding: 0px;
}

#main_content {
	width: 730px;
	background-image: url(../_images/page_shadow.jpg);
	background-repeat: repeat-y;
}

#mc_left {
	width: 240px;
	float: left;
	margin: 20px 0px;
}

#mc_right {
	float: left;
	width: 489px;
	margin: 0px;
	padding: 0px;
}

#body_content {
	margin: 0px 10px 20px 20px;
	padding: 0px;
}

#footer {
	background-color: #FFFFFF;
	border-top: 1px dotted #999999;
	text-align: right;
	padding: 20px 10px 20px 0px;
	font-size: 10px;
}

/* Side Features */

#sideFeatures a.side_feature {
	display: block;
	float: left;
	border-width: 0px;
	border-style: none;
}

#sideFeatures a.side_feature:hover img {
	visibility: hidden;
}

#sideFeatures #side_feature_01 {
	background: url(../_images/left_feature_01_ov.jpg) no-repeat right top;
}

#sideFeatures #side_feature_02 {
	background: url(../_images/left_feature_02_ov.jpg) no-repeat right top;
}

#sideFeatures img {
	margin-bottom: 10px;
}

/* Side Features FRENCH */

#sideFeatures_fr a.side_feature_fr {
	display: block;
	float: left;
	border-width: 0px;
	border-style: none;
}

#sideFeatures_fr a.side_feature_fr:hover img {
	visibility: hidden;
}

#sideFeatures_fr #side_feature_01_fr {
	background: url(../_images/left_feature_01_ov_fr.jpg) no-repeat right top;
}

#sideFeatures_fr #side_feature_02_fr {
	background: url(../_images/left_feature_02_ov_fr.jpg) no-repeat right top;
}

#sideFeatures_fr img {
	margin-bottom: 10px;
}

/* Classes */

.feature_text {
	font-size: 1.2em;
}

.indent {
	text-indent: 20px;
}

.clear {
	clear: both;
}

.zero {
	margin: 0px;
}
#headder img a:link,a:active,a:visited,a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headder {
	height: 120px;
	width: 730px;
	background-image: url(../_images/header_bg.jpg);
	background-repeat: no-repeat;
}
#language {
	color: #FFFFFF;
	width: 120px;
	padding: 10px;
	text-align: right;
	float: right;
	font-size: 10px;
}
#headder #logo {
	height: 69px;
	width: 177px;
	float: left;
	padding: 25px;
}

#language a:link,a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#language a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#language a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

/* Navigation items */

#primarynavigation {
	width: 100%;
	padding: 0px;
	margin: 0 0 15px 0;
	font: 11px "Lucida Grande", Arial, Verdana, sans-serif;
	color: #333333;
	white-space: nowrap;
}

#primarynavigation li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	text-align: left;
}

#primarynavigation ul {
	margin: 0;
	padding: 0;
}

#primarynavigation li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 1.8em;
	text-decoration: none;
	border-style: none;
}

#primarynavigation li a:link {
	color: #333;
}

#primarynavigation li a:visited {
	color: #333;
}

#primarynavigation li a:hover, #primarynavigation li a.current {
	background: url(../_images/nav_hover.jpg) repeat-y;
}

#primarynavigation li a.current {
	font-weight:bold;
	
}

#primarynavigation .last {
	border-bottom-style: none;
}
