/*	
Theme Name: achilles
Version: 1.0
Author: Perth Web Design
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
#content ul, ol {
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
hr {
	margin-bottom: 20px;
	border: 0px;
	border-top: 1px dashed #999;
	clear: both;
}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
body {
	background:url(images/bg.jpg) no-repeat top #000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	overflow-x:hidden;
}
#container {
	position:relative;
	margin:0 auto;
	padding:0 0 1px 0;
	width:1000px;
}
td {
	vertical-align:top;
}
/* Header
-----------------------------------------------------------------------*/
#header-wrap {
	background:url(images/header.jpg) no-repeat top center;
	position: relative;
}
#header {
	position: relative;
	margin:0 auto;
	width:1015px;
	height:145px;
	z-index:99;
}
#logo a {
	background:url(images/logo.png) no-repeat top center;
	position: absolute;
	width:481px;
	height:115px;
	top:18px;
	left:0px;
	text-indent:-9999em;
}
#contact {
	background:url(images/phone.jpg) no-repeat top center;
	position: absolute;
	width:167px;
	height:48px;
	top:0px;
	right:0px;
	font-size:3.2em;
	padding:33px 0 0 13px;
	color:#bdae88;
}
/* Primary Navigation
-----------------------------------------------------------------------*/
#primary_navigation {
	text-transform:capitalize;
	z-index:99;
	position: absolute;
	margin:103px 0 0 115px;
}
#primary_navigation li {
	position:relative;
	float:left;
	text-align:left;
	list-style:none;
}
#primary_navigation li:last-child {
	border-right:none;
}
#primary_navigation li a {
	padding:5px 10px;
	color:#938461;
	font-size:1.6em;
	display:block;
	text-shadow:#222 1px 1px 2px;
	text-transform:uppercase;
}
#primary_navigation a:hover {
	color:#d2bf87;
}
#primary_navigation .current_page_item a {
	color:#d2bf87;
}
#primary_navigation .current_page_item li a {
	color:#fff;
}
/* Second level
-------------------------------*/
#primary_navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
	width:164px;
}
#primary_navigation ul ul li a {
	background:#222;
	border-top:1px solid #333;
	border-bottom:1px solid #000;
	margin:0;
	padding: 8px;
	width:164px;
	color:#fff;
	font-size:1.3em;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	border-right:none;
}
#primary_navigation ul ul a:hover {
	background:#1a1a1a;
	text-shadow: 1px 1px 2px #000;
	color:#fff;
}
#primary_navigation li .current_page_item a {
	background:#1a1a1a;
	text-shadow: 1px 1px 2px #000;
	color:#fff;
}
/* Third level
-------------------------------*/
#primary_navigation ul ul ul {
	left:180px;
	top:0px;
	width:164px;
}
#primary_navigation ul ul ul a {
	width:164px;
}
#primary_navigation ul ul ul .current_page_item a {
	background:#1a1a1a;
	text-shadow: 1px 1px 2px #000;
	color:#fff;
}
/* Show second level on first level hover
-------------------------------*/
#primary_navigation ul li:hover ul, #primary_navigation ul a:hover ul {
	visibility:visible;
}
/* Hide third level on second level hover
-------------------------------*/
#primary_navigation ul :hover ul ul {
	visibility:hidden;
}
/* Show third level on second level hover
-------------------------------*/
#primary_navigation ul :hover ul :hover ul {
	visibility:visible;
}
/* Slideshow
-----------------------------------------------------------------------*/
#slider-wrap {
	background:url(images/slide.jpg) repeat-x top #e9e9e9;
}
#slider-bg {
	background:url(images/slide-bg.jpg) no-repeat top;
	position:relative;
	margin:0 auto;
	height:454px;
	width:1015px;
}
#slider {
	position: absolute;
	height:551px;
	width:512px;
	top:-58px;
	left:465px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* The slices in the Slider
