/* CSS Document */
body {
padding:0;
margin:0;
background-image:url(../images/bg-wood.jpg);
background-size: 100%;
}

#wrapper {
min-width:1050px;
padding-bottom:100px;
}

.cleared {
clear:both;
}

.mousey {
cursor: pointer; cursor: hand;
}

.fr {
float:right;
}

.fl {
float:left;
}

.small {
font-size:11px;
}

.orange {
color:#db4900
}
#header {
width:1000px;
margin:auto;
padding-top:10px;
}

#header #logo {
float:left;
display:block;
width:524px;
height:75px;
}

#header .headerinfo {
float:right;
color:black;
font-size:15px;
font-family: 'Lato', Arial, serif; font-weight: 300;
text-decoration:none;
margin-left:10px;
margin-right:4px;
}
#header .headerinfo:hover {
color:#db4900;
}

#header #nav {
width:1000px;
display:block;
margin:auto;
text-align:center;
float:left;
line-height:26px;
font-family: 'Lato', Arial, serif;
font-weight: 40000;
}

#mininav {
width:100%;
height:36px;
background-color:#fff3df;
display:block;
z-index:1000;
border-bottom:1px solid #000;
text-align:center;
margin:auto;
position:fixed;
top:0;
line-height:36px;
font-family: 'Lato', Arial, serif; font-weight: 300;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
min-width:1050px;
display:none;
}
#mininav a:first-child {
float:left;
width:180px;
height:36px;
}

#header input[type="button"], #mininav input[type="button"], #footer input[type="button"] {
float:right;
width:60px;
height:25px;
margin:5px;
margin-left:1px;
color:#fff;
font-family: 'Lato', Arial, serif; font-weight: 400; font-size:12px;
border:1px solid #4a4a4a;
background-color:#4a4a4a;
}

#header input[type="button"]:hover, #mininav input[type="button"]:hover {
background-color:#db4900;
color:#000;
}

#header input[type="text"], #mininav input[type="text"], #footer input[type="text"] {
float:right;
width:155px;
height:21px;
margin:5px;
margin-right:1px;
color:#4a4a4a;
font-family: 'Lato', Arial, serif; font-weight: 300; font-size:14px;
border:1px solid #4a4a4a;
padding-left:5px;
}

#header #nav a, #mininav a {
color:#000;
text-decoration:none;
display:inline-block;
margin-left:10px;
margin-right:10px;
}

#header #nav a:hover, #mininav a:hover {
color:#a43903;
}

.floatRight {
float:right;
}

.floatLeft {
float:left;
}

#slideshow {
    margin: auto; 
	width:1000px;
	height:475px;
	display:block;
	background:white; 
}

#slideshow-slides, #slideshow-slides > div {  
	position:absolute; 
}

#slideshow-controls {
	width:998px;
	height:33px;
	padding-top:434px;
	border:1px solid black;
	border-bottom:8px solid black;
	position:absolute; 
}

#slideshow-controls a {
color:#d5d5d5;
font:italic bold 18px/22px 'Lato', Arial, serif;
text-decoration:none;
padding-left:15px;
padding-right:20px;
height:33px;
min-width:173px;
line-height:33px;
display:block;
text-align:center;
background:url(../images/bg-slideshow-link.png) right top no-repeat;
white-space:nowrap;
float:left;
}

#slideshow-controls a:hover {
color:#db4900;
}

#slideshow-pills {
background:transparent url(../images/bg-slideshow-pills.png) no-repeat left top;
float:right;
height:41px;

text-align:center;
color:white;
padding:13px 6px 13px 13px;
}
.pill {
width:14px;
height:14px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color:white;
float:left;
margin-right:7px;
cursor: hand; 
cursor: pointer;
}
.pill:hover {
background-color:#ffaf88;
}

#slideshow-container {
width:1000px;
height:475px;
display:block;
margin:3px auto 10px;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
}

#slideshow-image {
position:absolute;
}

#slideshow-pills .on {
background-color:#db4900;
}

#content-container {
width:950px;
min-height:475px;
display:block;
margin:3px auto 10px;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
background-color:#FFFFFF;
padding:25px;
font-size:19px;
font-family: 'Lato', Arial, serif; font-weight: 300;
color:#2c0f00;
}

#content-container .title {
font-size:30px;
font-weight: 400;
font-style:italic;
color:#4a4a4a;
text-decoration:none;
}

#content-container img {
margin:12px;
-moz-box-shadow: 2px 2px 5px #8b4522;
-webkit-box-shadow: 2px 2px 5px #8b4522;
box-shadow: 2px 2px 5px #8b4522;
border:1px solid #000;
}

.noeffects {
margin:12px;
-moz-box-shadow: 0px 0px 0px #FFFFF;
-webkit-box-shadow: 0px 0px 0px #FFFFF;
box-shadow: 0px 0px 0px #FFFFF;
border:0px solid #FFFFF;
}

