@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font:12px/20px 'Droid Sans', arial, serif;
}

#header {
	width: 300px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font: normal 'Terminal Dosis', sans-serif;
	position: absolute;
	left: 130px;
	top: 70px;
	text-align:center;
}

.colored {
	color:#FF651D;
}

.colored-bg {
	background:#FF651D;
	color:#FFF;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-bottom-width: 2pt;
	border-bottom-style: solid;
	border-bottom-color: #D24400;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

a.colored-bg:hover {
	color:#FFF;
	text-decoration:underline;
	background:#403933;
	border-bottom:2pt solid #322b25;
}

.petital {
	font-size: 0.8em;
	font-style: italic;
}

h1 {
	font: normal 24px 'Terminal Dosis', sans-serif;
	color: #f2f2f2;
	margin-bottom: 15px;
	text-shadow:1px 1px 0px #252525;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	text-align:center;
}

img.logo {
	margin-top: 10px;
	float: left;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 3: Contact Details List */

ul.contact-list {
	padding: 0px 0px;
	display: block;
	overflow: hidden;
}

ul.contact-list li {
	line-height: 20px;
	list-style: none;
	display: block;
	padding-bottom: 15px;
}

.home {
	background-image:url('../style/images/home.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -4px;
}

.phone {
	background-image:url('../style/images/telephone.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -3px;
}

.email {
	background-image:url('../style/images/email.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -2px;
}

.pdf {
	background-image:url('../style/images/pdf.png');
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 0px -3px;
}

/* 4: Contact Form */

input {
	outline: none;
	display: block;
	background-color: #CCC;
}

#form_name, #form_email, textarea {
	font: normal 13px 'Terminal Dosis', sans-serif;
	margin: -38px 0px 20px 70px;
	padding: 5px;
	width: 320px;
	border: 0px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #CCC;
}

.label {
	font: normal 12px 'Helvetica Neue', sans-serif;
	margin-top: 10px;
	color: #FF651D;
}



#form_submit {
	letter-spacing: 1px;
	outline: 0;
	padding: 4px 5px;
	background: transparent url(../style/images/form_button.png) no-repeat 0px 0px;
	height: 42px;
	width: 100px;
	text-decoration: none;
	color: #FF651D;
	text-shadow: 0px 1px 0px #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 67px;
	margin-top: 0px;
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#form_name, #form_email, textarea {
background: #background-color: #e8e8e8;
	border: 2px solid #FF651D;
	color: #666;
	background-color: #CCC;
}

#reset {
	font: normal 12px 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	outline: 0;
	padding: 4px 5px;
	background: transparent url(../style/images/form_button.png) no-repeat 0px 0px;
	height: 42px;
	width: 100px;
	text-decoration: none;
	color: #333;
	text-shadow: 0px 1px 0px #fff;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 170px;
	margin-top: -42px;
}

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border : 0px;
}

/*for IE8 */
input[type="reset"]:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

a {
	color: #030;
}

a:hover {
	color: #FF651D;
}


#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	width: 100%;
	height: 100%;
}

#no-bg-click {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -20;
}

/* FOOTER ------------------------------------------------------------*/

#footer-container {
	display: none;
	left: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background: url(../images/light-bg.png) repeat-x #e8e8e8;
}

#footer-overlay {
	background: url(../images/light-bg.png) repeat-x #e8e8e8;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 40px 0;
	position: relative;
	z-index: 1000;
}

#footer-wrapper {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	width:1000px;
}

#footer-wrapper .footer-col {
	width: 45%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#footer-wrapper .footer-col img.borderer {
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DADADA));
	background: -moz-linear-gradient(top, #ffffff, #DADADA);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DADADA', GradientType=0);
	padding: 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,.3);
}

#footer-open {
	margin: 0;
	position: absolute;
	right: 0;
	top: -60px;
	width: 60px;
	height: 60px;
	z-index: 5999;
	background: url(../images/footer-open-dark.png) no-repeat;
	background-color:#fff;

}

#footer-open a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer-close {
	background: url(../images/footer-close-dark.png) no-repeat;
	z-index: 5999;
}

/* FOOTER lists ------------------------------------------------------------*/


#footer-wrapper .footer-col a {
	text-decoration: none;
	color: #606060;
}

/* LOADING  ------------------------------------------------------------*/

.loading-img {
	background: url(../images/loading.gif) no-repeat center center;
}

#slog {
	position: absolute;
	bottom: 120px;
	right: 30px;
}
