html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: tahoma, trebuchet ms, arial, Verdana, sans-serif;
	text-align: center;
	font-size: 70%;
	background: #231f20 url(images/img-bground-grad.jpg) repeat-x;
	background-position: bottom;
	color: #ffffff;
}

a {
	color: #eaa95b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 760px; 
	min-height: 100%;
	text-align: left;
	background: url(images/img-bground-wrapper.gif) repeat-y;
	background-position: 1px 0px;
	position: relative;
}

*html #container {
	height: 100%;
}

#content {
	width: 755px;
	clear: both;
	overflow: hidden;
}

#leftCol {
	background: url(images/img-bground-leftcol.jpg) no-repeat;
	background-position: 2px 0px;
	float: left;
	width: 186px;
	min-height: 464px;
	text-align: center;
}

*html #leftCol {
	height: 464px;
}

#rightCol {
	float: left;
	width: 545px;
	margin-right: 5px;
	padding-left: 10px;
}

*html #rightCol {
	float: none;
}

#header {
	padding-top: 15px;	
	background-position: 0px 15px;
	position: relative;
}

.welcome {
	background: #231f20 url(images/img-header-welcome.jpg) no-repeat;
}

.aboutus {
	background: #231f20 url(images/img-header-aboutus.jpg) no-repeat;
	height: 109px;
}

.pricingtariff {
	background: #231f20 url(images/img-header-pricingtariff.jpg) no-repeat;
	height: 109px;
}

.findus {
	background: #231f20 url(images/img-header-findus.jpg) no-repeat;
	height: 109px;
}

.contactus {
	background: #231f20 url(images/img-header-contactus.jpg) no-repeat;
	height: 109px;
}

.downloads {
	background: #231f20 url(images/img-header-downloads.jpg) no-repeat;
	height: 109px;
}

#navigation {
	margin-top: -22px;
	#margin-top: -24px;
	text-align: right;
	margin-bottom: -2px;
}

.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.menu li a {
	color: #eaa95b;
	text-decoration: none;
	font-size: 110%;
	padding-right: 15px;
}

.menu li a:hover {
	text-decoration: underline;
}

#clearFooter {
	clear: both;
	height: 35px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

*html #clearFooter {
	height: 40px;
}

#footer {
	position: absolute;
	bottom: 0px;
	background: #6b6155 url(images/img-wrapper-footer.gif) no-repeat;
	background-position: 1px 0px;
	height: 35px;
	width: 755px;
}

*html #footer {
	margin-bottom: -1px;
}

.imgBorder {
	border: 1px solid #e01e26;
}

.contentArea {
	clear: both; 
	margin-top: 255px; 
	#margin-top: 40px; 
	padding-left: 10px;
}

.enlargeText {
	overflow: hidden; 
	position: absolute; 
	padding: 0px; 
	margin: 220px 0px 0px 0px;
	#margin: 0px 0px 0px 0px;
	width: 715px;
	text-align: right;
	padding-right: 35px;
}

.inlineList li {
	display: inline;
	color: #fbef7e;
	margin-right: 5px;
	font-size: 110%;
}

.list {
	margin-left: 15px;
	padding-left: 0px;
}

.list li {
	list-style-type: none;
	background: url(images/img-bullet.png) no-repeat;
	padding-left: 20px;
	line-height: 20px;
	background-position: 0px 6px;
}

.enhancedText {
	font-size: 180%;
	color: #fbf482;
}

/* USED FOR SCROLLBAR */
			
.scroll-pane {
    width: 530px;
	padding: 0px 0px 30px 10px;
	overflow: auto;
	background: #aa865a;
	height: 195px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 210px;
	border: 1px solid #ffffff;
	padding: 10px;
	background: #aa865a;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 225px;
	background: #fbb560;
	margin: 10px;
}

.jScrollPaneDrag {
	position: absolute;
	background: #f69624;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}

a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* END */

img { behavior: url(iepngfix.htc) }