/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #ECE2C4;
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #ECE2C4;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
}

h1 {

}

h2 {
	color: #000000;
    font-size: 2em;
	font-weight: bold;
}

h2Song {
	color: #F2B05E;
    font-size: 2em;
	font-weight: bold;
    text-align: center;
}

h3 {
	color: #ECE2C4;
	font-size: 2em;
	font-weight: bold;
}

h4 {
	font-size: 1.35em;
    color: #ECE2C4;
}

h5 {
	color: #000000;
    font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h7 {
   font-size: 1.5em;
   font-weight:bold;
   color: #FF0000;
 }

hSvc {
   font-size: 2em;
   font-weight: bold;
   color: #FF0000;
   text-align: center;
    }

p {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #ECE2C4;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #ECE2C4;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #ECE2C4 !important;
	font-weight: bold;
}

a {
	color: #D31145;
    font-weight: bold;
	text-decoration: none;
}

/*a:link {
	color: #F2B05E;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #F2B05E;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #ECE2C4;
	text-decoration: underline;
}

a:active {
	color: #F2B05E;
	outline: none;
	text-decoration: none;
}

:focus{
outline:none;
 }

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

.gallery {
    width:920px;
    height:640px;
    position:relative;
}

.gallery a {
    float: left;
    width: 25%;
    height: 25%;
    position: relative;
    border: 1px solid #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery a img {
    display:block;
    width:100%;
    height:100%;
    -webkit-transition-property:width, height, top, bottom, left, right, z-index;
    -webkit-transition-duration:2s;
    -moz-transition-property:width, height, top, bottom, left, right, z-index;
    -moz-transition-duration:2s;
    -o-transition-property:width, height, top, bottom, left, right, z-index;
    -o-transition-duration:2s;
    transition-property:width, height, top, bottom, left, right, z-index;
    transition-duration:2s;
    position:absolute;
    z-index:1;
    top:0px;
    left:0px;
    cursor:pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;  
}

a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #eaeaea;
    font-family: "Trebuchet MS";
    font-size: 16px;
    opacity: 0.5;
}

.closed{
    position:absolute;
    top:85px;
    right:195px;
    display:none;
    text-align:center;
    font-weight:bold;
    font-size:70px;
    color:#555;
    width:20px;
    height:20px;
    -webkit-text-shadow:0px 0px 5px #fff;
    -moz-text-shadow:0px 0px 5px #222;
    text-shadow:0px 0px 5px #fff;
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    cursor:pointer;
    z-index:30;
}

.closed-layer{
    display:none;
    position:absolute;
    top:140px;
    left:150px;
    width:500px;
    height:352px;
    background:transparent;
    z-index:30;
    cursor:pointer;
}

.gallery a:focus~.closed, .gallery a:focus~.closed-layer{
    display:block;
}

.gallery a:focus{
    border:none;
}

.gallery a:focus img {
    width:250%;
    height:250%;
    position:absolute;
    box-shadow:0 0 15px 2px #000;
    -moz-box-shadow:0 0 15px 2px #000;
    -webkit-box-shadow:0 0 15px 2px #000;
    -webkit-transition-property:width, height, top, bottom, left, right, z-index;
    -webkit-transition-duration:2s;
    -moz-transition-property:width, height, top, bottom, left, right, z-index;
    -moz-transition-duration:2s;
    -o-transition-property:width, height, top, bottom, left, right, z-index;
    -o-transition-duration:2s;
    transition-property:width, height, top, bottom, left, right, z-index;
    transition-duration:2s;
    cursor:default;
    z-index:25;
}

.gallery a:focus:nth-child(4n+1) img{
   left:150px;
}

.gallery a:focus:nth-child(4n+2) img{
   left:-50px;
}

.gallery a:focus:nth-child(4n+3) img{
   left:-250px;
}

.gallery a:focus:nth-child(4n+4) img{
   left:-460px;
}

.gallery a:focus:nth-child(-n+4) img{
   top:140px;
}

.gallery a:focus:nth-child(n+9) img{
   top:-150px;
}

.gallery a:focus:nth-child(n+13) img{
   top:-295px;
}
/*
.gallery a:nth-child(4n+4) img, .gallery:nth-child(4n+3) img {
    right: 0;
 } /* every fourth element starting with 3rd and 4th will be enlarged from the right border of the browser window */
 
/*.gallery a:nth-child(n+9) img {
    bottom: 0;
} /* all elements, starting with the ninth will begin to enlarge upwards */


/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	/*background: url(../images/grass4.jpg) repeat;*/
    background-color: #88f50c;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	background: url(../images/grass.png) repeat;
    margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	border: none;
}

