@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'skiaregular';
    src: url('../skia/skia-webfont.eot');
    src: url('../skia/skia-webfont.eot?#iefix') format('embedded-opentype'),
         url('../skia/skia-webfont.woff2') format('woff2'),
         url('../skia/skia-webfont.woff') format('woff'),
         url('../skia/skia-webfont.ttf') format('truetype'),
         url('../skia/skia-webfont.svg#skiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: skiaregular;
	/*background-color: #0064b0;*/
	background-color: #ffffff;
}

h2 {
	font-size: 1.6vw;
}

h3 {
	font-size: 1.5vw;
}

p {
	padding: 2% 0;
	font-size: 1vw;
}

li {
	margin-left: 7%;
	padding: 1% 0;
	color: #0665af;
	font-weight: bold;
	font-size: 1vw;
}

a, a:visited {
	color: #0665af;
}

.red {
	color: #ed1a3b;
}

.black {
	color: #000000;
}

.small-body {
	font-size: 0.9vw;
}

.large-body {
	font-size: 1.4vw;
}

.no-bullet {
	list-style-type: none;
}

.emphasis {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.hidden {
	display: none;
}

.text {
	padding:3px;
	font-size: 1vw;
}

.button {
	padding: 3px;
	font-size: 1vw;
}

#wrapper {
	position:relative;
	overflow: visible;
	margin: 0 auto 0 auto;
}

#wrapper img {
	width: 100%;
	display: block;
}
#wrapper #products img {
	width: 100%;
	display: block;
}

#text {
	position: absolute;
	background-color: #ffffff;
	color: #3c4095;
	width: 264px;
	left: 37px;
	top: 495px;
	padding-left:5px;
	font-size: 10.3px;
	line-height: 13px;
	display: none;

}

#products {
	position: relative;
}

#place-order {
	font-size: 1.10vw;
	position: absolute;
	top: 60px;
	right: 5.1%;
	width:19.5%;
	font-family: arial, helvetica, sans-serif;
}


@-moz-document url-prefix() {
	#place-order {
		right: 4.7%;
		width: 20.0%;
	}
}

#paypal {
	padding-top: 50px;
}

#paypal h3 {
	padding-bottom: 10px;
}

#paypal form {
	padding-top: 15px;
}