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

/*  
 
	The Gentler Touch
	Author: Chris Edwards | leopipadesigns
	
*/
 
/* Start Reset */
 
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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
 
body {
	line-height: 1;
}
 
ol, ul {
	list-style: none;
}
 
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
:focus {
	outline: 0;
}
 
ins {
	text-decoration: none;
}
 
del {
	text-decoration: line-through;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
/* End Reset */

html,
body {
	background:url(../images/bg.jpg) repeat;
	margin:0;
	padding:0;
	color:#4b4b4b;
	font-size:100%;
	line-height:150%;
	height:100%;
	width:100%;
}

#outer_wrapper {
	position:relative;
	width:100%;
	min-height:100%;
	background:url(../images/rounded-border-long.png) repeat-x top;
}

#inner_wrapper {
	position:relative;
	width:750px;
	min-height:100%;
	margin:0 auto;
}

#menu {
	position:absolute;
	right:0;
	top:0;
	height:50px;
	padding:0 0 20px 0;
}

#menu li {
	float:left;
	display:block;	
	list-style-type:none;
}

#menu li a {
	text-decoration:none;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    padding: 20px 25px;
    width: 100%;
}

#blob {
    background: #030;
    border-right: 1px solid #030;
    border-left: 1px solid #030;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #060, #030);
    background: -webkit-gradient(linear, left top, left bottom, from(#060), to(#030));
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;*/
}

#selected a {
	color:white;
}

#header {
	width:100%;
	height:230px;
	/*-webkit-box-shadow:#000 0 0 5px;
	z-index:10;*/
	padding-top:70px;
}

#logo {
	float:left;
	width:150px;
	padding-right:100px;
}

#header_info {
	float:left;
	width:500px;
	text-align:right;
	padding-top:30px;
}

#main {
	padding-top:20px;
	padding-bottom:120px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;   /* Height of the footer */
	z-index:1;
}

#footer_bg {
	position:absolute;
	bottom:0;
	background:url(../images/footer-border-long.png) repeat-x top;
	height:100px;
	width:100%;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.clear-fix {
	clear:both;
}

.logo {
	position:absolute;
	right:20px;
	top:15px;
}

#sentmessage {
	position:relative;
	width:100%;
	height:100px;
	/*border:#333 solid thin;
	padding: 20px;*/
}

#sentmessage h1	{ 
	margin:0 0 0 70px; 
}

#sentmessage p {
	font-weight:bold;
	margin:0 0 0 70px;
}

#checkmark { 
	position:relative; 
	top:-50px;
	/*left:30px; */
}

/*********************************

	2. TYPOGRAPHY 
	
***********************************/

@font-face {
	font-family: 'FertigoProRegular';
	src: url('../fonts/fertigo_pro-webfont.eot');
	src: local('☺'), url('../fonts/fertigo_pro-webfont.woff') format('woff'), url('../fonts/fertigo_pro-webfont.ttf') format('truetype'), url('../fonts/fertigo_pro-webfont.svg#webfont06e8BYlu') format('svg');
	font-weight: normal;
	font-style: normal;
}

p,h1,li { 
	font-weight: normal; 
	font-style: normal; 
	font-family: 'FertigoProRegular', sans-serif;
}

.orange {
	color:#ff5400;
}

h1 {
	font-size:120%;
}

h1.slogan {
	font-size:150%;
}

#menu {
	color:#030;
}

#menu a {
	color:#030;
}

#menu a:hover {
	/*color:#ff5400;*/
	color:white;
}

#menu a.selected {
	color:white;
}

ol li {
	float:left;
	list-style-position:inside;
	list-style-image:url(../images/check.png);
	padding-left:10px;
}

/*****************************************

	3. Contact Form
	
*******************************************/

input[type="text"] { width: 400px; }
textarea { width: 750px; height: 275px; }
label { color: #ff5400; }
input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 10px; font-family: FertigoProRegular, Arial; color: #4b4b4b; font-size: 16px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: 0px; }
input:focus, textarea:focus { border: 5px solid #ff5400; background-color: rgba(255, 255, 255, 1); }

input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #ff5400;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

input[type="submit"]:active { position: relative; top: 1px; }

input[type="text"]:hover, textarea:hover { border: 5px solid rgba(122, 192, 0, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }