/* CSS Document */

body {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 11px; 
	line-height: 14px
}

.logo-banner {
	background-image:url('images/logo-banner.gif');
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:text-top;
	width: 735px;
	height: 93px;
	padding: 3px
}
#sky-strip {
	width: 100%;
	height: 146px;
	background-image:url('images/sky-strip-bg.jpg');
	background-repeat: repeat-x
}

a{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #CC0000;
}
.vertical-divider-table{
	height: 100%;
	width: 29px;
	background-image:url('images/vertical-divider-1.gif');
	background-repeat:repeat-y
}
.vertical-divider-table-2{
	height: 100%;
	width: 10px;
	padding: 0px;
	background-image:url('images/vertical-divider-2.gif');
	background-repeat:repeat-y
}
.horizontal-divider{
	height: 12px;
	width: 100%;
	background-image:url('images/horizontal-divider.gif');
	background-repeat:repeat-x
}
.ul {
	width: 150px;
}
ul {
	list-style-image:url('images/tick.gif');
	font-size: 10px
}
.ul-heading {
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.special-offer {
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
.news-title {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.contact-tels {
	margin-left: 20px;
}
.dash-table{
	border: 1px dotted #CCCCCC;
}