
@font-face {
	font-family: 'DroidSerifRegular';
	src: url('fonts/droidser-webfont.eot');
	src: local('!'), 
	      url('fonts/droidser-webfont.woff') format('woff'), 
	      url('fonts/droidser-webfont.ttf') format('truetype'), 
	      url('fonts/droidser-webfont.svg#webfontYi8N5Znx') format('svg');
}

@font-face {
	font-family: 'DroidSerifBold';
	src: url('fonts/droidseb-webfont.eot');
	src: local('!'), 
	     url('fonts/droidseb-webfont.woff') format('woff'), 
	     url('fonts/droidseb-webfont.ttf') format('truetype'), 
	     url('fonts/droidseb-webfont.svg#webfontANlsPrx9') format('svg');
}


body {
	font: 75%  Georgia, Garamond, Palatino, sans-serif;	
	line-height: 1.6;
	color: #515151;	
	padding: 0;
	margin: 0;
	background: #fff url(../images/body-bg.jpg) repeat;
}




/* =Global Reset: Set all divs to none just in case IE starts to misbehave 
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

table, td, th 
{
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after 
{
	content: "";
}

blockquote,
q 
{
	quotes: "" "";
}	

/* Remove annoying border on linked images. */
a img 
{
border: none;
}




 
/* =Default Text Style
----------------------------------------------------------- */

h1, h2, h3, h4, h5, label, .strong {
  font-family: "museo-sans-1","museo-sans-2",sans-serif;
} 

.nav li a:link,
.nav li a:visited {
  font-family: "museo-sans-1","museo-sans-2", sans-serif;
} 


h1 {
	font-size: .1em;
	font-weight: bold;
}

h2 {
	color: #515151;
    font-size: 2.3em;
    line-height: 1.5;
    font-weight: normal;
    margin: 1.1em 0 .4em 0;
	width: 841px;
	height: 136px;
	text-shadow:1px 1px 0 rgba(255,255,255,.2);
}


h3 {
	text-align: left;
	color: #414141;
	font-size: 1.6em; 
    line-height: 1.5;
	font-weight: bold;
	margin: .4em 0 .8em;
}	

h4 {
	color: #919191;
	font-size: 1.4em; 
    line-height: 1.5;
	margin: 1em 0 1em;
}


a:link,
a:visited {
	color: #A4C639;
	font-weight: normal;
	text-decoration: none;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(0,0,0,.6);
	-webkit-transition:color 1s linear;
	-moz-transition:color 1s linear;
	padding-bottom: 1px;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
	background: #A4C639;
	padding: 0;
}

p {
	font-family:  "Helvetica-Neue", helvetica, arial, "Candara", sans-serif;	
	font-weight: normal;
	text-align: left;
	font-size: 1.2em;
    margin: 0 0 1.4em 0;
	text-shadow:1px 1px 0 rgba(0,0,0,.2);
}

p.strong {
	font-size: 1.6em;
	margin: .3em;
	padding-top: .2em;
	text-align: center;
}

/* For side links */

ul.links {
	list-style-type: none;
}

ul.links li {
    width: 230px;
	color: #fff;
	float: left;
	margin: 5px 0 5px;
	background: #333;
}

ol.list {
	text-align: left;
	font-size: 1.2em;
}

ol.list li {
	margin-left: 20px;
}

hr { /* On IE6/7 Styles */
	clear: both;
	padding: 0;
	margin: 0;
	border: 0;
	height: 10px;
	background: url(../images/sect_shad.png) repeat-x;
}

/* =Wrappers
----------------------------------------------------------- */

step-intro {
	width: 100%;
} 

.step-1 {
	width: 100%;
	background: #fff url(../images/body-bg.jpg) repeat;
}

.step-2 {
	width: 100%;
	background: #fafafa url(../images/body-bg.jpg) repeat;
}

.step-3 {
	width: 100%;
	background: #efefef url(../images/body-bg.jpg) repeat;
}

.step-4 {
	width: 100%;
	background: #f9f9f9 url(../images/body-bg.jpg) repeat;
}


step-intro, .step-1,.step-2,.step-3,.step-4    {
	border-bottom: 1px solid #efefef;
}




/* =Sections
----------------------------------------------------------- */

/* Branding and Logo */

#branding
{
	position: relative;
	height: 106px;
	width: 100%;
	padding-top: 15px;
    background: #525050 url(../images/frosty_bg.jpg);
}

