/* Reset CSS */
@import url("reset.css");
/*

Colors:

The green in the logo, nav hover state and sidenav header: 
#3f5410;

Hover over lighter green:
#4f6521;

*/

a,
a:hover,
a:visited,
a:active {
	color: #3f5410;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #4f6521;
}

html,
body {
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

#bodyPhoto 
{
	height: 100%;	
}

#innerwrapper {
    text-align: left;
    background: url(background-grey-grid.png) top left repeat;
    min-height: 98%; /* kind of a hack to get footer to show - SG */
}

h1 {
    font-family: 'Merriweather', serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
    margin-top:10px;
    margin-bottom:10px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
    margin-top:10px;
    margin-bottom:5px;
}

h3,h4 {
	font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    margin-top:5px;
    margin-bottom:5px;

}

h5 {
	font-family: 'Cabin', serif;
	font-size: 15px;
  	font-style: normal;
  	font-weight: 400;
  	text-decoration: none;
  	word-spacing: .2em;
  	line-height: 1.5;
	margin-bottom: 1.5em;
}

ul,
ol,
dl {
    margin-bottom: 10px;
}

ol li {
    list-style-type: decimal;
    margin-left: 30px;
    padding-top: 2px;
}

body, p, li, table, tr, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

p {
	margin-bottom: 1.5em;
}

dl dd, dl dt 
{
	padding: 20px, 0px, 10px, 0px;
}

strong {
	font-weight: bold;
}


.align-left {
    float: left;
}

.align-right {
    float: right;
}

.clearfix {
	clear: both;
}

