﻿/* ======== GENERAL RULES ======== */
html {height: 101%; margin-bottom: 1px;}
header, footer, nav, article, section, aside {display: block;}
body {
  background: #004494;
  color: #004494;
  font: normal 1.0em Helvetica;
  padding: 0;
  margin: 0;
  height: 100%;}



div.scroll {
 /* background-color:aqua;*/
  width: 400px;
  height: 900px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding: 10px;
}



.container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  /*  max-width: 400px;*/
 /*   height: 100%;*/
    margin: auto;
}

.box {
  /*  height: 50px;*/
    width: 250px;
 /*   margin: 10px;
    background-color: lightgreen;
    border: 1px solid #aaa;*/
    justify-content: center;
    align-items: center;
  /*  font-size: 1.2em;*/
}




hr {
  background-color: #959595;
  color: #959595;
  border: none;
  height: 1px;}
ul {
  margin: 10px 0 20px 10px;
  padding: 0 0 0 10px;}
ul li a {
  color: #8aa9be;
  text-decoration: none;
  font-weight: bold;
  padding: 0;}
ul li a:hover {
  color: #919191;
  text-decoration: underline;}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.cta-start, .cta-meer {
   display: table;
   width: auto;
  margin: 1.3em auto 0;
  padding: 15px 1.7em;
}
	

