@import url("tripoli.simple.css");

/* CUSTOMISE HERE */
body {
	color: #000;
	background-color: #fff;
	background-image:url(../images/layout/background.jpg);
	background-position:center -63px;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.clear, .clearer {clear:both;height:1px;}
.img_left {float:left; margin:5px 10px 10px 0;}
.img_right {float:right; margin:5px 0 10px 10px ;}
/* END */

/* BREADCRUMBS  */
#breadcrumbs {
	clear: both;
	width: 100%;
	font-size: 0.9em;
	margin: 2px 0px;
}
#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	display:inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs a {
	text-decoration: none;
}

/* Google Maps */
#map {
	width: 640px;
	height: 480px;
	margin: 16px auto;
}

/* Table Striping */
table.stripe tr.even {
	background-color: #FFF;
}
table.stripe tr.odd {
	background-color: #F0F5FE;
}
table.noborder, table.noborder th, table.noborder td, table.noBorder, table.noBorder th, table.noBorder td {
	border: none !important;
}

h1 {
	color:#df0016;
}
h2 {
	color:#ec870d;
}

#header {
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#header #topmenu {
	margin:30px 5px 5px 263px;
}
#header a {
	color:#df0016;
	text-decoration:none;
}
#header a:hover {
	color:#ec870d;
	text-decoration:none;
}
#subheader {
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin:10px;
}
#subheader a {
	color:#df0016;
	text-decoration:none;
}
#subheader a:hover {
	color:#ec870d;
	text-decoration:none;
}
#footer {
	padding:35px 0;
}
.line {
	height:1px;
	border-bottom: solid 1px #e6e5e2;
	width:300px;
	margin-bottom:5px;
}
.red {color:#df0016;}
#right .desc {margin-bottom:10px;}