/* GLOBAL */
body
{
		border-top: 5px solid #007241;
		background:#FFF;
		font-family: 'Open Sans', sans-serif;
		color: #333333;
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:12px;
        padding: 7px;
        outline: 0;
        border:0;
        background: #EBE8DE;
        border-radius:5px;
}

input[type=submit]
{
        width:auto;
        padding: 2px 2px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        color: #fff;
}

p
{
        margin:5px 0;
        line-height:25px;
}

.pindent
{
        width: auto;
		position: relative;
		max-width: 900px;
		margin:0 auto 0 30px;
        line-height:18px;
		font-style:italic;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

i
{
		font-style:italic;
}

strong
{
        font-weight:bold;
		color:#007241;
}

b
{
        font-weight:bold;
}

.fineprint
{
		font-size:10px;
		line-height:12px
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}
		
#share		/*add-this social networking*/
{
		position:absolute;
        right:0px;		
        top:2px;
		text-align:center;
}

#sharecaption
{
		position:absolute;
        right:7px;		
        top:34px;
		color:#007241;
		font-size:11px;
		/*font-weight:bold;*/
		text-align:right;
		width:240px;
}

#phone
{
		/*display:none;*/
		position:absolute;
        right:10px;		
        top:83px;
		color:#007241;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		width:180px;
}

#storebuttons    /*view cart button in header*/
{
		position:absolute;
		right:0;
		font-size:12px;
        float:right;		
        top:86px;
}

#storebuttons2		/*my account button in header*/
{
		position:absolute;
		right:69px;
		font-size:12px;
        float:right;		
        top:97px;
}

#subscribemail		/*mail list button in header*/
{
		position:absolute;
		right:157px;
		font-size:12px;
        float:right;		
        top:97px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
		text-align:center;
		max-width:800px;
        /*margin:20px 0;*/
}


/* HEADER */

header
{
       	position:relative;
        width:auto;
		height:155px;        
        margin: 0 auto 20px auto;
		/*background-image:url(../img/PalominoBanner.jpg);
		background-repeat:no-repeat;*/
		max-width:900px;				     	
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#007241;
        font-family: 'Open Sans', sans-serif;
}

header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
        position:absolute;
        right:5px;		
        top:155px;
		font-size:13px;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
}

#bannerimg img
{
		position:absolute;
		top:5px;
		left:5px;
		/*height:auto;
		width:auto;*/
}

nav ul li a:hover
{
        color:#007241;
}

article a:hover
{
        /*color:#007241;*/
}
.product
{
		width: auto;
		position: relative;
}

.pagefocuscontent /*container for main page content below header*/
{
		width: auto;
		position: relative;
		max-width: 900px;
		margin:0 auto 0 auto;
}

.pagefocuscontent h3
{
		font-size:18px;
		font-weight:bold;
		text-align:center;
		line-height:20px;
		padding-bottom:10px;
		color:#007241;
}

.pagefocuscontent li
{
		font-size:14px;
		line-height:18px;
		padding:0 15px 0 30px;
	
}

.pagefocuscontent p
{
		font-size:14px;
		line-height:18px;
		padding:0 15px 0 15px;
		color:#666;
}

.pagefocuscontent a:hover
{
        color:#007241;
		/*font-weight:bold;*/
}

.pagefocuscontent a
{
        font-size:12px;
		line-height:12px;
}

/* 2 COLUMNS */

#two_column_boxcontent  /*container for two columns*/
{
        width:auto;
        max-width:900px;
        margin:0 auto;
		padding:0 0 20px 40px;
		color:#000000;
}

#two_column_boxcontent article
{
        float:left;
        width:400px;
		padding:0 20px 10px 0;
        font-size:14px;
		border-radius:5px;
		/*margin:10px;*/
}

#two_column_boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
		font-weight:bold;
        font-size:16px;
		text-align:center;
}

#two_column_boxcontent article h2
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
		text-align:left;
		font-weight:bold;
		margin-bottom:7px;
}

#two_column_boxcontent article img
{
        float:left;
		/*border-radius:10px;*/
		padding:0 10px 10px 0;
}

#two_column_boxcontent article p
{
        line-height:20px;
        font-family: 'Open Sans', sans-serif;
        margin-left:15px;
}

#two_column_boxcontent article li
{
        line-height:20px;
        font-family: 'Open Sans', sans-serif;
        margin-left:15px;
}

#two_column_boxcontent article a:hover
{
        color:#007241;
}

