body { 
	padding: 0; 
	margin: 0; 
	font: .74em Arial, sans-serif; 
	line-height: 1.5em; 
	background: #fff url(../images/top.jpg) repeat-x top; 
	color: #454545; 
	}
	
	
a { color: #DA3B3B; background: inherit; }
a:hover { color: #DA3B3B; background: inherit; text-decoration: underline; }
p {	margin: 5px 0; }
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { padding: 4px 0; margin:  0; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }


.content { margin: 0px auto; width: 975px; }

/* top part */
#top { padding-top: 20px; background: transparent; height: 101px; position: relative; width: 100%; }
	#top h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: 1px; color: #FFF }
	#top h1 a {color: #FFF }
	#top h2 { font: 1.0em Arial, Sans-Serif; letter-spacing: 0px; color:#FFFFFF ; margin:0; padding: 0 }
#top .wrap {
	width:975px; height:75px; margin:auto;
}
#top .title {
  float:left;
  text-align:left;
  width:680px;
}
#top .links {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  float:right;
  width:139px;
  color:#85aaba;
  height:30px;
}
#top .links a {
  color: #fff;
  text-decoration: underline;
}
#top .logo {
  width:126px;
  height:90px;
  float:left;
  text-align:center;
  color: #63c;
  margin-top: -15px;
  margin-right: 30px;
}
#prec { height: 10px; 	margin:0; padding: 0; background: #F6F6F6; border-bottom: 1px solid #DCDCDC; overflow: hidden; margin-bottom: 15px }
#menu { background: inherit; margin: 0 auto; width: 975px;}
#menu a { padding-right: 40px; font: 1.4em Arial, Sans-Serif; text-decoration: none; font-weight:bold;}
#menu ul { padding-top: 10px;}
#menu li { display:inline; list-style: none;}
		
/* main area */
#main { }
	#right_side { float: right; width: 212px; background: #F6F6F6; padding: 5px 10px 5px 10px; margin-bottom: 10px }
		#right_side ul { padding: 3px 0 8px 0 } 
		#right_side li { line-height: 18px; background: #F6F6F6 url(../images/cat-li.gif) no-repeat left; list-style: none; padding-left: 20px; }
		#right_side a { background: #F6F6F6; text-decoration:  none }
		#right_side h3 { color: #404040; font:  bold 1.2em Arial, Sans-Serif; }
	
	#left_side { background: #FFF; margin-bottom: 10px; width: 735px;  }
		#left_side h3 { background: #FFF url(../images/hbg.gif) repeat-x; height:30px; padding: 5px 0 0 0px; margin: 0; font:  bold 1.2em Arial, Sans-Serif; }
		#left_side h3 span { background: url(../images/h-art.gif) no-repeat left; padding: 1px 10px 0 23px;  line-height: 22px; margin: 0}
		#left_side p { color: #454545; padding: 0 5px 0 5px; text-align: justify }
		#left_side img { float: left; padding: 0 10px 5px 0 }
		#left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
		#left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
		#left_side ul { margin-left: 10px; padding-left: 0; list-style: none; }
		#left_side ul li { padding-left: 10px; background-image: url(../images/arrow.gif); background-repeat: no-repeat; background-position: 0 7px; line-height:18px; }
		#left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
	
/* the footer */
#footer { clear: both; border-top: 1px solid #DCDCDC; margin: 0 0 3em 0; color: #777;  background: #fff }
#footer .right  { float: right; text-align: right; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }
/* mid text*/
.midtext { text-align: center !important; }
/* buy button */
.button {
	margin: 15px 15px 30px 240px;
}
.button A {
	FLOAT: left;
	DISPLAY: block;
	WIDTH: 110px;
	COLOR: #fff;
	LINE-HEIGHT: 26px;
	MARGIN-RIGHT: 15px;
	HEIGHT: 36px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	BACKGROUND: url(../images/btn_min.gif) no-repeat 0px 0px;
}
.button .space A {
	margin-left: 60px;
}
.button A:hover {
	BACKGROUND: url(../images/btn_min.gif) no-repeat 0px -38px;
}
.button SPAN  A {
	BACKGROUND: url(../images/btn_min2.gif) no-repeat 0px 0px;
}
.button SPAN  A:hover {
	BACKGROUND: url(../images/btn_min2.gif) no-repeat 0px -38px;
}
.clearer {
	clear: both;
}