/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}
a {
	font-size: 10px;
	color: #336600;
	font-weight: bold;
}
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#FF9900;
}
a:active {
	text-decoration: none;
}
.prod-menu a:link {font-size:14px; font-weight:normal; text-decoration:none; color:#333333; margin-left:30px;}
.prod-menu a:visited {font-size: 14px; font-weight:normal; text-decoration: none; color:#000000; margin-left:30px;}
.prod-menu a:active {font-size: 14px; font-weight:normal; text-decoration: none; color:#FF0000; margin-left:30px;}
.prod-menu a:hover {font-size: 14px; font-weight:normal; text-decoration: none; color:#999999; margin-left:30px;
}
.news a:link {font-size:10px; font-weight:normal; text-decoration:none; color:#333333; margin-left:30px;}
.news a:visited {font-size: 10px; font-weight:normal; text-decoration: none; color:#000000; margin-left:30px;}
.news a:active {font-size: 10px; font-weight:normal; text-decoration: none; color:#FF0000; margin-left:30px;}
.news a:hover {font-size: 10px; font-weight:normal; text-decoration: none; color:#999999; margin-left:30px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#336600;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#FF9900;
}	
.style1 {
	font-size: 10px;
	color:#333333;
}
.style2 {
	font-size: 12px;
	color:#FF9900;
}
.address-text {
	font-size: 10pt;
	color: #FFFFFF;
}
.footer-text {
	font-size: 10px;
	color:#999999;
	line-height:2em;
}
.ul_arrow {
	list-style-image: url("../images/arrow.gif");
}

.pagebckgnd {
	background-image: url("../images/template_images/background.gif");
	margin:0;
}

/* ---------------------

template layout

--------------------- */

/** wrapper to make the page center **/

#pagecontainer {

	width:1000px;
	margin:0;
	padding:0;
	text-align: left;
}

/**

hold background, it should be float:left

that's way we can not put it in #container

**/

#containerbckgnd {
	position:relative;
	width: 1000px;
	padding:0;
	float:left;
	top:0;
	left:0;
	background-image:url(../images/template_images/content-background.gif);
	background-repeat:repeat-y;
}

/** div container for header. position:top **/

#header {
	position:relative;
	background-image: url(../images/template_images/header-background.jpg);
	height:95px;
}
#logo {
	position:relative;
	float:left;
}
#addressbody {
	position:relative;
	float:right;
	padding-top:15px;
	height:80px;
}

#left-col {
	position:relative;
	float:left;
	width:180px;
	padding:10px;
	background-image: url(../images/template_images/left-col-background.jpg);
	height:auto;
}

#right-col {
	position:relative;
	float:right;
	width:800px;
}

#menu {
	position:relative;
	float:left;
	background-image:url(../images/template_images/menu-background.jpg);
	width:800px;
	height:25px;
}

#main-pic {
	position:relative;
	float:left;
	width:800px;
	height:220px;
}
/** div container for content body **/

#mainbody {
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:auto;
	padding:20px;
	height:auto;
}

#news {
	position:relative;
	float:right;
	width:165px;
	background-image: url(../images/template_images/left-col-background.jpg);
	padding:10px;
	margin-left:10px;
	margin-right:-20px;
	margin-top:-20px;
	min-height:100px;
}

#footer-band {
	position:relative;
	float:left;
	width:100%;
	background-color:#172903;
}

#footer {
	position:relative;
	background-color:#FFFFFF;
	height:40px;
	clear:both;
	text-align:center;
	vertical-align:middle;
	width:1000px;
}
