@charset "UTF-8";
html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0; 
}
#container {
    position:relative;
    width:100%;
    min-width:1100px;
    min-height:100%;
    margin:0;
    padding:0;
	background-image:url(../images/bg-head.jpg);
	background-repeat:repeat-x;
}
#header {
    width:1076px;
    height:192px;
	padding:10px 0px;
	margin:0px auto;
}
.bg-main-nav {
	width:1076px;
	height:154px;
	background-image:url(../images/menu-divider.png);
	background-repeat:no-repeat;
	margin:15px auto 0px auto;
	padding:0px;
}
.main-nav {
	width:auto;
	margin:72px 0px 0px 100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.main-nav a {
	text-decoration:none;
	color:#000;
}
.main-nav li {
	display:block;
	width:auto;
	float:left;
	margin:0px 32px 0px 33px;
    padding: 5px 18px;
	list-style:none;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.main-nav li:hover {
    background:#F1C12A;	
	color:#FFF;
}
.main-nav li:active {
	background:#F1C12A;		
}
.logo {
	margin:-95px 0px 0px 421px;
	padding:0px;
	float:left;
}
#body {
	width:1076px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
.social-x{
	float: right;
    position: relative;
    right: 70px;
    top: 0px;
    width: 23px;
} 
.social-x li {
	height: 23px;
	width: 23px;
	padding:0px;
	margin:0px;
	list-style:none;
	transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.social-x li:hover {
	background:#F2BE0F;
}
.i-banner {
	height: 376px;
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
}
.box-shadow {
	width:872px;
	height:25px;
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../images/banner-box-shadow.jpg);
}
.rx1 {
	width: 872px;
	height:633px;
	margin-right: auto;
	margin-left: auto;
}
.cat-x1 {
	width:270px;
	height:175px;
	float:left;
	background-image: url(../images/cat-slot-01.jpg);
	background-repeat:no-repeat;
	margin:8px 31px 0px 0px;
}
.cat-x2{
	width:270px;
	height:175px;
	float:left;
	background-image: url(../images/cat-slot-02.jpg);
	background-repeat:no-repeat;
	margin:8px 31px 0px 0px;
}
.cat-x3 {
	width:270px;
	height:175px;
	float:left;
	background-image: url(../images/cat-slot-03.jpg);
	background-repeat:no-repeat;
	margin:8px 00px 0px 0px;
}
.cat-x4 {
	width:571px;
	height:194px;
	float:left;
	background-image: url(../images/cat-04.jpg);
	background-repeat:no-repeat;
	margin:12px 31px 0px 0px;
}
.cat-x5 {
	width:270px;
	height:194px;
	float:left;
	background-image: url(../images/facebook-01.jpg);
	background-repeat:no-repeat;
	margin:12px 00px 0px 0px;

}
.btn-view a {
	background-color: #5D3517;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 15px;
	float:right;
	margin:110px 20px 0px 0px;
	text-decoration:none;
	opacity:0.8;
}
.btn-view a:hover, .btn-view-02 a:hover {
	background-color:#F1C100;
}
.btn-view-02 a {
	background-color: #5D3517;
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 15px;
	float:right;
	margin:110px 55px 0px 0px;
	text-decoration:none;
	opacity:0.8;
}
.facebook-p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:220px;
	color:#000;
	line-height:14px;
	float:left;
	margin:110px 0px 0px 20px;
}
.i-spacer {
	width:750px;
	height:1px;
	float:left;	
	margin:20px 0px 0px 70px;
	padding:0px;	
	background-color:#CCC;
}
.i-intro {
	width:700px;
	float:left;	
	margin:20px 0px 0px 70px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-style:italic;
	color:#666;
}
.i-symbol {
	width:700px;
	height:17px;
	float:left;
	padding:0px;
	margin:20px 0px 0px 70px;
	text-align:center;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 350px;
	background-image: url(../images/bg-foot.jpg);
	margin: 0;
	padding: 0;
	left: 1px;	
}
.footer-center {
	width:1076px;
	height:350px;
	margin:0px auto;
	padding:0px;
}
.fx1 {
	width:120px;
	height:300px;
	float:left;
	margin:40px 0px 0px 155px;
}
.fx2 {
	width:150px;
	height:300px;
	float:left;
	margin:40px 0px 0px 0px;
}
.fx-title {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
.sitemap {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
}
.sitemap a {
	text-decoration:none;
	color:#000;	
}
.sitemap li {
	margin:0px 0px 0px -7px;
   	padding: 3px 8px;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.sitemap li:hover {
    background:#F1C12A;	
}
.sitemap li:active {
	background:#ddd;	
}
.fx-logo {
	margin: 40px 0px 0px 22px;
	padding: 0px;
	float: left;
	height: 132px;
	width: 204px;
}
.trademarks {
	width:204px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
	margin:8px 0px 0px 0px;
}
.rx-header {
	width:571px;
	height:31px;
	margin:0px;
	padding:0px;
	float:left
}
.rx-btn-about {
	width:268px;
	height:31px;
	margin:0px 0px 0px 32px;
	padding:0px;
	float:left;
}
.cat-0 {
	width:1076px;
	height:31px;
	margin:5px 0px 8px 0px;
	padding:0px;
	float:left;
	
	