@charset "utf-8";
body {
    background-image: url(images/pagebg.gif);
    background-repeat:no-repeat;
	background-position:center;
	background-color: #2a2a2a;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	margin-top:0px;
}

#container{
	width:991px;
	margin:0 auto;
	text-align: left;
	margin-top:0px;
}

#header {
    width:991px;
	height:262px;
	margin:0 auto;
	background-image: url(images/pageheaderbg.jpg);
    background-repeat: repeat-x;
}

#headerleft{
	background-image: url(images/headerleft.jpg);
    background-repeat: no-repeat;
	height:262px;
	width:25px;
	float:left;
}

#headerright{
	background-image: url(images/headerright.jpg);
    background-repeat: no-repeat;
	height:262px;
	width:20px;
	float:right;
}


#middle{
	width:488px;
	height:262px;
	float:left;
	background-color:#FFF;
}
#headertop{
	background-image: url(images/headertop.jpg);
    background-repeat: no-repeat;
	height:39px;
	width:488px;
}

#headerbottom{
	background-image: url(images/headerbottom.jpg);
    background-repeat: no-repeat;
	height:13px;
	width:488px;
}

#headerinfo{
	background-image: url(images/headerinfo.jpg);
    background-repeat: no-repeat;
	height:262px;
	width:186px;
	float:left;
}

#logo{
	background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
	height:262px;
	width:272px;
	float:left;
}

#pageheader{
    background-repeat: no-repeat;
	height:152px;
	width:488px;
}

#navbar{
	height:22px;
	width:488px;
	background-image: url(images/navbarbg.jpg);
    background-repeat:repeat-x;
	color:#FFF;
}

.homeproductcontainer{
	height:170px;
	width:440px;
	float:left;
}

.homeproduct{
	height:170px;
	width:246px;
	background-color:#cfcfcf;
	float:left;
	border:1px solid #b3b3b3;
	text-align: center;
}

.homeproductname{
	width:234px;
	height:20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:4px;
	border:1px solid #b7b7b7;
	background-color:#f7f7f7;
	
}

.borderleft{
	border-left:1px solid #666;
}

.homeproductdesc{
	margin-left:20px;
	margin-top:3px;
	padding:12px;
	height:141px;
	width:148px;
	background-image:url(images/hometextbg.jpg);
	float:left;
	
}

ul.navigation {
	list-style: none;
	float: left;
	clear: left;
	font-size:10px;
	margin-top:0px;
}

ul.navigation li {
	float: left;
}

ul.navigation li a {
	float: left;
	text-decoration: none;
	color: #E2E4EC;
	padding: 3px 9px 0 0;
	margin-right: 5px;
}

ul.navigation li a span {
	float: left;
	padding-right: 9px;
	display: block;
	margin-top: -3px;
	height: 31px;
}

ul.navigation li a:hover, ul.navigation li a.current {
 	color: #1A61A9;
	background: url(images/navbar.jpg) no-repeat top right;
}

ul.navigation li a:hover span, ul.navigation li a.current span {
	background: url(images/navbar.jpg) no-repeat top left;
}

#navbarend{
	height:31px;
	width:12px;
	float:right;
	background-image: url(images/navbarend.jpg);
    background-repeat: no-repeat;
}

#content {
	margin:0 auto;
    width:991px;
	background-image: url(images/contentbg.gif);
    background-repeat: repeat-y;
	min-height:600px;
}
#text{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	font-size:14px;
}

#footer {
	clear:both;
	margin:0 auto;
    width:991px;
    height:14px;
    background-image: url(images/bottom.jpg);
    background-repeat: no-repeat;
}

.clear{
	clear:both;
}

h1{
	color:#96101A;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px dashed #C30;
}

h2{
	color:#96101A;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}

img{
	border:0px;
}

.backwards {unicode-bidi:bidi-override; direction: rtl;}

#productsgrid img{
	max-width: 200px;
	max-height: 200px;
}
.productheadingrow{
	border-bottom:1px solid #BBBBBB;
	background-color:#F5F5F5;
}
.productrrp{
	display:block;
	font-size:14px;
	color:#666;
}
.productprice{
	display:block;
	font-size:18px;
}

.productheader{
	font-size:22px;
}
.productdesc{
	font-size:14px;
	background-image:url(images/producttextbg.gif);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
	min-height:100px;
}







#menuh-container
	{
	position: absolute;
	}

#menuh
	{
	width:100%;
	float:left;
	}
		
#menuh a
	{
	display:block;
	margin:0;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:9em;	 width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin:0;
	background-color:#9a0000;
	}
	
#menuh ul ul li
	{
	padding-top:5px;
	}


#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */