/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


/* 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;
	}
	
h2.feature_title {
	font-size: 13px;
	}

#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: 306px;
	}

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

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

#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;
	position: relative;
	}

#feature_details {
	position: absolute;
	top: 245px;
	left: 40px;
	width: 250px;
	text-align: center;
	}
	
#main-graphic .intro {
	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;
position: relative;
	}

#button3 h2 {
padding-top: 15px;
margin-left: 35px;
text-align: center;
}

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

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

#button3 p.click {
position: absolute;
top: 95px;
left: 29px;
	}

/* 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 */

.connect_widget_text_summary, .connect_text_wrapper { display: none; }
