﻿/*

Rkanr Template System
Create at 2010-6-29 14:48:50

*/
/*------------------------------------------------------------------

[Style Stylesheet]
Project:       RkanrGroup beta1
Description:	Reset.css, Base.css, Header.css, Footer.css
Version:       0.1
Last change:       2009.04.08
Assigned to:       lewure
Primary use:       Index
-------------------------------------------------------------------*/
/*Reset.css*/
/*全局CSS*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DD, DL, DT, LI, OL, UL, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-family: 宋体,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: baseline;
}
/*link style*/

a.black {
color:#C2B29D;
}
A.gray
{
	color: #656565;
}
A.blue
{
	color: #1C58A1;
}
A.orange
{
	color: #ff6b00;
}
A.red
{
	color: #BE1314;
}
A.darkred, span.darkred
{
	color: #cc0000;
}
A.purple
{
	color: #b32792;
}
A.green
{
	color: #52af01;
}
A.white
{
	color: white;
}
A.blue
{
	color: #0054A7;
}
A.colorA
{
	color: #344D02;
}
A.colorB
{
	color: #9F9B17;
}
A.colorC
{
	color: #2086B5;
}
A.goldenrod, Th.goldenrod, dd.goldenrod, span.goldenrod
{
	color: #BB5D00;
}
dd.gray
{
	color: #404040;
}
A
{
	text-decoration: none;
}
A:hover, A:active
{
	text-decoration: underline;
}
Th.gray
{
	color: #959595;
}
span.red
{
	color: #BE1314;
}
span.bold {
font-weight:bold;
}
span.black {
color:#C2B29D;
}
UL
{
	list-style-type: none;
}
/*end Reset.css*/
/*Base.css*/
.cfix
{
	display: block;
}
.fleft
{
	float: left;
}
.fright
{
	float: right;
}
.clearBox
{
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
}
/*end Base.css*/


















/* --------- page module [293] 页头 css begin -------- */
/*网站导航*/
#header
{width:948px; height:35px; margin:0 auto; background:white url(1px.gif) repeat-x scroll 0 0; border:solid 1px #BDBDBD; border-top:none;}
#header .logo
{ height:26px; padding:3px 0 0 10px;}
#header .logo dl dt
{ float:left; width:90px;}
#header .logo dl dd
{ float:left;line-height:34px; padding:0 6px;}
#header .navigation ul li
{ float:left; padding:0px 9px; line-height:34px;}
/* --------- page module [293] 页头 css end -------- */
body
{ 
	background-color:#250D01;
}
head
{
	width: 950px;
	height: 35px;
	margin:0 auto;
	background-image: url(top.jpg);
}
#main
{
	width: 950px;
	margin: 16px auto;
	overflow: hidden;
	background-image: url(mainbg3.jpg);
	border: solid 1px #86692D;
background-repeat:no-repeat;
}
#main .flash
{
	width: 358px;
	height: 292px;
	float:left;
	margin: 68px 0px 0px 303px;
	background-image: url(bg1.jpg);
	display: inline;
	border: solid 1px #595758;
}

#main .list
{
	margin: 92px 0 0 50px;
	width: 198px;
	height: 290px;
	float:left;
	display: inline;
}
#main .list li
{
	width: 180px;
	height: 25px;
	float: left;
	color:#B69369;
	padding: 14px 0px 0px 24px;
	background-image:url(list3.jpg);
	display: inline;
}
#main .list li a
{
	font-size: 12px;
	color: #B69369;
	text-decoration: none;
}
#main .list a:hover
{
	text-decoration: underline;
}
#main .mainimglist
{
	margin: 78px 0 0 0;
	width: 950px;
	overflow: hidden;
	line-height: 20px;
}
#main .mainimglist li
{
	float: left;
	margin:0 -28px 0 66px;
	width: 137px;
	font-size: 14px;
	overflow: hidden;
	display: inline;
}
#main .mainimglist li .img
{
	width: 135px;
	height: 100px;
	float: left;
	font-size: 14px;
	border: solid 1px #989896;
	display: inline;
	margin:0px 0 10px 0px;
}
#main .mainimglist li .img img
{
	width: 135px;
	height: 100px;
}
#main .mainimglist li .title
{
	margin:0px 0 0 11px;
}
#main .mainimglist li .title a
{
	color: #EEAA49;
}
#main .mainimglist li .viewcount
{
	color:#B1B3B2;
	margin:0px 0 0 11px;
}
.clear
{
	clear:both;
	border:0px;
}


#customerbody {
background-color:#260E02;
clear:both;
margin:0 auto;
}

#footer .rowFoot
{background-color:#462C0E;}

#customerbody {
background-color:#260E02;
clear:both;
margin:0 auto;
}


#ft .ftRow .copyright li {
color:#C2B29D;
line-height:20px;
text-align:center;
}