@charset "UTF-8";
#top {
	text-align: center;
	height: 90px;
	width: 100%;
	background-image: url(images/top_fade.gif);
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/river-bottom.gif);
	background-position: center 90px;
	background-repeat: no-repeat;
	/* background-attachment:fixed; */
	font-family:Arial, Helvetica, sans-serif;
	color:#204d52;
	font-size:14px;
}
#middle {
	background-image: url(images/glass.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	width: 821px;
	float:left;
}
#middle #content {
	padding:55px 80px 10px 80px;
	clear:both;
}
#bottom {
	background-image: url(images/glass-bottom.png);
	behavior: url(iepngfix.htc);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 821px;
	float:left;
	font-size:11px;
	color:#aaaaaa;
	text-align:center;
	padding-top:17px;
}
#menu_box {
	position:absolute;
	height:55px; 
	width:528px;
	top:90px;
	left: 50%;
	margin-left:-250px;
	/* background-color:#00FFCC; */
	text-align:center;
}
#menu
{
	padding:0;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
}
#menu li {
	display:inline;
}
#menu li a
{
	padding:30px 0px 0px 0px;
	height:25px;
	color:#284b50;
	text-decoration:none;
	float:left;
	text-transform:uppercase;
}


html>body #menu li a /* Set link background image for non-IE6 browsers */
{
	background-image: url(images/uber.png);
	background-repeat:no-repeat;
	background-position: center -200px;

}

html>body #menu li a:hover /* Move link background image to hover position for non-IE6 browsers */
{
	background-position: center -55px;

}

html>body #menu li a.uber:hover /* Move link background image to hover position for non-IE6 browsers */
{
	background-position: center top;

}


#menu li a.uber 
{
	color:#fff;
	font-weight:bold;
	background-image: url(images/uber.png);
	background-position: center top;
	behavior: url(iepngfix.htc);
}

h1 {
	color:#1eab5c;
	font-size:25px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:-1px;
	padding-top:10px;
}

h2 {
	color:#1eab5c;
	font-size:14px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:-.03em;
	padding-top:8px;
}	
p {
	line-height:17px;
}
.float {
	color:#3e99a1;
}
.small {
	font-size:11px;
	line-height:12px;
}
.point {
	float:left;
	width:310px;
	margin-left:15px;
	margin-top:8px;
	margin-bottom:35px;
}
#sign_up {
	background-color:#f6fdff;
	border:#7da0a6 solid 4px;
	padding:25px;
}
.arrow {
	height:92px;
	width:92px;
	margin-bottom:35px;
	background-image: url(images/arrow.gif);
	cursor:pointer;
	float:right;
}

.arrow-small {
	height:46px;
	width:46px;
	background-image: url(images/arrow-small.gif);
	cursor:pointer;
	margin-right:20px;
}
a:link {
	color:#1eab5c;
}
a:visited {
	color:#1eab5c;
}
a:hover {
	color:#00ca59;
}
.icons {
	background-repeat:repeat-x;
	height:94px;
}
.icons a:link {
	color:#204d52;
	text-decoration:none;
}
.icons a:visited {
	color:#204d52;
	text-decoration:none;
}
.icons a:hover {
	color:#ffffff;
	font-weight:bold;
}
.icons td {
	width:90px;
	padding-bottom:5px;

}
.icon_preview_n {
	background-image: url(images/icon-preview-n.png);
	behavior: url(iepngfix.htc);
	/* background-position:center; */
}
.icon_preview_a {
	background-image: url(images/icon-preview-a.png);
	behavior: url(iepngfix.htc);
	font-weight:bold;
}
.icon_design_n {
	background-image: url(images/icon-design-n.png);
	behavior: url(iepngfix.htc);
}
.icon_design_a {
	background-image: url(images/icon-design-a.png);
	behavior: url(iepngfix.htc);
	font-weight:bold;
}
.icon_content_n {
	background-image: url(images/icon-content-n.png);
	behavior: url(iepngfix.htc);
}
.icon_content_a {
	background-image: url(images/icon-content-a.png);
	behavior: url(iepngfix.htc);
	font-weight:bold;
}
.icon_publish_n {
	background-image: url(images/icon-publish-n.png);
	behavior: url(iepngfix.htc);
}
.icon_publish_a {
	background-image: url(images/icon-publish-a.png);
	behavior: url(iepngfix.htc);
	font-weight:bold;
}
#how_it_works_preview strong {
	color:#008694;
}
#how_it_works_design strong {
	color:#ffa600;
}
#how_it_works_content strong {
	color:#41d600;
}
#how_it_works_publish strong {
	color:#00beff;
}
.float {
	color:#4e969e;
	text-transform:uppercase;
}
h1.articles {
	padding:0px;
	margin:0px;
	line-height:12px;
}
h4.articles {
	padding:0px;
	margin:0px;
	line-height:12px;
	font-size:11px;
}

