/* General Style */
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	vertical-align:top;
	font-size:12px;
	margin-top:0px;
	background-image:url("../Assets/templateImg/tile.gif");
}
.banner{
	background-image:url("../Assets/templateImg/banner/bannerBG.jpg");
	background-repeat:no-repeat;
}
.gradientButtomBanner{
	background-image: url("../Assets/templateImg/blueBG/bottomBanner.jpg");
	background-repeat:repeat-y;
	background-position:right;
}
.gradientNav{
	background-image:url("../Assets/templateImg/blueBG/sideNav2.jpg");
	background-repeat:repeat-x;
}
.topConner{
	background-image:url("../Assets/templateImg/blueBG/Blue_conner.jpg");
	background-repeat:no-repeat;
	background-position:top left;

}
.footConner{
	background-image:url("../Assets/templateImg/blueBG/Navi_conner.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
}

.adsMove{
	text-align:center;
}
.bottomBanner{
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
	font-weight:bold;	
}
.address {
	font-size: 10px;
	font-weight:bold;
	color:#000000;
}
a:link {
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
a:active {
	text-decoration:none;
	color:#FFFFFF;
}
.rightImgLink{
	width:100px;
	height:44px;
	text-align:center;
	text-shadow:Navy;
	color:#666666;
	font:bold 10px Verdana, arial, helvetica, sans-serif;
	border-width:1px;
	border-style:solid;
	border-color:#DCE7F5;
}
.rightImgTitle{
	border-bottom-color:#DCE7F5;
	border-bottom-style:solid; 
	border-width:1px;
}
.aboutADSmastermatic {
	display:none;
}
.content {
	vertical-align:top;
	font-size:12px;
	color:#333333;
	margin:0px 15px 0px 15px;
	margin-top:0px;
}
.imageBorder {
	border-width:1px;
	border-style:solid;
	padding:2px;
	border-color:#DCE7F5;
	color:#FF9900;
}
.top {
	font-size:10px;
	text-align:right;
	line-height:10px;
}
.footer {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}
.copy {
	color:#666666;
	font-size:10px;
	text-align:right;
	font-style:italic;
}
/* Menu Style */
#menu {
	width:160px;
	background:#eee;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu a, #menu h2 {
	font:bold 12px/20px Verdana, arial, helvetica, sans-serif;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	margin:0;
	padding:2px 10px 0px 10px;
}
#menu h2 {
	color:#fff;
	background:#000;
	text-transform:uppercase;
}
#menu a {
	color:#ffffff;
	background:#133065;
	text-decoration:none;
}
#menu a:hover {
	color:#a00;
	background:#fff;
}
#menu li {
	position:relative;
}
#menu ul ul ul {
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	width:190px;
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display:none;}
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}
/* Products Style */
.subHeader1 {
	color: #E10000;
	font-weight: bold;
	font-size:14px;
}
.subHeader2 {
	color: #333333;
	font-style: italic;
	font-weight: bold;
}