/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}table,td,th{vertical-align:middle;}fieldset,img{border:0;}img{vertical-align:bottom;}

/* @end */

/* @group Global Styles */

html {height: 100%;}

body {
	background: #d4d9d1 url(../images/bg.png) repeat; 
	color: #8a8a8a;
	font: 100.01%/1.5 "adrianne-1","adrianne-2", sans-serif;
 	height: 100%; 
 	margin: 0 auto;
}

.inner {
	margin: 0 auto;
	width: 960px;
}

#wrapper { background: url(../images/wrap_bg.png) repeat-x; }

/* @end */

/* @group Typography */

p {
	color: #7b7b7b;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.125em;
}

h2 {
	color: #525250;
	border-bottom: 1px dashed #8a8b8a;
	font-size: 1.125em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h3 {
	color: #606060;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 10px;
}

/* @end */

/* @group Head */

#head {
	clear: both;
	height: 79px;
}

#head h2 {
	border: none;
	color: #FFF;
	float: right;
	font-family: "adrianne-1","adrianne-2", sans-serif;
	font-size: 2em;
	line-height: 1em;
	margin: 73px 30px 0 0;
	text-shadow: 0 -1px 0px #798891;
}

#head h1 {
	background: url(../images/logo.png) no-repeat;
	color: #FFF;
	float: left;
	font-family: "adrianne-1","adrianne-2", sans-serif;
	font-size: 2.5em;
	font-weight: lighter;
	height: 78px;
	line-height: 1.2em;
	margin: 50px 0 0;
	padding: 12px 0 0 100px;
}

#head span.h1Light {
	text-shadow: 0 -1px 0px #5f6a71;
}

#head span.h1Dark {
	color: #606060;
	text-shadow: 0 -1px 0px #b4bed0;
}

/* @end */

/* @group Navigation */

#nav {
	height: 39px;
}

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

#nav li {
	background: url(../images/nav_split.png) no-repeat 0 7px;
	float: left;
	list-style: none;
	padding: 3px 0 7px;
}

#nav li:first-child { background: none; }

#nav li a {
	color: #4b525c;
	display: block;
	float: left;
	font-size: 0.938em;
	padding: 5px 34px 7px 34px;
	text-decoration: none;
	text-shadow: 0 1px 1px #9eb3ba;
	text-transform: uppercase;
}


#nav li:hover {
	background-color: #FFF;
	background-image: none;
	opacity: 0.5;
}

#nav li:hover a {
	border: none;
	text-shadow: none;
}

#nav li.selectedPage {
	background-color: #FFF;
	background-image: none;
	opacity: 0.5;
}

#nav li.selectedPage a {text-shadow: none;}

/* @end */

/* @group Content */

#content {
	min-height: 550px;
	padding-top: 30px;
}

#contentHolder {
	background: url(../images/content_bg.png) repeat;
	border: 1px solid #a2a59d;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	float: left;
	min-height: 500px;
	margin: 10px 0 0 0;
	padding: 20px 10px 40px 10px;
	width: 940px;
	
	*margin-top: 45px;
}

#sectionMenu {
	background: url(../images/section_bg.png) no-repeat;
	float: left;
	min-height: 300px;
	margin: 0 0 0 5px;
	width: 200px;
}

#sectionMenu h2 {
	border-bottom: 1px solid #6e7989;
	color: #fff;
	font-size: 1em;
	margin: 0 10px;
	padding: 6px 0 3px 0;
}

#sectionMenu ul {
	margin: 30px 0 0 5px;
}

#sectionMenu li {
	list-style: none;
	margin: 5px 0;
}

#sectionMenu li a {
	color: #fff;
	display: block;
	font-size: 0.875em;
	padding: 3px 0 3px 10px;
	text-decoration: none;
}

#sectionMenu li.selectedSection, #sectionMenu li a:hover {
	background-color: #6e7989;
	color: #fff;
}

#breadcrumb {
	background: url(../images/breadcrumb_bg.png) repeat;
	border: 1px solid #6e7989;
	float: left;
	height: 20px;
	margin: 0 0 30px 28px;
	padding: 6px 10px 6px 0;
	width: 690px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#breadcrumb li {
	color: #606060;
	float: left;
	font-size: 0.875em;
	list-style: none;
	padding-right: 10px;
}

#breadcrumb a {
	background: url("../images/breadcrumb_arrow.png") no-repeat scroll right 7px transparent;
	color: #fff;
	float: left;
	padding: 0 15px 0 0;
	text-decoration: none;
}

