/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background: #eeeeee url(../images/index_main_03.gif) repeat-y center top;  font:12px/1.55em Verdana, arial, helvetica, sans-serif;color: #4c4c4c; }

a:link {
	color: #6e6f73;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6e6f73;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img { border:0;}
:focus { outline:0; }
img {
	border: none;
	vertical-align: middle;
}

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { /*color:#666; font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }
.clearLine {
	height: 1px;
	overflow: hidden;
	clear: both;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
.header, .middle-container, .footer {
	margin: 0 auto;
	width: 975px;
}
.header {
	margin-bottom: 12px;
}
.header-top {
	background: url(../images/index_main1_02.gif) no-repeat center top;
	height: 91px;
	margin-bottom: 2px;
	/*background: url(../images/ugg_happy_new_year.gif) no-repeat center top;*/
}
.middle-container {
	min-height: 450px;
	height: auto!important;
	height: 450px;
	overflow: visible;
	padding-bottom: 150px;/* 必须使用和footer相同的高度 */
}
.footer {
	width: 995px;
	background: url(../images/index_main_06.gif) no-repeat center 122px;
	text-align: center;
	line-height: 20px;
	position: relative;
	margin-top: -150px; /* footer高度的负值 */
	height: 150px;
	clear: both;
}
.siteInfo {
	height: 50px;
	text-align: left;
	color: #6e6f73;
	background-color: #eee;
	margin-top: 10px;
	padding: 10px 7px;
}
.siteInfo .copyright {
	float: right;
}
.siteInfo .note {
	font-size: 11px;
	display: block;
	clear: both;
	line-height: 16px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac 注: 该方案测试于两栏悬浮布局，兼容各大主流浏览器，包括Google Chrome。*/

/*header Nav*/
.header-nav-container {
	/*background-color:#e8e8ea;
	border: #e0e0e0 1px solid;*/
	height: 30px;
	/*overflow: hidden;*/
}
.header-nav {
	float: left;
	width: 206px;
	/*background: #e8e8ea url(../images/About-Us_06.gif) repeat-y right top;
	padding: 4px 5px;*/
	background-color:#e8e8ea;
}
.header-nav-container h2 {
	font-size: 14px;
	text-align: center;
	margin: 0;
	border:1px solid #E0E0E0;
	height:30px;
	line-height:26px;
}
.header-nav-container .search {
	margin-left: 209px;
}
a.hoverLink {
	text-decoration: none!important;
}
a.hoverLink:hover {
	text-decoration: underline!important;
}
