/* Broker Dealing CSS - Created by Excalibur Studio (D.Burns) */
/* Last Edited: 12th October 2009 */

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-size:12px;
	color:#4F4F4F;
}

a {
	color:#530062;
}

#top_bg {
	width:974px;
	background-image:url(images/bg_top.png);
	height:24px;
	margin:0 auto;
}

#container {
	width:964px;
	margin:0 auto;
	background-color:#fff;
	padding:5px;
}

#header {
	width:964px;
	height:133px;
	background-image:url(images/header.png);
}

#menu {
	width:964px;
	height:27px;
	margin-bottom:10px;
}

.menu_home a{
	width:194px;
	height:27px;
	float:left;
	background-image:url(images/menu_home.png);
}

.menu_home a:hover{
	background-image:url(images/menu_home_rl.png);
}

.menu_recent a{
	width:192px;
	height:27px;
	float:left;
	background-image:url(images/menu_recent.png);
}

.menu_recent a:hover{
	background-image:url(images/menu_recent_rl.png);
}

.menu_about a{
	width:192px;
	height:27px;
	float:left;
	background-image:url(images/menu_about.png);
}

.menu_about a:hover{
	background-image:url(images/menu_about_rl.png);
}

.menu_references a{
	width:192px;
	height:27px;
	float:left;
	background-image:url(images/menu_references.png);
}

.menu_references a:hover{
	background-image:url(images/menu_references_rl.png);
}

.menu_contact a{
	width:194px;
	height:27px;
	float:left;
	background-image:url(images/menu_contact.png);
}

.menu_contact a:hover{
	background-image:url(images/menu_contact_rl.png);
}

#right {
	width:271px;
	padding-left:10px;
	padding-right:8px;
	float:left;
}

#wrapper {
	width:964px;
}

#content {
	width:665px;
	float:right;
	padding-right:10px;
}

#content p {
	text-align:justify;
}

#footer {
	width:964px;
	height:25px;
	margin-top:10px;
	color:#fff;
	clear:both;
	background-image:url(images/footer_bg.png);
}


.title_welcome {
	width:665px;
	height:26px;
	background-image:url(images/title_welcome.png);
}

.title_quick {
	width:665px;
	height:26px;
	background-image:url(images/title_quick.png);
}

#holding form {
	float: right;
	margin: 259px 115px 0 0;
}
	
#content input.email {
	width: 150px;
	height: 20px;
	padding-top:4px;
	padding-left:6px;
	background: url(images/form.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6c6c;
	margin-bottom:10px;
}

#content textarea.email {
	width: 150px;
	height: 20px;
	padding-top:4px;
	padding-left:6px;
	background: url(images/form.png) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6c6c;
	margin-bottom:10px;
}

