html, body {
	height: 100%;
	background-color: #e3e8ec;
}
#wrapper {
	background: url(../images/bg-gradient-repeat.jpg) repeat-x;
}
#containerHome {
	overflow: hidden;
	background:url(../images/bg-home.png) bottom left no-repeat;
}
#container {
	overflow: hidden;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat top left;
	height: 205px;
}


#topNavBG {
	width: 540px;
	height: 75px;	
	background: url(../images/nav-sprite.jpg) no-repeat top right;
	float: right;
}
#topNav span {
	display: none;
}
ul#topNav {
	margin:0;
}
#topNav li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#topNav li, #topNav a {
	display:block;
	height:75px;
}
#topNav-01 {
	width: 150px;
}
#topNav-02 {
	width: 150px;
}
#topNav-03 {
	width: 108px;
}
#topNav-04 {
	width: 132px;
}
#topNav-01 a:hover {
	background:url(../images/nav-sprite.jpg) 0px -75px no-repeat;
}
#topNav-02 a:hover {
	background:url(../images/nav-sprite.jpg) -150px -75px no-repeat;
}
#topNav-03 a:hover {
	background:url(../images/nav-sprite.jpg) -300px -75px no-repeat;
}
#topNav-04 a:hover {
	background:url(../images/nav-sprite.jpg) -408px -75px no-repeat;
}

#mainContent {
	margin-top:18px;
}
#gallery {
	margin-top:18px;
}

.spacer40 {
	height: 40px;	
}

#sidebar {
	margin-top:18px;
}
#secondary1, #secondary2, #newsletter {
	padding-top: 18px;
	background:url(../images/icon-s.png) top right no-repeat;
}
#secondary1 p, #secondary2 p, #mainContent p, #wide p, #thin p,  #newsletter p, #lowerNav p {
	padding: 1em;
}

#imgBlock1 {
	margin-top: 10px;
}

#imgBlock2 {
	margin-top: 10px;
}

 #lowerNav {
	background: url(../images/icon-m.png) top right no-repeat; 
 }

#footer {
	clear: both;
	padding-top: 20px;
	height: 120px;
}
#footer p {
	padding: 80px 10px 0 10px;
	color: #FFF;
}
#col1, #col2 {
	border-top: 1px dashed #999;
}

.listing {
	background: url(../images/dotted-line.png) bottom left no-repeat;
	padding-bottom: 30px;
}

.img {
border: 1px #FFF solid;	
}

.imgFloatL {
	float: left;
	margin: .8em .8em 1.4em .8em;
	border: 1px solid #FFF;
}
.imgFloatR {
	float: right;
	margin: .8em .8em 1.4em .8em;
	border: 1px solid #FFF;
}

.imgWide {
	border: 1px #FFF solid;
}

.totop a {
	margin-right: 20px;
	float: right;
	height: 50px;
	width: 30px;	
}
.totop a:hover {
	background: url(../images/totop.png) left top no-repeat;
}
.BUTTON_SHOP {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   border: solid #FFFFFF 1px;
   color: #FFFFFF;
   font-family: "Century Gothic", Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: 100;
   padding: 18px;
   background-color: #4CD4E0;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   margin: 0 0 20px 10px;
}

.BUTTON_SHOP:hover {
   background: #3fa1aa;
   border: solid #FFFFFF 1px;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   text-decoration: none;
}

.modal {
	z-index: 10;
	display: block;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5)
}
.modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	max-width: 600px
}
.modal-inner { padding: 20px 30px; }
.modal-close {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #ccc;
	padding: 6px 10px;
}
.animate-opacity { animation: opac 0.8s }@keyframes opac{from{opacity:0} to{opacity:1}}