html
{
	/* font-family: Verdana; */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: black;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	min-height: 100%;
	background: #322618 url(/site/view/images/background-body.jpg) no-repeat scroll center bottom;
	width: 100%;
	min-height: 100%;
}
body
{
	font-size: 11pt;
	font-smooth: always;
	min-height: 100%;
	width: 100%;
	color: #6F6F6F;
}
h1
{
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2.0em;
	color: #264A63;
}
h2
{
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 1.5em;
	color: #264A63;
}
h3
{
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.3em;
	color: #264A63;
}
h4
{
	font-weight: bold;
	font-size: 1.1em;
	color: #264A63;
}
p
{
	padding-bottom: 8px;
}
em
{
	font-style: italic;
}
ul
{
	margin-left: 20px;
}
li
{
	list-style: disc;
}
pre
{
	background-color: #000000;
	color: #FFFFFF;
	border: 1px #BBBBBB solid;
	font-weight: bold;
	font-size: small;
	overflow-x: scroll;
	white-space: normal;
}
strong
{
	font-weight: bold;
}
td
{
	padding:5px;
}
area
{
	cursor: pointer;
	cursor: hand;
}
a
{
	color: #828E54;
}
.divMain
{
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background-color: white;
}
.divBumper
{
	min-height: 500px;
}
.divLogo
{
	float: left;
	padding: 20px 12px 0px 40px;
	width: 300px;
	height: 35px;
}
.divLogo img
{
	cursor: pointer;
	cursor: hand;
}
#divMainMenu
{
	float: right;
	background-color: #264A63;
	width: 550px;
}
#divSubMenu
{
	float: right;
	background-color: #322618;
	width: 550px;
	height: 35px;
}
.divHiddenSubMenu
{
	display: none;
}
#divSubMenu a
{
	color: white;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-size: 0.8em;
	margin-top: 10px;
}
#divSubMenu a:hover
{
	text-decoration: underline;
}
.divMainMenuItem
{
	float: left;
	width: 110px;
	height: 43px;
	display: table-cell;
	vertical-align: absbottom;
	text-align: center;
	padding-top: 17px;
}
#divMainMenu a
{
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
}
#divMainMenu a:hover
{
	font-weight: bold;
}
.divMainMenuSelected, .divMainMenuItem:hover
{
	background-color: #322618;
}
.divImageArea
{
	float: left;
	background-color: #322618;
}
.divImageWrapper
{
	overflow: hidden;
}
.divImageWrapper img
{
	display: none;
}

/* Homepage specific dimensions */
.divImageWrapperHome
{
	width: 625px;
	height: 385px;
}
.divImageWrapperHome img
{
	width: 625px;
}
.divImageAreaHome
{
	width: 625px;
	height: 450px;
}
.divPortfolioBoxHome
{
	width: 590px;
}

/* Details page specific dimensions */
.divImageWrapperDetail
{
	width: 500px;
	height: 335px;
	/* border-left: 34px solid white; */
}
.divImageWrapperDetail img
{
	width: 500px;
}
.divImageAreaDetail
{
	width: 500px;
	height: 395px;
}
.divPortfolioBoxDetail
{
	width: 468px;
}

