/* CSS Document */
@charset "utf-8";

* {
	font: 100%, Arial, Helvetica, sans-serif;	
	padding:0px;	
	margin:0px;
}

body {
	text-align: center;
	min-width:970px;
	background: url(../img/main/header_grey.gif) repeat-x;
}

#wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;

}

a, a:link, a:visited  {
	text-decoration:none;
	color: #0000A0;
}

.a_enquire {
	text-decoration:none;
	color: #0000A0;
}

.a_bold  {
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	background-color: #F1F0FF;
}

p {
	padding-top:0px;
}	

h1 { 
	font-size:22px;
	line-height:28px;
	padding-bottom:5px;
	color:#800000;
	font-weight:bold;
}

h2 {
	font-size:18px;
	line-height:22px;
	color:#800000;
	padding-top:20px;
	padding-bottom:10px;
}

h3 {
	font-size:14px;
	line-height:16px;
	color:#800000;
	padding-top:10px;
}

h4 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#800000;
	padding-top:5px;
}

.notice {
	color:#999999;
}

.notice_offer {
	color:#999999;
	font-size:11px;
}

.tag {
	color:#800000;
}

.grey {
	color:#A0A0A4;
}

.dark {

}

.black {
	color:#000000;
	font-weight:bold;
}

.clear{
	clear:both;
}

