
body
{
	padding: 20px;
	font-size: 14px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat-Y;*/
	background-color: #cdcdcd;
	background-position: center top;
}

h1
{
	font-size:14pt;
	color:#126537;
	margin-top:3px;
	margin-left:5px;
	margin-bottom:5px;
}

h2
{
	font-size:12pt;
	color:#000000;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}

a, a:link, a:visited 
{
	color:#0000FF;
}

p
{
	margin-left:5px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
	text-align:justify;
	width: 580px;
}

p.contactus 
{
	font-size:10pt;
	color:#000000;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}

table
{
	margin: 0;
	padding: 0;
}

img
{
	margin-left:3px;
	margin-right:2px;
}

div#banner
{
	width: 960px;
	margin: 0 auto;
	height: 200px;
	background-image: url(images/banner.jpg);
}

div#bannerbottom
{
	width: 960px;
	margin: 0 auto;
	height: 300px;
	background-image: url(images/bannerbottom.jpg);
}

div#container
{
	width: 960px;
	margin: 0 auto;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	background-color: #ffffff;
	
}

div#left
{
	float: left;
	width: 920px;
	margin: 0 auto;
	margin: 20px;
	background-color: #ffffff
}

div#right
{
	float: right;
	width: 230px;
	margin-top: 20px;
	
	/*background-color: #a9bed7;*/
}

div#footer
{
	width:960px;
	margin:0 auto;
	height:50px;
	background-image:url(images/footerbg.jpg);
	background-repeat: repeat-x;
	clear:both;	
}

div#footer p
{
	margin:0;
	text-align:center;
	padding-top:10px;
	color: white;
	width:960px;
}



#cssmenu {
	width: 99%;
	height: 27px;
	margin: 0px;
	margin-left: 5px;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
#cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#cssmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

#cssmenu ul li a {
	display: block;
	height: 27px;
	padding-left: 33px;
	float: left;
	text-transform: uppercase;
	font-family: 'Helvetica Neue',helvetica,'microsoft sans serif',arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

#cssmenu ul li a span {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}


/* AQUA HOVER */
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
#cssmenu ul li a:hover span,
#cssmenu ul li.active a span {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}
