/* CSS Document  Laude Cheese moulds*/


html, body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 11px;
}


#mainContent {
	width: 814px;
	height: auto;
	margin: auto;
}

#headerContent {
	height: 116px;
	width: 100%;
}

.headerLogo {
	background-image: url(../img/logoHeader.gif);
	width: 135px;
	height: 116px;
	float: left;
}

#headerContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#headerContent li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

#headerContent li a{
	display: block;
	list-style: none;
	float: left;
	height:  56px;
	color: #F5821F;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	margin-left: 20px;
	padding-top: 60px;
	margin-right: 10px;
}


#headerContent li a:hover{
	background-image: url(../img/btnActive.gif);
	background-repeat: repeat-x;
}

.active{
	background-image: url(../img/btnActive.gif);
	background-repeat: repeat-x;
}

#middleContent {
	width: 814px;
	height: 258px;
	background-color: #008FA4;
	background-image: url(../img/middleBackground.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-bottom: 2px;
}

.middlePicture {
	float: left;
	height: 258px;
	width: 276px;
}

.middlePicture img{
	border: none;
}

.middleText {
	width: 324px;
	height: 220px;
	float: left;
	margin-left: 40px;
	margin-top: 38px;
	font-size: 11px;
	line-height: 16px;;
}

.middleText img{
	margin-top: 20px;
	border: none;
}

#copyrightContent {
	width: 809px;
	height: 20px;
	padding-top: 15px;
	margin: auto;
	padding-left: 5px;
	color: #00879B;
	font-weight: bold;
	font-size: 10px;
}

#copyrightContent a{
	text-decoration: none;
	color: #00879B;
}

#copyrightContent span{
	margin-right: 75px;
}

#subContent {
	width: 276px;
	height: auto;
	background-image: url(../img/backgroundMenu.gif);
	background-repeat: repeat-x;
}

#subMenuContent {
	width: 276px;
	height: auto;
}

#subMenuContent ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#subMenuContent li{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#subMenuContent a{
	width: 221px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-left: 55px;
	font-size: 12px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 12% 0%;
}

.subActive {
	background-color: #F69A4A;
}

.contactContent {
	width: 151px;
	height: 73px;
	background-image: url(../img/backgroundAbout.gif);
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	/*padding-top: 16px;*/
	vertical-align: bottom;
	margin-left: 55px;
}


.contactContent img{
	margin-bottom: 9px;
}

.sitePath {
	height: 28px;
	line-height: 28px;
	padding-left: 14px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.sitePath a{
	text-decoration: none;
	color: #FFFFFF;
}

.sitePathActive {
	font-weight: normal;
}

.fieldsetContact {
	border: 1px solid #F5821F;
	margin-top: 20px;
	padding-left: 30px;
	width: 438px;
}

.fieldsetContact legend {
	padding-left: 10px;
	padding-right: 10px;
}

.detailRow {
	clear: both;
	margin-top: 10px;
	width: 400px;
	height: 20px;
}

.detailRow label{
	font-size: 11px;
	color: #000000;
	margin-right: 20px;
	width: 140px;
	display: block;
	float: left;
}

.detailRow input{
	font-size: 11px;
	color: #000000;
	width: 200px;
	float: left;
	background-color: #FDF4D9;
}

.detailRow select{
	font-size: 11px;
	color: #000000;
	width: 200px;
	float: left;
	background-color: #FDF4D9;
}

.detailRow textarea{
	font-size: 11px;
	color: #000000;
	width: 200px;
	height: 100px;
	float: left;
	background-color: #FDF4D9;
}

.detailRow .btnNotNecessary {
	background-color: #FFFFFF;
}

.detailRow .btnSend {
	width: 113px;
	height: 17px;
	background-image: url(../img/backgroundBtnSend.gif);
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.detailTexArea {
	height: 120px;
}

.nextPageContent {
	height: 20px;
	width: 100%;
	background-color: #FFF;
}

.nextPageContent  label{
	float: left;
	display: block;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #F58524;
}

.nextPageContent  a{
	display: block;
	font-weight: bold;
	font-size: 11px;
	float: right;
}

.btnNextPage {
	display: block;
	height: 17px;
	width: 10px;
	background-color: #FFF;
	color: #F5821F;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 2px;
	margin-right: 3px;
	float: right;
}

.btnNextActive{
	display: block;
	height: 17px;
	width: 10px;
	background-color: #F5821F;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 2px;
	margin-right: 3px;
	float: right;
	line-height: 16px;
}

/* Text styles from sIFR */

p {
font-size: 12px;
text-align: justify;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h3 {
	font-size: 14px;
}

h5 {
	color: #000;
	font-size: 18px;
/*	margin-bottom: -5px;
	padding-bottom: -5px; */
}


/* This goes in the stylesheet to hide the browser text before it is replaced */

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 14px;
}


.sIFR-hasFlash h5 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.pageHeading {
	width: 252px;
	height: 18px;
	line-height: 21px;
	background-color: #000000;
	float: left;
	padding-left: 24px;
	padding-top: 3px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.linkHome {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}	

.linkHome:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}	