.logo
{
	margin: 0 auto;
	width: 960px; 	
	border: 0;
	text-align: center;
}

.logo span {
	position: absolute;
	left: -5000px;
}

.logo img {
	text-decoration:none;
}

.logo img a {
	text-decoration:none;
}


/* Introduction Text */

.intro {	/* On IE7 Styles */
	margin: 75px auto 60px;
	width: 960px;
	text-align: center;
}

.intro .title { /* On IE6 Styles */
	position: relative; 
	top: -70px;
	padding: 0;
}

.intro img { /* On IE6 Styles */
	margin: 0px;
	padding: 0;
}

.intro h2 {
	position: relative;
	left: -5000px;
}

.intro p {
	width: 850px;
	text-align: center;
	margin: -150px 0 40px 60px;
	font-weight: normal;
	font-size: 1.5em;
}



/* Main Sections */

.sec-one { 
    position: relative;
    padding: 110px 0 0 20px;
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

.sec-one h2 { /* On IE6 Styles */
	position: absolute;
	top: -98px;
	left: 70px;
}

h2 span{
	position: absolute;
    margin-left: -5000px;
}

/* Columns */

.col-l {
	float: left;
	width: 47%;
}

.col-r {
	float: right;
	width: 47%;
	margin-bottom: 40px;
	}
	






/* =Gallery
----------------------------------------------------------- */


ul.gallery {
	float: left;
	margin-top: -10px;
	padding-bottom: 40px;
}

ul.gallery li.frameshad {
	float:left; 
	width: 290px;
	height: 220px;
	margin: 0 30px 30px 0;
	display: inline;
	background: url(../images/box_shad.png) no-repeat;
}

ul.gallery .frame {  /* On IE6 Styles */
	width: 270px; 
	height: 200px; 
	margin:5px; 
	float:left; 
	border: solid 5px #eee; 
	overflow: hidden; 
	position: relative; 
	background: #fff;
}

ul.gallery .frameshad:hover { 
	-webkit-transform: scale(1.01); /* Safari */
	transform: scale(1.01);
}

ul.gallery frame img {  /* On IE6 Styles */
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
ul.gallery .frame .overlay{ /* On IE7/6 Styles */
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .85;
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";	/* IE 8 */
 }

.caption .overlay {
	top: 165px;
	left: 0;
}

ul.gallery h3 { 
	margin: 10px 10px 5px 10px; 
	color:#FFF; 
	font-size: 1.1em; 
	font-weight: normal; 
}

ul.gallery .frame p { 
	font-size: 1.1em; 
	padding: 0 10px;
	margin-bottom: 5px; 
	color:#afafaf; 
}

/* Overlay */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -9px;
	right: -9px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 0px; 
}

a#fancy_right:hover span {
	right: 0px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
	left: -5000px;
}

div#fancy_title div {
	left: -5000px;
	position: absolute;

}

div#fancy_title table {
	margin: 0 auto;
}

div#gaitle table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
}

td#fancy_title_main {
    color: #b19c7e;
	height: 32px;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
}




/* =Footer
----------------------------------------------------------- */

.footer {
	margin: 0 auto;
	width: 960px;
	clear: both;
	color: #ccc;
	line-height: 1.8;
	padding: 20px 0 20px 20px;
}

ul.footer-details {
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
    display: inline;
}

ul.footer-details li {
    color: #eee;
    margin:0px;
    
}

ul.copyright li {
    font-size: 1.1em;
   	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style-type: none;
    color: #999;
    font-weight: normal;
    line-height: 1.8;
   }





/* =Navigation
----------------------------------------------------------- */

#nav-bar {
	position: relative;
	top: -123px;
	width: 100%;
	z-index: 200;
}

.nav,
.nav ul 
{ /* all lists */
	list-style: none;
}

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

.nav .nav-l {
	float:left;
	width: 410px;
}

.nav .nav-r {
	float:right;
	width: 410px;
	text-align: right;

}

.nav li
{
	display: inline;
}

.nav li a:link,
.nav li a:visited
{
	display: inline;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
	margin: 0 20px;
	padding-bottom: 6px;
	width: 100px;
	height: 60px;
}

.nav li a:hover {
	color:#c1c1c1;
	background-color: transparent;	
	border-bottom: 4px solid #A4C639;

}




/* =Scroll Nav
----------------------------------------------------------- */

ul.scroll-nav {
	list-style: none;
	margin: -80px 0 70px;
	width: 960px;
}