-------------------------------*/
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles
-------------------------------*/
.nivo-caption {
	display:none!important;
}
.nivo-caption a {
	display:none!important;
}
.nivo-html-caption {
	display:none;
}
/* hidden Styles
-------------------------------*/
.nivo-controlNav, .nivo-controlNav a, .nivo-controlNav a.active, .nivoSlider a.nivo-imageLink, .nivo-controlNav a, .nivo-controlNav a.active {
	display:none!important;
}
.nivo-prevNav {
}
.nivo-nextNav {
}
.nivo-directionNav a {
}
a.nivo-nextNav {
	display:none!important;
}
a.nivo-prevNav {
	display:none!important;
}
/* Home Content
-----------------------------------------------------------------------*/
#home-content {
	margin:30px 0 0 0;
	background:#151616;
}
#home-content h2 {
	margin:10px 0 30px 0;
	color:#fff;
	font-size:3em;
	font-weight:lighter;
	text-transform:capitalize;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#000 1px 1px 2px;
}
#home-content h3 {
	margin:20px 0;
	color:#b9b9b9;
	font-size:2.6em;
	font-weight:lighter;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#000 1px 1px 2px;
}
#home-content h4 {
	margin:0 0 10px 0;
	color:#b9b9b9;
	font-size:2.4em;
	font-weight:lighter;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#000 1px 1px 2px;
}
#home-content h5 {
	margin:0 0 10px 0;
	color:#635f5f;
	font-size:1.5em;
	font-weight:lighter;
	text-transform:capitalize;
}
#home-content p {
	margin:10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
