﻿@media screen and (min-width: 481px) 
{
	.wrapper {
  	width: 100%;
  	margin: 0 2%;}

body {
	border: thin #000000 solid;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	margin: 0;
	padding: 0;
	border: 0;

}
#container {
	width: 744px;
	margin: 0 auto;
	background: #fff;/* url(../images/bkgd_tile.gif) top;*/
	background-repeat: repeat-y;
	padding: 2px;

}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 734px;
	padding: 0;
	background-color:  #fff;
	overflow: hidden;

}
#navigation {
	margin-right: 2px;
	margin-left: 0px;
	background-color: #d3d3d3;
	overflow: hidden;
	width: 744px;
	padding: 0px;
	border: 0;
	clear: both;
	position:relative;
	border-top:1px solid white;
		

}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	position: relative;
	float: left;

}
#column_r {
	width: 200px;
	height:250px;
	margin: 0;
	float: right;
	background-color: #fff;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	width: auto;
	clear: both;
	overflow: hidden;

}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	font-weight:bold;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
		margin:0px 0px;
		text-align:center;
}
#navigation ul li {
	float: left;
	
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 1.5em;
}
h2 {
	color: #965;
	font-size: 1.00em;
}
h3 {
	color: #965;
	font-size: .75em;
}
h3.Shipping {
	color: #800000;
	font-size: .75em;
	font-weight: bold;
	font-style: italic;
}

h4 {
	color: #965;
	font-size: .65em;
}
h5 {
	color: #965;
	font-size: 0.38em;
}
h6 {
	color: #965;
	font-size: 0.25em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float:right;
}
.unordered
{ font-size:small;
font-weight: bold;

	}

.list
{
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#theMap {
    position: relative; 
    width: 200px; 
    height: 250px;
    border: solid 1px #bbd1ec;
}
}
@media screen and (max-width: 480px) 
{	.wrapper {
  	width: 96%;
  	margin: 0 2%;}

body {
	border: thin #000000 solid;
	color: #000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	margin: 0;
	padding: 0;
	border: 0;

}
#container {
	width: 476px;
	margin: 0 auto;
	background: #fff;/* url(../images/bkgd_tile.gif) top;*/
	background-repeat: repeat-y;
	padding: 2px;

}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 64%;
	padding: 0;
	background-color:  #fff;
	overflow: hidden;

}
#navigation {
	margin-right: 2px;
	margin-left: 0px;
	background-color: #d3d3d3;
	overflow: hidden;
	width: 64%;
	padding: 0px;
	border: 0;
	clear: both;
	position:relative;
	border-top:1px solid white;
		

}
#column_l {
	width: 64%;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	position: relative;
	float: left;

}
#column_r {
	width: 64%;
	height:64%;
	margin: 0;
	float: right;
	background-color: #fff;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: auto;
	padding: 2px;
	width: auto;
	clear: both;
	
}
/* Styles for Masthead */
#masthead img {
	float: left;
	width:auto;
}
#masthead p {
	color: #000;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 64%;
		margin:0px 0px;
		text-align:center;
}
#navigation ul li {
	float: left;
	
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 1.5em;
}
h2 {
	color: #965;
	font-size: 1.00em;
}
h3 {
	color: #965;
	font-size: .75em;
}
h3.Shipping {
	color: #800000;
	font-size: .75em;
	font-weight: bold;
	font-style: italic;
}

h4 {
	color: #965;
	font-size: .65em;
}
h5 {
	color: #965;
	font-size: 0.38em;
}
h6 {
	color: #965;
	font-size: 0.25em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right {
	float:right;
}
.unordered
{ font-size:small;
font-weight: bold;

	}

.list
{
	font-size: 16px;
	display: list-item;
	list-style-position: outside;
}
#theMap {
    position: relative; 
    width: 200px; 
    height: 250px;
    border: solid 1px #bbd1ec;
}
}

   .showSlide {  
            display: none  
        }  
            .showSlide img {  
                width: 100%;  
            }  
        .slidercontainer {
	padding: inherit;
	max-width: 750px;
	margin: auto;
	height: 800px;
}
        .left, .right {  
            cursor: pointer;  
            position: relative;
 
            top: 10px ; 
            width: auto;  
            padding: 16px;  
            margin-top: -22px;  
            color: black;  
            font-weight: bold;  
            font-size: 18px;  
            transition: 0.6s ease;  
            border-radius: 0 3px 3px 0;  
        }  
        .right {  
            right: 0;  
            border-radius: 3px 0 0 3px;  
        }  
            .left:hover, .right:hover {  
                background-color: rgba(115, 115, 115, 0.8);  
            }  
        .content {  
            color: #eff5d4;  
            font-size: 30px;  
            padding: 8px 12px;  
            position: relative;  
            top: 10px;  
            width: 100%;  
            text-align: center;  
        }  
        .active {  
            background-color: #717171;  
        }  
        /* Fading animation */  
        .fade {  
            -webkit-animation-name: fade;  
            -webkit-animation-duration: 1.5s;  
            animation-name: fade;  
            animation-duration: 1.5s;  
        }  
        @-webkit-keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
  
        @keyframes fade {  
            from {  
                opacity: .4  
            }  
            to {  
                opacity: 1  
            }  
        }  
    

