body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  background-image: url(../images/background-top.jpg);
  background-repeat: repeat-x;
}

a { text-decoration:none; }

a:hover {
  outline: 0; color: #FFFFFF; 
}

a[href^="mailto:"]
{ 
	color: #252525;
	font-size: 14px;
	line-height: 20px;
	font-weight:bold;
}

a:hover[href^="mailto:"]
{ 
	color: #252525;
	font-size: 14px;
	text-decoration: underline;
	line-height: 20px;
}

a img {
	border: none;
}

h1 {font-size:22px; font-weight:700; color:#000099; line-height: 18px;}
h2 {font-size:22px; font-weight:700; color:#252525; line-height: 18px;}

.style-1 { font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:600; color:#ffffff;}
.style-1 a{ font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:600; color:#ffffff;}
.style-1 a.active{ font-family: 'Open Sans', sans-serif; cursor:default; font-size:15px; font-weight:600; color:#fecc09;}
.style-1 a:hover{ font-family: 'Open Sans', sans-serif; font-size:15px; font-weight:600; color:#fecc09;}
.style-2 { font-size:22px; font-weight:600; color:#252525; line-height: 30px;}
.style-3 { font-size:12px; font-weight:600; color:#555454; line-height: 18px;}
.style-4 { font-size:15px; font-weight:600; color:#555555;}
.style-5 { font-size:14px; font-weight:600; color:#555555;}
.style-5 a{ font-size:14px; font-weight:600; color:#555555;}
.style-5 a:hover{ font-size:14px; font-weight:600; color:#555555; text-decoration:underline;}
.style-6 { font-size:14px; font-weight:600; color:#8b8b8b; text-align:center;}
.style-6 a{ font-size:14px; font-weight:600; color:#8b8b8b; text-align:center;}
.style-6 a:hover{ font-size:14px; font-weight:600; color:#8b8b8b; text-align:center; text-decoration:underline;}
.style-7 { font-size:14px; font-weight:600; color:#555454;}
.style-7 a{ font-size:14px; font-weight:600; color:#555454;}
.style-7 a:hover{ font-size:14px; font-weight:600; color:#2a3faa;}
.style-8 { font-size:15px; font-weight:600; color:#555454;}
.style-8 a{ font-size:15px; font-weight:600; color:#555454;}
.style-8 a:hover{ font-size:15px; font-weight:600; color:#555454; text-decoration:underline;}
.style-9 { font-size:14px; color:#252525; font-weight:600;}
.style-9 a[href^="mailto:"] { font-size:14px; color:#252525; font-weight:600;}
.style-9 a:hover[href^="mailto:"] { font-size:14px; color:#252525; font-weight:600; text-decoration:underline;}
.style-10 { font-size:20px; font-weight:600; color:#555555;}
.style-11 { font-size:14px; font-weight:600; color:#363636; line-height:20px;}
.style-12 { font-size:12px; font-weight:600; color:#ffffff; line-height:20px;}
.style-13 { font-size:12px; font-weight:600; color:#363636; line-height:20px;}
.style-14 { font-size:23px; font-weight:700; color:#252525;}
.style-15 { font-size:18px; font-weight:600; color:#555454; line-height: 24px;}

.footer { font-size:11px; color:#707070; line-height: 20px; letter-spacing: 0.07em;}
.footer a{ font-size:11px; color:#707070; line-height: 20px; letter-spacing: 0.07em;}
.footer a:hover { font-size:11px; color:#707070; line-height: 20px; text-decoration: underline; letter-spacing: 0.07em;}

.pic { opacity: 1; filter: alpha(opacity=100); no-repeat; } 
.pic:hover { opacity: 0.8; filter: alpha(opacity=50); }

.product {border: 1px solid #d6d4d4;}

#container {
	width: 1006px;
	margin: 0;
	position: relative;
}

div#slideshow {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: scroll;
	position: relative;
	z-index: 5;
}

	div#slideshow ul#nav {
		display: none;
		list-style: none;
		position: absolute; width: 1006px; top: 195px; z-index: 200;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin: 0 0 0 15px;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 15px 0 0;
		}
		div#slideshow ul#nav li a {
			display: block; width: 50px; height: 50px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background: url(../images/prev.png);
			}
			div#slideshow ul#nav li#next a {
				background: url(../images/next.png);
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}
		
ul, li {
	margin: 0; padding: 0; border: 0;
}

.button{text-decoration:none;
 text-align:center; 
 padding:6px 14px 6px 14px; 
 border:none; 
 -webkit-border-radius:0px;
 -moz-border-radius:0px; 
 border-radius: 0px; 
 font-size:12px;
 color:#cccccc; 
 background-color:#425764;
}

.button2{text-decoration:none;
 text-align:center; 
 padding:6px 10px 6px 10px; 
 border:none; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius:4px; 
 font-size:13px;
 font-weight;600;
 color:#fdfdfd; 
 background-color:#000099;
 box-shadow: 1px 1px 5px #888888;
}

.button2:hover{text-decoration:none;
 text-align:center; 
 padding:6px 10px 6px 10px; 
 border:none; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius:4px; 
 font-size:13px;
 font-weight;600;
 color:#ffca04; 
 background-color:#000099;
 box-shadow: 1px 1px 5px #888888;
}


span[class^='skype_pnh_container'] {display:none !important;}
span[class^='skype_pnh_print_container'] {display:inline !important;}
