@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 951px;
	
}
h2 {
font-size: 30px;
font-weight: normal;
color: #CB3600;
text-transform: uppercase;
}
#banner {
	background-image: url(http://www.geraud.co.uk/c_root/bg.jpg);
	height: 160px;
	background-position: right;
}
#banner #logo {
padding-left: 35px;
height: 100%;
background-color: #FFF;
width: 235px;
}
#navigation {
padding: 9px 0 0 6px;
background-color:#FDAC1E;
height:27px;
}
#navigation ul {
list-style: none;
}
#navigation ul li {
display: inline;
}
#navigation ul li a {
display: inline-block;
color: #FFF;
font-size: 10px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
padding: 0 5px;
text-decoration: none;
letter-spacing: 1px;
}
#navigation ul li a:hover {
color: #99CCEE;
}
.intro {
margin-bottom: 5px;
}
#mapPanel {
	float: left;
	width: 500px;
}
#editorPanel {
	float: right;
	width: 390px;
	background-color: #CCC;
}
#mainContent {
padding-top: 15px;
}
#leftNav {
float: left;
width: 276px;
padding-top: 35px;
}
#leftNav ul {
	list-style: none;
}
#leftNav ul li {
text-indent: -2000px;
}
#leftNav ul li a {
height: 28px;
width: 214px;
display: block;
}
#leftNav ul li.press a {
background-image: url(../images/pressW.jpg);
}
#leftNav ul li.intMarkets a {
background-image: url(../images/marketsW.jpg);
}
#leftNav ul li.application a {
background-image: url(../images/applicationW.jpg);
}
#leftNav ul li.testimonial a {
background-image: url(../images/testimonialW.jpg);
}
#leftNav ul li.mchristmas a {
background-image: url(../images/christmasW.jpg);
}
#leftNav ul li.press a:hover {
background-image: url(../images/pressB.jpg);
}
#leftNav ul li.intMarkets a:hover {
background-image: url(../images/marketsB.jpg);
}
#leftNav ul li.application a:hover {
background-image: url(../images/applicationB.jpg);
}
#leftNav ul li.testimonial a:hover {
background-image: url(../images/testimonialB.jpg);
}
#leftNav ul li.mchristmas a:hover {
background-image: url(../images/christmasB.jpg);
}
#map {
float: right;
width: 625px;
height: 566px;
}
#mapCanvas {
	width: 625px;
	height: 350px;

}
#location {
width: 625px;

}
#location .clear {
height: 0px;
}
#pano {
	height: 250px;
	width: 400px;
	background-image: url(../images/market1.jpg);
float: left;
}
#schedule {
font-size: 12px;
padding: 20px 10px 20px 10px;
width: 370px;
float: left;
}
#message {
	padding: 20px 10px 20px 10px;
	width: 200px;
float: right;
}
#mapnav {
	

}
#map #viewChoice, #map #mapOut {
	cursor: pointer;
	border: 1px solid #999;
	height: 16px;
background-color: #FFF;
padding: 3px 5px;
margin-bottom: 4px;
display: block;
float: left;
	margin-top: 15px;
	padding: 0 10px 0 10px;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
#map .clear {height: 1px;}
#mapnav span:hover {
	color: #333;
}
.clear {
	clear: both;
}
#message h4 {
margin-bottom: 10px;
}
#schedule th {
text-align: left;
vertical-align: top;
background-color: #334;
color: #FFF;
padding: 5px;
}


#schedule td {
padding: 5px;
background-color: #DDE;
}
#schedule tr.alt td {
background-color: #CCD;
}
#schedule tr:hover td {
	background-color: #CB3600;
	cursor: pointer;
color: #FFF;
}