.button, input[type="submit"]  {	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	line-height: normal !important;
	color: #fff !important;
	position: relative;
	display: inline-block;	
	cursor: pointer;
	background: #405611 url(graphic-button-background.png) repeat-x;
	margin: 5px 5px 2px 0px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 4px 10px 5px 10px;
	border: 1px solid rgba(0,0,0,.2);		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-small {	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	line-height: normal !important;
	color: #fff !important;
	position: relative;
	display: inline-block;	
	cursor: pointer;
	background: #405611 url(graphic-button-background.png) repeat-x;
	margin: 5px 5px 2px 0px;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 3px 8px 3px 8px;
	border: 1px solid rgba(0,0,0,.2);		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-new {	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: lowercase; */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	line-height: normal !important;
	color: #fff !important;
	position: relative;
	display: inline-block;	
	cursor: pointer;
	background: #405611 url(graphic-button-background.png) repeat-x;
	margin: 5px 5px 2px 0px;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 4px 10px 5px 10px;
	border: 1px solid rgba(0,0,0,.2);		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-product {	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	line-height: normal !important;
	color: #fff !important;
	position: relative;
	display: inline-block;	
	cursor: pointer;
	background: #405611 url(graphic-button-background.png) repeat-x;
	margin: 5px 5px 2px 0px;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 4px 10px 5px 10px;
	border: 1px solid rgba(0,0,0,.2);		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button-product
{
    width:270px;
}

.button-new-small {	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: lowercase; */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	line-height: normal !important;
	color: #fff !important;
	position: relative;
	display: inline-block;	
	cursor: pointer;
	background: #405611 url(graphic-button-background.png) repeat-x;
	margin: 5px 5px 2px 0px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 3px 8px 3px 8px;
	border: 1px solid rgba(0,0,0,.2);		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@keyframes buttonHover {
    from {background: #405611;}
    to {background: #6b9316;} /*587b0e*/
}

input[type="submit"]:hover,
.button:hover, 
.button-new:hover,
.button-product:hover,
.button-new-small:hover,
.button-small:hover
{
    background: #6b9316;
    animation-name: buttonHover;
    animation-duration:1s;
}

.horses {
	background: #555 url(background-horses.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
.cherries {
	background: #555 url(cherries.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.grapes {
	background: #555 url(grapes.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mud {
	background: #555 url(mud.jpg) top center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.boots {
	background: #555 url(background-boots-1.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.map {
	background: #555 url(map-europe.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.forest {
	background: #555 url(forest.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.martini {
	background: #555 url(background-martini-1.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.black {
    background: #000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dogs {
	background: #555 url(dogs-playing-poker.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pie {
	background: #555 url(background-pie-1.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.child {
	background: #555 url(background-child-2.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.acacia {
	background: #555 url(background-acacia.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.deck {
	background: #555 url(background-cumaru-deck.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ipe-deck {
	background: #555 url(background-ipe-deck.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.angelim-deck {
	background: #555 url(background-angelim.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.trailer {
	background: #555 url(purdy-sit.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shoe {
	background: #555 url(background-shoe.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tube-boy {
	background: #555 url(background-tube-boy.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lumber-yard {
	background: #555 url(background-lumber-yard.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.batu-house {
	background: #555 url(background-batu-house.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.acacia-map {
	background: #555 url(background-acacia-map.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#pageContent {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}

#mainWithSideBar a {
	font-weight: bold;
}
#mainWithSideBar img
{
    /*padding: 20px;*/
    /*width: 200px;*/
}

.species-paragraph
{
    width:450px;
    padding:10px 0px 0px 0px;
}
.species-ul
{
    padding: 10px 0px 10px 0px; 
    width:450px;
}
.species-image
{
    float:right; width:200px; padding:10px 20px 0px 30px;
}
/* ******************    HEADER    *********************** */


#header {
	background: #000;
	height: 60px;
}

#headerContent {
	width: 970px;
	margin: 0 auto;
}
	
#logo { 
	padding-top: 5px;
	width: 100px;
	float: left;
}

#logo img {
    height: 50px;
}



/* ********************   Top Nav Bar    ****************** */

#nav {
    float: right;
    color: #fff;
    padding: 26px 0px 0px 0px;
}

#nav a {
    color: #fff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.top-items {
    border-left: 2px solid #363636;
    padding: 8px 15px 8px 15px;
    margin: 0px;
    line-height:29px;
    font-size: 13px;
}

.last-item {
    border-right: 2px solid #363636;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
}

.sub-title {
    background-color:#000;
    color: #bac192;
    display: block;
    line-height:20px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 15px 2px 15px;
}

.dropdown-item a {
    background-color:#000;
    color: #fff;
    display: block;
    width:220px;
    line-height:20px;
    padding: 2px 15px 2px 25px;
    font-size:11px;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index:2;
}

@keyframes menuHover {
    from {background: #000;}
    to {background: #6b752e;}
}

#nav a:hover {
        background: #6b752e;
        animation-name: menuHover;
        animation-duration: 0.5s;
}



/* ****************   Side Bar  ******************* */

#sideColumn {
	width: 203px;
	float: right;
	background: url(graphic-subnav-triangle.png) bottom left no-repeat;
	padding-bottom: 64px;
}

#sideColumn h2,
#sideColumn h3 {
    background-color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 23px;
	padding: 10px;
	line-height: 27px;
    color: #3f5410;
	margin: 0;
}

#subNav {
	background: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
	line-height: 16px;
    list-style: none;
    list-style-type: none;
    padding:0px;
    margin:0px;
}

#subNav li {
	border-top: 1px solid #bebdbb;
	font-weight: bold;
    list-style: none;
    list-style-type: none;
    padding:0px;
    margin:0px;
}

#subNav li ul {
    margin-left:0px;
    padding-left:0px;
}

#subNav a {
    color: #3c3c3c;
    text-decoration: none;
    display: block;
    padding: 4px 12px;
    border-left: 10px solid #fff;
    margin-left:0px;
}

#subNav a:hover, 
#subNav a.active {
    color: #000;
    border-color: #9fa987;
}

#subNav li li,
#subNav li li a {
	color: #646464;
	font-weight: normal;
    margin-left:0px;
    padding-left:10px;
}

#mainWithSideBar,
#mainNoSideBar {
	padding: 13px;
	width: 741px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
 	-moz-box-shadow: 0px 0px 12px #000;
  	-webkit-box-shadow: 0px 0px 12px #000;
  	box-shadow: 0px 0px 12px #000;
}

#mainNoSideBar {
	width: 960px;
}

#mainWithSideBar ul {
}

#mainWithSideBar ul.bullets li {
    list-style-type: disc;
    margin-left: 30px;
    padding: 0 0 2px 0;
}

#footer {
	background-color:Black;
	color:#aaa;
	text-align:center;
	padding: 5px 0px 5px 0px;
	margin:0;
}
#footer p {
	font-size:10px;
	padding:0 80px 0 80px;
	margin:0;
    min-width:1000px;
    text-align:center;
}
#footer img {
    width:30px;
    height:30px;
    padding:5px;
}
/* **********************  PRODUCT PAGE  ******************** */


