/* CSS Document */

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:500;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px white;
padding: 3px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EFEFEF;
}


body {
	background-color: #0094AC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.bodyBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFFFFF;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #003366;
	padding: 5px;
}
.BgLeft {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.BgRight {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.slogan {
	font-family: Tahoma;
	font-size: 24px;
	color: #FFFFFF;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005888;
	padding-top: 7px;
	padding-bottom: 7px;
}
.vr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8F4F9;
	height: 50px;
}
.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E8F4F9;
}
.tableHeader {
	font-family: Tahoma;
	font-size: 18px;
	color: #014569;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 6px;
	font-weight: bold;
}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0C6DB4;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.supplierName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #103883;
	background-image: url(images/block.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 150px;
	padding-top: 8px;
	background-position: center;
}
.supplierWeb {
	font-family: Tahoma;
	font-size: 12px;
}
.tableBorder {
	border: 1px solid #CCCCCC;
}

