
/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #1c1c1c;
	text-decoration: none;
	background: #FFFFFF url(images/bg.jpg) 520px 0px no-repeat;
}
a, a:visited {
	color: #005f33;
	text-decoration: underline;
}
a:hover {
	color: #f26122;
	text-decoration: underline;
}

strong {
  font-weight: 700;
}

img {
	display: block;
	border: 0;
}


/*________ TOP AREA ________*/

#leftContainer {
	float: left;
	width: 680px;
	background: #FFF;
	padding-bottom: 20px;
}
#sliderContainer {
	border: 8px solid #d6d6d6;
	width: 620px;
	margin: 10px 20px 50px 20px;
	padding: 2px;
	background-color: #fff;
}
#slider {
	width: 620px;
	height: 340px;
}

.nivoSlider {
    position: relative;
    background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slider a {
	border: 0;
	display: block
}
.nivo-directionNav {
text-indent: -9999px;

}
.nivo-directionNav .nivo-prevNav {
width: 30px;
height: 30px;
margin: 0 10px;
background: url(images/arrows.png) no-repeat left center;
}
.nivo-directionNav .nivo-nextNav {
width: 30px;
height: 30px;
margin: 0 10px;
background: url(images/arrows.png) no-repeat right center;
}

.nivo-controlNav {
	position: absolute;
	left: 35%;
	bottom: -40px;
	width: 50%;
	text-align: center;
}
.nivo-controlNav a.nivo-control {
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 3px;
	float: left;
	background: url(images/bg-nivo-control.jpg) bottom no-repeat;
}
.nivo-controlNav a.nivo-control.active {
	background: url(images/bg-nivo-control.jpg) top no-repeat;
}

#leftContainer p {
	margin: 0 40px 16px 40px;
	line-height: 1.6;
}
.bsa {
	float: right;
	margin: 0 40px;
}

#rightContainer {
	float: left;
	width: 280px;
}

#rightContainer ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #FFF;
	list-style: none;
	margin: 120px 10px 0 20px;
	text-shadow: 1px 1px 0px #000;
}
#rightContainer ul li {
	padding: 0 0 20px 22px;
	background: url(images/icon-tick.png) 0 1px no-repeat;
}


/*________ BOTTOM AREA ________*/

#bottomContainer {
	clear: left;
	background: #d6d6d6;
	overflow: hidden;
	border-top: 1px solid #adadad;
	padding: 30px 40px 50px 40px;
}
#photoGallery {
	width: 880px;
	padding-bottom: 10px;
	overflow: hidden;
}
#photoGallery h2 {
	font-weight: 300;
	font-size: 24px;
	color: #828282;
	padding: 0 0 20px 0;
}
#photoGallery h2 strong {
	font-weight: 300;
	color: #005f33;
}
#photoGallery img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #a2a2a2;
	padding: 2px;
	background: #FFF;
}
#photoGallery img:hover {
	border: 1px solid #005f33;
}
#footer {
	clear: left;
	border-top: 1px solid #adadad;
	width: 830px;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #7b7b7b;
}
#footer a {
	color: #7b7b7b;
}
#footer a:hover {
	text-decoration: none;
}