#product-images {
	float: left;
	width: 620px;
}

#product-images img {
	border: 1px solid #000;
}

#product-page #product-images li {
	float: left;	
}

#product-page #product-images li img {
	width: 614px;
	height: 614px;
	margin: 1px 5px 0px 0px;
}

#product-page #product-images li a img {
	width: 117px;
	height: 117px;
}

#productDescription {
	float: right;
	width: 325px;
}

#productDescription li {
	margin: 4px 0;
}

#productDescription ul {
	margin: 10px 0 20px 0;
}
/* **********************  CATALOG PAGE  ******************** */

#catalogPage {}

#catalogPage #product-list {  /* the product container */
    width: 490px; /* 470 */
    float: right;
}

#catalogPage .productItem {
    margin-bottom: 20px;
}

#catalogPage .productItem p {
    margin: 0;
    padding: 0;
    width: 330px;
}
    
#catalogPage #product-list ul {
    margin:0;
    padding:0;
    width: 330px; /* 330 */
}

#catalogPage #product-list ul li {
    margin-left:0px;
    padding-left:0px;
}

#catalogPage #product-list li {
    margin-bottom: 2px;
    text-decoration: none;
    list-style:none;
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
}

#catalogPage #product-list img {
    width: 125px;
    height: 125px;
	border: 1px solid #000;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

/* Floor Finder image replacement */
.h1FloorFinder {
    clear: left;
    background: url(header-floor-finder-2.png);
    height: 46px;
    text-indent: -9999px;
}

/* Deck Finder image replacement */
.h1DeckFinder {
    clear: left;
    background: url(header-deck-finder-2.png);
    height: 46px;
    text-indent: -9999px;
}


#catalogPage #product-list h1 {
    background: transparent;
    height: auto;
    text-indent: 0px;
}





/*  ****************  PRODUCT FILTER  ******************* */

#product-filter {
        float: left;
        width: 195px;
        background: #fff;
        padding: 20px 20px 20px 20px;
        font-family: verdana, arial, helvetica, sans-serif;
}

#product-filter .CrumbManager {  /* Your Current Filter header */
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
}

#product-filter .CrumbManager h3 {
        border-top: 0;
        margin: 0;
        padding: 0 0 10px 0;
}

h3, #product-filter ul {
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    list-style:none;
    list-style-type:none;
    margin-left: 0px;
}

#product-filter ul {
        margin-top: 10px;
        list-style: none;
        list-style-type: none;
        margin-left:0px;
        padding:0px;
}

#product-filter ul ul {
        font-weight: normal;
        text-transform: none;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
        padding: 0 0 10px 0;
}

div#product-filter ul li:first-child h3 {
        border-top: 0px;
}
#product-filter ul li ul li,
#product-filter ul li ul li a
{
	font-size:10px;
	font-weight:normal;
    list-style:none;
    list-style-type:none;
    margin-left:0px;
    padding:0px;
}



/* ****************  HOMEPAGE  ***************** */

#homepage {
        width: 970px;
        margin: 18px 0;
}

#hardwoodFlooringBox,
#exteriorDeckingBox,
#ourCommitmentBox,
#floorFinderBox,
#emailSignUpBox
{
        padding: 4px;
        width: 741px;
        background: rgb(255,255,255);
        background: rgba(255,255,255,0.8);
        -moz-box-shadow: 0px 0px 12px #000;
        -webkit-box-shadow: 0px 0px 12px #000;
        box-shadow: 0px 0px 12px #000;
}

#floorFinderBox,
#emailSignUpBox
{
	padding: 0px;
	overflow:hidden;
	width: 968px;
	margin-top: 15px;
    margin-bottom:0px;
	float: left;		
}
.emailsignup
{
	padding: 5px 10px 15px 15px;
	overflow:hidden;
	width: 968px;
	margin-top: 0px;
	float: left;		
}
.emailsignup p 
{
    padding: 5px;
    margin: 0;
    color: black;
    font-size:12px;
    
}

#floorFinderTitle 
{
	padding: 8px 8px 8px 14px;
	margin: 0px 0px 0px 0px;
	float:left;
}

#finderSelection 
{
	width: 555px;
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 13px 9px 0px 0px;
}

#finderSelection p
{
	float:left;
	padding-left: 3px;
}

