/* This is the default stylesheet */
body {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 75%;
	text-align: center;
	padding: 0;
	margin: 0px 0 0 0;
}
td, th { vertical-align: top; }

hr { color: #ab3923; height: 1px; }
h2 { color: #993300; } 
h3 { color: #993300; border-bottom: 1px solid #ffcc00; margin-bottom: 3px; padding-bottom: 3px; width: 550px; }
h4 { color: #993300; text-transform: uppercase; font-size: 100%; } 

/*******************/
/* Header 1 Styles */
/*******************/
#content h1, #contentWide h1 { 
	margin-bottom: 5px; 
	padding-bottom: 4px; 
	font-size: 180%; 
	text-transform: uppercase; 
	color: #4b4b4b; 
	border-bottom: 1px solid #ab3923;
	font-weight: normal;
}
#content h1 { width: 620px; }
#contentWide h1 { width: 600px; }
#content h2, #contentWide h2 { margin: 0 42px 1em 0px; color: #6A6A6A; font-weight: bold; font-size: 150%; }

#content p, #contentWide p { margin: 0 40px 1em 0; }

/* The logo, top right */
p#logo {
	margin: 0;
	padding: 24px 23px 0 352px;
	text-align: right;
	background: url(../img/bg-logo.gif) top no-repeat;
}
#logo img {
	display: none;
}
#logo a img, #logo img.screen {
	display: inline;
}
/* The main horizonal navigation */
#nav ul, #nav li {
	list-style-type: none;
}
map#nav {
	display: block;
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 0px 24px 5px 24px;
}
#nav ul {
	padding: 3px 3px 3px 3px;
	margin: 0;
	font-size: 105%;
	font-weight: bold;
}
/* This is used to create the subnav keyline, if there's no subnav */
#nav p {
	margin: 0;
	padding: 0;
	line-height: 5px;
	height: 5px;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 6px 3px 5px 4px;
	font-size: 85%;
	border-right: 1px solid #b7a68e;
	/* border-bottom: 1px solid #b7a68e; */
	color: #5c5c5c;
}

#nav li.last {
	border-right: none;
}

#nav a { color: #a4927a; text-decoration: none; }
#nav a.selected { color: #5c5c5c; text-decoration: underline; }
/*#nav a { color: #646464; text-decoration: none; } */
#nav a:hover { color: #ffcc00; text-decoration: underline; }

#nav em {
	color: #ffcc00;
	font-style: normal;
	text-decoration: underline;
}

/* The text at the bottom right of it */
#infopanel p {
	margin: 525px 0px 10px 0px;
	color: white;
	width: 290px;
	height: 175px;
	background-repeat: no-repeat;
	background-position: top right;
}
#infopanel span { display: none; }

/* Disclaimer */
p#disclaimer {
	width: 970px;
	margin: 2em auto;
	text-align: left;
	color: #9C9B9B;
	font-size: 70%;
}

/* General rules */
a img { border: none;}
.clear { clear: both;}
.print, #nav li.access { display: none;}

#main p#cap {
	background: url(../img/bg-footer.gif) bottom no-repeat;
	padding: 0;
	margin: 0;
	height: 24px;
	line-height: 24px;
	clear: both;
}

.tariffs { width: 380px; padding: 0px 0px 0px 0px; font-size: 90%; }

.tariffs th, .tariffs td { padding: 3px 3px 3px 3px; vertical-align: top; }
.tariffs thead th { background-color: #ab3923; color: #fefefe; }
.tariffs tbody th { text-align: left; }
.tariffs tbody th, .tariffs tbody td { background-color: #e2bab2; }
.tariffs tbody td { padding-left: 15px; }

#logostrapline { }
#logo { float: left; }
#strapline { float: right; padding-top: 25px; }

#alphaNav { border: 1px solid #fad094; padding: 5px 7px 5px 7px; }
#alphaNav a { font-weight: bold; color: #646464; padding: 3px 3px 3px 4px; text-decoration: none; }
#alphaNav a:hover { text-decoration: underline; }
#alphaNav em { font-weight: bold; font-style: normal; padding: 3px 3px 3px 4px; }

#suppliers th { text-align: left; }
#suppliers th img { padding-top: 7px; }
#suppliers td { 
	font-size: 90%; 
	width: 335px; 
	padding-bottom: 10px; 
}
#suppliers td p { 
	padding-bottom: 5px;
	border-bottom: 1px groove #f59e9e;
}
#suppliers td div { 
	width: 300px;
	overflow: auto;
	height: 250px;
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
}