/* /////////////////////////////////
	Wendy Twine CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px arial, tahoma, verdana;
	color: #000;
	background: #fff;
	line-height: 16px;
	padding: 50px;
}

#center {
	width: 894px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: bold 18px arial, tahoma, verdana;
	color: #fff;
	margin: 0;
}

h2 {
	font: bold 18px arial, tahoma, verdana;
	color: #000;
	margin: 10px 0;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}

ul {
	list-style-type: none;
}

ul li {
	background: transparent url('../i/bullet.gif') no-repeat left 5px;
	padding-left: 12px;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #0b913d;
	text-decoration: none;
}

a:hover {
	color: #0b913d;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.smallCaps:link,
a.smallCaps:visited {
	color: #c1f38c;
	text-transform: uppercase;
	font-size: 10px;
}

a.smallCaps:hover {
	color: #f99e53;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 88px;
	overflow: hidden;
	background: #000 url('../i/bg-header.jpg') no-repeat left top;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	width: 464px;
	height: 28px;
	margin: 0;
	list-style-type: none;
	float: right;
}

ul#nav li {
	display: block;
	float: left;
	height: 22px;
	margin: 3px 0 0 0;
	background: none;
	padding: 0;
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	float: left;
	color: #fff;
	border-left: solid 1px white;
	height: 22px;
	overflow: hidden;
	line-height: 23px;
	padding: 0 20px 0 8px;
	letter-spacing: 1px;
}

ul#nav li a:hover {
	color: #ccc;
	border-color: #ccc;
	text-decoration: none;
}

ul#nav li.current a:link,
ul#nav li.current a:visited,
ul#nav li.current a:hover {
	color: #fff;
	border-color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0;
}

/* /////////////////////////////////
	SUB NAV
///////////////////////////////// */

ul#subNav {
	width: 161px;
	margin: 18px 0 24px 0;
	list-style-type: none;
	float: right;
}

ul#subNav li {
	display: block;
	width: 161px;
	padding: 0;
	background: none;
}

ul#subNav li a:link,
ul#subNav li a:visited {
	display: block;
	color: #000;
	font-weight: bold;
	padding: 5px 11px;
	border-bottom: solid 2px #ffbe31;
	font-size: 11px;
}

ul#subNav li a:hover {
	color: #d87828;
	border-color: #d87828;
}

ul#subNav li.current a:link,
ul#subNav li.current a:visited,
ul#subNav li.current a:hover {
	color: #ffbe31;
	font-size: 14px;
	padding: 6px 9px;
	border-color: #ffbe31;
}

/* /////////////////////////////////
	SUB-SUB NAV
///////////////////////////////// */

ul#subNav li.current ul{
	width: 161px;
	float: none;
	margin: 8px 0;
	list-style-type: none;
	font-size: 11px;
}

ul#subNav li.current ul li{
	display: block;
	width: auto;
	padding: 0 0 0 11px;
	background: none;
}

ul#subNav li.current ul li a:link,
ul#subNav li.current ul li a:visited {
	display: inline;
	color: #3a9578;
	font-weight: normal;
	padding: 0;
	border-bottom: 0;
	font-size: 11px;
}

ul#subNav li.current ul li a:hover {
	color: #000;
}

ul#subNav li.current ul li.current {
	background: transparent url('../i/arrow.gif') no-repeat left 6px;
}

ul#subNav li.current ul li.current a:link,
ul#subNav li.current ul li.current a:visited {
	color: #000;
}

/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	overflow: hidden;
	height: 1%;
	background: #fff;
}

#contentHome {
	overflow: hidden;
	height: 407px;
	background: #000 url('../i/bg-home.jpg') no-repeat left top;
	padding: 0;
	color: #fff;
}

#contentHome p,
#contentHome ul {
	width: 475px;
	margin-left: 60px;
}

#contentHome p.negTop {
	margin-top: 6px;
}

#contentHome ul a.smallCaps {
	margin-left: 12px;
}

#contentHome ul li {
	margin-bottom: 3px;
}

#latest {
	width: 450px;
	padding: 19px;
	margin: 20px 0px 18px 41px;
	background: transparent url('../i/bg-black50.png') repeat left top;
	font-size: 14px;
	overflow: hidden;
}

#latest a.thumb:link,
#latest a.thumb:visited {
	display: block;
	width: 80px;
	height: 80px;
	border: solid 1px #fff;
	float: left;
	margin-right: 19px;
}

#latest a.thumb img {
	display: block;
}

#latest a.thumb:hover {
	border-color: #f99e53;
}

#latest a:link,
#latest a:visited {
	color: #c1f38c;
}

#latest a:hover {
	color: #f99e53;
}

#latest p {
	width: 380px;
	font: normal 12px arial, tahoma, verdana;
	line-height: 16px;
}

.showcase {
	width: 720px;
	margin: 22px 0 122px 0;
	position: relative;
}

.showcase2 {
	width: 720px;
	margin: 22px 0 10px 0;
	position: relative;
}

.thumbs a:link,
.thumbs a:visited {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 0;
	overflow: hidden;
}

.thumbs a img {
	float: left;
	border: 0;
	overflow: hidden;
}

.thumbs a:hover {
	display: block;
	float: left;
	margin: 0 12px 12px 0;
	border: 0;
	overflow: hidden;
	border: solid 5px #ffbe31;
}

.thumbs a:hover img {
	margin: -5px;
}

.large {
	display: block;
}

.description {
	font-size: 14px;
	width: 500px;
	color: #3d8aa2;
}

.description2 {
	font-size: 14px;
	width: 390px;
	color: #3d8aa2;
	margin-left: 238px;
}

.rightImg {
	position: absolute;
	width: 190px;
	top: 26px;
	right: 13px;
}

.leftImg {
	position: absolute;
	width: 190px;
	bottom: -32px;
	left: 26px;
}

.rightImg a:link,
.rightImg a:visited,
.leftImg a:link,
.leftImg a:visited {
	display: block;
	border: solid 5px #fff;
	margin-bottom: 12px;
}

.rightImg img,
.leftImg img {
	display: block;
	width: 180px;
}

.rightImg a:hover,
.leftImg a:hover {
	border-color: #ffbe31;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
 	border: 0;
}

label {
	display: block;
	font: normal 12px georgia, 'palatino linotype', 'times new roman', times, serif;
	color: #236133;
	margin: 8px 0 2px;
}

.input {
	border: 0;
	background: #eaf3e6;
	width: 98.5%;
	padding: 5px 4px;
	font: normal 12px georgia, 'palatino linotype', 'times new roman', times, serif;
	color: #000;
}

input:focus {
	outline: 0;
	background: #dfedd9;
}

.button {
	clear: both;
	margin: 12px 0 0;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	height: 34px;
	background: #000;
	position: relative;
}

#footer p {
	margin: 0 20px;
	float: right;
	line-height: 34px;
	color: #a8a7a7;
	font-size: 11px;
}

#footer a:link,
#footer a:visited {
	color: #a8a7a7;
}

#footer a:hover {
	color: #c1f38c;
}

#footLogo {
	display: block;
	position: absolute;
	left: 30px;
	bottom: 8px;
}

/* /////////////////////////////////
	OTHER
///////////////////////////////// */

.userMsg {
	color: red;
	font-weight: bold;
	font-size: 110%;
}

p.testimonial {
    float: left;
	font: normal 16px georgia, 'times new roman', times, serif;
    font-style: italic;
    line-height: 20px;
    color: #3d8aa2;
	margin: 25px 30px 5px 0px;
}

p.testimonialCredit {
    float: left;
}
