/* This style sheet only applies to the home page */

/*  ------------------ CONTENT CONTAINER ------------------*/

td#left-cell{
	width:300px;
	font-family:verdana;
	font-size:11px;
	text-align:justify;
}

td#right-cell{
	width:500px;
}

/*  ------------------ LEFT CELL ------------------*/

div#personal-holder{
	background-image:url(../images/left_boxes/h_personal.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:137px;
}

div#personal-con,div#corporate-con,div#specialised-con{
	width:270px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
}

div#corporate-holder{
	background-image:url(../images/left_boxes/h_corporate.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:137px;
	margin-top:20px;
}

div#specialised-holder{
	background-image:url(../images/left_boxes/h_specialised.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:137px;
	margin-top:20px;
}

/*div#quotation-cell{
	background-image:url(../images/left_boxes/h_quote.jpg);
	width:464px;
	height:115px;
	margin-top:29px;
}*/

#rate-us{

	width:464px;
	margin-top:20px;
	border-collapse:collapse;
	}

	
#rate-top{
	background-image:url(../images/left_boxes/rate_top.jpg);
	background-repeat:no-repeat;
	height:41px;
}

#rate-middle{
	background-image:url(../images/left_boxes/rate_middel.jpg);
}

#rate-bottom{
	background-image:url(../images/left_boxes/rate_bottom.jpg);
	background-repeat:no-repeat;
	height:15px;
}

#rate-us .bodytext{
	width:430px;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
	font-size:11px;
	text-align:justify;
	line-height:20px;
}

/*  ------------------ CONTENT LINKS ------------------*/

td#left-cell a{
	color:#16325C;
	font-weight:bold;
	font-style:italic;
	float:right;
}

td#left-cell a:hover{
	color:white;
	background-color:#5C6F8D;
	font-weight:bold;
	font-style:italic;
	float:right;
}

td#right-cell a{
	color:#CE1725;
	font-weight:bold;
	font-style:italic;
	float:right;
}

td#right-cell a:hover{
	color:white;
	background-color:#CE1725;
	font-weight:bold;
	font-style:italic;
	float:right;
}

/*  ------------------ CONTENT TABLE ------------------*/

table#content-container td{
	border-collapse:collapse;
}

td#content-top{
	background-image:url(../images/home/content_top.jpg);
	background-repeat:no-repeat;
	width:464px;
	height:11px;
}

td#content-bottom{
	background-image:url(../images/home/content_btm.jpg);
	background-repeat:no-repeat;
	width:464px;
	height:11px;
}

td#content-middle{
	background-image:url(../images/home/content_bg.jpg);
	background-repeat:y-repeat;
	width:464px;
}

table#content-holder{
	float:right;
}

/*  ------------------ HEADERS ------------------*/

h1,h2,h3,h4,h5,h6{
	font-family:verdana;
}

h1{
	font-size:20px;
	color:#16325C;
	font-style:italic;
	margin-left:15px;
}

h2{
	color:#CE1725;
	font-size:18px;
	font-style:italic;
}

/*  ------------------ CONTENT ------------------*/

.content_div{
	font-family:verdana;
	font-size:11px;
	padding-right:15px;
	padding-left:15px;
	line-height:20px;
	text-align:justify;
}

.content_div ul{
	margin-left:15px;
}
	
.content_div ul li{
	list-style:url(../images/main/icon.jpg);
}

.content_div a{
	color:#16325C;
}

.content_div a:hover{
	color:white;
	background-color:#16325C;
}
