/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#baseline corrections
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Typography (baseline corrections)
================================================== */

	h1 { line-height: 49px; margin-bottom: 14px;}
	h2 { line-height: 42px; margin-bottom: 7px; }
	h3 { line-height: 35px; margin-bottom: 7px; }
	h4 { line-height: 28px; margin-bottom: 7px; }
	h5 { line-height: 21px; }

	p { margin: 0 0 21px 0; }
	p.lead { line-height: 28px; }


/*	Blockquotes  */
	blockquote, blockquote p { line-height: 21px;}
	blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

	hr { margin: 14px 0 28px;}
	
/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-bottom: 21px; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 7px; }
	li { line-height: 21px; margin-bottom: 14px; }
	
	
	

/* #Site Styles
================================================== */

@font-face{ 
	font-family: 'Title Font';
	src: url('../fonts/Tenderness/tenderness-webfont.eot');
	src: url('../fonts/Tenderness/tenderness-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/Tenderness/tenderness-webfont.woff') format('woff'),
	     url('../fonts/Tenderness/tenderness-webfont.ttf') format('truetype'),
	     url('../fonts/Tenderness/tenderness-webfont.svg#webfont') format('svg');
	}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
	
	body{
	 font-family: Title Font;
	background: #ffffff url(../images/body-b.jpg);
	}
p {font-family: Georgia,Utopia,Charter,serif;
font-size: 1em;
letter-spacing: .005em;
}

img, embed, object, video {
max-width:100%;
}

/* HEADER */
.wrap-header{
	background: transparent url(../images/header-b.jpg) repeat-x;
	width: 100%;
	padding:10px 0 0 0;
}
h1.logo a{
  display: block;
  width: 550px;
  height: 286px;
  background: url(../images/underconstruction.jpg) no-repeat;
  float: center;
  /* Nicolas Gallagher Image replacement technique */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
    margin-bottom: 20px;

  }
  
  h1, h2, h3, h4, h5, h6 {
	  font-family: 'Title Font';
	  color: #c30020;
	 }
  
   /* NAVIGATION */
  nav.primary{
  float: right;
  }
   
  nav.primary ul{
  float: right;
  margin-top: 40px;
  }
   
  nav.primary ul li{
  float: left;
  margin-left: 10px;
  color: #67b256;
  }
   
  nav.primary ul li a{
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
  font-family: arial;
  font-size: 1.2em;
  font-weight: 600;
  color: #67b256;
  text-shadow: 0 1px 0 #090d0f;
  }
   
  nav.primary ul li:last-child a{
  padding: 0;
  }
   
  nav.primary ul li a.active{
  color: #fff;
  }
   
  nav.primary ul li a:hover{
  color: #fff;
  }
  
/* SLIDER */
.slides{
	position: relative;
	margin-top: 30px;
}
.slides h2{
	display: inline-block;
	padding-right: 30px;
	border-right: 1px solid #9b9b9b;
}
.desc{
	display: inline-block;
	margin: 0;
	position: absolute; 
	bottom: -62px;
	left: 210px;
	z-index: 999;
}

.rslides li img{
	border: 5px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
a.prev{
	position: absolute;
	right: 130px;
	display: block;
	width: 13px;
	height: 22px;
	background: url(../images/prev-next.png) no-repeat;
	background-position: top left;
	/* Nicolas Gallagher Image replacement technique */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	
}
a.prev:hover{
	background-position: bottom left;
}
a.next{
	position: absolute;
	right: 0;
	display: block;
	width: 13px;
	height: 22px;
	background: url(../images/prev-next.png) no-repeat;
	background-position: top right;
	/* Nicolas Gallagher Image replacement technique */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	
}
a.next:hover{
	background-position: bottom right;
}
ul.rslides_tabs{
	position: absolute;
	right: 20px;
}
ul.rslides_tabs li{
	float: left;
	margin-right: 10px;
}
ul.rslides_tabs li a{
	display: block;
	background: url(../images/pagination.png) no-repeat;
	background-position: top;
	width: 20px;
	height: 21px;
	/* Nicolas Gallagher Image replacement technique */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
ul.rslides_tabs li.rslides_here a, ul.rslides_tabs li a:hover{
	background-position: bottom;
}

/* rslides styles */
.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
 }
  
/* END HEADER */ 


/* WELCOME */
.welcome{
	position: relative;
	padding: 15px 0;
	border-right: none;
	border-left: none;
	margin: 40px auto;
}
.welcome h1{
	text-align: center;
}
.green{ color: #67b256; }
.welcome .graphic img{
	border: none;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -7px;
}

/* END WELCOME */

/* SERVICE */
.service{
	margin: 20px auto;
}

a.more{
	display: inline-block;
	padding: 5px 15px;
	background: #67b256;
	border: 1px solid #539544;
	border-top: 1px solid #93cc84;
	box-shadow: 0 -1px 0 #539544;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #539544;
	    margin-bottom: 30px;
}
a.more:hover{
	background: #6ebd5c;
}
/* END SERVICE */

/* FOOTER */

footer.sub-footer{
	background: #ffffff url(../images/header-bg.jpg);
		font-size: 1.2em;

}