/*BODY 
----------------------------------------*/

body {
	color: #777777;
	font-family: Rockwell, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #eaeaea url(../images/bg.gif) repeat-y center center;
	padding: 0 0 10px 0;
	margin: 0;
}
.banner {
	padding: 10px 0;
}
.topaddress {
	font-size: 11px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
.mainbg {
	background: #eaeaea;
\\	padding: 10px;
}
.content {
	padding: 10px 15px;
	background: #fff;
	text-align: justify;
}
.iframe {
	padding: 5px;
	background: #900;
}
.address {
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	color: #999999;
}
ol {
	list-style-image: url(../images/arrow.gif);
}
td {
	font-size: 16px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
.tel {
	background: url(../images/tel.gif) no-repeat left center;
	padding-left: 15px;
}
.fax {
	background: url(../images/fax.gif) no-repeat left center;
	padding-left: 15px;
}
.email {
	background: url(../images/email.gif) no-repeat left center;
	padding-left: 15px;
}
marquee {
	font-size: 18px;
	font-weight: normal;
}
.line {
	border-right: 1px dashed #e3e3e3;
}
.logos {
	background: #fff;
	padding: 5px;
	border: 1px solid #dcdcdc;
	font-size: 10px;
}
.splashimg {
	border: 1px solid #fff;
}
.slideshow {
	border-bottom: 1px solid #fff;
}
.counter {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #fff;
	padding-bottom: 5px;
	color: #999999;
}
.borders {
	padding: 5px;
	border: 1px solid #EDEDED;
}
table.numbers td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* HEADING
----------------------------------------*/

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #444;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}

/* NAV
----------------------------------------*/

.navtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eee;
	background: #900;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu {
	width: 100%;
	border-top: 1px solid #fff;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	padding-left: 25px;
	display: block;
	height: 25px;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 25px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999 url(../images/nav.png) no-repeat 8px center;
	font-weight: bold;
	color: #eee;
	border-bottom: 1px solid #fff;
}
#menu ul li a:hover {
	background: #666 url(../images/nav-over.png) no-repeat 8px center;
	color: #fff;
}

.iframeheader {
	padding: 10px;
	background-color: #900;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.iframe {
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #900;
	border-right: 1px solid #900;
	border-bottom: 5px solid #900;
	border-left: 1px solid #900;
}
