.lalala {
	border:1px solid #000;
}

body,ul,li,a {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

#container {
	width:960px;
	margin:0 auto;
}

.clearFloats {
	clear:both;
}

/*--------------------------------------- LEFT COLUMN -------------------------------------------------------*/

#leftColumn {
	width:258px;
	float:left;
}

#leftColumn li {
	margin-left:50px;
	list-style:square;
	padding:1px 0;
}

#leftColumn ul li a {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.logo {
	height:116px;
	margin-top:24px;
}

.outAboutTab,.atHomeTab,.onTheRoadTab,.accessoriesTab {
	width:258px;
	height:31px;
	padding-top:7px;
	
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
	color:#FFF;
	text-indent:35px;
}

/*.outAboutTab a,.atHomeTab a,.onTheRoadTab a,.accessoriesTab a {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:35px;
	color:#FFF;	
}*/

.outAboutTab a:hover,.atHomeTab a:hover,.onTheRoadTab a:hover,.accessoriesTab a:hover {
	text-decoration:underline;
}

.outAboutBody,.atHomeBody,.onTheRoadBody,.accessoriesBody {
	margin-top:-4px;
	margin-bottom:7px;
}

.outAbout li {
	color:#869522;
}

.outAboutTab {
	background:url(../img/outAboutTab.gif) no-repeat;
}

.outAboutBody {
	background-color:#e6eed7;
}

.outAboutBody li a:link,.outAboutBody li a:visited {
	color:#869522;
}

.outAboutBody li a:hover {
	color:#869522;
	text-decoration:underline;
}

.outAboutBody li a:active {
	color:#869522;
}

.onTheRoad li {
	color:#324f75;
}

.onTheRoadTab {
	background:url(../img/onTheRoadTab.gif) no-repeat;
}

.onTheRoadBody {
	background-color:#c5dbf6;
}

.onTheRoadBody li a:link,.onTheRoadBody li a:visited {
	color:#324f75;
}

.onTheRoadBody li a:hover {
	color:#324f75;
	text-decoration:underline;
}

.onTheRoadBody li a:active {
	color:#324f75;
}

.atHome li{
	color:#d65900;
}

.atHomeTab {
	background:url(../img/atHomeTab.gif) no-repeat;
}

.atHomeBody {
	background-color:#ffcc94;
}

.atHomeBody li a:link,.atHomeBody li a:visited {
	color:#d65900;
}

.atHomeBody li a:hover {
	color:#d65900;
	text-decoration:underline;
}

.atHomeBody li a:active {
	color:#d65900;
}

.accessories li{
	color:#d40000;
}

.accessoriesTab {
	background:url(../img/accessoriesTab.gif) no-repeat;
}

.accessoriesBody {
	background-color:#ffbcbc;
}

.accessoriesBody li a:link,.accessoriesBody li a:visited {
	color:#d40000;
}

.accessoriesBody li a:hover {
	color:#d40000;
	text-decoration:underline;
}

.accessoriesBody li a:active {
	color:#d40000;
}

/*--------------------------------------- LEFT COLUMN -------------------------------------------------------*/

/*--------------------------------------- RIGHT COLUMN -------------------------------------------------------*/

#rightColumn {
	width:697px;
	float:right;
}

.topUp {
	background:url(../img/topRight12.jpg) no-repeat;
	width:697px;
	height:140px;
	position:relative; 
}

.quickLinks {
	position:absolute;
	left:191px;
	top:7px;
}

.quickHome,.quickContact,.quickSiteMap {
	float:left;
	margin:0 7px;
}

.quickSiteMap {
	margin:0 6px;
}

.topBottomGR {
	background:url(../img/topRight22Gr.jpg) no-repeat;
	width:697px;
	height:199px;
	position:relative;
}

.topBottomEN {
	background:url(../img/topRight22En.jpg) no-repeat;
	width:697px;
	height:199px;
	position:relative;
}

.menu {
	widows:697px;
	position:absolute;
	bottom:4px;
	left:20px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.languageSelect {
	position:absolute;
	bottom:0px;
	right:10px;
}

.languageSelect img {
	margin-left:5px;
}

.menu ul li {
	display:inline;
	list-style:none;
	color:#FFF;
}

.menu ul li a {
	color:#FFF;
}

.menu ul li a:hover {
	text-decoration:underline;
}

.mainBody {
	width:697px;
}	

/*--------------------------------------- RIGHT COLUMN -------------------------------------------------------*/

/*--------------------------------------- FOOTER -------------------------------------------------------------*/

#footer {
	width:960px;
	margin-top:10px;
}

.footerLine {
	width:900px;
	margin:0 auto;
	background:url(../img/footerLine.gif) repeat-x;
	height:3px;
	margin-bottom:5px;
}

.footerTitle {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:center;
	margin-bottom:15px;
}

.footerTitle a {
	color:#000;
}

.footerTitle a:hover {
	text-decoration:underline;
}

.footerImages {
	width:633px;
	margin:0 auto;
	margin-bottom:15px;	
}

/*
.footerImg1,.footerImg2,.footerImg3,.footerImg4,.footerImg5 {
	float:left;
	height:33px;
}

.footerImg2,.footerImg3,.footerImg4,.footerImg5 {
	margin-left:50px;
}*/

.footerImg1,.footerImg {
	float:left;
	height:33px;
}

.footerImg {
	margin-left:50px;
}

.footerInfo {
	width:250px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
	margin-bottom:5px;
}

.footerInfo a {
	color:#000;
}

.footerInfo a:hover {
	text-decoration:underline;
	color:#666;
}

/*--------------------------------------- FOOTER -------------------------------------------------------------*/
