/* 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;
font-size:30px;
font-family: 'Lato', Arial, serif; 
font-weight: 700;
font-style:italic;
text-align:center;
}
.cleared span {
font-size:25px;
	font-weight: 400;
	font-style:normal;
}

#header {
width:1000px;
margin:auto;
padding-top:10px;
}

#header #logo {
float:left;
display:block;
width:524px;
height:75px;
background:url(../images/logo.png) no-repeat center center;
}

#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;
}

.small {
font-size:10px;
}

#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;
background:url(../images/logo-mini.png) no-repeat center center;
}

#header input[type="button"], #mininav input[type="button"], #footer input[type="submit"] {
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, #footer input[type="submit"]: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;
}

#breadCrumbs {
display:block;
margin-bottom:0px;
float:left;
}
#breadCrumbs a {
text-decoration:none;
color:black;
}
#breadCrumbs a:hover {
color:#db4900;
text-decoration:underline;
}
#dropMenus {
float:right;
text-align:right;
}

.clearBoth {
width:100%;
display:block;
clear:both;
margin-bottom:15px;
}

.gray {
color:#646464;
}

.orange {
color:#db4900;
}

.green {
color:#00a700;
}

#breadCrumbs .keyword {
color:#db4900;
text-decoration:underline;
}

#breadCrumbs .keyword:hover {
color:#7f2500;
text-decoration:overline;
}

.calculation {
font-size:14px;
font-weight:300;
}
.orangeRule {
border-bottom:1px solid #db4900;
width:100%;
height:10px;
margin-bottom:20px;
display:block;
clear:both;
}

.prodBox {
display:block;
width:200px;
float:left;
margin-left:15px;
margin-right:15px;
padding:0;
text-align:center;
color:black;
text-decoration:none;
font-size:16px;
}
.prodBox:hover {
color:#b13700;
}

.prodBox img {
border:1px solid #af9e84;
}

.prodBox img:hover, #itemPhoto {
border:1px solid #db4900;
-moz-box-shadow: 0 0 5px 5px #c8ab7f;
-webkit-box-shadow: 0 0 5px 5px #c8ab7f;
box-shadow: 0 0 5px 5px #c8ab7f;
}
#itemDetails {
float:left;
width:435px;
}
#itemBox {
}
#itemPhoto {
width:500px;
float:left;
margin-right:9px;
}
.cartPhoto {
border:1px solid #af9e84;
display:block;
overflow:hidden;
}
.cartPhoto:hover {
border:1px solid #db4900;
-moz-box-shadow: 0 0 2px 2px #c8ab7f;
-webkit-box-shadow: 0 0 2px 2px #c8ab7f;
box-shadow: 0 0 2px 2px #c8ab7f;
}
#catBreakdown {
font-weight:bold;
font-size:17px;
margin-top:9px;
margin-bottom:9px;
}
#itemDescription {
font-weight:300;
font-size:15px;
}
#otherSpecies {
display:block;
margin-top:25px;
}
#otherSpecies a {
width:82px;
height:97px;
display:block;
text-align:center;
font-size:11px;
float:left;
margin-right:3px;
color:black;
text-decoration:none;
font-weight:400;
}
#otherSpecies a img {
border:1px solid #bd907a;
}

#keywordBox {
margin:25px auto auto 10px;
text-align:center; 
text-align:center;
font-size:13px;
font-weight:400;
border-top:1px dotted #bcbcbc;
padding-top:15px;
}
#keywordBox a {
color:#bc746a;
text-decoration:none;
font-size:12px;
font-style:italic;
margin-left:5px;
}
#keywordBox a:hover {
text-decoration:underline;
color:#2f2f2f;
}
.cartForm {
margin-top:1px;
}
.cartForm input[type="text"], .myCart input[type="text"] {
width:135px;
height:22px;
margin:5px;
margin-right:1px;
color:#4a4a4a;
font-family: 'Lato', Arial, serif; font-weight: 700; font-size:14px;
border:1px solid #4a4a4a;
text-align:left;
}
#cardForm {
font-size:15px;
}
#cardForm input[type="text"], #cardForm select {
width:200px;
height:22px;
text-align:left;
padding-left:5px;
}
.cartForm input[type=button], .myCart input[type=button], .myCard input[type=button], .cartButton {
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;
text-align:center;
}
.cartButton {
text-decoration:none;
height:25px;
line-height:25px;
font-family: 'Lato', Arial, serif; font-weight: 700; font-size:15px;
padding:3px 5px;
cursor: pointer;cursor: hand;
}
.cartForm input[type="button"]:hover, .cartButton:hover {
background-color:#db4900;
color:#000;
}
#sameAsShipping {
color:#fff;
margin:0;
height:17px;
-moz-border-radius: 10px;
border-radius: 10px;

font-family: 'Lato', Arial, serif; font-weight: 400; font-size:11px;
padding-left:5px;
padding-right:5px;
}
#sameAsShipping:hover {
background-color:#db4900;
color:#000;
}
.myCart tr:nth-child(n+1) td {
border-bottom:1px solid #eccdbe;
}
.myCart tr:first-child td {
border-bottom:1px solid #db4900;
}
.myCart tr:nth-child(odd) td {
background:#fefaf4;
}
.myCart tr:first-child td {
background:#ffffff;
}
.cartItemTitle, .cartItemTitle a {
font-size:16px;
text-decoration:none;
color:black;
}
.cartItemTitle:hover {
text-decoration:underline;
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;
}

.closeButton {
	-moz-box-shadow: 0px 0px 3px 1px #a69b9a;
	-webkit-box-shadow: 0px 0px 3px 1px #a69b9a;
	box-shadow: 0px 0px 3px 1px #a69b9a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
	background-color:#c62d1f;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:0px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7a0800;
}
.closeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4d4d), color-stop(1, #e50d0d));
	background:-moz-linear-gradient(top, #ff4d4d 5%, #e50d0d 100%);
	background:-webkit-linear-gradient(top, #ff4d4d 5%, #e50d0d 100%);
	background:-o-linear-gradient(top, #ff4d4d 5%, #e50d0d 100%);
	background:-ms-linear-gradient(top, #ff4d4d 5%, #e50d0d 100%);
	background:linear-gradient(to bottom, #ff4d4d 5%, #e50d0d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d', endColorstr='#e50d0d',GradientType=0);
	background-color:#ff4d4d;
color:yellow;
}



.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:9px 25px 25px;
font-size:19px;
font-family: 'Lato', Arial, serif; font-weight: 300;
color:#2c0f00;
}

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

.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 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;
}