body{
	background-color: White;
	margin: 0;
	text-align: center;

}

#outer{
	width: 678px;
	background: White;
}

#page_header{
	height: 118px;	
	clear: both;
	background-image: url(../images/main_header.gif);
	background-position: top;
	background-repeat: no-repeat;

}

#inner{
clear:both;
width:100%;
}

#footer{
	clear: both;
	border-top: 1px solid #0066CC;
	margin-top: 10px;
}

#footer p{
	text-align: center;
	font-size: xx-small;
	color: Gray;
}

#left{
	float: left;
	width: 129px;
	max-width: 129px;
}

#content{
	width:545px;
	
}

#main {
	float:left;
	width:370px;
	min-height: 400px; 
	margin-left: 4px;
	background-image: url(../images/about_header.gif);
	background-position: top ;
	background-repeat: no-repeat;
	}

#main h2{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 25px;
	font-size: medium;
	color: #CC0000;
}
#main .text{
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
   padding: 0px 20px 5px 20px;
	background-image: url(../images/text_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#side {
float: right;
padding-top: 25px;

}

#menu{
	background-image: url(../images/thin_line.gif);
	background-position: right;
	background-repeat: repeat-y;
	max-width: 128px;
}

#left .end{
	background-image: url(../images/navigation_bottom.gif);
	background-repeat: no-repeat;
	height: 1px;
	background-position: bottom;

}

#left .home{
	background-image: url(../images/home_button.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: left;
	padding:1px 15px;
}

#left .home a{
	text-decoration:none;
	text-align: left;
	display:block;
	color: Black;
	padding:1px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;	
}

#left .home a:hover {
   color: #0066CC;
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#menu ul {
	margin:0;
	}

#menu h2 {
	margin:0;
	padding-right:5px;
	border-width:1px 0;
}

#menu li {
	list-style-type:none;
	margin:0;
	}

#menu a {
	text-decoration:none;
	text-align: left;
	display:block;
	color: Black;
	padding:1px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	}

#menu li li a {
	padding-left:25px;
	font-size: xx-small;
	color: Gray;
}

#menu li li li a {
	padding-right:25px;
	}

#menu li li li li a {
	padding-right:30px;
	}

#menu li a:hover {
   color: #0066CC;
	background-image: url(../images/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	}

#menu li li a:hover {
   color: #0066CC;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	}

#menu li li a.selected{
	font-weight: bold;
	color: #FFAAAA;
	background: url(../images/buller.gif);
	background-position: 15px;
	background-repeat: no-repeat;
}

#menu li li {

	}

#menu .x2 li {
	border-bottom:none;
	}

#menu li.x1 {
	font-weight:bold !important;
	}

#menu li.x1-level3 {
	font-weight:bold;
}

#menu a.selected{
	font-weight: bold;
	color: #CC0000;
	background: url(../images/selected.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#side img{
	border-right: 1px dashed #0066CC;
	border-bottom: 1px dashed #0066CC;
}

#product{
	width: 320px;
	
}

#product .title{
	border: 1px solid #0066CC;
	font-size: smaller;
	padding-left: 5px;
	width: 200px;
}

#product .image{
	
	border-right: 1px solid #0066CC;	
	border-top: 1px solid #0066CC;	
	
	width: 100px;
}

#product .content{
	font-size: smaller;
	
	color: Gray;
}

