/* CSS Document */

body
{
	margin:0px;
}
#outermost
{
	width:100%;
	background-color:#ffffff;
}
#outertable
{
	width:1000px;
	border:1px #b3b3b3 solid;
}
#leftCol
{
	width:230px;
}
#midcol
{
	width:540px;

}
#rtCol
{
	width:230px;
}
/* left col & rt col*/
#blueBan
{
	width:230px;
	height:200px;
	background:url(../images/bannerBg1.jpg);
	padding:10 10 10 10;
}
#banShadow
{
	width:230px;
	height:9px;
	background:url(../images/banner_shadow.jpg);
}
#midBan
{
	height:120px;
	width:540px;
	background:url(../images/bannerBg1.jpg);
}
#midmain
{
	width:540px;
	border:1px #b3b3b3 solid;
}
.linkTab
{
	width:101px;
	height:28px;
	display:block;
	background:url(../images/new_tab.png);
	font-family:verdana;
	font-size:12px;
	color:#545657;
	line-height:28px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
.linkTab:hover
{
	width:101px;
	height:28px;
	display:block;
	background:url(../images/new_tab_over.png);
	font-family:verdana;
	font-size:12px;
	color:#185e76;
	line-height:28px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
.linkTabActive
{
	width:101px;
	height:28px;
	display:block;
	background:url(../images/new_tab_Active.png);
	font-family:verdana;
	font-size:12px;
	color:#185e76;
	line-height:28px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
.tilte
{
	font-family:verdana;
	font-size:12px;
	color:#347287;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding:5px;
}
.tilte:hover
{
	font-family:verdana;
	font-size:12px;
	color:#347287;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding:5px;
}
.redHeading
{
	font-family:verdana;
	font-size:11px;
	color:#860000;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding:5px;
}


.titleProducts
{
	font-family:verdana;
	font-size:11px;
	color:#347287;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding:5px;
}
.text
{
	font-family:verdana;
	font-size:11px;
	color:#1c1c1c;
	text-decoration:none;
	text-align:justify;
	padding:5px;
}
.footerText
{
	font-family:verdana;
	font-size:10px;
	color:#1c1c1c;
	text-decoration:none;
	text-align:center;
	padding:5px;
}
.whiteText
{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding:5 15 5 15;
}
.actv
{
	font-family:verdana;
	font-size:14px;
	color:#a1925a;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding:10px;
}
.actvList
{
	font-family:verdana;
	font-size:11px;
	color:#4c3040;
	text-decoration:none;
	text-align:justify;
	padding:10px;
	border-bottom:1px dotted #343030;
}
.qualityHead
{
	font-family:verdana;
	font-size:12px;
	color:#860000;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	padding:10px;
	background-color:#e6edf0;
}
.qualityText
{
	font-family:verdana;
	font-size:11px;
	color:#4c3040;
	text-decoration:none;
	text-align:justify;
	padding:10px;
	border-bottom:solid #cccccc 1px;
}
.padding
{
	padding:15px;
}
.border
{
	border:1px solid #000000;
}
img
{
	border:none;
}