/* bottone */
.bott {
    border: 0;
    line-height: 2.0;
    padding: 0 10px;
/*    font-size: 1rem;  */
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 6px;
    background-color: #00adff;
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.bott:hover {
    background-color: rgba(255, 0, 0, 1);
}
 
.bott:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.bott1 {
    border: 0;
    line-height: 2.0;
    padding: 0 10px;
/*    font-size: 1rem;  */
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 6px;
    background-color:#00adff;
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.bott1:hover {
    background-color: rgba(255, 0, 0, 1);
}

.bott1:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

/* imporati da ledlamp */
.auto-style1 {
	border: 1px solid silver;
	font-weight:bold;
}
.auto-style2 {
	border: 1px solid silver;
	font-weight:bold;
	width:100%;

}
.auto-style4 {
	border: 1px solid silver;
}
.auto-style5 {
	text-align: left;
    margin-top:10px;
    font-size:medium;

}
.auto-style7 {
	text-align: left;
	border: 1px solid silver;
}

.auto-style8 {
	line-height: 150%;
	text-align: center;
	color: #004494;
	font-size: 1.0em;
}
.auto-style10 {
	 width: auto;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}
	
.auto-style11 { 
	font-size: 1.6em; 
	text-align: right; 
}
.auto-style15 {
	font-size: small;
}
.auto-style18 {
	text-align: center;
}

.auto-style44 {
color: #004494;
font-size:medium;
text-align:center;
}

.auto-style45 {
color: #004494;
font-size:small;
text-align:center;
font-family: Helvetica;
}

.auto-style47 {
	font-size: medium;
	color: blue;
	background-color: #B0EAE3;
	margin-left:18px;  
	font-size:medium;
	font-weight:bold;
	margin-top:10px;
	padding-left:10px;  
	padding-right:10px;  

}
	
.auto-style100 {
	font-size: small;
}

.auto-style103 {
	text-align: left;
	font-size: x-small;
	margin-top: 10px;
}
.auto-style104 {
	text-align: left;
}
.auto-style105 {
	text-align: center;
}
.auto-style106 {
	text-align: left;
	border: 1px solid silver;
	background-color: #354581;
}
.auto-style108 {
	text-align: justify;
	font: normal 1.0em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 1.2em   Helvetica;
	text-indent: 15px;
	line-height: 120%;
}

.auto-style128 {
	text-align: center;
	font: normal 1.7em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}



}

.auto-style109 {
	text-align: center;
}


/* fine imporatazione */



	
/* ============================ */
/* ======== TYPOGRAPHY ======== */
/* ============================ */





a {
	color: #8aa9be;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #919191;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font: normal 1.4em  Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
h2 {
	font: normal 1.2em Helvetica;
	color: #004494;
	margin: 0.3em 0;
}
h3 {
	font: normal 1.2em  Helvetica;
	color: #004494;
	margin: 0.5em 0;
	text-align: left;
	font-weight:bold;
}
h4 {
	font: normal 1.2em Helvetica;
	color: #515151;
	margin: 0.5em 0;
}
h5 {
	font: normal 1.2em  Helvetica;
	color: #515151;
	margin: 0.5em 0;
}
h6 {
	font: normal 1.2em  Helvetica;
  text-transform: uppercase; 
  color: teal;
	margin: 0.5em 0;
	border-bottom: 1px #3a5668 solid;
}
.alternate1 {
	color: teal;
	font: normal 1.4em  Helvetica;
	margin: 0.2em 0 0.5em 0;
	padding: 1px 6px;
	border-bottom: 1px #000000 solid;
	text-align: center;
	text-shadow: 2px 2px 2px #aaa;
	font-weight:bold	
}
.alternate2 {
	color: #ffffff;
	font: normal 1.3em  Helvetica;
	background: #3a5668;
	background-image: -webkit-linear-gradient(top, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #8aa9be, #3a5668);
	margin: 0.2em -3px 0.5em -3px;
	padding: 3px 6px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.alternate3 {
	font: normal 1.9em  Helvetica;
	color: #ffffff;
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px #3a5668 solid;
}
.button {
	color: #fff;
	text-shadow: 0 1px 1px #202020;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
	border: 1px #3a5668 solid;
	background: #3a5668;
	background-image: -webkit-linear-gradient(top, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #8aa9be, #3a5668);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button:hover {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border: 1px #515151 solid;
	background: #515151;
	background-image: -webkit-linear-gradient(top, #919191, #515151); 
	background-image: -moz-linear-gradient(top, #919191, #515151);
	background-image: -ms-linear-gradient(top, #919191, #515151);
	background-image: -o-linear-gradient(top, #919191, #515151);
}
p.dropcap {
	overflow: hidden;
}
p.dropcap:first-letter {
	color: #444;
	display: block;
	float: left;
	font: 30px/25px Georgia, Garamond, serif;
	padding: 6px 4px 0 0;
}
.bignumber {
  border-radius: 25px;
	background: #3a5668;
	background-image: -webkit-linear-gradient(top, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #8aa9be, #3a5668);
	text-shadow: 0 1px 1px #202020;
  color: #ffffff;
  display: block;
  float: left;
  font: normal 28px/50px Garamond, Georgia, serif;
  height: 50px;
  margin: 0 10px 5px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet01.png) no-repeat 0 5px;
	padding: 1px 0 0 15px;
}
ul.list2 li {
	list-style-type: none;
	background: url(../images/bullet02.png) no-repeat 0 5px;
	padding: 1px 0 0 15px;
}
ul.list3 li {
	list-style-type: none;
	background: url(../images/bullet03.png) no-repeat 0 5px;
	padding: 1px 0 0 18px;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
blockquote {
	font-family: Helvetica;
	font-size: 1.2em;
	color: #777;
	margin: 2px 40px;
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	border-top: 4px #777 solid;
	border-bottom: 4px #777 solid;
}
blockquote p {padding: 0; margin: 0;}
blockquote strong {
  color:#8aa9be;
  font-size:1.7em;
  font-weight:normal;
  letter-spacing:-1px;
  line-height:1em;
}
blockquote.leftside {
	float: left;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 2%;
}
blockquote.rightside {
	float: right;
	display: block;
	width: 30%;
	margin: 1% 2% 1.5% 2%;
}
p.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.phone {
	background: transparent url('../images/phone.png') 0 2px no-repeat;
	padding: 0 0 5px 25px;
}
p.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.hours {
	background: transparent url('../images/clock.png') 0 3px no-repeat;
	padding: 0 0 5px 25px;
}
p.breadcrumbs {color: #253c4a; font-size: 0.95em; text-transform: uppercase;
  border-bottom: 1px #888888 solid; font-weight: lighter; letter-spacing: 2px;
  margin: -12px 0 40px 0; padding: 0 0 5px 0;}
p.authorDate {color: #555; font-size: 0.95em; text-transform: uppercase;
  border-bottom: 1px #888 solid; font-weight: lighter; letter-spacing: 2px;
  margin: 0; padding: 0;}
/* ============================== */
/* ======== LAYOUT RULES ======== */
/* ============================== */
.wrapper {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	text-align: center ;
}
.content {
  background-color: #ffffff;
}
.inside {
	width: 98%;
/*	padding: 0.5% 1%; */
}

/* ======== HEADER AREA ======== */
header {
  background: #202020 url('../images/background.jpg') repeat-x;
  width: 100%;
	text-align: center;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	height: 90px;
	width: 100%;
	text-align: center;
}
#logo h1, #logo h1 a, #logo h1 a:hover  {
	font: normal 1.6em   Helvetica;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0; padding: 0 0 0 0;
	font-weight:bold
}
#logo h2 {
	font: normal 1.3em  Helvetica;
	color: #ffffff;
	margin: -5px 0 0 0; padding: 0;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	color: #004494;
	width: 100%;
	height: 60px;
	text-transform: uppercase;
}
#nav {
	margin: 0; padding: 0;
	list-style: none;
	text-align: center;
}
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 20px 15px 19px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #004494;
	text-align: left;
	-webkit-transition: all 0.5s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 20px 15px 19px 15px;
	color: #ffffff;
	background-color: #253c4a;
	background-image: -webkit-linear-gradient(top, #3a5668, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #3a5668, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #3a5668, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #3a5668, #8aa9be, #3a5668);
	-webkit-transition: all 0.5s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 190px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
#nav ul a {
	display: block;
	height: 20px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #004494;
	background-color: #ffffff;
	background-image: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
#nav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	background-color: #004494;
	background-image: -webkit-linear-gradient(top, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #8aa9be, #3a5668);
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
.selectnav { display: none; }
/* ======== MAIN IMAGE AREA ======== */
#photoblock {
  width: 100%;
  padding: 0px 0% 0px;
  text-align: center;
}
#intesta {
  width: 100%;
  text-align: center;

}

#slider {
  position: relative;
  z-index: 10; 
  width: 100%;
	height: auto;
/*		margin-left: -10px;
border: 10px #ffffff solid; */
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.nivoSlider {
	position: relative;
	z-index: 20;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
}
.nivo-caption {
	position: absolute;
  top: 0;
  left: 0;
  font-family: Helvetica;
	font-size: 2.6em;
	text-align: left;
  width: 100%;
	z-index: 8;
	padding: 10px;
	overflow: hidden;
	display: none;
}
.nivo-caption p {padding: 0; margin: 0;}
.nivo-caption1 {
	color: green;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
  margin:  0% 0 0 0%;
  width: 100%;
	text-align: left;
}
.nivo-caption2 {
	color: yellow;
	text-shadow: 1px 2px 3px rgba(8,8,8,1);
  margin: 200% 100 0 200%;
  width: 100%;
  text-align: right;
}
.nivo-caption3 {
	color: white;
	text-shadow: 5px 5px 5px rgba(8,8,8,1);
  margin:  100% 50 0 30%;
  width: 100%;
  text-align: center;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 23%;
	padding: 0;
	margin: 0 2% 0 0;
	line-height: 1.4em;
}
#sidebarRight {
	float: right;
	width: 23%;
	padding: 0;
	margin: 0 0 0 2%;
	line-height: 1.4em;
}
/* ======== CONTENT AREA ======== */


#contentRight {
	float: right;
	width: 73%;
	padding: 0;
	margin: 0 0 0 2%;	
	line-height: 1.4em;
}
#contentLeft {
	float: left;
	width: 73%;
	padding: 0;
	margin: 0 2% 0 0;
	line-height: 1.4em;
}
#contentLeft2 {
	float: left;
	width: 83%;
	padding: 0;
	margin: 0 2% 0 0;
	line-height: 1.4em;
}

#contentMiddle {
	float: left;
	width: 46%;
	padding: 0;
	margin: 0 2%;
	line-height: 1.4em;
	overflow: hidden;
}
/* ======== SECTION BLOCKS ======== */

.contentBox2 {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox3 {
	float: left;
	width: 29.33333%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox4 {
	float: left;
	width: 21%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}

.alpha {padding: 0 2% 0 0; margin: 0 2% 0 0;}
.omega {padding: 0 0 0 2%; margin: 0 0 0 2%;}
.omega::after {content: " "; display: block; clear: both; line-height: 0; visibility: hidden;}

/* ======== CATALOG PAGE ======== */


.catalog {/* adds a border to the bottom of a div */
	max-width: 100%;
	border-bottom: 1px #c0c0c0 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.catalog h6 {
	text-align: center;
	font: normal 20px Georgia, Garamond, serif;
}
/* ======== FOOTER AREA ======== */



footer {
  background: url('../images/footer.png') no-repeat;
  background-size: 100%;
	clear: both;
	color: #ffffff;
	width: 100%;
	font-size: 0.85em;
  border-top: 5px #8aa9be solid;
}
footer.wrapper {
  color: #ffffff;
  line-height: none;
}
footer ul {
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 0;
	background: url(../images/bullet02.png) no-repeat 0 3px;
	padding: 0 0 0 18px;
}
footer ul li a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
footer ul li a:hover {
	color: #8aa9be;
	text-decoration: underline;
	font-weight: normal;
}
footer a {color: #8aa9be;}
footer a:hover {color: #919191;}
#socialmedia {
  width: 90%;
  margin: 30px 5%;
  letter-spacing: 10px;
  text-align: center;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 99%;
	text-align: left;
}
.contactform label {
  width: 99%;
  text-align: left;
  font-style: italic;
	line-height: 1.5em;
	display: block;
	margin-bottom: 4px;
}
.contactform input {
  width: 99%;
  border: 1px #c0c0c0 solid;
  background-color: #efefef;
  padding: 5px;
  margin-bottom: 10px;
	color: #253c4a;
	border-radius: 5px;
}
.contactform textarea {
  width: 99%;
  border: 1px #c0c0c0 solid;
  background-color: #efefef;
  padding: 5px;
  resize:none;
	color: #253c4a;
	border-radius: 5px;
}
.contactform .submit {
  width: 100px;
  margin: 10px 0 0 0;
  cursor: pointer;
	color: #fff;
	text-shadow: 0 1px 1px #202020;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration: none;
	border: 1px #3a5668 solid;
	background: #3a5668;
	background-image: -webkit-linear-gradient(top, #8aa9be, #3a5668); 
	background-image: -moz-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -ms-linear-gradient(top, #8aa9be, #3a5668);
	background-image: -o-linear-gradient(top, #8aa9be, #3a5668);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.contactform .submit:hover {
  width: 100px;
  margin: 10px 0 0 0;
  cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border: 1px #515151 solid;
	background: #515151;
	background-image: -webkit-linear-gradient(top, #919191, #515151); 
	background-image: -moz-linear-gradient(top, #919191, #515151);
	background-image: -ms-linear-gradient(top, #919191, #515151);
	background-image: -o-linear-gradient(top, #919191, #515151);
}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #efefef;
  border: 20px #ffffff solid;
  padding: 20px;
  margin: 20px 2% 30px 2%;
  text-align: center;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.8);
}
.photogallery img {
  background-color: #ffffff;
  padding: 8px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
.photogallery p {
  text-align: left;
}
/* ======= TABBED CONTENT ======== */
ul.tabs {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	width: 100%;
	border-radius: 10px 0 0 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px ;
	height: 31px;
	line-height: 31px;
	border: 1px solid #bbb;
	border-left: none;
	color: #444;
	background: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #ddd); 
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #bbb); 
	background-image: -moz-linear-gradient(top, #fff, #bbb);
	background-image: -ms-linear-gradient(top, #fff, #bbb);
	background-image: -o-linear-gradient(top, #fff, #bbb);
	color: #000;
}	
ul.tabs li.active{
	background: #FFFFFF;
	color: #253c4a;
	border-bottom: 1px solid #ffffff;
}
.tab_container {
	border: 1px solid #bbb;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.tab_content {
	padding: 20px;
	font-size: 0.90em;
	display: none;
	line-height: normal;
}
/* ======== IMAGES ======== */
img {
	border: none;
}
#catalogimage { /* allows the large product image to scale with the size of the viewport */
  max-width: 100%;
  min-width: 30%;
  height: auto;
}
.catalogResize { /* allows the large product image to scale with the size of the viewport */
  width: 80%;
  max-width: 200px;
  height: auto;
}
.imageleft {
	margin: 5px 10px 0 0;
	float: left;
}
.imageright {
	margin: 0px 0 0 10px;
	float: right;
}
.image-border, .image-googlemap {
	background-color: #ffffff;
	margin: 2px 0;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 5px 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #c0c0c0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 5px 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #c0c0c0 solid;
}
.image-round {
	border-radius: 50%;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.image-catalog {
	border: 1px #c0c0c0 solid;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 10px;
	box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.6);
}
/* ======== MISC. CLASSES ======== */


.bookmark {
	font: bold 1.8em Helvetica;
	background-color: #919191;
	color: #fff;
	text-decoration: none;
	padding: 5px 16px 8px;
	margin: 10px 0 0 0;
	border-radius: 50%;
}
.bookmark:hover {color: #ffffff; background-color: #515151; text-decoration: none;}

.center {text-align: center;}
.right {text-align: right;}
.small {font-size: 0.85em;}

.clearsmall {height: 0; line-height: 0; margin: 0; padding: 0; clear: both;}
.clearfix::before, .clearfix::after {content: " "; display: block; height: 0; overflow: hidden;}
.clearfix::after {clear: both;}

/* ======================================= MEDIA QUERIES ==================================================== */

/* ========================================================== */
/* ================ CELL PHONE - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 320px) {
	.wrapper {
  	width: 98%;
  	margin: 0 1%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {font-size: 1.2em; padding-top: 10px;}
  #logo h2 {
    font-size: 0.7em;}
    
 h1 {
	font: normal 0.8em  Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
 h2 {
	font: normal 1.0em  Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
}
 h3 {
	font: normal 1.0em   Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
	font-weight:bold;
}
h5 {
	font: normal 0.8em  Helvetica;
	color: #253c4a;
	text-align: justify;
}

.auto-style10 {
	 width: 80px;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}

.auto-style18 {
	text-align: center;
	font: normal 0.7em   Helvetica;
}
.auto-style8 {
	text-align: center;
	color: #253c4a;
	font: normal 0.7em  Helvetica;
}

.auto-style9 {
	border: 1px solid #808080;
	line-height: 150%;
	font: normal 0.7em  Helvetica;
}
.auto-style108 {
	text-align: justify;
	font: normal 0.7em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 0.8em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
.auto-style128 {
	text-align: center;
	font: normal 1.0em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}

.auto-style115 {
	text-align: justify;
	font: normal 0.7em   Helvetica;
	line-height: 150%;
}



.auto-style109 {
	text-align: left;
	font-variant: normal;
	font-size: 0.7em;
}

.contentBox2 {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
	font: normal 0.7em  Helvetica;

}


  .checkout {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 8px; color: #253c4a;}
  .checkoutinput {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 8px; color: #253c4a;}   
  .nopcart {background: #ff00FF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 8px; color: #253c4a;}
  .nopheader {background: #464444;border: 1px gray;  border-style:solid;border-color:gray; font-family: Helvetica; font-size: 8px; color: #FFFFFF;}
  .nopentry {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 8px; color: #253c4a;}
  .noptotal {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 8px; color: #253c4a;}
  .nopbutton {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 8px; color: #253c4a;} 
  .bott1 {}



    
/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	 select#selectnav1 {
    color: #253c4a;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 20px 6px 6px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #253c4a; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#slider {
	width: 100%;
	height: auto;}
	.nivo-caption {visibility: hidden; display: none;}
	.nivo-caption p {visibility: hidden; display: none;}
/* ===== tabbed content ===== */
	ul.tabs, .tab_container {
    visibility: hidden; 
    display: none;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {
    visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
    width: 98%; margin: 1%; padding: 0;}
  .catalog {margin-bottom: 20px;}
	dt.question {
    padding: 10px 0 0 30px; 
    margin: 0 5px;}
	dd.answer {
    margin: 0 20px;}
	footer section.contentBox4 {
    visibility: hidden; 
    display: none;}
	footer hr {display: none;}
}

/* ========================================================== */
/* =============== CELL PHONE - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {
	.wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1, #logo h1 a, #logo h1 a:hover { font-size: 1.2em; padding-top: 10px;}
  #logo h2 {
    font-size: 0.9em;}
h1 {
	font: normal 1.0em  Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
 h2 {
	font: normal 1.1em  Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
}
 h3 {
	font: normal 1.1em   Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
	font-weight:bold;
}
h5 {
	font: normal 0.9em  Helvetica;
	color: #253c4a;
	text-align: justify;
}

.auto-style18 {
	text-align: center;
	font: normal 0.8em  Helvetica;
}
.auto-style8 {
	line-height: 150%;
	text-align: center;
	color: #253c4a;
	font: normal 0.8em  Helvetica;
}

.auto-style9 {
	border: 1px solid #808080;
	line-height: 150%;
	font: normal 0.8em  Helvetica;
}
.auto-style10 {
	 width: 90px;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}

.auto-style108 {
	text-align: justify;
	font: normal 0.8em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 0.9em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
.auto-style128 {
	text-align: center;
	font: normal 1.1em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}

.auto-style109 {
	text-align: left;
	font-variant: normal;
	font-size: 0.8em;
}

.contentBox2 {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
	font: normal 0.7em  Helvetica;

}

  .checkout {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 10px; color: #253c4a;}
  .checkoutinput {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 10px; color: #253c4a;}   
  .nopcart {background: #ff00FF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 10px; color: #253c4a;}
  .nopheader {background: #464444;border: 1px gray;  border-style:solid;border-color:gray; font-family: Helvetica; font-size: 10px; color: #FFFFFF;}
  .nopentry {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 10px; color: #253c4a;}
  .noptotal {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 10px; color: #253c4a;}
  .nopbutton {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 10px; color: #253c4a;} 
  .bott1 {}

/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	 select#selectnav1 {
    color: #253c4a;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 20px 6px 6px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #253c4a; 
    font-size: 0.80em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#slider {
	width: 100%;
	height: auto;}
	.nivo-caption {visibility: hidden; display: none;}
	.nivo-caption p {visibility: hidden; display: none;}
/* ===== tabbed content ===== */
	ul.tabs, .tab_container {
    visibility: hidden; 
    display: none;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
  .catalog {margin-bottom: 20px;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	footer section.contentBox4 {visibility: hidden; display: none;}
	footer hr {display: none;}
}

/* ========================================================== */
/* ============== SMALL TABLET - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 623px) and (min-width: 481px) {
	.wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {font-size: 1.4em;}
  #logo h2 {
    font-size: 1.0em;}
h1 {
	font: normal 1.1em  Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
 h2 {
	font: normal 1.0em  Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
}
 h3 {
	font: normal 1.0em   Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
	font-weight:bold;
}
h5 {
	font: normal 1.0em  Helvetica;
	color: #253c4a;
	text-align: justify;
}

.auto-style18 {
	text-align: center;
	font: normal 0.8em  Helvetica;
}
.auto-style8 {
	line-height: 150%;
	text-align: center;
	color: #253c4a;
	font: normal 0.9em  Helvetica;
}
.auto-style9 {
	border: 1px solid #808080;
	line-height: 150%;
	font: normal 0.8em  Helvetica;
}
.auto-style108 {
	text-align: justify;
	font: normal 0.8em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 0.9em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
.auto-style128 {
	text-align: center;
	font: normal 1.2em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}

.auto-style109 {
	text-align: left;
	font-variant: normal;
	font-size: 0.9em;
}

.auto-style10 {
	 width: 100px;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}

  .checkout {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 13px; color: #253c4a;}
  .checkoutinput {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 13px; color: #253c4a;}   
  .nopcart {background: #ff00FF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .nopheader {background: #464444;border: 1px gray;  border-style:solid;border-color:gray; font-family: Helvetica; font-size: 13px; color: #FFFFFF;}
  .nopentry {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .noptotal {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .nopbutton {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;} 
  .bott1 {}

/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	 select#selectnav1 {
    color: #253c4a;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 20px 6px 6px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #253c4a; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#slider {
	width: 100%;
	height: auto;}
	.nivo-caption {font-size: 1.3em;}
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}
	.contentBox4.catalog {width: 48%; margin-bottom: 20px;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	footer section.contentBox4 {width: 46%; margin: 0 2%; padding: 0;}
}

/* ========================================================== */
/* ============== LARGE TABLET - PORTRAIT VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 768px) and (min-width: 624px) {
	.wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {font-size: 1.4em;}
  #logo h2 {
    font-size: 1.1em;}
h1 {
	font: normal 1.3em Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
 h2 {
	font: normal 1.2em  Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
}
 h3 {
	font: normal 1.2em   Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
	font-weight:bold;
}
h5 {
	font: normal 1.1em  Helvetica;
	color: #253c4a;
	text-align: justify;
}

.auto-style18 {
	text-align: center;
	font: normal 0.9em  Helvetica;
}
.auto-style9 {
	border: 1px solid #808080;
	line-height: 150%;
	font: normal 0.9em  Helvetica;
}

.auto-style108 {
	text-align: justify;
	font: normal 0.7em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 0.9em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
.auto-style128 {
	text-align: center;
	font: normal 1.4em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}

.auto-style8 {
	line-height: 150%;
	text-align: center;
	color: #253c4a;
	font: normal 1.0em   Helvetica;
}

.auto-style10 {
	 width: 110px;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}

  .checkout {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 13px; color: #253c4a;}
  .checkoutinput {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 13px; color: #253c4a;}   
  .nopcart {background: #ff00FF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .nopheader {background: #464444;border: 1px gray;  border-style:solid;border-color:gray; font-family: Helvetica; font-size: 13px; color: #FFFFFF;}
  .nopentry {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .noptotal {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .nopbutton {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;} 
  .bott1 {}

/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	 select#selectnav1 {
    color: #253c4a;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 20px 6px 6px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #253c4a; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#slider {
	width: 100%;
	height: auto;}
	.nivo-caption {font-size: 1.6em;}
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
	/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	dt.question {padding:  10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	.image-googlemap {max-width: 90%;}
	.contentBox4, .contentBox4.catalog {width: 48%; margin-bottom: 20px; padding: 0;}
	footer section.contentBox4 {width: 46%; margin: 0 2%; padding: 0;}
}
/* ========================================================== */
/* ============= SMALL TABLET - LANDSCAPE VIEW ============== */
/* ========================================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {
	.wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {font-size: 1.4em;}
  #logo h2 {
    font-size: 1.4em;}
    
h1 {
	font: normal 1.3em  Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
 h2 {
	font: normal 1.2em  Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
}
 h3 {
	font: normal 1.2em   Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
	font-weight:bold;
}
h5 {
	font: normal 1.2em  Helvetica;
	color: #253c4a;
	text-align: justify;
}

.auto-style8 {
	line-height: 150%;
	text-align: center;
	color: #253c4a;
	font: normal 1.0em   Helvetica;
}
.auto-style10 {
	 width: 120px;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}

.auto-style108 {
	text-align: justify;
	font: normal 0.8em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 1.0em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
.auto-style128 {
	text-align: center;
	font: normal 1.5em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}

  .checkout {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 14px; color: #253c4a;}
  .checkoutinput {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 14px; color: #253c4a;}   
  .nopcart {background: #ff00FF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 14px; color: #253c4a;}
  .nopheader {background: #464444;border: 1px gray;  border-style:solid;border-color:gray; font-family: Helvetica; font-size: 14px; color: #FFFFFF;}
  .nopentry {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 14px; color: #253c4a;}
  .noptotal {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 14px; color: #253c4a;}
  .nopbutton {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 14px; color: #253c4a;} 
  .bott1 {}

/* ===== navigation ===== */
	.js #nav {display: none;}
	.js .selectnav {
    display: block;}
	 select#selectnav1 {
    color: #253c4a;
	  background: transparent;
    width: 230px; 
    margin: 0 auto 0 auto; 
    padding: 20px 6px 6px 6px; 
    font-size: 1.0em; 
    letter-spacing: 1px;
    border: none;}
	select#selectnav1 option {
    background-color: #efefef; 
    color: #253c4a; 
    font-size: 0.90em; 
    padding: 1px 10px;}
/* ===== main image area ===== */
	#slider {
	width: 100%;
	height: auto;}
	.nivo-caption {font-size: 1.6em;}
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
/* ===== miscellaneous ===== */
	blockquote.leftside, blockquote.rightside {visibility: hidden; display: none;}
	.contentBox4.catalog {width: 48%; margin-bottom: 20px;}
	dt.question {padding: 10px 0 0 30px; margin: 0 5px;}
	dd.answer {margin: 0 20px;}
	.image-googlemap {max-width: 90%;}
	.contentBox4 {width: 48%; margin: 0 1%; padding: 0;}
	footer section.contentBox4 {width: 46%; margin: 0 2%; padding: 0;}
}


/* ========================================================== */
/* ======== LARGE TABLET PORTRAIT/DESKTOP/LAPTOP VIEW ======= */
/* ========================================================== */
@media screen and (max-width: 1299px) and (min-width: 801px) {
	.wrapper {
  	width: 96%;
  	margin: 0 2%;}
	#logo h1, #logo h1 a, #logo h1 a:hover {font-size: 1.6em;}
  #logo h2 {
    font-size: 1.2em;}
  	
  	
h1 {
	font: normal 1.3em  Helvetica;
	color: #004494;
	letter-spacing: -1px;
	margin: 0.5em 0;
}
 h2 {
	font: normal 1.2em  Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
}
 h3 {
	font: normal 1.2em   Helvetica;
	color: #253c4a;
	margin: 0.5em 0;
	font-weight:bold;
}
h5 {
	font: normal 1.2em  Helvetica;
	color: #253c4a;
	text-align: justify;
}


.auto-style8 {
	line-height: 150%;
	text-align: center;
	color: #253c4a;
	font: normal 1.0em   Helvetica;
}

.auto-style10 {
	 width: 130px;
	 height: auto;
}
.auto-style110 {
	vertical-align: sub;
}

.auto-style108 {
	text-align: justify;
	font: normal 0.8em   Helvetica;
}
.auto-style118 {
	text-align: justify;
	font: normal 1.0em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
.auto-style128 {
	text-align: center;
	font: normal 1.5em   Helvetica;
	text-indent: 15px;
	line-height: 170%;
}
 	
  	
  	
/* ===== main image area ===== */
	#slider {
	width: 100%;
	height: auto;}
	.nivo-caption {font-size: 1.9em;}
/* ===== tabbed content ===== */
	ul.tabs li {padding: 0px 5px;	text-transform: none; font-size: 0.90em;}
/* ===== navigation ===== */

  .checkout {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 13px; color: #253c4a;}
  .checkoutinput {font-family: Helvetica;border: 1px gray;  border-style:solid;border-color:gray; font-size: 13px; color: #253c4a;}   
  .nopcart {background: #ff00FF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .nopheader {background: #464444;border: 1px gray;  border-style:solid;border-color:gray; font-family: Helvetica; font-size: 13px; color: #FFFFFF;}
  .nopentry {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .noptotal {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;}
  .nopbutton {background: #FFFFFF;border: 1px gray;  border-style:solid;border-color:gray;font-family: Helvetica; font-size: 13px; color: #253c4a;} 
  .bott1 {}


}
