body {
	margin: 0;
	padding: 0;
	color: #777;
	font: 14px/24px "Helvetica Neue", Helvetica, Arial;
	-webkit-font-smoothing: antialiased;
}

h1 {
	color: #555;
	text-shadow: 1px 1px 1px #FFF;
	margin: 0px 0px 15px;
	font-size: 22px;
	line-height: 48px;
}

h2 {
	color: #555;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	background: #ECECEC;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-image: 5px;
	border-radius: 5px;
}

h3 {
	font-style: italic;
	font-weight: bold;
	color: #555;
	font-size: 14px;
	margin: 0px;
	padding-left: 30px;
}

.orange {
	color: #F90;
}

img { 
	border: none;
}

small {
	font-style: italic;
}

blockquote {
	font: italic bold 16px/32px Georgia, "Times New Roman", Times, serif;
	background: #ECECEC;
	padding: 10px;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-image: 5px;
	border-radius: 5px;
	margin: 15px 0px 0px;
}

.thumbL {
	float: left;
	margin-right: 30px;
}

.thumbR {
	float: right;
	margin-left: 30px;
}

.wrapper {
	width: 960px;
	margin: 40px auto 0px;
	position: relative;
	border-top: 2px solid #F90;
}

a:focus {
	outline: none;
}

a {
	color: #F90;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #06C;
	text-decoration: none;
}

.clear {
	display: block;
	height: 30px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	height: 15px;
}

/* Header */

header {
	height: 130px;
	border-bottom: 2px solid #ECECEC;
}

header .address {
	float: left;
	width: 180px;
	height: 114px;
	border-right: 2px solid #DADADA;
	font-size: 13px;
	padding-top: 16px;
}

header .logo {
	height: 60px;
	width: 426px;
	float: left;
	margin-top: 30px;
	margin-left: 28px;
}
header h3 {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 60px;
	right: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

/* Menu */

nav h2 {
	display: none;
}

nav ul {
	list-style: none;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

nav ul li {
	margin: 0px;
	padding: 0px;
}

nav ul a {
	display: block;
	float: left;
	height: 36px;
	text-decoration: none;
	color: #777;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 14px;
	padding-top: 14px;
	width: 170px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	border-bottom: 1px dotted #ECECEC;
}

nav ul a:hover {
	text-decoration: none;
	background: #F9F9F9;
	color: #555;
}

nav ul .active a {
	background: #ECECEC;
	border-left: 2px solid #F90;
	width: 168px;
	color: #555;
}

.right {
	width: 720px;
	float: right;
	padding-top: 40px;
	height: 1060px;
}

.left {
	float: left;
	width: 180px;
	padding-bottom: 30px;
	border-right: 2px solid #DADADA;
	height: 1060px;
	padding-top: 40px;
}

section {
	padding-bottom: 20px;
	text-align: justify;
}

ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
}

li {
	margin-bottom: 6px;
	background: url(images/bullet.png) no-repeat left center;
	padding-left: 20px;
}

.col1 {
	width: 400px;
	float: right;
}

.col2 {
	float: left;
	width: 260px;
}

/* Footer */

footer {
	clear: both;
	border-top: 1px solid #ECECEC;
	width: 778px;
	float: right;
	border-left: 2px solid #DADADA;
	font-size: 12px;
}

footer .legal {
	float: left;
	padding-left: 20px;
}

footer .links {
	float: right;
}

/* Contact Form */

#contact {
	width: 720px;
	display: block;
}

#contact fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#contact label {
	display: block;
	padding-bottom: 3px;
}

#contact input  {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-image: 5px;
	border-radius: 5px;
	background: #F9F9F9;
	margin: 0px;
	font: 14px "Helvetica Neue", Helvetica, Arial;
	width: 440px;
	color: #555;
	border: 1px solid #DADADA;
}

#contact textarea {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-image: 5px;
	border-radius: 5px;
	background: #F9F9F9;
	margin: 0px;
	font: 14px "Helvetica Neue", Helvetica, Arial;
	width: 700px;
	color: #555;
	border: 1px solid #DADADA;
}

#contact input.submit {
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-image: 5px;
	border-radius: 5px;
	background: #F90;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	margin: 6px 0px 0px;
	width: 160px;
	text-shadow: 1px 1px 1px #000;
	color: #FFF;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
	text-transform: uppercase;
}

#contact input.submit:hover {
	background: #06C;
	color:#FFF;
}

#message { 
	margin: 10px 0;
	padding: 0; 
}

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: #FBE3E4 url(images/error.gif) no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h2 {
	background: url(images/success.gif) no-repeat left 10px;
	font: italic bold 18px/46px "Helvetica Neue", Helvetica, Arial;
	color: #F90;
	margin: 0px;
	padding-left: 22px;
}

/* HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly */

header, section, footer, aside, nav, article, figure {
	display: block;
}