#home-content strong {
	font-size:1.7em;
}
#home-content em {
	color:#635f5f;
}
#home-content a {
	color:#f58220;
}
#home-content a:hover {
	color:#fff;
}
.box li {
	margin:10px 0;
	background:url(images/a.png) no-repeat top left;
	padding: 17px;
	width:241px;
	list-style:none;
}
.box li a {
	color:#b2a481 !important;
	font-size:1.3em;
}
.box li:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}
#box-top {
	position:relative;
	top:-30px;
}
#box-bottom {
	padding:0;
	color:#929292;
}
#box-1 {
	float:left;
	padding:20px 20px 0 20px;
	width:293px;
	min-height:370px;
	background:url(images/cta1.jpg) no-repeat top;
}
#box-2 {
	float:left;
	padding:20px 20px 0 20px;
	width:293px;
	min-height:370px;
	background:url(images/cta2.jpg) no-repeat top;
}
#box-3 {
	float:left;
	padding:20px 20px 0 20px;
	width:293px;
	min-height:370px;
	background:url(images/cta3.jpg) no-repeat top;
	color:#939393 !important;
}
#box-3 p {
	padding:8px 0;
	background:url(images/boarder-top.jpg) no-repeat bottom center;
}
#box-3 a {
	color:#D2BF87;
	text-decoration:underline;
}
#box-b {
	float:left;
	margin:0 20px;
	padding:30px 0 20px 0;
	width:960px;
	background:url(images/boarder-top.jpg) no-repeat top center;
}
#box-b p {
	line-height:20px !important;
}
.a {
	background:url(images/a.jpg) no-repeat top center;
	position:relative;
	width:275px;
	height:40px;
	float:left;
	text-indent:-9999em;
	margin:20px 0 0 0;
	opacity: .9;
	filter: alpha(opacity=90);
}
.a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.b {
	background:url(images/b.jpg) no-repeat top center;
	position:relative;
	width:275px;
	height:40px;
	float:left;
	text-indent:-9999em;
	margin:20px 0 0 0;
	opacity: .9;
	filter: alpha(opacity=90);
}
.b:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.c {
	background:url(images/c.jpg) no-repeat top center;
	position:relative;
	width:281px;
	height:40px;
	float:left;
	text-indent:-9999em;
	margin:20px 0 0 0;
	opacity: .9;
	filter: alpha(opacity=90);
}
.c:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* Content
-----------------------------------------------------------------------*/
#content {
	background:#000;
	border:1px solid #333;
	padding:40px 80px;
	-moz-box-shadow: 0px 0px 50px #222;
	-webkit-box-shadow: 0px 0px 50px #222;
	box-shadow: 0px 0px 50px #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 20px 0;
}
#content h2 {
	margin:0 0 30px 0;
	color:#D2BF87;
	font-size:3em;
	font-weight:lighter;
	text-transform: uppercase;
	text-shadow:#000 1px 1px 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	margin:0 0 30px 0;
	color:#999;
	font-size:2.5em;
	font-weight:lighter;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	margin:0 0 20px 0;
	color:#fff;
	font-size:2em;
	font-weight:lighter;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h5 {
	margin:0 0 20px 0;
	color:#fff;
	font-size:1.6em;
	font-weight:lighter;
	text-transform:uppercase;
	text-shadow:#000 1px 1px 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content p {
	margin:10px 0;
	font-size:1.2em;
	line-height:1.5em;
	text-shadow:#000 1px 1px 2px;
}
#content strong {
	color:#ddd;
}
#content em {
	color:#bbb;
}
#content a {
	color:#D2BF87;
	text-decoration:underline;
}
#content a:hover {
	color:#999;
}
#content li {
	padding:3px;
	color:#D2BF87;
	font-size:1.3em;
	list-style:square;
}
#content ul {
	margin:30px;
}
/* Contact Form
-----------------------------------------------------------------------*/
#contact-google-map {
	padding:0 50px 0 0;
	float:left;
	width:250px;
}
#contact-google-map iframe {
	border:3px solid #D2BF87;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contact-content {
	float:left;
	width:220px;
}
#contact-form {
	padding:0 50px 0 0;
	float:left;
	width:250px;
}
/* contact page form
-----------------------------------------------------------------------*/
.required {
	color: #ff0000;
}
#contact-form .gform_wrapper ul {
	margin: 0px !important;
}
#contact-form .gform_wrapper ul li {
	margin: 10px 0px !important;
	padding: 0px !important;
	list-style-image: none !important;
	list-style: none !important;
}
#contact-form .gfield_label {
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
}
#contact-form .gfield_required {
	color: #ff0000 !important;
	font-weight:lighter !important;
}
#contact-form .ginput_container input, #contact-form .ginput_container textarea {
	background: #bbb;
	border:none;
	color: #000 !important;
	padding:5px;
	width:240px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
	-webkit-box-shadow: inset 1px 1px 2px #000;
	-moz-box-shadow: inset 1px 1px 2px #000;
	box-shadow: inset 1px 1px 2px #000;
}
#contact-form .ginput_container input:focus, .ginput_container textarea:focus {
}
#contact-form .gform_button {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2BF87', endColorstr='#7c704d'); /* for IE */
	background:#D2BF87;
	background: -webkit-gradient(linear, left top, left bottom, from(#D2BF87), to(#7c704d));
	background: -moz-linear-gradient(top, #D2BF87, #7c704d);
	border:0px;
	padding:3px;
	width:140px;
	color:#fff;
	font-size:1.5em;
	-moz-border-radius:3px;
	-webkit-border:3px;
	border-radius:3px;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-box-shadow:  1px 1px 2px #32455b;
	-moz-box-shadow:  1px 1px 2px #32455b;
	box-shadow:  1px 1px 2px #32455b;
}
#contact-form .gform_button:focus, #contact-form .gform_button:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}
/*-- Error Section ----------------*/

.validation_error {
	color: #7d9550 !important;
	font-weight:lighter !important;
	font-size: 12px !important;
	margin:  10px 0px !important;
}
.gfield_error {
	background: none !important;
	border: 0px !important;
	color: #7d9550 !important;
	padding: 0px !important;
}
.gfield_error .gfield_label {
	color: #5c5758 !important;
	font-weight:lighter !important;
}
.validation_message {
	color: #7d9550 !important;
	padding: 2px 0px 0px 0px !important;
}
.gfield_error input, .gfield_error textarea {
	background: #ff0000 !important;
	color: #fff !important;
	border: 1px #ff0000 solid !important;
}
.gfield_error input:focus, .gfield_error textarea:focus {
	color: #fff !important;
}
#field_1_5 {
	display:none;
}
.gform_edit_link {
	display:none;
}
/* Footer
-----------------------------------------------------------------------*/
#footer {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:30px 0px 30px 0px;
}
#footer a {
	color:#b2a481;
}
#footer a:hover {
	color:#fff;
}
.links {
	padding:0 0 10px 50px;
	text-transform: uppercase;
}
.links li {
	margin:0 5px;
	list-style:none;
	display:inline;
}
.contacts {
	text-transform: uppercase;
}
.contacts li {
	margin:0 5px;
	list-style:none;
	display:inline;
}
/* Extras
-----------------------------------------------------------------------*/
small a {
	color:#999;
}
/* Next Gen Gallery
-----------------------------------------------------------------------*/
.ngg-gallery-thumbnail img {
	/* thumbnails must be set to 140px by 140px in nextgen*/
	background:none !important;
	border:#333 1px solid !important;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ngg-gallery-thumbnail img:hover {
	border:#fff 1px solid !important;
}