ul.scroll-nav li {
	display: inline;	
	font-size: 1.4em;
}

ul.scroll-nav li.left {
	float: left;
	margin-left: 0px;
}

ul.scroll-nav li.right {
	float: right;
	margin-right: 20px;
}

ul.scroll-nav li a:link,
ul.scroll-nav li a:visited  {
	color: #919191;
	text-decoration: none;
	border-bottom: 0;
}

ul.scroll-nav li a.up,
ul.scroll-nav li a:visited.up { /* On IE6 Styles */
	padding-left: 25px;
	background: url(../images/up.png) no-repeat 0  4px;	
}

ul.scroll-nav li a.down,
ul.scroll-nav li a:visited.down { /* On IE6 Styles */
	padding-right: 25px;
	background: url(../images/down.png) no-repeat 100% 4px;	
}

ul.scroll-nav li a:hover {
	color: #818181;
}


/* =Contact Form
----------------------------------------------------------- */

fieldset
{	
	margin: 0px 0 10px;
	text-align: left; 
}

fieldset legend
{  
	text-indent: -3000px;
}

fieldset label
{  
	font-size: 1.2em; 
	font-weight: normal;
	color: #313131;
}

fieldset ol 
{  
	list-style: none;

}

fieldset ol li 
{  
	float: left;  
	clear: left;  
    margin-bottom: 10px;	
    padding: 15px;
    border: 2px solid #ebebeb;
	background: #f7f7f7 url(../images/form_bg1.png) no-repeat right top;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}


fieldset input,
fieldset textarea
{
	width: 400px;
	padding: 10px;
	margin-top: 10px;
	border: #e6e6e6 solid 2px;
	background: #fff url(../images/input_shad.png) no-repeat;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}


fieldset input {
		font-size: 1.2em;
}

fieldset textarea {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	height: 120px;
}


input:hover,
textarea:hover,
input:focus,
textarea:focus  {
	border: 2px solid #fef5c8;
}


span.req {
	position: absolute;
	margin: -2px 0 0 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #ff7e1e;
}

.required {
	font-size: .85em;
	color: #ff7e1e;
}

/* Buttons for Forms */

.submit a, 
.submit button {
    float:right;
    font-size:100%;
    text-decoration:none;
    cursor:pointer;
    background:0;
    border: 0;
    margin-top: 10px;
    padding: 0;
}

.submit button img, 
.submit a img{
    padding:0;
    border:none;
}

.submit p {
	position: absolute;
	left: -5000px;
}





/* Validation */

.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}

.ajaxSubmit { padding:20px; background:#55ea55;border:1px solid #999;display:none}

.formError .formErrorContent {
	width:100%; 
	background:#139FDA;
	color:#fff;
	width:180px;
	font-size:12px;
	padding:4px 10px 4px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.formError .formErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;

	z-index:5001;
}
.formError .formErrorArrowBottom {top:0;margin:-4px;}

.formError .formErrorArrow div{

	font-size:0px; 
	height:1px; background:#139FDA; margin:0 auto;line-height:0px; font-size:0px; display:block;
}

.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

.formError .formErrorArrow .line10{width:15px;border:none;} 
.formError .formErrorArrow .line9{width:13px;border:none;} 
.formError .formErrorArrow .line8{width:11px;} 
.formError .formErrorArrow .line7{width:9px;} 
.formError .formErrorArrow .line6{width:7px;} 
.formError .formErrorArrow .line5{width:5px;} 
.formError .formErrorArrow .line4{width:3px;} 
.formError .formErrorArrow .line3{width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;} 
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  







/* Ajax Email Contact Box */

#form_box {
	width: 590px;
	border-left-color: #999;
	border-top-color: #999;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left:auto;
	margin-right:auto;
	border: #e6e6e6 solid 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 22px 0 0 12px;
	width: 120px;
	font-size:1.2em;
}
 
#form_box fieldset input,
#form_box fieldset textarea {
	width: 400px;
	padding: 10px;
	margin-top: 10px;
	border: #ccc solid 2px;
	background: #fff url(images/input_shad.png) no-repeat;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

 
#log {
	width: 590px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
	font-weight:bold;
	color:#C00;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
} 


input[type="submit"] {
    background: #333;
    width: 150px;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
	margin-left:88px;
    color: #A4C639;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
input[type="submit"]:hover {
    color:#333;
	background:#A4C639;
}

/* End of Ajax Email Contact Box*/










/* Localized */