#breadcrumb a:hover {text-decoration: underline;}

#text {
	float: left;
	margin: 0 0 0 30px;
	padding-right: 10px;
	position: relative;
	width: 690px;
}

#text img {
	border: 2px solid #6f7286;
	height: 140px;
	margin-right: 9px;
	width: 216px;
}

#text img:last-child { margin: 0; }

#text h2 {
	font-size: 1.2em;
	margin-bottom: 18px;
}

#text p a {
	color: #fff;
	text-decoration: none;
}

#text p a:hover {text-decoration: underline;}

#text ul {padding: 0 0 18px 30px;}

#text ul li {
	color: #6E7989;
	font-size: 1em;
	list-style: disc;
	margin-top: 20px;
}

#text ul:first-child {margin-top: 0;}

p.quote {
	color: #8a8b8a;
	float: left;
	font-family: "adrianne-1","adrianne-2", serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.4em;
	margin: 60px 0 0 190px;
	text-align: center;
	text-shadow: 0 1px 0px #fff;
}

div.demo img {
	border:  1px solid #a4b5c5;
	padding: 2px;
}

#gallery {
	display: none;
	float: right;
	height: 400px;
	margin: 0 20px 0 0;
	width: 690px;
}

.enlarge {
	color: #fff;
	font-size: 0.875em;
	font-style: italic;
	right: 15px;
	position: absolute;
	bottom: -18px;
}

/* @end */


/* @group Slideshow */

.nivoSlider {position:relative;}

.nivoSlider img {
	left:0px;
	position:absolute;
	top:0px;
}

.nivo-slice {
	display:block;
	height:100%;
	position:absolute;
	z-index:50;
}

.nivoSlider a.nivo-imageLink {
	border:0;
	display:none;
	height:100%;
	left:0px;
	position:absolute;
	padding:0;
	margin:0;
	top:0px;
	width:100%;
	z-index:60;
}

#slider {
	border: 5px solid #FFF;
	background: #202834 url(../images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	float: left;
	position: relative;
	margin: 10px 0 0 105px;
}

#slider img {
	display:none;
	left:0px;
	position:absolute;
	top:0px;
}

#slider a {border:0;}

.nivo-controlNav {
	bottom:-40px;
	position:absolute;
	left:44%;
}

.nivo-controlNav a {
	background:url(../images/bullets.png) no-repeat;
	border:0;
	display:block;
	float:left;
	height:10px;
	margin-right:3px;
	text-indent:-9999px;
	width:10px;
}

.nivo-controlNav a.active {background-position:-10px 0;}

.nivo-directionNav a {
	background:url(../images/arrows.png) no-repeat;
	border:0;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:32px;
	
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {left:10px;}

/* @end */

/* @group Contact */

ul#contactDetails {
	border-left: 1px solid #8A8B8A;
	float: left;
	margin: 20px 20px 0 0;
	padding: 10px 10px 20px 20px;
	width: 275px;
}

ul#contactDetails li {
	border-bottom: 1px solid #8A8B8A;
	font-size: 0.875em;
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

ul#contactDetails li a {
	color: #6E7989;
	text-decoration: none;
}

ul#contactDetails li a:hover {border-bottom: 1px dotted #6E7989;}

#contactForm {
	float: left;
	margin-top: 17px;
	width: 335px;
}

#contactForm input {
	margin-top: 5px;
	padding: 5px 40px 5px 5px;
}

#contactForm label.description {color: #666666;}

#contactForm ul {padding: 0;}

#contactForm ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

#contactForm li#li_4 textarea {padding: 0 120px 60px 0;}

span.darkContact {
	color: #666666;
	padding-right: 5px;
}

/* @end */

/* @group Foot */

#foot {
	clear: both;
	min-height: 100px;
	padding-top: 40px;
}

#foot .inner {
	border-top: 1px dashed #8a8b8a;
	min-height: 40px;
	padding-top: 10px;
}

#foot p {
	color: #8a8b8a;
	font-size: 0.75em;
	line-height: 2em;
	margin: 0 auto;
	text-align: center;
}

#foot a {
	color: #5f6c7d;
	text-decoration: none;
}

#foot a:hover { border-bottom: 1px dotted #5f6c7d; }

#foot img {
	float: left;
	margin: 20px 0 0 440px;
}

/* @end */