#hardwoodFlooringBox {
        width: 467px;
        margin-right: 17px;
        float: left;
        min-height: 670px;
}

#exteriorDeckingBox {
        width: 467px;
        margin-right: 0px;
        float: left;
        min-height: 670px;
}

#ourCommitmentBox {
        width: 270px;
        float: right;
        min-height: 670px;
}

#homepage .boxContent {
        padding: 5px;
}

#homepage .boxContent p {
}

#homepage a.expander,
#mainWithSideBar a.expander {
        color: #3f5410;
        text-transform: uppercase;
        font-size: 12px;
        background: url(button-expand-arrow.png) 0px 1px no-repeat;
        padding-left: 18px;
        display: block;
}

#homepage a.open 
#mainWithSideBar a.open {
        background: url(button-expand-arrow-active.png) 0px 1px no-repeat;
}


/* ***************   WOOD TYPES PAGE  ******************* */

#woodTypesList h1 {
    clear: left;
}

#woodTypesList .woodTypeImage {
    float: left;
    width: 220px;
}

#woodTypesList .woodTypeImage img {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

#woodTypesList .woodTypeDescription {
    width: 480px;
    margin-left: 230px;
    margin-bottom: 20px;
}

#woodTypesList .woodTypeDescription li {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}


/* ***************   ELEMENTAL PAGES  ******************* */

.elemental .align-left {
        width: 360px;
        width: 320px;
        float: left;
        padding: 0 20px;
}

.elemental .align-left p { 
}

.elemental .align-left img {
/*
    width: 320px;
    height: 70px;
    float: left;
    padding: 0 15px 10px 0;
    */
}

.elemental .align-right {
        width: 370px;
        float: right;
        text-align: center;
}



/* Steve re-added so footer badges can be used */

#lowerBanner 
{
	float:left;
	width: 960px;
	padding:20px 0px 30px 20px;
}

#lowerBanner li
{
	float:left;
	width:153px;
	padding: 0px 0px 0px 0px;
}
.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

/* Steve added for Wood Property Charts */

@keyframes barDiv {
    from {width: 0%;}
    to {width: 100%;}
}
.barDiv {
    overflow:hidden;
    animation-name: barDiv;
    animation-duration:3s;
    animation-timing-function:ease-in-out;
}

.chartBar 
{
	background-color:#B2A97E; 
	height:18px; 
	margin-bottom:6px;
    padding-top:3px;
    overflow:hidden;
}
.chartBar a
{
	color:#000;
	padding-left:8px;
}
.chartBar a:hover
{
	color:#FFF;
}

/* Steve added to clean up old pages */

#oldPage 
{
}

#oldPage img
{
	max-width: 242px;
}

