body {
	font-family: "Times New Roman", "Times", "serif";
}

/*超连接文字颜色*/

.link1 A:link {font-size: 12px; font-weight: bold; color: #feffff; text-decoration: none;}
.link1 A:visited {font-size: 12px; font-weight: bold; color: #feffff; text-decoration: none;}
.link1 A:hover {font-size: 12px; font-weight: bold; color: #feffff; text-decoration: underline;}

.link2 A:link {color: #74512b; text-decoration: none;}
.link2 A:visited {color: #cd6600; text-decoration: none;}
.link2 A:hover {color: #74512b; text-decoration: underline;}


.address-background {        
        width:175px;
        height:198px;
        background: url(images/address.jpg)       
}

.address-text {
        font-size: 12px;
        color: #743502;
        line-height: 18px;
        padding:4px 2px 0px 20px;
}

.text_field {
        font-size: 12px;
	color: #a48451;
	background-color: #fdf7dd;
        border: 1px solid #c2ab81;
}

/*首页-中间内容背景-标题-文字*/

.middle-background {
        background-color: #fff3cd;
        font-size: 12px;
        color: #a48451;
        padding:4px 2px 0px 8px;
}

.middle-title {
        height:38px;
        font-size: 21px;
        color: #74512b;
        font-weight: bold;
        text-align: center;
}

/*标题-文字*/
.title {
        font-size: 22px;
        color: #74512b;
        font-weight: bold;
        padding:8px 0px 8px 12px;
}

.menu-background {
        background-color: #fff3cd;
}

.menu-text {
        font-size: 12px;
        color: #a48451;
        padding:4px 2px 0px 8px;
}


.gift-cards-text {
        font-size: 12px;
        color: #a48451;
        padding:4px 2px 0px 8px;
        background-color: #fff3cd;
}

.gift-cards-title {
        font-size: 12px;
        color: #a48451;
        padding:4px 2px 0px 8px;
        font-weight: bold;
        background-color: #f6ebd1;
}


/*尾部*/

.tail-text {    
        background-color: #fdf7dd;
        font-size: 12px;
        color:#74512b;
}

.tail {    
        background-color: #fdf7dd;
        font-size: 12px;
        color:#7e7e7e;
        text-align: center; 
}


/*首页--导航下拉菜单*/

.link3 a:link{
   height=30px;
   font-size: 12px;
   color:#ffffff; 
   text-decoration:none; 
   float:left; 
   width:180px; 
   padding:8px 3px 5px 20px; 
}
 
.link3 a:visited{
    height=30px;
    font-size: 12px; 
    color:#ffffff; 
    text-decoration:none; 
    float:left; 
    padding:8px 3px 5px 20px; 
    width:180px; 
} 

.link3 a:hover{
    height=30px; 
    font-size: 12px;
    font-weight: bold; 
    color:white; 
    float:left; 
    padding:8px 3px 5px 20px; 
    width:180px; 
    text-decoration:none; 
    background-color:#d3861c; 
} 

.link3 a:active{
    height=30px;
    font-size: 12px; 
    color:#ffffff; 
    float:left; 
    padding:8px 3px 5px 20px; 
    width:180px; 
    text-decoration:none; 
    background-color:#d3861c; 
} 

.menu-left-1  { 
        border-top: 1px solid  #f0daa9;
        border-right: 1px solid  #f0daa9;
	border-bottom: 1px solid  #f0daa9;
	border-left: 1px solid  #f0daa9;
        background: url(images/left_menu_background.gif)
}

.menu-border  {    
        border-right: 1px solid  #c2ab81;
	border-bottom: 1px solid  #c2ab81;
	border-left: 1px solid  #c2ab81;                 
} 
 
.border  { 
        border-top: 1px solid  #c2ab81;   
        border-right: 1px solid  #c2ab81;
	border-bottom: 1px solid  #c2ab81;
	border-left: 1px solid  #c2ab81;                 
} 

/*按钮*/

.button { 
    border:0px;
    font-size: 12px;
    color:#000000; 
    text-align: center; 
    padding:8px 3px 5px 5px; 
    width:80px;
    height=27px; 
    text-decoration:none;
    background: url(images/button.gif)    
} 


.button-shopping { 
    border:0px;
    font-size: 12px;
    color:#000000; 
    padding:8px 3px 5px 15px; 
    width:80px;
    height:27px; 
    text-decoration:none;
    background: url(images/button_shopping.gif)    
}


