body{
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000FF;
	background-color:#8d8d8d;
	
}
p, form, h1{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
#clr{
	clear:both;
}
#maincontainer{
	width:1000px;
	margin:0px auto;
	padding:0px 10px;
	background-color:#ffffff;
}

#logoPannel{
	width:974px;
	margin:0px auto;
}
#topBanner{
	width:950px;
	margin:0px auto;
	margin-top:5px;
	margin-bottom:10px;
}
#curveTop{
	width:974px;
	height:9px;
	margin:0px auto;
}
#curveBg{
	background-image:url(../images/curve-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:974px;
	margin:0px auto;
}
#leftPannel{
	width:231px;
	float:left;
	margin-left:5px;
	margin-top:0px;
	padding:5px 5px;
	background-color:#eaeaea;
}
#leftNavigationBg{
	background-image:url(../images/left-navigation-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#2a91d4;
	border-left:3px #054da2 solid;
	border-right:3px #054da2 solid;
	width:225px;
}
#leftNavi{
}
#leftNavi ul{
	margin:0px;
	padding:0px;
}
#leftNavi ul li{
	list-style-type:none;
	display:block;
	font-size:16px;
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0px 10px 8px;
}
#leftNavi ul li a{
	color:#0000FF;
	text-decoration:none;
}
#leftNavi ul li a:hover{
	color:#0000FF;
	text-decoration:underline;
	padding-left:8px;
}
.arrowMargin{
	margin-right:10px;
}
#productPart{
	width:710px;
	margin:0px auto;
	margin-top:0px;
	float:right;
}
#products{
	width:227px;
	margin:0px auto;
	float:left;
	padding:5px 3px 5px 3px;
}
#productBoxLeft{
	width:7px;
	background-image:url(../images/pro-box-left.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:212px;
	float:left;
}
#productBoxRight{
	width:8px;
	background-image:url(../images/pro-box-right.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:212px;
	float:left;
}
#productBoxBg{
	background-image:url(../images/pro-box-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:212px;
	float:left;
	width:210px;
}
.topMargin{
	margin-top:3px;
}
.productText{
	font-size:16px;
	color:#FFFFFF;
	float:left;
	width:50%;
	margin-top:7px;
}
.productTextTwo{
	font-size:16px;
	color:#FFFFFF;
	padding-top:7px;
}
#eNewsPannel{
	padding-bottom:0px;
}
.imgMargin{
	margin:0px 7px;
}