html, body { 
margin : 0;
padding : 0;
}
 
body {
	background : #ccc;
	color : #333;
	font-family: Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
	font-size: small;
}
 
/*WRAP*/
#wrap {
	width : 770px;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	border : 10px solid #fff;
	color : #666;
	background : #fff url(images/wrap_bg.jpg) repeat-x;
}
 
/*BANNER*/
#masthead { 
   height : 100px;
   padding : 0;
   margin-bottom : 0;
}

/*MAIN CONTAINER*/
#container {
	background-color: #fff; 
    width : 770px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;
    padding : 0;
    line-height : 1.8em;
}
 
#menucontainer {
	position : relative;
	height : 50px;
	color : #e0e0e0;
	background : #0000FF;
	width : 100%;
	font-family : Helvetica, Arial, Verdana, sans-serif;
}
 
#menunav { 
position : relative;
height : 33px;
font-size : 12px;
text-transform : uppercase;
font-weight : bold;
background : #fff url(images/menu_bg.gif) repeat-x bottom left;
padding : 0 0 0 20px;
}
 
#menunav ul { 
margin : 0;
padding : 0;
list-style-type : none;
width : auto;
float : left;
}
 
#menunav ul li { 
display : block;
float : left;
padding : 0 1px;
}
 
#menunav ul li a { 
display : block;
float : left;
color : #eaf3f8;
text-decoration : none;
padding : 0 0 0 20px;
height : 33px;
}
 
#menunav ul li a span { 
padding : 12px 20px 0 0;
height : 21px;
float : left;
}
 
#menunav ul li a:hover { 
color : #fff;
background : transparent url(images/menu_bg-OVER.gif) repeat-x bottom left;
}
 
#menunav ul li a:hover span {
	display : block;
	width : auto;
	cursor : pointer;
	padding-bottom: 0;
	padding-left: 0;
}
 
#menunav ul li a.current, #menunav ul li a.current:hover {
	background : #1d6893 url(images/menu_left-ON.gif) no-repeat top right;
	color : #fff;
	line-height : 275%;
}
 
#menunav ul li a.current span { 
display : block;
padding : 0 20px 0 0;
width : auto;
background : #1d6893 url(images/menu_right-ON.gif) no-repeat top right;
height : 33px;
}
 
/*TOP NAVIGATION*/
#content { 
padding : 0 1em 0 1em;
margin : 0;
} 

#content a{
 text-decoration: none;	
}

/*FOOTER*/
#footer { 
clear : both;
height : 50px;
padding : 0;
margin-bottom : 0;
margin-top : 20px;
text-align : center;
border-top : 5px solid #4592be;
color : #fff;
background : #0000ff;
} 

/*TYPOGRAPHY*/
h1 { 
float : left;
margin : 0;
padding : 20px 0 20px 25px;
font : 2em Arial,Helvetica,FreeSans,sans-serif;
letter-spacing : 5px;
color : #fff;
} 

h3 { 
margin : 0;
padding : 20px 0 20px 0;
border-bottom : 1px solid #aaa;
font : 1.33em Arial,Helvetica,FreeSans,sans-serif;
text-transform : uppercase;
}


/*LINKS*/
a:link, a:visited {
	color : #00F;
	background : inherit;
	text-decoration : underline;
} 
a:hover {
	color : #4492BC;
	background : inherit;
	text-decoration : none;
} 
a img {
border: 0;
}
		 
#tblproducts td{
 text-align:center;	
 padding: 5px 5px;
}
