/* Start Layout Elements */
body {
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
	background-color: #6487AC;
	font-family: Arial;
	margin: 0 auto;
	text-align: center;
}
#wrapper {
    width: 1034px;
	height: 300px; 
    margin: 0 auto; padding:0px;
    padding: 0;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
    width: 850px;
    height: 200px;
	margin: 39px auto 0 auto; padding: 0px;
	border-width: 1px 1px 0px 1px;
	border-color: #000000;
}

#mainbgtop {
	background-image: url(images/mainbgtop.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 39px;
	margin: 0px auto;
	padding: 0px;
}
#mainbody {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
    width: 850px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 215px;
	margin: 0 5px 0 0;
	padding: 0px;
}
/* End Layout Elements */

/* Start Content Modifiers */
.menu {
position: relative;
background-image: url(images/menu.jpg);
float: left;
margin: 6px 0 0 498px;
width: 380px;
height: 29px;
font-weight: bold;
font-size: 14px;
}

.menutext ul{
width: 380px;
padding: 4px 0;
margin: 0 0 0 20px;
text-align: left;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
color: #0000cc;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #BBB;
}

.menu ul li a:hover, .menu ul li a.current{
color: #CC9966;
}
table.productlist {
	width: 750px;
	padding-top: 4px;
	
}
table#productlist tr td {
	border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    background-color: #ffc;
	text-align: center;
	height: 150px;
	width: 250px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;

}
table.faq tr td {
	text-align: left;
	vertical-align: top;
}
th {
	padding: 0px;
}
#maintext {
	margin: 0;
	padding: 50px;
	height: auto;
	clear: both;

}

#productlist a.p1, #productlist a.p1:visited {width:75px; height:75px; text-decoration:none; background:#fff; top:0; left:15px; border:0;}
#productlist a img {border:0; text-align: center;}
#productlist a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#productlist a .large {display:block; position:fixed; width:0; height:0; border:0; top:0; left:0;}
#productlist a.p1:hover .large {display:block; position:fixed; top:50%; left:50%; width:300px; height:300px; border:10px solid #ccc;}

#info {z-index:100; height:22em;}


