/*
Agents4U Stylesheet
Designed by Spencer at ExpertAgent (http://www.expertagent.co.uk)
Version 1

Last Update: 22nd July
*/

html, body, table, tbody, tfoot, thead, tr, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body{
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	font-size:11px;
}

body.sub{
	background-image:url('../images/bg2.gif');
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	font-size:11px;
}

img{
	border:0;
}

input, textarea{
	border: 1px solid #000;
	width: 200px;
}

input.formbuttons{
background-color: #2E3192;
color: #fff;
}

h1{
color:#2e3192;
font-size:22px;
}

h1.bottomheaders{
color: #292424;
font-size: 16px;
}

h2{
color:#2e3192;
font-size:22px;
}

p.homepagetext{
	font-size: 14px;
}


/* The Divs */

#uberwrapper{
	width:980px;
	margin: 0px auto;
}

#welcomeimage{
	position: relative;
	top:-3px;
}

#leftcolumn{
	width:490px;
	float:left
}

#rightcolumn{
	width:490px;
	float:left;
	text-align:center;
	padding-top: 20px;
	margin-bottom: 20px;
}

#footer{
	background-image:url('../images/footer1.gif');
	background-repeat:repeat-x;
	height: 250px;
	background-color: #B1ACAC;
}

#footerwrapper{
	width:980px;
	margin: 0px auto;
}

#footer1{
	height:208px;
	width:461px;
	float:left;
}

#footer1a{
	width:400px;
	margin: 20px 0 0 22px;
	line-height:20px;
}

#footer2{
	height:204px;
	width:503px;
	float:left;
}

#footer2a{
	width:485px;
	margin: 20px 0 0 10px;
	line-height:20px;
}

#footermenu{
	position:relative;
	top: 45px;
	left:-20px;
	text-align: center;
}

#footermenu2{
	text-align: center;
	margin: 20px 0 20px 0;
}

#welcomeimage{
	height:215px;
}

#pages{
	margin-top: 20px;
}

/* Tables */

table.sellframe{
        width: 100%;
        border-collapse: collapse;
}

td.selldesccol{
        width: 45%;
        border-collapse: collapse;
        background: lavender;
}

td.selldesccolalt{
        width: 45%;
        border-collapse: collapse;
}

td.sellinccol{
        border-collapse: collapse;
        background: lavender;
}

td.sellinccolalt{
        border-collapse: collapse;
}