#two_column_boxcontent article input
{
        font-family: 'Open Sans', sans-serif;
        font-size:11px;
        padding: 1px;
        outline: 0;
        border:1;
        border-radius:5px;
}

/* 3 COLUMNS */

#boxcontent
{
		max-width: 900px;
		margin: 0 auto 0 auto;
		padding: 0 0 5px 0px;
		background-color:#FFF;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:22px;
        font-size:14px;
		background-color:#FFF;
		padding:10px 10px 0 10px;
		border-radius:10px;
}

#boxcontent article:hover
{
        background-color:#FFF;
		box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.5);
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
		font-weight:bold;
        margin-bottom:10px;
        margin-left:10px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:20px;
        font-family: 'Open Sans', sans-serif;
        margin-left:10px;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        position:absolute;
        top:15%;
        left:3%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:8px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 10px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:8px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button
{
        padding:2px 4px;
        border: 1px solid #007241;
        /*background-image: linear-gradient(bottom, #007241 0%, #E8EBDE 100%);*/
        /*background-image: linear-gradient(to bottom, #DDDDDD 0%, #007241 100%);*/
        background-color: #007241;
        color:#FFF;
        text-decoration:none;
        border-radius:5px;
       /* box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);*/
}

.button:hover
{
        background:none #FFFFFF;
        border-color: #007241;
        text-shadow:none;
        color: #007241;
}

/* SPACER */

#spacer
{
        height:29px;
		background-color:#007241;
        font-size:16px;
		margin: 0 auto 30px auto;
		max-width:900px;
}

#spacer p
{
		text-align:center;
		font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:16px;
}

.iconchange
{
        opacity:0.8;
}

.iconchange:hover
{
        opacity:1.0;
}

.dropshaddow:hover
{
		box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
}

/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:100px;
		max-width:900px;
		margin: 0 auto 0 auto;
        /*background:#003664;*/
		background:#FFFFFF;
		color:#666
}

footer .wrapper
{
        margin: 0 auto;
        padding:0 15px 0 15px;
        width:auto;
        max-width:900px;
        font-size:12px;
		text-align:center;		
}

footer .wrapper p
{      
		text-align:left;
		line-height:15px;		
}

.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
}

.slidesjs-container
{
        /*border-top: 10px #d6d0c1 solid;*/
		/*border-bottom: 2px #ebe8de solid;*/
}

#slides
{
		display: none
}

.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
		max-width:900px;
}

.slidesjs-pagination .active
{
		color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}

.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

/*@media (max-width: 1215px)
{
                .container .button
        {
                display:none;
        }
}*/

@media (max-width: 915px)
{
	 	#boxcontent article
		{
        float:left;
        width:205px;
        margin-right:20px;
        font-size:13px;
		}
		#boxcontent article h3
		{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        margin-bottom:5px;
        margin-left:10px;
		}
		#boxcontent article p
		{
        line-height:16px;
        font-family: 'Open Sans', sans-serif;
        margin-left:10px;
		}
        .column2 .row
		{
                float:none;
                margin:0 0 40px 50px;
        }
		
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
		header
		{
       			height:130px;        
        }
		nav
		{
        		position:absolute;
        		right:5px;		
        		top:125px;
				font-size:13px;
		}
		#bannerimg img
		{
				position:absolute;
				top:5px;
				height:120px;
				width:auto;
		}
		#phone
		{
				/*display:none;*/
				/*position:absolute;*/
        		right:10px;		
        		top:53px;
				color:#007241;
				font-size:16px;
				font-weight:bold;
				text-align:left;
				width:180px;
		}
}

