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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0099FF;
	background-image: url(images/background_tile.gif);
	background-repeat: repeat;
}
p {
	font-family: Nunito, sans-serif; font-weight: 300;
	font-size: 15px;
	color: #385974;
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
h5 {
	font-family: 'Nunito', Arial, sans-serif; 		   	font-weight: 300;
	font-size: 12px;
	color: #385974;
	line-height: 15px;
}
h1 {
	font-family: 'Nunito', Arial, sans-serif; font-weight: 500;
	font-size: 18px;
	color: #00ADDD;
	}
h2 {
	font-family: 'Nunito', Arial, sans-serif; font-weight: 300;
	font-size: 15px;
	color: #385974;
}
h3 {
	font-family: 'Nunito', Arial, sans-serif; font-weight: 500;
	font-size: 16px;
	color: #00ADDD;
}
sale {
	font-family: 'Nunito', Arial, sans-serif; font-weight: 500;
	font-size: 14px;
	color: #ff1616;
}
sale2 {
	font-family: 'Nunito', Arial, sans-serif; font-weight: 300;
	font-size: 15px;
	color: #ff1616;
}

a {
	font-family: Nunito, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #385974;
	text-decoration: none;
	line-height: 18px;
}
a:visited { color: #385974; }
a:hover { color: #ff1616; }

img.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 0.25s linear;
	}	
 
img.opacity:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
 	-webkit-transition: opacity 0.25s linear;
	}
	
a.external:link {font-family: 'Nunito', Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #385974;
	text-decoration: none;
	line-height: 15px; }
a.external:visited {color: #385974; }
a.external:hover {color: #ff1616; }

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.50;
    filter: alpha(opacity=50);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}


