@charset "UTF-8";

/* MAIN SITE STYLES */

body{
	background:#dbf5f3;
	font: 12px/20px Arial;
	color: #2a2a2a;
	}

h2 {
	font-family: Georgia;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	color: #459a98;
	}

h3 {
	color: #47b5a8;
	margin-bottom: 5px;
	}

a {
	text-decoration: none;
	color: #387776;
	}

p {
	color: #50a3a1;
	}

b {
	color: #2a2a2a;
	}
	
.clr {
	clear:both;
}

small {
	font-size: 9px;
	}

#wrapper {
	position: relative;
	width: 960px;
	margin: 5em auto 0 auto;
	background: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0px 8px 50px #CCC;  
			-moz-box-shadow: 0px 8px 50px  #CCC;  
			-webkit-box-shadow: 0px 8px 50px #CCC;
	}

#header {
	height: 70px;
	overflow: hidden;
	margin: 25px 25px 0 25px;
	position: relative;
	}

h1 {
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
	height: 75px;
	}

h2.page-title {
	font-family: Arial;
	font-style: normal;
	font-weight: 200;
	font-size: 30px;
	padding-top: 20px;
	padding-left: 207px;
	margin-bottom: 30px;
	border-top: 1px solid #eeeeee;
	color: #47b5a8;
	}

h2.product-name {
	font-family: Arial;
	font-style: normal;
	font-weight: 200;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 6px;
	color: #47b5a8;
	}

h2.press-title {
	font-family: Arial;
	font-style: normal;
	font-weight: 200;
	font-size: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #eeeeee;
	color: #47b5a8;
	}

#magneto {
	position: absolute;
	top: 0;
	right: 0;
	}

#magneto ul {
	padding-right: 22px;
	}

#magneto li {
	float: left;
	display: inline;
	padding-left: 12px;
	}

#magneto li a {
	color: #65c8c5;
	font-size: 11px;
	}

#magneto li a:hover {
	color: #387776;
	}

#top-nav {
	margin-top: -32px;
	margin-left: 366px;
	}

#top-nav ul {
	width: 600px;
	}

#top-nav li {
	display: inline;
	padding-left: 30px;
	}

#top-nav li a {
	color: #919191;
	text-transform: uppercase;
	font-size: 12px;
	}

#top-nav li a:hover {
	color: #65c8c5;
	}

#main-content {
	margin-right: 25px;
	margin-left: 25px;
	overflow: hidden;
	}

#bottom-nav {
	clear: both;
	width: 960px;
	margin:  0 auto;
	padding-top: 8px;
	overflow: hidden;
	}

.leftnav {
	float: left;
	margin-left: 25px;
	}

.leftnav li {
	float: left;
	display: inline;
	padding-right: 12px;
	font-size: 10px;
	text-transform: uppercase;
	}

.rightnav {
	float: right;
	margin-right: 25px;
	font-size: 10px;
	}

.rightnav li {
	float: left;
	display: inline;
	text-transform: uppercase;
	padding-left: 12px;
	}

#signup {
   position: absolute;
   z-index: 10;
   left: 759px;
   top: 519px;
   font-size: 11px;
	}

/* END OF MAIN SITE STYLES */



/* HOMEPAGE STYLES */

#main-graphic {
	height: 306px;
	background: url(../images/featureimg.jpg) no-repeat;
	}

#main-graphic p {
	width: 413px;
	margin-left: 410px;
	padding-top: 220px;
	}

#buttons {
	margin-top: 12px;
	margin-right: 25px;
	margin-left: 25px;
	height: 148px;
	}

.click a {
	color: #ffffff;
	}

#button1 {
	float: left;
	margin-right: 12px;
	background: url(../images/button1.jpg) no-repeat;
	height: 124px;
	width: 295px;
	}

#button1 h2 {
	padding-left: 100px;
	padding-top: 15px;
	}

#button1 p {
	width: 200px;
	padding-left: 100px;
	line-height: 14px;
	font-size: 11px;
	padding-top: 10px;
	}

#button1 .click {
	padding-top: 19px;
	padding-left: 105px;
	}

#button2 {
	float: left;
	margin-right: 12px;
	background: url(../images/button2.jpg) no-repeat;
	height: 124px;
	width: 295px;
	}

#button2 h2 {
	padding-left: 135px;
	padding-top: 15px;
	}

#button2 .click {
	padding-left: 107px;
	padding-top: 68px;
	font-size: 11px;
	}

#button3 {
	float: left;
	background: url(../images/button3.jpg) no-repeat;
	height: 124px;
	width: 295px;
	}

#button3 h2 {
	padding-left: 80px;
	padding-top: 15px;
	}

#button3 .email {
	margin-top: 5px;
	margin-left: 30px;

	}

#button3 p {
	padding-left: 30px;
	padding-top: 5px;
	font-size: 11px;
	width: 250px;
	height: 20px;
	line-height: 14px;
	}

input#newsletter {
	color: #919191;
	margin-top: 8px;
	}

#button3 .click {
	padding-left: 123px;
	padding-top: 10px;
	}

/* END OF HOMEPAGE STYLES */



/* ABOUT PAGE STYLES */

#about-content {
	margin-right: 25px;
	margin-left: 25px;
	overflow: hidden;
	}

#col1 {
	float: left;
	margin-right: 35px;
	}

#col2 {
	float: left;
	width: 455px;
	margin-right: 35px;
	}

.about {
	width: 455px;
	color: #999999;
	padding-bottom: 25px;
	}

#col3 img {
	padding-bottom: 300px;
	}

/* END OF ABOUT PAGE STYLES */

/* PRESS STYLES */

#press-content {
	margin-right: 25px;
	margin-left: 25px;
	overflow: hidden;
	}

#press-content img {
	padding: 4px;
	background: #dbf5f3;
	border: 1px solid #5ee8d8;
	margin-right: 23px;
	margin-bottom: 23px;
	}

#press-content img.lastpress {
	margin-right: 0px;
	}

/* END PRESS STYLES */