body, td, th, a {
	color: #595959;
	font-family: Arial;
	font-size: 11px;
}

h2 {
	color: #595959;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0;
}

#Main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/wave2.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}


#Main-2 {
	width: 816px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.imgBorder {
	border: 0px;
}

/* MENU LINE */

#MenuLineBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/images/menu_bg2.png) top left no-repeat;
	width: 816px;
	height: 37px;
}

* html #MenuLineBackground {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/menu_bg2.png');
}

#MenuLine {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 816px;
	height: 45px;
	padding-top: 6px;
	padding-left: 14px;
}

#MenuLine ol, #MenuLine li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
li.Level0Item {
	display: block;
	float: left;
}

li.Level0Spacer {
	display: block;
	float: left;
}

a.Level0Item, a.Level0ItemSelected {
	padding: 1px 16px 4px 16px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
a.Level0Item:hover, li.Level0Item:hover a.Level0Item, a.Level0ItemSelected {
	text-decoration: none;
}

/* MENU SUBITEMS */

li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
}
li.Level0Item:hover ol.Level0Sub {
	display: block;
}
li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
li.Level0Item ol a:hover {
	text-decoration: underline;
	background: #DDD;
}
li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}



#SubHeader {
	height: 26px;
	background: url(images/sub_header.jpg) 0 -20px no-repeat;
	border: 1px solid #1f1f1f;
	margin: 0 6px 6px 6px;
}
#SubHeader-2 {
	padding: 5px 0 0 10px;
}
#SubHeader * {
	color: #98968D;
}
#SubHeader .Item {
	float: left;
	padding: 2px;
}
#SubHeader .SubSpacer {
	float: left;
	padding: 2px 0;
	width: 20px;
	background: url(images/arrow_grey.png) 5px 4px no-repeat;
}

/* CONTENT */

#PageContainerBackground {
	position: relative;
	top: 200px;
	height: 453px;
	background: url(/images/content_bg2.png) top left no-repeat;
}

* html #PageContainerBackground {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/content_bg2.png');
}

#LogoContainer {
	position: absolute;
	right: 74px;
	top: 50px;
	width: 124px;
	height: 59px;
	background: url(/images/logo.png) top left no-repeat;
}

* html #LogoContainer {
	background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='/images/logo.png');
}

#PageBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 445px;
	width: 808px;
}

#PageContainer {
	position: absolute;
	top: 200px;
	height: 453px;
	width: 816px;
}

#PageHeadline {
	position :absolute;
	top: 29px;
	left: 20px;
	font-size: 14px;
}

#PageContent {
	margin: 0 8px;
	position: relative;
	top: 63px;
	padding: 20px 20px 0 20px;
	height: 342px;
	width: 760px;
	height: 342px;
}

#ProvincesContainer {
	position: relative;
	top: 0px;
	left: 0px;
}

#Provinces {
	margin-bottom: 20px;
}

#RupesSpacer {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #d1d1d1;
}

#Traders {
	margin-top: 20px;
}

#Traders .companyName {
	font-weight: bold;
}

#Traders .address {
	margin: 8px 0;
}

#Traders .logo {
	margin-right: 20px;
}

#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}

#Copyright {
	position: relative;
	top: 183px;
	padding-left: 20px;
	font-size: 9px;
	color: #98968D;
}
#Copyright a {
	font-size: 9px;
	text-decoration: none;
	color: #98968D;
}
#Copyright a:hover {
	text-decoration: underline;
}

/* CarouselContainer */
#CarouselContainer {
	position: absolute;
	top: 257px;
	left: 63px;
	width: 680px;
	overflow: hidden;
}

.jcarousel-container {
	height: 70px;
}

#CarouselContainer .jcarousel-clip{
	margin-left: 41px;
	width: 600px;
	padding-top: 19px;
}

* html #jcarousel-clip {
	position: absolute;
	top: 0px;
	left: 0px;
}

#CarouselContainer .imgThumb {
	height: 31px;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}

#References {
	padding-top: 10px;
}

#Link {
	position: absolute;
	bottom: 0px;
}

#Link a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

/* BLOCKS */

.Block {
	border: 1px solid #1f1f1f;
	margin: 0 6px 6px 0;
	background: #ABA99D;
	color: #333;
	position: relative;
}
div.Block {
	float: left;
}
.LongBlock {
	border: 1px solid #1f1f1f;
	margin: 0 6px 6px 0;
	background: #ABA99D;
	color: #333;
	float: left;
	width: 840px;
	position: relative;
}
.Block .Head, .Block .HeadWithSpan, .LongBlock .Head {
	background: url(images/arrow_grey) 5px 5px no-repeat #282824;
	border-bottom: 1px solid #1f1f1f;
	padding: 3px 3px 3px 20px;
	color: #ABA99D;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.Block a.Head, .LongBlock a.Head {
	padding: 0;
	display: block;
	text-decoration: none;
	width: 100%;
}
.Block a.Head span, .LongBlock a.Head span {
	padding: 3px 3px 3px 20px;
	display: block;
	text-decoration: none;
}
.Block .Content, .LongBlock .Content {
	padding: 5px;
	position: relative;
}
.Block .Bottom {
	display: block;
	background: #282824;
	border-top: 1px solid #1f1f1f;
	padding: 3px 3px 3px 20px;
	color: #ABA99D;
	text-align: right;
	text-decoration: none;
}


/* TABLED LAYOUT */

.tabled #PageContainer {
	margin-left: 0;
}
table.BlockContainer {
	margin-top: -6px;
}
table.BlockContainer td {
	vertical-align: top;
}

/* STARTPAGE */
body#Start {
	background: #837b57;
}

#StartContainer {
	position: absolute;
	width: 700px;
	height: 268px;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -300px;

}
#StartContainerFlash {
	position: absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -250px;

}
#Start .Card {
	background: url(images/tankkarte_start.jpg) no-repeat #ABA99D;
	width: 400px;
	height: 268px;
	float: left;
}
#Start .Countries {
	float: right;
	width: 280px;
	padding: 190px 0 0 0;
	font-weight: bold;
}
#Start .Countries a {
	display: block;
	padding: 6px 20px;
	text-decoration: none;
	color: #CBC9BD;
	background: url(images/arrow_start.gif) 3px 8px no-repeat #837b57;
}
#Start .Countries a:hover {
	text-decoration: underline;
}

/*
#LocationBlock1, #LocationBlock2, #LocationBlock3 {
	width: 275px;
	border: 1px solid #1f1f1f;
	margin-right: 5px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#LocationBlock3 {
	width: 276px;
}

.LineWrapper {
	overflow: hidden;
	float: left;
	margin-right: -5px;
}
.LineFooter {
	clear: both;
	height: 5px;
	border-top: 1px solid #1f1f1f;
}
.LineFooter span {
	display: none;
}
.LineWrapper .Column, .Block {
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.Block {
	background: #ABA99D;
	color: #000;
}
.BlockContent {
}
.Block .Head {
	background: #282824;
	border-bottom: 1px solid #1f1f1f;
	color: #ABA99D;
}
*/
