@CHARSET "ISO-8859-1";

* a img{
	border:0;
}

body{
	margin:0;
	padding:0;
	color:#EFEFEF;
	background-color:#333333;
	padding-bottom:40px;
	font-family:arial;
}

#topBlackBar{
	background-color:black;
	width:100%;
	height:26px;
}

#topBlackBarContent{
	width:926px;
	height:26px;
	margin:0px auto 0px auto;
}

#topBlackBarContent img{
	padding:4px 0px 0px 10px;
}

#headerBackground{
	background-image: url("/images/css-themes/newheader/repeating-brick-image.jpg");
	background-repeat:repeat-x;
	background-position:0px 26px;
	border-bottom:5px solid #336699;
	height:99px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

#backgroundShadow{
	background-image:url('/images/homepage/grey-fade.png');
	background-repeat:repeat-x;
	height:26px;
	width:100%;
	position:absolute;
	left:0;
	top:92px;
	z-index:-2;
}

#topLoginBar{
	height:73px;
	margin:0px auto 0px auto;
	width:926px;

}

#fitladsIcon{
	position:absolute;
	/*top:37px;*/
	top:38px;
}

#fitladsLogo{
	position:absolute;
	top:38px;
	margin-left:100px;
}

#loginBox{

	background-image:url('/images/homepage/grey.png');
	background-repeat:no-repeat;
	position:absolute;
	top:37px;
	margin-left:560px;
	height:55px;
	width:317px;
	font-size:13px;
}

#loginBox #formFields{
	text-align:center;
	margin-top:3px;
}

#loginBox #formFields input{
	background-color:#676767;
	background-image:none;
	border:0;
	height:17px;
	padding-top:3px;
	padding-left:2px;
	width:150px;
	color:#EFEFEF;
	font-size:12px;
}
#positioner{
	position:relative;
	top:-3px;
}

#mainWrapper{
	height:323px;
	background-color:gray;
	background-image:url('/images/homepage/bg-grey.jpg');
	background-repeat:repeat-x;
	width:100%;
	z-index:-3;
	position:absolute;
}

#main{
	width:926px;
	margin:0px auto 0px auto;
}

#mainLeft{
	background-image:url('/images/homepage/export-2.jpg');
	background-repeat:no-repeat;
	width:553px;
	height:305px;
	float:left;
}

#mainRight{
	float:right;
	width:336px;
	height:323px;
	font-family:arial;
	font-size:19px;
}

#mainRight h1{
	font-size:20px;
	margin:50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#onlineNow{
	background-image:url('/images/homepage/bar-blue.jpg');
	background-repeat:no-repeat;
	/*width:342px;*/
	width:302px;
	height:32px;
}

#onlineNowLeft{
	float:left;
	margin-right:8px;
	margin-left:6px;
}

#onlineNowLeft img{
	margin:7px 0px 0px 0px;
}

#onlineNowRight{
	float:left;
}

#onlineNowRight img{
	margin:7px 0px 0px 0px;
}

.clearer{
	clear:both;
}

#mainSignUp{
	text-align:right;
}

#mainSignUp a{
	color:white;
	text-decoration:underline;
	font-size:12px;
	padding-right:34px;
}

#mainSignUp a:hover{
	text-decoration:none;
}

#mainBottomShadow{
	position:absolute;
	background-image:url('/images/homepage/grey-fade.png');
	background-repeat:repeat-x;
	height:26px;
	width:100%;
	position:absolute;
	left:0;
	top:322px;
	z-index:-4;
}

#boxesBackground{
	width:100%;
	background-image:url('/images/homepage/graffiti.jpg');
	background-repeat:repeat-x;
	height:253px;
	z-index:-5;
	position:absolute;
	top:410px;
	border-bottom:5px solid #336699;
}

#boxesWrap{
	width:926px;
	margin:0px auto;
	height:253px;
}

.boxPadding{
	margin:50px 0px 0px 10px;
	height:184px;
	float:left;
}

.leftBoxCurve{
	float:left;
	background-image:url('/images/homepage/box-left.png');
	height:184px;
	width:21px;
}

.rightBoxCurve{
	float:left;
	background-image:url('/images/homepage/box-right.png');
	height:184px;
	width:21px;
}

.box{
	background-image:url('/images/homepage/box-middle.png');
	background-repeat:repeat-x;
	height:184px;
	float:left;
	font-size:14px;
}

.box p{
	padding:0px 0px 0px 0px;
}

.box ul{
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0;
}
.box ul li{
margin-bottom:8px;
}

.box ul li a{
	color:#EFEFEF;
	text-decoration:underline;
}

.box ul li a:hover{
	text-decoration:none;
}

.boxHeader{
	background-image:url('/images/homepage/bar-blue.jpg');
	padding:5px 15px 5px 10px;
	height:21px;
	margin-top:12px;
}

.boxLoginInput{
	background-color:#676767;
	background-image:none;
	border:0;
	height:20px;
	width:165px;
	color:#EFEFEF; padding-left:5px;
}

#footer{
	width:926px;
	margin:0px auto 0px auto;
	position:relative;
	top:577px;
	font-family:arial;
}

#footer .footerList{
	margin-right:70px;
	margin-left:20px;
	margin-top:10px;
	float:left;
	height:130px;
}

#footer .footerList h3{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

#footer .footerList ul{
	font-size:12px;
	list-style:none;
	margin:0;
	padding:0;
}

#footer .footerList ul li{
	color:#626262;
}

#footer .footerList ul li a{
	color:white;
	text-decoration:none;
	padding-right:10px;
}

