﻿body {
	background-repeat:repeat-x;
    background-color:#F2F3F5;
	font: 12px small "Arial",sans-serif;
	color:#444444;
}
h2 {
	padding:0;
}
p {
	padding-bottom:0;
}
#main_container {
	background-image:url(../img/layout/homepage/homeBg.gif);
	background-repeat:repeat-x;
    background-color:#FFFFFF;
}
#rowdii_container {
	margin:auto;
	width:844px;
}

#rowdii_logo { 
	width:170px; 
	float:left; 
}
#topBar {
	height:101px;
	position:relative;
}

#homepageLoginWrapper {
position:absolute;
right:0px;
top:48px;
width:77%;
height:28px;
}
.backToDiscussionWrapper {
	float:right;
	margin-left:5px;	
}
.signIn_bar{
	position:relative;
	float:right;
	margin-top:2px;
}
.signIn_bar a {
	color:#0666DE;
	text-decoration:none;
}
.signIn_bar a:hover {
	color:#FF009A;
}
.welcomeUser{
	color:#FF009A;
	padding:5px;
}
.signInBtnLinkDiv{
	border-left: #FFFFFF 2px solid;
	padding:5px;
}
.signInBtnLinkDiv a{color:#0666DE; text-decoration:none;}

#rowdii_homeLoginBar {
	background-image:url(../img/layout/homepage/searchAreaBg.gif);
	background-repeat:no-repeat;
	height:238px;
	position:relative;
}
.homeSearchBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	background-color:#FFFFFF;
	border:#FFFFFF 1px solid;
	width:320px;
	height:20px;
	position:absolute;
	top:112px;
	left:18px;
	color:#666666;
}
.homeGoBtn{
	position:absolute;
	top:103px;
	left:355px;
}
#rowdii_homeContent {
	padding:20px 0px 0px 0px;
}
#contentBoxLeft{
	float:left;
	width:235px;
	padding:19px;
	margin-right:9px;
	border:#E7E9EC 1px solid;
	/*height:280px;*/
	height:210px;
	overflow:hidden;
}
#contentBoxMid{
	float:left;
	width:235px;
	padding:19px;
	margin-right:9px;
	border:#E7E9EC 1px solid;
	/*height:280px;*/
	height:210px;
	overflow:hidden;
}
#contentBoxLeft p img{
	margin:auto;
	padding-top:9px;
}
#contentBoxMid p img{
	margin:auto;
	padding-top:9px;			
}
#contentBoxLeft p{
	margin-top:5px;
}
#contentBoxMid p{
	margin-top:5px;	
}
#contentBoxRight{
	float:right;
	width:273px;
}
.homeRegisterBtn{
	background-color:#EBF4FA;
	height:119px;
	margin-bottom:11px;
	position:relative;	
}
.homeDownloadBtn{
	background-color:#EBF4FA;
	height:119px;
	position:relative;	
}
.homeRegisterBtn input,
.homeDownloadBtn input {
	position:absolute;
	top:26px;
	left:35px;
}
.clearNstretch{
	background-color:#FFFFFF;
	height:20px;
	overflow:hidden;
	clear:both;
	padding:0px;
	margin:0px;
}

#rowdii_homeFtrBar {
	clear:both;
	background-color:#F2F3F5;
	height:144px;
	padding:41px 0px 0px 0px;
}
#rowdii_homeFtr {
	width:844px;
	margin:auto;
	color:#999999;
	line-height:20px;
}
#rowdii_homeFtr li{
	display:inline;
	color:#999999;
}
#rowdii_homeFtr a{
	font-size:11px;
	display:inline;
	color:#999999;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
