/* CSS Document StockXchange */
body {
	text-align:center; 
	margin:0;
	padding:0;
	background-color:#ffffff;
}
.wrapper {
	margin:0 auto;
	text-align:left;
	width: 955px;
}
a img{
border:0;
}
/* -------------------------- Header */
#header {
	margin: 0 auto;
	background: url(../web/images/header.jpg) repeat-x;
	height: 90px;
}
#header-container{
	height: 90px;
	margin: 0 auto;
	width: 955px;
	position: relative;
}
#header-logo{
	background: url(../images/logo.jpg) no-repeat;
	width: 250px;
	height: 84px;
	float: left;
	position: absolute;
	left: 0px;
	top: 3px;
}
/* -------------------------- Home centre banner */
#centre-banner {
	margin: 0 auto;
	height: 435px;
}
#homecentre-banner {/*hompage banner*/
	margin: 0 auto;
	height: 435px;
}
#homecentre-banner{
	padding: 0;
	height: 435px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../web/images/bannerbackground.gif);
	background-repeat: repeat-x;
}
#homecentre-image{
	width: 955px;
	height: 110px;
	background-color:#000000;
}
#home-image{/*hompage banner*/
	width: 955px;
	height: 435px;
	background-color:#000000;
}
h1 {
 font-size: 1em;
 }
/* -------------------------- Main body columns */
#homecoloumns{
	width:955px;
	margin-top:0px;
	padding-bottom:0px;
	float:left;
	background-color:#333333;
	height: 450px;
	border-bottom: 1px solid #FFFFFF;
}
#bodycontent {
	margin:0px;
	width: 944px;
	height:450px;
	float: left;
	background-color:#6A6A6A;
	
	border:#000000 5px solid;
	display: inline;	/*border-left: 1px dotted #CCCCCC ;*/
}

#bodycontent2 {
	margin:0px;
	width: 684px;
	height:450px;
	float: left;

	
}
#bodycontent2 img {
	border: 0;
}
#bodycontent2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	text-align:left;
	color:#000000;
	line-height: 1.6em;
	padding: 15px 15px 5px 25px;
	margin: 0;
}
#bodycontent2 a {
	color:#f1efe8;
	text-decoration:underline;
}
#bodycontent2 b {
	color:#f1efe8;
	font-weight:14px;
}
#bodycontent2 a:hover {
	color:#000000;
	text-decoration:underline;

}
#bodycontent2 h4{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 100;
	line-height: 10px;
	margin: 0px;
	padding: 30px 5px 5px 5px;
	font-size: 29px;
	text-align: left;
}
/* -------------------------- side menu */
ul.menu {
list-style-type:none;
position:absolute;
top:50px;
left:368px;
display:inline;
width:585px;
height:33px;
font-size:12px;
background-color:#000000;
font-family:"Times New Roman", Times, serif;
border:1px solid #ffffff;
margin:0;
padding:0;
float:right;
}

ul.menu li {
display:inline;
float:rleft;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#f5ecda;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#f1efe8;
background:#000000;
text-decoration:underline;
}

ul.menu .current a {
color:#f1efe8;
background:#000000;
text-decoration:underline;
font-weight:bold;
}

                  

/*-------right coloumn on homeoage*/
#images {
	margin:0px;
	width: 244px;
	height:450px;
	float: right;
	background-color:#888890;
}
/* -------------------------- Footer */
#footer{
	background: #000000;
	margin: 12px 8px 0px 0px;
	float: left;
	width: 955px;
}
#footercontainer{
	margin:0px;
	width: 955px;
	float: left;
}
/* -------------------------- footer main links */
#footermenu{
	padding:0px;
	color:#000000;
	float: right;
}
#footermenu p{
	color:#eee5d3;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#footermenu ul {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	width: 172px;
	margin:8px 0px 0px 4px;
}
#footermenu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eee5d3;
	float: left;
	margin: 0;
}
#footermenu a{
	display: block;
	font-size: 11px;
	text-decoration:underline;
	color:#eee5d3;
}
#footermenu a:hover{
	color:#9966cc;
	text-decoration:none;
}
#validate {
	margin:8px 10px 10px 14px;
	font-size:0.7em;
	color:#eee5d3;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	line-height:1.8;
}
#validate a{color:#000000; text-decoration:underline}
#validate a:hover{color:#0099ff}

