#main_wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	padding:30px;
	overflow:auto;
}
.logo {
	padding-left:20px;
	padding-top: 10px;
}
#nav {
	float:left;
	width:800px;
	padding-top:30px;
	padding-bottom: 20px;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav li {
    float:left;
	width: 100px;
	text-align: center;
    margin: 0;
    padding: 0;
}
#nav a, #nav strong, #nav span {
    display: block;
	background-image:url(../images/nav/up.gif);
	background-repeat:no-repeat;
	padding-top: 12px;
	padding-bottom: 5px;
	height: 30px;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
    display: block;
	background-image:url(../images/nav/over.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
#nav #current, #nav #current a {
    background-image:url(../images/nav/over.gif);
	background-repeat: no-repeat;
	color: #333333;
}
#nav .two_line a {
	display: block;
	background-image:url(../images/nav/up.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	height: 38px;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
#nav .two_line a:hover {
	display: block;
	background-image:url(../images/nav/over.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}
a {
	font-size: 12px;
	line-height: 16px;
	color: #B20838;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B20838;
}
a:hover {
	text-decoration: underline;
	color: #FF33CC;
}
a:active {
	text-decoration: none;
	color: #B20838;
}
#main_content {
	width: 765px;
	padding-left: 20px;
	padding-right: 15px;
}
#left_col {
	width:540px;
	float:left;
}
#right_col_holder {
	width:205px;
	float:right;
}
#right_col {
	width:195px;
	float:right;
	background-image:url(../images/right_col_grad.gif);
	background-repeat: repeat-x;
	background-color: #F3F3F4;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#right_col2 {
	width:205px;
	float:right;
	padding-top: 10px;
}
#footer {
	width: 800px;
	font-size:10px;
	color:#999999;
}
#footer a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.footleft {
	width: 270px;
	float:left;
	padding-left: 20px;
	text-align:left;
}
.footright {
	width: 400px;
	float:right;
	padding-right: 20px;
	text-align:right;
}
.squared {
	font-style: normal;
	margin-top: -8px;
}
.client_logos {
	padding: 3px;
}
.enquiryForm {
	height: 18px;
	width: 220px;
}
.enquiryForm2 {
	height: 80px;
	width: 220px;
}

.links {
	font-size: 11px;
	line-height: 16px;
	color: #B20838;
    font-weight: bold;
    padding-left: 15px;
    vertical-align: middle;
}

#download a, #download strong, #download span {
    display: block;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#979ca1;
	height:59px;
	width:240px;
	padding-top:25px;
	text-align:center;
	margin-bottom:10px;
}

#download a:hover {
	background:#B20838;
	}
	
#download #current, #download #current a {
	background:#b5b7b9;
}
	
#download ul {
	margin: 0;
    padding: 0;
	list-style:none;
}

#download li {
	margin-top:5px;
	list-style:none;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	float:left;
}
	