.divPortfolioGallery
{
	float: left;
}
.divPortfolioGallery img
{
	cursor: pointer;
	cursor: hand;
}
.divPortfolioGallery div
{
	float: left;
}
.divPortfolioGalleryWrapper
{
	height: 50px;
	overflow: hidden;
	margin: 5px 3px 5px 3px;
	background-color: white;
}
.divPortfolioGalleryWrapper span
{
	display: none;
}
.divPortfolioBox
{
	overflow: hidden;
}
.divSpriteSlide
{
	width: 8px;
	height: 53px;
	cursor: pointer;
	cursor: hand;
	margin: 4px;
}
.divSpriteLeft
{
	background-image: url(/site/view/images/left-right-sprite.jpg);
	float: left;
}
.divSpriteRight
{
	background-image: url(/site/view/images/left-right-sprite.jpg);
	background-position: -8px 0px;
	float: right;
}
.divFeatured
{
	float: right;
	min-height: 440px;
	background-color: #454B25;
	width: 269px;
	font-style: italic;
	color: white;
	padding: 5px 5px 0px 5px;
	font-size: 0.8em;
}
.spanFeaturedIntro
{
	display: block;
	margin: 20px 5px 0px 5px;
	min-height: 160px;
}
.divFeatured h2
{
	color: white;
}
.divFeatured li
{
	margin-top: 5px;
}
.divFeatured img
{
	float: right;
	border: 2px solid #6A7343;
}
.divFeaturedWrap div
{
	float: left;
	margin: 2px 0px 2px 0px;
	width: 97%;
}
.divFeaturedWrap
{
	min-height: 248px;
}
.divFeaturedWrap div:hover
{
	background: #6F7D3F url(/site/view/images/background-featured.jpg) repeat-y scroll left top;
}
.divFeatured div a
{
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	max-width: 125px;
	margin: 20px 0px 0px 5px;
}
.divFeatured .divFreeEstimate
{
	background-image: none;
	text-align: center;
	width: 259px;
	background-color: #322618;
	padding: 10px;
	font-size: 0.9em;
	clear: both;
	margin: 5px 0px 0px -5px;
}
.divFeatured .divFreeEstimate a
{
	color: #D57D19;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	max-width: 200px;
	margin: 0px;
}
.divFeatured .divFreeEstimate:hover
{
	background: #322618;
}
.divFeatured .divFreeEstimate:hover a
{
	color: white;
}
.spanContent
{
	display: block;
	margin: 0px 20px 0px 20px;
}
.divNewsRow
{
	clear: both;
	margin: 0px 20px 0px 20px;
	width:100%;
	float: left;
}
.divNewsRow div
{
	float: left;
}
.divShowroomColumn
{
	width: 500px;
}
.divShowroomColumn p
{
	font-size: 0.8em;
}
.divNewsColumn
{
	width: 300px;
	padding-right: 25px;
	margin-right: 30px;
	border-right: 2px solid #8F8F8F;
}
.divNewsRow h2 span
{
	color: #443629;
}
.divFooter
{
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	background-image: url(/site/view/images/background-footer.jpg);	
	height: 62px;
	color: #F5F1EF;
	text-align: center;
	font-size: 0.9em;
}
.divFooter a
{
	color: #857D73;
}
.lnkAdeo
{
	text-decoration: none;
	color: white;
}
.spanNewsDate
{
	display: block;
	font-size: 0.8em;
	font-style: italic;
}
.divNewsRow .lnkMore
{
	color: #CDCF91;
	font-weight: bold;
	font-size: 0.8em;
}
.divNewsColumn p
{
	text-align: right;
}
.lnkLanguage
{
	float: right;
	margin: -105px 10px;
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
.divAddressLeft
{
	float: left;
	width: 50%;
}
.spanBoldTitle
{
	font-weight: bold;
	display: block;
}
.divMedia
{
	float: right;
	width: 425px;
	padding: 0px 10px 10px 10px;
}
.divMedia img
{
	clear: both;
}
.spanCategory h1
{
	display: block;
	border-bottom: 2px solid #606060;
	margin-bottom: 10px;
}
.divWhitebar
{
	height: 10px;
	clear: both;
	display: block;
}
.divCategory
{
	display: inline-block;
	text-align: center;
	background-color: #17110A;
	padding: 0px 80px 0px 80px;
	line-height: 1px;
	width: 744px;
}
.divCategory div
{
	display: inline-block;
	background-color: white;
	padding: 0px 2px 0px 2px;
	height: 195px;
	line-height: 12px;
	*float: left;
	*width: 230px;
}
.divCategory a
{
	height: 195px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
.divCategory a span
{
	display: block;
	background-color: #184D69;
	color: white;
	padding: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}
.divCategory a:hover span
{
	background-color: #475724;
}
.divCategory .divBreaker
{
	clear: both;
	height: 8px;
	background-color: white;
	width: 900px;
	margin-left: -80px;
}
.ulOptions
{
	color: #5B5B5B;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 30px 0px 0px 30px;
}
.ulOptions span, .ulOptions .lblOptionTitle
{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3px;
}
.ulOptions a
{
	text-decoration: none;
}
.ulOptions a:hover
{
	text-decoration: underline;
}
.ulOptions li
{
	margin-bottom: 10px;
}
.divDetailColumn
{
	float: right;
	width: 310px;
}
.divPadDetails
{
	padding: 0px 20px 0px 20px;
}
#lblTestimonial
{
	font-style: italic;
}
/*
#lblTestimonial:before
{
	content: "\"";
}
#lblTestimonial:after
{
	content: "\"";
}
*/
#lblAttestor:before
{
	content: "- ";
}
#lblAttestor
{
	clear: both;
	display: block;
	text-align: right;
	color: #AFAFAF;
	font-size: 0.8em;
}
.divHideTestimonials
{
	display: none;	
}
.lnkPdf
{
	background-image: url(/site/view/images/pdficon_small.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 17px;
	float: right;
}
.imgContentLeft
{
    float: left;
    margin: 0px 10px 10px 0px;
}
.spanNewsTitle
{
    font-weight: bold;
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
height:23px;
margin-top:100px;
width:15px;
}
.imgEnergy
{
	float: right;
	margin: 30px 10px 0 0;
}
.spanPdf
{
	width: 350px;
	font-weight: bold;
	border-bottom: 1px solid #CFCFCF;
	display: block;
	margin-bottom: 5px;
}
.divSocial {
	float:left;
	margin-left:20px;
}
.divSocial img
{
	margin-top: 8px;
	width: 35px;
}

