/*
Theme: 
Version: 
Author: 
Description: 
*/


/******************************
* BASIC PAGE STRUCTURE        *
******************************/
html, body {
	margin:0;
	padding:0;
	height: 100%;
	background-color:#00b2ce;
}

body {
/* Sans-Serif Fonts */
	font-family: Helvetica, Arial, sans-serif;
	
	font-size: 62.5%;
	border: none;
}

div {margin:0;padding:0;}

h1, h2, h3, h4, h5, h6 {margin-top:0;}

h1 {color:#00394f; font-weight:normal;font-size:5em;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {padding-top:0;}

span {}

a {}
a:hover {}
a:active {}

ol {}
ul {margin:0;padding:0;}
li {margin:0;padding:0;}
li li {}
li a {}
li a:hover {}

b, strong {}
em {}
strike {}
sup {}
sub {}
u {}
address {}
bockquote {}
fieldset {}

form {display:inline-block;}
lable {}

img {border:none;}

pre {}
cite {}


/******************************
* PAGE STRUCTURE        *
******************************/
#name {background:url('/images/background.png') no-repeat top left;width:577px;height:455px;z-index:10;}
#menu {position:absolute;top:13px;left:570px;}
#menu ul {list-style:none;}
#menu ul li {font-size:3.1em;padding:5px 0;color:#00394f;text-transform:uppercase;font-weight:normal;width:300px;}
#menu ul li:first-child {border-bottom:4px solid #00394f;margin-bottom:2px;}
#menu ul li a {color:#00394f;font-weight:normal;text-decoration:none;}
#menu ul li a:hover {color:#fff;font-weight:normal;text-decoration:none;}
#newsletter {position:absolute;top:335px;left:-80px;background:none;}
#newsletter .blank {width:100px;height:47px;margin:0;background:url('/images/newsletterbg1.png') repeat-x top left;display:inline-block;border:none;float:left;}
#newsletter #email {width:351px;height:47px;padding:0 15px; margin:0 -1px; background:url('/images/newsletterbg2.png') no-repeat top left;display:inline-block;border:none;float:left;color:#00394f;font-size:2.0em;}
#newsletter #email.active {background:url('/images/newsletterbg2a.png') repeat-x top left;}
#newsletter #email:hover, #newsletter #email.active:hover, #newsletter #email:focus, #newsletter #email.active:focus {background:url('/images/newsletterbg2b.png') repeat-x top left;}
#newsletter #submit {width:137px;height:47px;margin:0;background:url('/images/newsletterbg3.png') no-repeat top left;display:inline-block;border:none;float:left;text-transform:uppercase;font-size:2.2em;color:#00b2ce;}
#newsletter #submit:hover {color:#94c948;cursor:pointer;}
#body {position:absolute;top:260px;left:120px;max-width:750px;width:750px;}


#fold {position:absolute; bottom:0;right:0;z-index:100;}
#fold img {
	width: 80px; height: 80px;
	z-index: 99;
	position: absolute;
	right: 0; bottom: 0;
	-ms-interpolation-mode: bicubic;
}
#fold .msg_block {
	width: 80px; height: 80px;
	position: absolute;
	z-index: 50;
	right: 0; bottom: 0;
	background:url('/images/5reasons.png') no-repeat bottom right;
	text-indent: -9999px;
}