.email {
color:black;
font-size:13px;
background:url(../images/icon-envelope-black.png) no-repeat left center;
padding-left:26px;
text-decoration:none;
margin-top:5px;
}

.email:hover {
color:#db4900;
background:url(../images/icon-envelope-orange.png) no-repeat left center;
}

.googleMaps {
color:black;
font-size:19px;
background:url(../images/icon-google-maps.png) no-repeat left center;
padding-left:50px;
text-decoration:none;
display:block;
height:48px;
line-height:48px;
font-weight:400;
}

.googleMaps:hover {
color:#db4900;
}

/* Box Gradients */


#boxes {
	width:1000px;
	display:block;
	margin:auto;
}

#boxes div {
background: #000000;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #000000 0%, #353535 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#353535));
background: -webkit-linear-gradient(top,  #000000 0%,#353535 100%);
background: -o-linear-gradient(top,  #000000 0%,#353535 100%);
background: -ms-linear-gradient(top,  #000000 0%,#353535 100%);
background: linear-gradient(to bottom,  #000000 0%,#353535 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#353535',GradientType=0 );
width:475px;
height:145px;
color:white;
padding:10px;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
font:900 30px/28px 'Lato', Arial, serif;
text-shadow: 0px 2px 2px #000;
}

#boxes div img {
float:right;
margin:-9px;
}

.boxline1 {
font-weight:300; font-size:22px;
line-height:22px;
padding-left:3px;
color:#d5d5d5;
}

.boxline2 {
font-weight:900; font-size:32px; font-style:italic;
line-height:25px;
padding-left:2px;
color:#d5d5d5;
}

.boxline3 {
font-weight:900; font-size:46px;
line-height:40px;
}

.boxline4 {
font-weight:400; font-size:18px;
line-height:15px;
margin-left:8px;
}

#box1space {

}

#box2space {

}

#box3space {
height:25px;
width:300px;
float:left;
}

#box4space {

}

#boxes div:nth-child(odd) {
float:left;
}

#boxes div:nth-child(even) {
float:right;
}
#boxes div:nth-child(n+1) {
margin-bottom:10px;
}
#boxes .gradient {
cursor: pointer; cursor: hand;
}
#boxes .gradient a {
color:#db4900;
font-family: 'Lato', Arial, serif; font-weight: 300; font-size:16px;
text-decoration:none;
padding-right:24px;
background:url(../images/carot-ball-on.png) no-repeat right 3px;
display:inline;
border-style:none;
height:20px;
margin-left:10px;
}
#boxes .gradient a:hover {
color:white;
background:url(../images/carot-ball.png) no-repeat right 3px;
text-decoration:underline;
}
#sitemap {
width:963px;
display:block;
padding:18px;
background:url(../images/bg-light-wood.jpg) repeat-y center;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
margin:auto;
border:1px solid #af9f84;
font-family: 'Lato', Arial, serif; font-weight: 300; font-size:16px;
}
#sitemap a {
color:black;
text-decoration:none;
}
#sitemap a:hover {
color:#db4900;
text-decoration:none;
}
#sitemap span {
	font-weight: 900; font-size:14px;
}
#sitemap .phone {
	font-weight: 400; font-size:30px;
	margin-top:6px;
}
.link {
color:black;
text-decoration:none;
padding-left:8px;
background:url(../images/icon-carot-black.png) no-repeat left center;
}
.link:hover {
background:url(../images/icon-carot-orange.png) no-repeat 2px center;
}
#service, #sales, #companyInfo {
display:block;
float:left;
width:280px;
font-weight:400; font-size:15px;
line-height:20px;
margin-right:30px;
}
#contact {
display:block;
float:left;
width:200px;
font-weight:700; font-size:16px;
line-height:20px;
}
#companyInfo {
width:310px;
}
#companyInfo span {
font-weight:300; font-size:30px;
}
#boxnewels {
display:block;
width:395px;
float:right;
}
#boxnewels img {
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
border:1px solid #c7aa81;
}
#boxnewels .thumbs {
text-align:center;
display:block;
margin:auto;
}
#boxnewels .thumb {
display:block;
float:right;
width:72px;
height:72px;
margin-top:5px;
margin-left:5px;
border:1px solid #b29367;
cursor: pointer; cursor: hand;
}
#footer {
position:fixed;
bottom:0;
display:block;
width:100%;
height:50px;
background-color:white;
border-top:1px solid black;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
text-align:center;
}

#footerBody {
width:1000px;
height:50px;
display:block;
margin:auto;
padding-top:7px;
padding-bottom:7px;
}

#footer #left {
float:left;
height:36px;
}

#footer #left .social {
margin-right:0px;
}

#footer #footerBody #copyright {
height:36px;
float:left;
color:black;
font-family:'Lato', Arial, serif; font-weight:400; font-size:12px;
line-height:60px;
padding-left:10px;
}
#footer a {
color:black;
text-decoration:none;
}
#footer a:hover {
color:#db4900;
}

.logout a {
color:#ff260d;
}