@charset "utf-8";
/* CSS Document By S. M. Mehedi Hasan */

body {
	margin:0px;
	background-image:url(../images/back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a {
	color:#333;
}
a:hover {
	color:#F36;
	text-decoration:none;
}
h2
{
	color:#F36;
	padding:5px;
	border-left:5px solid #CCC;
	border-bottom:1px solid #CCC;
}
li
{
	list-style:none;
}
ul li
{
	background-image:url(../images/bullet.png);
	background-position:2px 0px 0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	padding-bottom:5px;
}

.fullBody {
	width:954px;
	height:auto;
	margin:auto;
}
.header {
	width:954px;
	height:90px;
}
.logo {
	width:411px;
	height:28px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin:30px 0px 0px 30px;
}
.menu {
	width:954px;
	height:31px;
	background-image:url(../images/menu-back.png);
	background-repeat:no-repeat;
	font-weight:bold;
	margin-top:10px;
}
.menu a {
	color:#333;
	text-decoration:none;
}
.menu a:hover {
	color:#F36;
}
.banner {
	width:954px;
	height:242px;
	background-image:url(../images/banner-back.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
.mainBodyTop {
	width:954px;
	height:20px;
	background-image:url(../images/main-body-top.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
.mainBodyMiddle {
	width:954px;
	height:auto;
	background-image:url(../images/main-body-middle.png);
	background-repeat:repeat-y;
}
.footer {
	width:954px;
	height:140px;
	background-image:url(../images/footer-back.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.footer a {
	color:#333;
	text-decoration:none;
}
.footer a:hover {
	color:#F36;
}
.pink {
	color:#F36;
}
.small {
	font-size:10px;
}
.vendorLogo {
	height:160px;
	width:216px;
	float:left;
	margin:5px;
}
.vendorPicBox {
	height:135px;
	width:216px;
	background-image:url(../photos/blank-vendor-logo.png);
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	vertical-align:middle;
}
.vendorPic
{
	position:absolute;
	top:17px;
	left:18px;
	height:100px;
	width:180px;
	border:none;
}
.vendorName {
	height:20px;
	width:216px;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.vendorName a {
	color:#333;
	text-decoration:none;
}
.vendorName a:hover {
	color:#F36;
}

.tableRow
{
	border-left:3px solid #666;
}

.tableRow:hover, .tableRow1:hover
{
	background-color:#FCC;
}

.tableRow1
{
	border-left:3px solid #999;
}
