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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/trenta.gif);
}
#wrapper {
	width: 940px;
	margin: 10px auto;
	background: #fff url(../images/contentBg.jpg) repeat-x bottom left;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.clear {
	clear: both;
	height: 5px;
}

ul.footer {
	width: 930px;
	margin: 10px auto;
	text-align: right;
	font-size: 0.8em;
	color: #f2f2f2;
}
ul.footer li {
	display: inline;
}
ul.footer a {
	color: #f2f2f2;
	text-decoration: none;
}
ul.footer a:hover { text-decoration: underline; }

h1 {
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 10px 45px;
	background: url(../images/headerBg.jpg) repeat-x top left;
	color: #f2f2f2;
	font-size: 1.3em;
	border: 1px solid #fff;
}
h2 { 
	margin: 25px 45px 10px;
	font-size: 1.3em;
}
h3 {
	margin: 40px 35px 0;
}
p { 
	margin: 15px 45px; 
}

#featured {
	width: 770px;
	height: 165px;
	/*overflow: hidden;*/
	margin: 1em auto 1em 45px;
	padding: 0;
	position: relative;
	z-index: 2;
}
#featured .thumbs { 
	width: 770px;
	height: 155px;
	position: relative;
	z-index: 1;
}
#featured .thumbs a {
	float: left;
	height: 146px;
	margin: 10px;
}
#featured .thumbs a img { border: none; }
#featured .thumbs span { 
	/*display: none;*/
	display: block;
	float: left;
	width: 100%;
}

#thumbNav {
	width: 960px;
	position: relative;
}
#thumbNav a {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 75px;
	z-index: 10;
	outline: none;
}
#thumbNav a em { position: absolute; left: 9000px; }
#thumbNav a#previous {
	display: none;
	background: transparent url(../images/previous.png) no-repeat center center;
}
#thumbNav a#previous:hover {
	background: transparent url(../images/previousHover.png) no-repeat center center;
}
#thumbNav a#next {
	display: none;
	background: transparent url(../images/next.png) no-repeat center center;
	right: 100px;
}
 #thumbNav a#next:hover {
 	background: transparent url(../images/nextHover.png) no-repeat center center;
 } 

p.description { 
	float:left;
	width:250px;
	margin: 15px 0;
	text-align: justify;
}
.imgContainer {
	float: left;
	width: 515px;
	margin: 5px 10px 0 40px;
	display: block;
}
#largeImage {
	display: block;
	margin: auto;
}

div.mainContent { 
	overflow: hidden;
}
div.contactContent, div.linksContent { 
	background: transparent url(../images/contentInnerBg.png) no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 100px;
}

.contactBlock {
	float: right;
	width: 300px;
	height: 250px;
	margin: 20px 80px 40px 0;
	padding: 10px;
	border: 3px outset #3f3f3f;
}
.contactContent form { 
	float: left;
	width: 400px;
	margin: 10px 25px 10px 45px;
	display: block;
}
.contactContent form fieldset { 
	height: 250px; 
	margin: 10px auto;
	padding: 20px 10px 0; 
	border: 3px outset #3f3f3f;
}
.contactContent form label { 
	float: left;
	width: 90px;
	margin-left: 10px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}
.contactContent form input, .contactContent form textarea {
	width: 230px;
}
.contactContent form input {
	margin-bottom: 10px;
}
.contactContent form input#inputsubmit { 
	width: 115px;
	margin: 15px auto 0 100px;
}
.contactContent .thanks {
	margin-top: 40px;
	margin-left: 10px;
}
.contactContent p.thanks {
	margin-top: 0;
	margin-left: 45px;
}
.contactContent p.error {
	margin: 5px 45px;
	font-size: 90%;
	color: red;
}

.tabbed-box {
	position: relative;
}
.tabbed-content {
	padding-left: 20px;
}
.tabbed-box .tabs {
	height: 30px;
	position: absolute;
	right: 0px;
	top: -31px;
}
.tabbed-box .tabs li {
    list-style: none;
    float: left;
}
.tabbed-box .tabs li a {
	display: block;
	width: 100px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tabbed-box .tabs li:first-child a {
	border-left: none;
}
.tabbed-box .tabs li a.active {
	border-bottom: 1px solid #fff;
}

/* inner tabs for links section styles */
.inner-tabbed-box {
	position: relative;
	text-align: center;
}
.inner-tabbed-box .innerTabs {
	/*width: 170px;*/
	height: 30px;
	margin: 20px 40px;
	padding: 0;
}
.inner-tabbed-box .innerTabs li {
	list-style: none;
	float: left;
}
.inner-tabbed-box .innerTabs li a {
	display: block;
	width: 162px;
	padding:  8px 0;
	background: url(../images/headerBg.jpg) repeat-x bottom left;
	border: 1px solid #fff;
	color: #f2f2f2;
	text-decoration: none;
	font-size: 0.8em;
}
.inner-tabbed-box .innerTabs li a.active {
	color: red;
}
.inner-tabbed-content dl {
	width: 560px;
	margin: 20px auto;
	list-style: none;
	text-align: left;
	font-size: 90%;
}
.inner-tabbed-content dt {
	padding: 10px;
	text-align: right;
	float: left;
	width: 200px;
}
.inner-tabbed-content dd {
	padding: 10px;
}
