
/*********************Reset*************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin : 0;
	padding : 0;
}

/* Removes list-style from lists */
ol, ul, li
{
	list-style : none;
}

/* Removes border from fieldset and img */
img
{
	border:0;
}

/*********************End Of Reset*************************/


/************** Clear Fix **************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
	clear: both;
}

html[xmlns] .clearfix {
	/* commenting below line fixes displaying bottom blocks - Marcin */
    /*display: block;*/
}

* html .clearfix {
    height: 1%;
}

/************* End Of Clear Fix **************/


html{
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	background-color:#727f8e;
	font-size:12px;
	font-family: "helvetica neue",Arial,Helvetica,sans-serif;
	xfont-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	color:#000;
}

body.print{
	padding:10px;
	margin:0px;
	background-color:#fff;
	font-size:12px;
	font-family: "helvetica neue",Arial,Helvetica,sans-serif;
	color:#000;
}

p {
	xfont-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
line-height:18px;
word-spacing:1px;
font-size:12px;
}

#Background{
	min-width:984px;
	text-align:center;
}



#Header{
	width:964px;
	height:97px;
	padding: 10px;
	margin:0;
	background-color:#fff;
	color:#fff;	
}

/****** Main Sections *****/

#ContentArea{
	margin:0 auto;
	width:984px;
	height:100%;
	text-align: left;
background-color:#fff;
xbackground:url("/media/images/content-bg.gif") repeat-y scroll center center #F9F9F9;
}


#TopAd{
	float:left;
	/*width:260px;*/
	padding: 0 10px 0 0;
	margin: 0;
}





.ListedLogo{
	float:left;
	width:40px;
	height:40px;
	margin-right:3px;
	margin-left: 0px;
	font-size:11px;
	/*background-color:#fff;
	padding: 3px;*/
}

/*********End of main sections ******/

.btn1,
.btn2,
.btn3,
.btn4{
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}


#Header h2{
	width:400px;
	float:left;
}

#LoginBox{
	float:right;
	/*width:150px;*/
	color:#333;
}

.logo{
	float:left;	
	padding: 1em;
}
