/* CSS Document for Sussex Trade Centres Ltd*/


body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, sans-serif; font-size: 13px; color: #434343;
	margin-top:15px;
	}

html,* html #wrap {}

#wrap {
	position:relative;
	width:800px; /*page width set here*/
	margin:0 auto;
	background-color:#ffffff;
	}

#inner-wrap { /*holds the nav and main contents*/
	padding-bottom:20px; /*this is as deep as the footer*/
	position:relative;
	border:1px solid #9c9c9c;
	background-color:#f6f5f5;
	}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
	}

* html #inner-wrap {}

#header {
	height:150px;
	margin-bottom:3px;
	background:url(graphics/banner2.jpg) left top no-repeat; /*use this to add header image*/
	background-color:#FFFFFF;
	}

/*Welcome Box*/
	
#welcomebox {
	width:798px;
	height:135px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:1px solid #9c9c9c;
	text-align:left;
	background:url(graphics/envelope.jpg) right top no-repeat;
	}
	
#addressinfo {
	width:150px;
	height:118px;
	float:right;
	padding-right:10px;
	padding-top:17px;
	font-weight:bold; color: #424040;
	text-align:right;
	}
	
#seal {
	width:173px;
	height:120px;
	position:absolute;
	top:198px;
	left:-12px;
	background:url(graphics/seal.gif) left top no-repeat;
	background-image: url(graphics/seal.gif);
	}
	
#approved1 {
	width:200px;
	height:95px;
	position:absolute;
	top:225px;
	left:10px;
	}

#approved2 {
	width:200px;
	height:95px;
	position:absolute;
	top:225px;
	left:285px;
	}

#approved3 {
	width:180px;
	height:95px;
	position:absolute;
	top:225px;
	left:570px;
	}

/*Welcome Box End*/

/*Main Contents*/
	
#content {
	width:440px;
	position:relative;
	top:10px;
	left:8px;
	background-color:#d9d8d8;
	border:1px solid #9c9c9c;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	}

#content_right {
	width:300px;
	height:225px;
	position:absolute;
	top:10px;
	left:480px;
	border:1px solid #9c9c9c;
	padding:3px;
	}

#content_postcode {
	width:175px;
	height:110px;
	position:absolute;
	top:252px;
	left:480px;
	border:1px solid #9c9c9c;
	padding-top:10px;
	padding-left:131px;
	background:url(graphics/postcode.jpg) left top no-repeat;
	}
	
#financecalc {
	padding-top:15px;
	}
	
.currentday {
background-color:#99b3cc;
color:#ffffff;
}

.day {
color:#000000;
}

#disclaimer {
	padding-left:10px;
	}
	
#sitemap {
	padding-left:10px;
	padding-top:10px;
	}

/*Main Contents End*/


#footer {
	width:800px;
	left:0; /*this is for internet 'stupid' explorer*/
	height:77px;
	background-color:#d9d8d8;
	border:1px solid #9c9c9c;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	padding-top:3px;
	}

/* Typeography */

a {
	font-size:10px;
	text-decoration:none;
	}

/* Typeography End */
 

/* Main Navigation*/
 
#links {
	width:800px;
	margin-left:1px;
	margin-bottom:7px;
	height:30px;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	}

#links li a {
	height:20px;
	padding-top:4px;
	text-decoration:none;
	list-style:none;
	background-color:#adb4ef;
	border:1px solid #6c6c6c;
	margin-bottom:2px;
	width:151px;
	margin-right:2px;
	/*background:url(graphics/nav_bg.gif) left top repeat-x;*/ /*Here is the normal state image*/
	}

#links li a:link,#links li a:visited {
	color:#000;
	display:block;
	padding-left:5px;
	font-size:12px;
	text-align:center;
	}

#links li a:hover,#links li a:active, #links li .current {
	color:#000;
	text-decoration:none;
	background-color:#717df1;
	/*background:url(graphics/nav_bg_over.gif) left top repeat-x;*/ /*Here is the over state image*/
	}

/* Navigation End*/

.hometext li {
	margin-bottom:10px;
	}

a:link    {color: #4555f1; }
a:hover   {color: #4555f1; }
a:active  {color: #999999; }
a:visited {color: #4555f1; }

h2 {font-family: Arial, Verdana, sans-serif; font-size: 13px; color: #03e3c3c; font-weight:bold; }
h3 {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #938d8d; }
