﻿*
{
	margin: 0;
}
/*Theme colors
Orange = #FF792C
Blue = #0CC3D9
Yellow = #F9E879
Gray = #8F8F8F
Red = #F25C43
*/
body
{
	/*font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/bodybg.jpg) repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body a
{
	text-decoration: none;
	font-weight: bold;
}
body a:hover
{
	text-decoration: underline;
}
h1
{
	font-weight: bold;
	font-size: 20px;
	color: #00ADC2;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
h2
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 8px;
	border-bottom: solid 6px Red;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3
{
	font-weight: bold;
	font-size: 12px;
	color: Orange;
	padding-left: 5px;
}
.border
{
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#Header
{
	margin: 0 auto;
	width: 100%;
	height: 114px;
	background: url(images/head.jpg) no-repeat;
}
#Head
{
	margin: 0 auto;
	width: 100%;
	height: 110px;
	background: url(images/head2.jpg) no-repeat;
}
.Name
{
	padding-top: 42px;
	margin-left: 100px;
	font-weight: bold;
	font-size: 25px;
	color: #8F8F8F;
}
.ViewMore
{
	margin-left: 252px;
	margin-top: 110px;
	width: 110px;
}
.ViewMore a
{
	text-decoration: none;
}
.More
{
	padding: 6px 100px 7px 10px;
}
.Menu
{
	height: 32px;
	width: 100%;
	background: url(images/bck.jpg) repeat-x; /*#333333 */
}
.Menu ul
{
	margin: 0;
	padding: 0;
}
.Menu li
{
	display: inline;
}
.Menu a
{
	display: block;
	font-weight: bold;
	background: none;
	color: white;
	float: left;
	border-left: solid 1px white;
	padding: 9px 25px 10px 31px;
	text-transform: uppercase;
	text-decoration: none;
}
.Menu a:hover
{
	color: #FF792C;
	text-decoration: none;
}
.new a
{
	display: block;
	font-weight: bold;
	background: none;
	color: white;
	float: left;
	border-left: solid 1px white;
	padding: 9px 10px 10px 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.new a:hover
{
	color: #FF792C;
	text-decoration: none;
}
.TopMenu
{
	float: right;
}
.TopMenu ul
{
	margin: 0;
	padding: 0;
}
.TopMenu li
{
	display: inline;
	list-style-type: disc;
}
.TopMenu a
{
	display: block;
	font-weight: bold;
	background: none;
	color: black;
	float: right;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.TopMenu a:hover
{
	color: #FF792C;
	text-decoration: none;
}
#DivContainer
{
	margin: 0 auto;
	width: 980px;
	background-color: White;
	border: solid 1px blue;
	border-top: none;
}
/*Left Area*/
.Left
{
	float: left;
	width: 180px;
}
.Cath
{
	background: url(images/catheader.jpg);
	width: 180px;
	height: 40px;
}
.CatCon
{
	width: 178px;
	border: solid 1px #0CC3D9;
	border-top: none;
	padding-bottom: 10px;
}
.Manufacturer
{
	width: 180px;
	height: 99px;
	margin-top: 5px;
	background: url(images/manfacturer.jpg);
}
.drpManufacturer
{
	margin-left: 15px;
	width: 150px;
	margin-top: 55px;
}
/*End Left Area*/
/*Right Area*/
.Right
{
	float: right;
	width: 180px;
}
.Articleh
{
	width: 180px;
	height: 40px;
	background: url(images/articles.jpg);
}
.ArticleCon
{
	width: 178px;
	height: 230px;
	border: solid 1px #0CC3D9;
	border-top: none;
}
.LatestProducth
{
	width: 180px;
	height: 40px;
	background: url(images/lstProducth.jpg);
	margin-top: 5px;
}
.LatestProCon
{
	width: 178px;
	border: solid 1px #F9E879;
	height: 100px;
	border-top: none;
	border-bottom: none;
}
.LatestProFooter
{
	width: 180px;
	height: 78px;
	background: url(images/lstProductf.jpg);
}
/*End Right Area*/
/*Main Contents*/
.Main
{
	background: url(images/tailing.gif) repeat-x;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
}
.Welcome
{
	width: 366px;
	height: 127px;
	margin-left: 4px;
	background: url(images/welcome.jpg) no-repeat;
}
.WlcCon
{
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	overflow: hidden;
	width: 228px;
	text-align: justify;
	height: 116px;
}
.Featuredh
{
	width: 366px;
	height: 40px;
	background: url(images/Featuredh.jpg);
	margin-top: 5px;
	margin-left: 4px;
}
.FeaturedCon
{
	width: 364px;
	border: solid 1px #0CC3D9; /*height: 320px;*/
	margin-left: 4px;
	border-top: none;
}
.c2
{
	background-color: #F8F8F8;
}
.c1
{
	background-color: #F0F0F0;
}
.c3
{
	font-weight: bold;
	height: 20px;
	background-color: #00AAFF;
	padding-left: 10px;
}
.BulletedLinks
{
}
.BulletedLinks ul
{
	margin-left: 0;
}
.BulletedLinks li
{
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}
.BulletedLinks a
{
	margin: 5px 0 5px 15px;
	background: url(images/bullet.jpg) no-repeat left bottom;
	padding: 0 0 0 17px;
	text-decoration: underline;
}
.BulletedLinks a:hover
{
	color: Green;
	text-decoration: none;
}
.CatMenu
{
	margin-left: 5px;
	width: 160px;
}
.CatMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 28px;
}
.CatMenu ul li
{
	border-bottom: dotted 1px gray;
}
.CatMenu ul li a
{
	color: #007096;
	text-decoration: none;
	background: url(images/list_bg.gif) no-repeat 0 6px;
	font-weight: normal;
	padding-left: 14px;
	font-size: 12px;
}
.CatMenu ul li a:hover
{
	text-decoration: none;
	color: #A9AEAE;
}

.CatMenu .li
{
	border-bottom: dotted 1px gray;
}
.CatMenu .li a
{
	color: #007096;
	text-decoration: none;
	padding-left: 14px;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
.CatMenu .li a:hover
{
	text-decoration: none;
	color: #A9AEAE;
}
/*End Main Contents*/
.Footer
{
	margin: 0 auto;
	width: 96%;
	height: 61px;
	background: url(images/footer.jpg);
}
.newM a
{
	font-weight: normal;
	color: Blue;
	background: url(images/bullet.gif) no-repeat left -2px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newM a:hover
{
	font-weight: bold;
	color: Black;
	background: url(images/bullet.jpg) no-repeat left 2px;
	padding-left: 11px;
}




.tablehead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(images/table-head.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
	padding-left: 8px;
	font-weight: bold;
	text-align: left;
}

.category
{
	background-image: url(images/h1.gif);
	background-repeat: repeat;
	height: 18px;
	font-weight: bold;
	padding-left: 3px;
	color: #000000;
}
#bottomlinks
{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #072B92;
	border-right-color: #072B92;
	border-bottom-color: #072B92;
	border-left-color: #072B92;
	font-size: 9px;
}






.slidedoormenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	 /* width of menu (don't forget to add border with below!) */
	/*border-left: 8px solid Red; /* thick left border of menu */
	text-transform: uppercase;
	font-weight: bold;
}

.slidedoormenu li
{
	border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
	margin: 0;
	padding: 0;
}
.slidedoormenu li
{
	margin: 0;
	padding: 0;
}
.slidedoormenu li a
{
	/*background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font-family: Arial, Sans-Serif;
	font-size: 12px ;
	display: block;
	color: black;
	background-color: #0CC3D9;
	/*border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 2px 0; /* Vertical (top/bottom) padding for each menu link */
	font-weight: bold;
	/*padding-left: 5px;*/
	text-indent: 8px;
	text-decoration: none;
	/*ackground: url(images/bullet.jpg) no-repeat left top;*/
}

.slidedoormenu li a:visited, .slidedoormenu li a:active
{
	color: black;
}

.slidedoormenu li a:hover
{
	/*background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: white;
	background-color: Purple;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a
{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a
{
	padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}



.slidedoormenu li a
{
	/* Menu link width value for IE */
	width: 100%;
}


#fixedtipdiv
{
	position: absolute;
	margin-top: 10px;
	padding: 2px;
	border: 1px solid black;
	font: normal 10px Verdana;
	color: Black;
	z-index: 100;
}
.as
{
	visibility: hidden;
	width: 1px;
}
p
{
	text-align: justify;
	margin-bottom: 12px;
}