#logoTxt {
	background: url(../images/RecBuildersSimpleLogo.png) top no-repeat;
    background-size:contain;
	position: absolute;
	top: 0px;
	left: 100px;
	width: 768px;
	height: 243px;
	border: none;
    margin-bottom: 150px;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 124px;
	z-index: 9;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}

header h1 {
	color: #F2B05E;
	font-size: 1.6em;
	margin-top: 20px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #F2B05E;
	display: block;
	float: right;
	padding-right: 150px;
    padding-top:20px;
	width: 300px;
	border: none;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}

nav ul {
    background: url(../images/nav_bar_bg.png) bottom center no-repeat;
	clear: left;
	list-style: none;
    font-weight: bolder;
	width: 920px;
	height: 54px;
	margin-left: 0;
	margin-top: 240px;
    margin-bottom: 50px;
	text-align: center;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	border: none;
}

nav ul li a {
	color: #000000;
	font-size: 1.4em;
    font-weight: bolder;
    display: inline-block;
	font-weight: normal;
    text-align: center;
	letter-spacing: 0.1em;
	padding: 22px 0px 15px 0px;
	border: none;
    width:144px;
    height:70px;
    
}

nav ul li a:hover {
	color: #F2B05E;
	text-decoration: none;
   
}

nav ul li a.selected {
		color: #273940;
        background: url(../images/button_sel.png) no-repeat;
}

nav ul li a.selected:hover {
	color: #273940;
    
}

#mainRight, #mainRight2 {
	margin-top: 20px;
	width: 960px;
	text-align: left;
}

.centerServices {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.centerServicesSF {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
 }

/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 60px 0;
	padding-right: 10px;
	border: none;
}

.colLeft {
	float: left;
	width: 460px;
	border: none;
}

.colRight {
	float: right;
	width: 460px;
	border: none;
}
.colLeftSong {
	float: left;
    font-size:1.2em;
    margin-left: 100px;
	width: 300px;
	border: none;
}

.textCenter {
    text-align: center; 
}

.colRightSong {
	float: right;
    font-size:1.2em;
    margin-right: 50px;
	width: 250px;
	border: none;
}

.col1 {
	float: left;
	width: 420px;
	border: none;
    margin-bottom: 10px;
    margin-right: 30px;
}

.col2 {
	float: left;
	width: 420px;
	border: none;
    margin-right: 30px;
}

.col3 {
	float: left;
	width: 210px;
	border: none;
    margin-right: 30px;
}
.col4 {
	float: left;
	width: 210px;
	border: none;
    margin-right: 0px;
}

.float_right {
    float: right;
    display: inline-block;
    width: 450px;
	margin: 10px 0 0 0;
	padding-left: 0px;
	border: none;
}

.float_right2 {
    float: right;
    display: inline-block;
    width: 500px;
	margin: 20px 0 0 0;
	padding-left: 0px;
	border: none;
}

#signature {
	margin-bottom: 5px;
    margin-right: 10px;
	text-align: center;
}

footer {
	clear: both;
	background: url(../images/nav_bar_bg.png) repeat-x;
	padding-top: 5px;
    margin-top: 10px;
    height: 78px;
	border: none;
}

footer p {
	float: left;
    margin-left: 10px;
 	font-size: 1.2em;
    color: #000000;
	border: none;
}

footer ul {
	float: right;
    color: #000000;
	list-style: none;
	width: 300px;
	padding-top: 3px;
	text-align: left;
    margin-right: 10px;
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 1.2em;
    color: #000000;
    font-weight: bolder;
}

footer ul li a:hover {
	color: #ECE2C4;
}

#shop_button {
    width: 412px;
    height: 62px;
    background-image: url(../images/shop_button_reg.png);
    display: inline-block;
    position: relative;
    top: -35px;
    left: 215px;
    text-indent:-9999px;
    outline: 0;
 }
 
 #shop_button:hover{
    background-image: url(../images/shop_button_hov.png);

 }
 
 #shop_button2 {
    width: 412px;
    height: 62px;
    background-image: url(../images/shop_button_reg.png);
    display: inline-block;
    position: relative;
    top: -35px;
    left: 462px;
    text-indent:-9999px;
    outline: 0;
 }
 
 #shop_button2:hover{
    background-image: url(../images/shop_button_hov.png);

 }
 
  .float_text {
    width: 330px;
    height: 330px;
    display: inline-block;
    position: absolute;
    top:300px;
    right:40px;
    outline: 0;
 }