/* CSS Document */
.body
{
	/* background-color:#5F9EDE; */
	font-family:Arial;
	margin-top:0px;
	margin-bottom: 0px;
}
P
{
	/* background-color:#5F9EDE; */
	font-family:Arial;
	margin-top:0px;
	margin-bottom: 0px;
}
.logo_td{
	background-image:url(images/bg/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.body_td{
	background-image:url(images/bg/body_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.footer_td{
	background-image:url(images/bg/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.click{
	font-size:11px;
	color: #A31912;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.price{
	font-size:14px;
	color: #000;
	font-family: Arial black, Helvetica, sans-serif;
}
body,div,ul,li{
 margin:0 auto;
 padding:0;
}
a:link{
 color:#000;
 text-decoration:none;
}
a:visited {
 color: #000;
 text-decoration:none;
}
a:hover {
 color: #c00;
 text-decoration:underline;
}
ul{
 list-style:none;
}
.main{
 clear:both;
 padding:2px;
 text-align:center;
}


#tabs1{
 text-align:left;
 width:595px;
 background-image:url(images/frame.jpg);background-repeat:no-repeat;
}
.menu1box{
 position:relative;
 overflow:hidden;
 height:33px;
 width:550px;
 text-align:left;
}
#menu1{
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}
#menu1 li{
 float:left;
 display:block;
 cursor:pointer;
 width:86px;
 text-align:center;
 line-height:33px;
 height:33px;
 background-image:url(images/tab.gif);background-repeat:no-repeat;
}
#menu1 li.hover{
 background-image:url(images/tab_over.gif);background-repeat:no-repeat;
}
.main1box{
 clear:both;
 margin-top:20px;
 height:480px;
 width:595px;
}
#main1 ul{
 display: none;
}
#main1 ul.block{
 display: block;
}
.style1 {color: #333333}
.footer_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