@media (max-width: 765px)
{
		#boxcontent article
		{
        		float:none;
       		 	width:60%;
       		 	margin:0 auto 5px auto;
        		font-size:12px;
		}
		#boxcontent article h3
		{
        		font-family: 'Open Sans', sans-serif;
        		font-size:16px;
        		margin-bottom:5px;
       			margin-left:10px;
		}
		#boxcontent article p
		{
        		line-height:17px;
       			font-family: 'Open Sans', sans-serif;
        		margin-left:10px;
		}
		#slider_content1, #slider_content2, #slider_content3
        {		
				/*width:300px;*/
                margin-right:50px;
        }
		
        #slider_content1 h3, #slider_content2 h3, #slider_content3 h3
        {
                font-size:14px;
				color:#EBE8DE;
        		font-weight:bold;
       			margin-bottom:4px;
        		background-color:#333333;
        		padding:5px 8px;
        		border-radius: 15px 0 15px 0;
        		display:inline-block;
        }
		
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:12px;
				margin:0 0 10px 0;
        		padding:4px 7px;
				line-height:15px;
		}
		
		#slider_content1 .button, #slider_content2 .button, #slider_content3 .button
        {
                font-size:12px;
				margin:0 0 10px 0;
        		padding:4px 7px;
				line-height:15px;
		}
		
        footer
        {
                padding-bottom:5px;
                height: auto;
        }
		
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
		
        footer .wrapper .social
        {
                display:none;
        }
		#spacer p
        {
			font-size:14px;
        }
		header
		{
       			height:110px;        
        }
		nav
		{
        		position:absolute;
        		right:5px;		
        		top:107px;
				font-size:13px;
		}
		#bannerimg img
		{
				position:absolute;
				top:5px;
				height:95px;
				width:auto;
		}
		.button
		{
        		padding:2px 4px;
		}
		#social
		{
				display:none;
		}
		#phone
		{
				/*display:none;*/
				/*position:absolute;*/
        		right:10px;		
        		top:48px;
				color:#007241;
				font-size:13px;
				font-weight:bold;
				text-align:left;
				width:160px;
		}
}

@media (max-width: 500px)
{
        /*.container
        {
                height:1px;
                top: -1500px;
        }*/
		
		#spacer p
        {
			font-size:11px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        
        input[type="submit"]
        {
                padding: 0px 7px;
        }
		header
		{
       			height:80px;        
        }
        
        nav
		{
        		position:absolute;
        		right:5px;		
        		top:77px;
				font-size:13px;
		}
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left:10px;
                font-size:10px;
        }
		#bannerimg img
		{
				position:absolute;
				top:5px;
				height:70px;
				width:auto;
		}
		.button
		{
        		padding:0 3px;
		}
		#subscribe p
		{
				font-size:10px;
				line-height:11px;	
		}
		#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
        {
                font-size:11px;
				color:#EBE8DE;
        		font-weight:bold;
       			margin-bottom:2px;
        		background-color:#333333;
        		padding:2px 4px;
        		border-radius: 10px 0 10px 0;
        		display:inline-block;
        }
		
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:10px;
				margin:0 0 5px 0;
        		padding:2px 3px;
				line-height:15px;
		}
		
		#slider_content1 .button, #slider_content2 .button, #slider_content3 .button
        {
                font-size:10px;
				margin:0 0 10px 0;
        		padding:2px 3px;
				line-height:12px;
		}
		#two_column_boxcontent img
		{
				height:160px;
				width:auto;
		}
		#two_column_boxcontent  /*container for two columns*/
		{
        		width:auto;
       		 	max-width:900px;
       		 	margin:0 auto 0 auto;
				padding:0 0 20px 0;
				color:#000000;
		}
		#two_column_boxcontent article
		{
				float:left;
        		width:auto;
				padding:0 20px 10px 5px;
       			font-size:12px;
				border-radius:5px;
		}
		#two_column_boxcontent article p
		{
        		line-height:15px;
       			margin-left:15px;
		}
		#two_column_boxcontent article h3
		{
				font-weight:bold;
				text-align:center;
		}
		.pagefocuscontent h3
		{
				font-size:12px;
				line-height:13px;
		}
		#storebuttons2		/*my account button in header*/
		{	
				right:78px;
				top:95px;
		}
		#subscribemail		/*mail list button in header*/
		{
				right:164px;
				top:95px;
		}
		#share, #sharecaption
		{
				display:none;
		}
		#phone
		{
				/*display:none;*/
				position:absolute;
        		right:5px;		
        		top:25px;
				color:#007241;
				font-size:12px;
				font-weight:bold;
				text-align:left;
				width:140px;
		}
		
		@media (max-width: 380px)
{
		header
		{
       			height:100px;        
        }
		nav
		{
        		position:absolute;
				right:5px;		
        		top:110px;
				font-size:11px;
		}     
		#bannerimg img
		{
				position:absolute;
				top:0; left:0; right:0; bottom:0;
				height:60px;
				width:auto;
				margin: 5px auto auto auto;
		}
		#two_column_boxcontent img
		{
				height:130px;
				width:auto;
		}
		#phone
		{
				/*display:none;*/
				position:absolute;
				top:0; left:0; right:0; bottom:0;
				margin: 57px auto auto auto;
        		/*left:5px;		
        		top:57px;*/
				color:#007241;
				font-size:12px;
				font-weight:bold;
				text-align:center;
				width:140px;
		}
}
		
			