#oldPage p
{
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

#oldPage h2,
#oldPage h3,
#oldPage h4
{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#oldPage ul
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
 
#oldPage dd
{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
} 


/* Contact page */

.locationDetails {
	width:960px;
	border-top: solid 1px black;
	margin:0px;
	padding:0px;
	clear:both;
}
.locationDetails h2 {	
	width:960px;
	padding-top:10px;
	margin-bottom: 0px;
}

.locationDetails p {	
	padding:0;
    margin:0;
}

.contactMap 
{
	float:left;
	padding:0px 0px 10px 0px;
}
.contact_info
{
	padding: 10px 10px 10px 10px;
	width: 958px;
	clear:both;
}
.contact_name
{
	width:340px;
	float:left;
    padding-top:0px;
    margin-top:0px;
}
.contact_email
{
	width:220px;
	float:left;
}
.contact_phone
{
	width:270px;
	float:left;
}

/* Steve Added from Old CSS -------------------------- gallery -------------------------*/
#gallery
{
	width:960px;
	padding:0px 0px 0px 11px;
	margin:0px 0px 0px 0px;
}
#gallery ul li
{
	float:left;
	font-size: 0.8em;
	width:320px;
	padding-left:0px;
}
#gallery ul li p
{
	padding: 0;
}
#gallery ul li h3
{
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.gallery-photo
{
	padding-left:0px;
	padding-right:3px;
	padding-bottom:0px;	
	padding-top:0px;
}
#article img
{
    width:740px;
    margin:0px;
    padding:0px 0px 10px 0px;
}
#photogallery
{
	width:960px;
    padding:5px;
}
#photogallery img
{
	padding:5px;
    height:200px;
}


.mySlides
{
    width: 740px;
    height:493px;

    -webkit-animation-name: slidein; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay:0s;
    -webkit-animation-timing-function: ease-out;

    animation-name: slidein;
    animation-duration: 0.6s;
    animation-delay:0s;
    animation-timing-function: ease-out;
}

@keyframes slidein {
    from 
    {
        width: 0px;
        height: 0px;
        float:left;
    }
    to 
    {
        width:740px;
        height:493px;
        float:left;
    }
}

@-webkit-keyframes slidein {
    from 
    {
        width: 0px;
        height: 0px;
        float:left;
    }
    to 
    {
        width:740px;
        height:493px;
        float:left;
    }
}

.slideShowContainer 
{
    width:740px;
    height:493px;
    overflow:hidden;
}
.next, .prev{
  color: #fff;
  position: absolute;
  background: rgba(0,0,0, .6);
  top: 543px;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .6;
  user-select: none;
}
.next:hover, .prev:hover{
  cursor: pointer;
  opacity: 1;
}
.next{
  float:right;
  margin-left:710px;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prev{
  float:left;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.important
{
    list-style-type: square;
    padding: 0 0 10px 25px;
}
.important li
{
    font-size:9pt;
    line-height:20pt;
    font-weight:bold;
}

.leftColumn {
	width: 48%;
	float: left;
    overflow:hidden;
}

.rightColumn {
	width: 48%;
	float: right;
    overflow:hidden;
}

.leftColumn img,
.rightColumn img
{
    float:right;
    width:360px;
    padding: 0px;
    margin: 5px 0px 10px 0px;
    opacity:100;
}

.warning {
    color:red;
    font-size:14px;
    font-weight:bold;

}

#ModernHeader{

}



#ModernBody {
	
    z-index:0;

}
/*.ContentWrapper {
    margin: 0 auto;
    background-color: #FFF;
    display:block;
    min-width:1200px;
    width:80%;
    z-index:2;
    opacity:0.8;
    min-height:940px;
}
#ModernPhotosDetail {
}
#ModernPhotosDetail img {
    width: 940px;
    opacity:1;
}
#productDescription h1,
#productDescription h2,
#productDescription h3,
#productDescription p,
#productDescription ul,
#productDescription li {
    color:#000;
    opacity:1;
    z-index:3;
}*/



/*#ModernContent {
    top:80px;
}*/

/*.modFullImg {
    width: 100%;
}*/
.modSlides
{
    width: 100%;
    height:100%;
    -webkit-animation-name: modslide; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay:0s;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: modslide;
    animation-duration: 1s;
    animation-delay:0s;
    animation-timing-function: ease-in-out;
}
@keyframes modslide {
    from 
    {
        opacity:0;
    }
    to 
    {
        opacity:100;
    }
}
@-webkit-keyframes modslide {
    from 
    {
        opacity:0;
    }
    to 
    {
        opacity:100;
    }
}
.modslideShowContainer 
{
    width:100%;
    overflow:hidden;
    min-width:1024px;
	
	/* Marco Added */
	background: rgba(0,0,0, .7);
}
.modnext, .modprev{
  color: #fff;
  position: absolute;
  background: rgba(0,0,0, .6);
  top: 80px;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .6;
  user-select: none;
}
.modnext:hover, .modprev:hover{
  cursor: pointer;
  opacity: 1;
}
.modnext{
  right:7px;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modprev{
  left:2px;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modslidelogo {
    position: absolute;
    left:80px;
    top:200px;
    opacity: .9;
    z-index: 1;
}
.modslideheader {
    position: absolute;
    opacity: .9;
    z-index: 1;
    left:255px;
    top:370px;
    color:white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:30px;
    line-height:40px;
    text-shadow: 1px 1px 1px #888;
}
.modHalfBlock{
    width:45%;
    float:left;
    margin:10px 10px 10px 30px;
    min-width:300px;
    color:#777;
}
.modHalfBlock img {
	border-radius: 5px;
	width:100%;
	margin: 15px 0 15px 0;
}
.modFullBlock img {
	border-radius: 5px;
	width:100%;
	margin: 15px 0 15px 0;
}
.modFullBlock{
    width:90%;
    margin:30px 10px 10px 10px;
    min-width:450px;
    color:#777;
}