/* main page elements---------------------------- */
body {
	margin: 5px;
	background-color: #A2A5AC;
}
h1{
	margin: 0px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}
h2{
	margin: 0px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
}
/* main content elements---------------------------- */
#mainArea{
	background-image: url(images/mainBGshim.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
}
#maincontent1{
	border-top: solid 1px #f45f64;
	background-image: url(images/contentShim.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d10008;
	padding: 10px;
}
#footer1{
	border-top: solid 4px #fff;
	background-image: url(images/footerShim.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #747B8E;
	text-decoration: none;
}
#footer1 a{
	color: #747B8E;
	text-decoration: none;
}
#footer1 a:hover{
	color: #BBB;
	text-decoration: none;
}
#footdec{
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #E3E7EC;
	text-decoration: none;
}
/* nav elements ---------------------------- */
.mid1{
background-image: url(images/navShim.jpg);
background-repeat: repeat-x;
}
#navcontainer{
height: 35px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 4px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
background-image: url(images/navShim.jpg);
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding-top: 12px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
border-right: solid 1px #000000;
}
#navcontainer A:hover, #navcontainer A:active{
background-image: url(images/navShimOn.jpg);
background-repeat: repeat-x;
color: #333333;
padding-top: 12px;

}
#navcontainer A.active:link, #navcontainer A.active:visited{
background-image: url(images/navShimOn.jpg);
background-repeat: repeat-x;
color: #333333;
padding-top: 12px;

}
#navcontainer li a#current{
background-image: url(images/navShimOn.jpg);
background-repeat: repeat-x;
color: #333333;
padding-top: 12px;

}
/* main content area elements---------------------------- */
#maincontent2{
	padding: none;
}
#maincontent2 .col1{
	border-bottom: solid 2px #730004;
	border-left: solid 5px #730004;
	background-image: url(images/rghtCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	padding: 15px;
}
#content1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#content1 .header1{
	background-image: url(images/hdotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* ---------------------------- misc*/
.plainlink {
	color: #7a0c10;
	text-decoration: none;
}
/* form area elements---------------------------- */
#enquiryForm1{
	padding: none;
}
#enquiryForm1 td{
	padding: 2px;
}
#enquiryForm1 .formels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 100%;
	padding-left: 3px;
}
.formbuttons{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border: none;
	padding: 3px;
	background-image: url(images/navshim.jpg);
	background-repeat: repeat-x;
	background-position: middle;
}
form{
	margin: 0px;
}
.bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 18px;
}