/* Minification failed. Returning unminified contents.
(623,1): run-time error CSS1019: Unexpected token, found '@charset'
(623,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(623,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	display:block;
	opacity:1;
	z-index: 9 !important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: url(../images/bg_trans.png);
	color:#0076bc;
	font-size: 18px;
	font-weight: bold;
	width:100%;
	z-index:8;
	padding: 10px;
	line-height: 30px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
/*    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
*/}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: url(/images/bg_trans.png);
}

.theme-default .nivo-controlNav a {
	display:inline-block;
	width: 25px;
	height: 25px;
	border:0;
	margin: 0 3px;
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.theme-default .nivo-controlNav a.active {
	background: #fff;
	color: #676768;
}

.theme-default .nivo-directionNav{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/images/bg_nav1.png) no-repeat;
	width: 120px;
	height: 90px;
	z-index: 999;	
}

.theme-default .nivo-directionNav a {
	display:none;
	width:24px;
	height:37px;
	text-indent:-9999px;
	border:0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	position: absolute;
	z-index: 999;
}
.theme-default a.nivo-nextNav {
	background: url(/images/next1.png) no-repeat;
	top: 45px;
	right: 5px;
}
.theme-default a.nivo-prevNav {
	background: url(/images/prev1.png) no-repeat;
	top: 40px;
	left: 60px;
}
.theme-default a.nivo-nextNav:hover,
.theme-default a.nivo-prevNav:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    -webkit-text-shadow: none;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-text-shadow: 0 1px 2px #222;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

        #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
            background-image: url('/images/fancybox_sprite@2x.png');
            -moz-background-size: 44px 152px;
            -o-background-size: 44px 152px;
            -webkit-background-size: 44px 152px;
            background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
        }

            #fancybox-loading div {
                background-image: url('/images/fancybox_loading@2x.gif');
                -moz-background-size: 24px 24px;
                -o-background-size: 24px 24px;
                -webkit-background-size: 24px 24px;
                background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
            }
}
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/images/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(/images/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(/images/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(/images/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(/images/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(/images/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'utm_bebas';
    src: url('utm_bebas-webfont.eot');
    src: url('utm_bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('utm_bebas-webfont.woff') format('woff'),
         url('utm_bebas-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'UTMAlterGothic';
    src: url('UTMAlterGothic.eot');
    src: url('UTMAlterGothic.eot?#iefix') format('embedded-opentype'),
         url('UTMAlterGothic.woff') format('woff'),
         url('UTMAlterGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Common tags */
*{
	outline: none;	
}

html, html a {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	margin:0;
	padding: 0;	
	background: #fff;
}

input::-moz-focus-inner { border:0; padding:0 }

a{
	text-decoration: none;
	color: #585858;
}

a img{
	border: none;	
}

h1, h2, h3, h4, h5, h6 {padding:0; margin:0}

.nomarginright{
	margin-right: 0 !important;	
}
.floatleft{
	float: left !important;	
}
.floatright{
	float: right !important;	
}
/* text */

.uppercase{
	text-transform: uppercase !important;	
}

.f14{
	font-size: 14px !important;	
}

.f16{
	font-size: 16px !important;	
}

.f24{
	font-size: 24px !important;	
}

.center{
	text-align: center !important;	
}

.red{
	color: #f01 !important;	
}


.EditingFormErrorLabel{
	color: red !important;	
}

/* Wrapper */
.wrap{
	width: 1000px;
	margin: 0 auto;	
	position: relative;
	height: 100%;   
}

#back-top{
	position: fixed;
	bottom: 320px;
	right: 100px;
	background: url(/images/btn_top.png) no-repeat;
	width: 34px;
	height: 44px;	
}

/* Top */
#top{
	float: left;
	width: 100%;
	background: url(/images/bg_header.png) left bottom repeat-x;
	height: 26px;
	padding: 0 0 4px 0;
	min-width: 1000px
}

#top .work_time{
	float: left;
	color: #585858;
	line-height: 26px;	
}


/* Header */
#header{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;	
	height: 107px;
	min-width: 1000px;
	background: url(/images/bg_head.png) repeat-x;
}

#header #logo{
	width: 100%;
	height: 102px;
	float: left;
}

#header #logo h1.logo{
	width: 100%;
	height: 100%;
}

#header #logo h1.logo a{
	text-indent: -9999px;
	font-size: 0;	
	width: 100%;
	height: 100%;
	display: block;
	background: url(/image/crop.png) center center no-repeat;
}


#header .frm_search{
	float: left;
	width: 474px;
	height: 32px;
	margin: 35px 40px 0;
	border: 1px solid #bcbcbc;
	background: #fff;
	padding: 2px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.25);
}

#header .frm_search .TextBoxField{
	float: left;
	background: #fff;
	border: none;
	height: 32px;
	line-height: 32px;
	margin: 0 10px;
	padding: 0;
	width: 360px;
	color: #959494;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#header .frm_search .FormButton{
	float: right;
	background: url(/images/btn_search.png) no-repeat;
	text-align: center;
	width: 85px;
	height: 32px;
	border: none; 
	cursor: pointer;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px rgba(235, 124, 28, 1);
}

#header .hotline{
	float: right;
	margin: 20px 0 0;
	color: #585858;	
	text-align: center;
	width: 260px;
}

#header .hotline .h{
	float: left;
	display: block;
	width: 100%;
	font-family: 'utm_bebas';
	letter-spacing: 2px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #585858;
	line-height: 35px;	
}

#header .hotline .text{
	float: left;
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #585858;
	line-height: 24px;	
}

/* Menu */
#menu_wrap{
	float: left;
	width: 100%;
	background: #ce010f;
	height: 36px;
	min-width: 1000px;
}

#menu_cates{
	float: left;
	width: 215px;
	height: 36px;
	position: relative;	
}

#menu_cates .arr{
	background: url(/images/bg1.png) no-repeat;
	width: 225px;
	height: 5px;
	position: absolute;
	left: -5px;
	top: -5px;	
}

#menu_cates .head{
	float: left;
	background: url(/images/icon_menu.png) 185px center no-repeat #00222c;
	padding: 0 35px 0 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 36px;
	width: 165px;
	cursor: pointer;
}

#menu_cates .cates{
	position: absolute;
	top: 100%;
	left: 0;
	width: 195px;
	padding: 10px;
	background: #fff;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 2px 0px 10px 7px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    2px 0px 10px 7px rgba(50, 50, 50, 0.1);
	box-shadow:         2px 0px 10px 7px rgba(50, 50, 50, 0.1);
	z-index: 10;	
	min-height: 310px;
}
	
#menu_cates .cates > li{
	position: relative;
	border-bottom: 1px solid #ddd;	
}

#menu_cates .cates > li.last{
	border: none;	
}

#menu_cates .cates > li > a{
	display: block;
	padding: 6px 10px 6px 35px;
	color: #585858;
	line-height: 20px;	
}

#menu_cates .cates > li:hover > a,
#menu_cates .cates > li.CMSListMenuHighlightedLI > a{
	color: #fff;
}

#menu_cates .cates > li.c1 > a{
	background: url(/images/icon1.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c1:hover > a,
#menu_cates .cates > li.c1.CMSListMenuHighlightedLI > a{
	background: url(/images/icon1_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c2 > a{
	background: url(/images/icon2.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c2:hover > a,
#menu_cates .cates > li.c2.CMSListMenuHighlightedLI > a{
	background: url(/images/icon2_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c3 > a{
	background: url(/images/icon3.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c3:hover > a,
#menu_cates .cates > li.c3.CMSListMenuHighlightedLI > a{
	background: url(/images/icon3_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c4 > a{
	background: url(/images/icon4.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c4:hover > a,
#menu_cates .cates > li.c4.CMSListMenuHighlightedLI > a{
	background: url(/images/icon4_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c5 > a{
	background: url(/images/icon5.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c5:hover > a,
#menu_cates .cates > li.c5.CMSListMenuHighlightedLI > a{
	background: url(/images/icon5_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c6 > a{
	background: url(/images/icon6.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c6:hover > a,
#menu_cates .cates > li.c6.CMSListMenuHighlightedLI > a{
	background: url(/images/icon6_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c7 > a{
	background: url(/images/icon7.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c7:hover > a,
#menu_cates .cates > li.c7.CMSListMenuHighlightedLI > a{
	background: url(/images/icon7_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c8 > a{
	background: url(/images/icon8.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c8:hover > a,
#menu_cates .cates > li.c8.CMSListMenuHighlightedLI > a{
	background: url(/images/icon8_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li.c9 > a{
	background: url(/images/icon9.png) 5px 4px no-repeat;
}

#menu_cates .cates > li.c9:hover > a,
#menu_cates .cates > li.c9.CMSListMenuHighlightedLI > a{
	background: url(/images/icon9_h.png) 5px 4px no-repeat #fcb716;
}

#menu_cates .cates > li .sub{
	position: absolute;
	left: 190px;
	top: -10px;
	background: #fff;
	border: 3px solid #fcb716;
	padding: 10px;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	z-index: 9999;
	width: 190px;
	display: none;		
}

#menu_cates .cates > li:hover .sub{
	display: block;
}

#menu_cates .cates .sub li{
	position: relative;
	border-bottom: 1px dotted #babbbc;	
}

#menu_cates .cates .sub li.last{
	border: none;	
}

#menu_cates .cates .sub li a{
	display: block;
	padding: 5px 10px;
	color: #585858;
	line-height: 20px;	
}

#menu_cates .cates .sub li:hover a,
#menu_cates .cates .sub li.CMSListMenuHighlightedLI a{
	background: #fcb716;
	color: #fff;
}

#menu{
	float: left;
	width: 650px;
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	position: relative;
	white-space: nowrap;
}

#menu > li {
	float: left;
	padding: 0 2px 0 0;
	background: url(/images/line_menu.png) right top repeat-y;
	position: relative;
}

#menu > li.last{
	padding: 0;
	background: none;
}

#menu > li > a{
    display: block;
	color: #fff;
	font-size: 12px;
	padding: 0 25px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
}

#menu > li > a > .fa-home{
	font-size: 18px;	
}

#menu > li:hover > a, 
#menu > li.CMSListMenuHighlightedLI > a{
	color: #fcb716;
}

#menu_wrap .clock{
	float: right;
    width: 110px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin: 5px 0;
    padding: 0 10px 0 10px;
    font-size: 27px;
    background: #fff;
    font-weight: bold;
    font-family: 'UTMAlterGothic';
}

#menu_wrap  div.clock  span.duration {
    color: #ce010f;
}


/* Wrapper */
#wrapper{
	float: left;
	width: 100%;	
}

/* Right content*/
.wrap_right
{
    float: left;
	margin-left: 215px;
	width: 785px;
}

/* Slide */

#slide{
	float: left;	
	width: 785px;
	height: 330px;
}

#slide .slider-wrapper{
	float: left;
	width: 785px;
	height: 330px;
	position: relative
}

#slide .slider-wrapper #slider{
	float: left;
	width: 785px;
	height: 330px;
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Product */
.product_container{
    width: 775px;
	margin: 0;
	padding: 0;
    float:left;
    padding:5px;
}
.prod_blocks{
    width: 775px;
    float:left;
    margin-bottom:5px;
}
.prod_blocks > .view_more
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #dedede;
    color: #585858;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    cursor:pointer;
}
.prod_blocks > .view_more:hover
{
    background: #fcb716;
    color: #fff;
}
.prod_blocks > div.header{
     width: 775px;
	 height: 30px;
     line-height:30px;
     text-align:left;
     border-bottom: 5px solid #b40101;
     float:left;
     position:relative;
     cursor:pointer;
}
.prod_blocks > div.header > .title{
    float: left;
    background: url(/images/bg_head1.png) repeat-x;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
    .prod_blocks > div.header > .title  > .text{
        padding: 5px 0 0 40px;
        display: block;
        line-height: 25px;
        height: 25px;       
    }
        .prod_blocks > div.header > .title > .text.icon1 {
            background: url(/images/icon1_1.png) left bottom no-repeat;
        }
        .prod_blocks > div.header > .title > .arr {
            position: absolute;
            background: url(/images/triangle.png) no-repeat;
            width: 13px;
            height: 30px;
            right: -13px;
            top: 0;
        }
      
.prod_blocks > .content, .prod_blocks > .detail_content{
    width: 775px;
    float:left;
    margin:5px 0;
}  
.prod_blocks > .content.hidden
{
    display:none;
}
.prod_blocks > .content > div.item{
	min-height:328px;
    float:left;   
    width:251px;
    text-align:center;  
    border: 1px solid #e0e0e0;
    margin-right:5px;
    margin-bottom:5px;
    background: url(http://1top.vn/templates/frontend/images/bgmainpr.jpg) repeat-x scroll left bottom;
}
    .prod_blocks > .content > div.item.nomargin {
        margin-right:0;
    }

    .prod_blocks > .content > div.item:hover {
        border: 1px solid rgb(214, 214, 214);
        box-shadow: 0 0 10px #ccc;
    }

    .prod_blocks > .content > div.item img {
        margin:10px auto;
    }
    .prod_blocks > .content > div.item .buynow
    {
        background: url(/images/bg_btn1.png) repeat-x;
	    border: 1px solid #eba21a;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    text-align: center;
	    width: 70px;
	    height: 25px;
	    line-height: 25px;
	    color: #fff;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    text-transform: capitalize;
	    text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	    cursor: pointer;
        display:inline-block;
    }
    .prod_blocks > .content > div.item .buynow:hover{
        background: url(/images/bg_btn1_h.png) repeat-x;
    }
    .prod_blocks > .content > div.item .detail{      
        border: 1px solid #bf0404;
        background: url(/images/btn_order.png) repeat-x;
        border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    text-align: center;
	    width: 70px;
	    height: 25px;
	    line-height: 25px;
	    color: #fff;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    text-transform: capitalize;
	    text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	    cursor: pointer;
        display:inline-block;
    }
    .prod_blocks > .content > div.item .detail:hover {
        background: url(/images/btn_order_h.png) repeat-x;
    }
    .prod_blocks > .content > div.item h1{
        font-size: 13px;
    }


/*#region Detail Product */

#detail_product{
    float:left;
}
#detail_product_media{
    width: 340px;
    float:left;
}
 #detail_product_media_img{
    border-bottom: 1px solid rgb(221, 221, 221);
}
#detail_product_media_img_gallery{
    width: 100%;
    overflow:hidden;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
}
#detail_product_media_img_gallery_jcarouselite{
    width: 100%;
    margin:0 auto;
    text-align:center;    
}
#detail_product_media_img_gallery_jcarouselite ul{
    display:inline-block;
    overflow:hidden;
}
#detail_product_media_img_gallery_jcarouselite ul li{
    float:left;
    border: 1px solid rgb(242, 242, 242);
    overflow:hidden;
}
#detail_product_media_img_gallery_jcarouselite ul li.selected{
    border-color: rgb(190, 220, 234);
}
#detail_product_general_content{
    margin-left: 10px;
    width: 630px;
    float:right;
}
#detail_product_general_content_title_rating{
    background: url('/images/content-bg-sprite.gif') 0 bottom repeat-x;
    padding-bottom: 10px;
}
#detail_product_general_content_title{
    font-size:1.4em;
}
#detail_product_general_content_rating{
    line-height: 20px;
    padding-top: 8px;
}
#detail_product_general_content_rating h4{
    display:inline-block;
}
.detail_productbox{
    padding-top:5px;   
    background: url('/images/content-bg-sprite.gif') 0 bottom repeat-x;
}
.detail_productbox.nobackground{
    background:none;
}
.detail_productbox ul{
    margin:5px 5px;
}
.detail_productbox ul li{
    line-height:25px;
    background:transparent url(/images/dot.png) left center no-repeat;
    padding-left:20px;
    font-size:1em;
    list-style:none;
}
.detail_productbox_table td:first-child{
    margin-right:10px;
    display:inline-block;
    font-size:1.0em;
}

        .detail_productbox_table span.marketprice{
          font-size: 1.1em;
          font-weight: bold;
          text-decoration:line-through;
        }
.addtocartredirect{
        border: 1px solid #bf0404;
        background: url(/images/btn_order.png) repeat-x;
        border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    text-align: center;
	    width: 100px;
        height: 30px;
        line-height: 30px;
	    color: #fff;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    text-transform: capitalize;
	    text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	    cursor: pointer;
        display:inline-block;
}
.addtocartredirect:hover{
    background: url(/images/btn_order_h.png) repeat-x;
}
.writecomment{
    background: url(/images/bg_btn1.png) repeat-x;
	    border: 1px solid #eba21a;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    text-align: center;
	    width: 100px;
        height: 30px;
        line-height: 30px;
	    color: #fff;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    text-transform: capitalize;
	    text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	    cursor: pointer;
        display:inline-block;
}
.writecomment:hover{
    background: url(/images/bg_btn1_h.png) repeat-x;
}

.pro_intr_Tab{
    margin-top: 10px;
    height: 30px;
    border-bottom: 3px solid #ce010f;
    float: left;
    width: 100%;
}
.pro_intr_Tab a {
float: left;
display: block;
padding: 0 30px;
margin: 0 2px 0 0;
line-height: 30px;
font-weight: bold;
color: #585858;
background: #dedede;
cursor:pointer;
}
.pro_intr_Tab a:hover{
    color: #ce010f;
}
.pro_intr_Tab a.selected {
background: #ce010f;
color: #fff;
}
.tab_page {	
background: #FFFFFF;
padding: 11px;
display: block;
z-index: 2;
margin-bottom: 10px;
float: left;
width: 98%;
}
.tab_page li{
    line-height:45px;
}
.tab_page.no_light_height li{
    line-height:normal !important;
}
    .tab_page.contact li label {      
        white-space: nowrap;
        display: inline-block;
        width: 16%;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        -webkit-text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 #ffffff;
        background-color: rgba(238, 238, 238,.6);
        border: 1px solid #ccc;
        vertical-align: top;
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        float:left;
    }
.tab_page.contact li input[type="text"], .tab_page.contact li textarea, .tab_page.contact li input[type="tel"], .tab_page.contact li input[type="email"]{
     width:80%;    
     white-space: nowrap;
     line-height: 20px;         
     color: #555555;
     height: 20px;
    padding: 4px 6px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    float: none;
    margin-left: 0;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
}
    .tab_page.contact li input[type="text"]:focus, .tab_page.contact li textarea:focus, .tab_page.contact li input[type="tel"]:focus, .tab_page.contact li input[type="email"]:focus {
        border-color: rgba(82, 168, 236, 0.8);
    }
.button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    min-width:100px;
}
.button:hover{
    background-color: #e6e6e6;
    color: #333333;
    background-position: 0 -15px;
    text-decoration: none;   
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#tab_review{
    overflow:hidden;
    width:99%;
}
#tab_review ul{
    margin:0 auto;
}
#tab_review ul li.comment{
    background: #f6f6f6;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 1.625em;
    padding: 10px;
    position: relative;
    width:85%;
    float:right;
    list-style:none;
}
#tab_review ul li.comment:before{
    content: url(/images/comment-arrow.png);
    left: -21px;    
    position: absolute;
}
#tab_review header.comment-meta {
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
    height:auto;
}
#tab_review header.comment-meta .avatar{
   
    -moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px #ccc;
-moz-box-shadow: 0 1px 2px #ccc;
box-shadow: 0 1px 2px #ccc;
left: -130px;
padding: 10px;
position: absolute;
top: 0em;
max-width: 100px;
max-height: 70px;
text-align: center;
}
span.comment-datetime{
    color: rgb(102, 102, 102);
    font-size: 10px; 
}

.prod_blocks > .detail_content > .related_products > .content > div.item{
    float:left;   
    width:251px;
    text-align:center;  
    border: 1px solid #e0e0e0;
    margin-right:5px;
    margin-bottom:5px;
    background: url(http://1top.vn/templates/frontend/images/bgmainpr.jpg) repeat-x scroll left bottom;
}
    .prod_blocks > .detail_content > .related_products > .content > div.item.nomargin {
        margin-right:0;
    }

    .prod_blocks > .detail_content > .related_products > .content > div.item:hover {
        border: 1px solid rgb(214, 214, 214);
        box-shadow: 0 0 10px #ccc;
    }

    .prod_blocks > .detail_content > .related_products > .content > div.item img {
        margin:10px auto;
    }
    .prod_blocks > .detail_content > .related_products > .content > div.item .buynow
    {
        background: url(/images/bg_btn1.png) repeat-x;
	    border: 1px solid #eba21a;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    text-align: center;
	    width: 70px;
	    height: 25px;
	    line-height: 25px;
	    color: #fff;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    text-transform: capitalize;
	    text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	    cursor: pointer;
        display:inline-block;
    }
    .prod_blocks > .detail_content > .related_products > .content > div.item .buynow:hover{
        background: url(/images/bg_btn1_h.png) repeat-x;
    }
    .prod_blocks > .detail_content > .related_products > .content > div.item .detail{      
        border: 1px solid #bf0404;
        background: url(/images/btn_order.png) repeat-x;
        border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    text-align: center;
	    width: 70px;
	    height: 25px;
	    line-height: 25px;
	    color: #fff;
	    font-size: 12px;
	    font-family: Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    text-transform: capitalize;
	    text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	    cursor: pointer;
        display:inline-block;
    }
    .prod_blocks > .detail_content > .related_products > .content > div.item .detail:hover {
        background: url(/images/btn_order_h.png) repeat-x;
    }
    .prod_blocks > .detail_content > .related_products > .content > div.item h1{
        font-size: 13px;
    }
    .prod_blocks > .detail_content > .related_products  > .view_more
    {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #dedede;
        color: #585858;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
        cursor:pointer;
    }
    .prod_blocks > .detail_content > .related_products  > .view_more:hover{
        background: #fcb716;
        color: #fff;
    }
    .prod_blocks > .detail_content > #tab_review  > .view_more
    {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #dedede;
        color: #585858;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
        cursor:pointer;
    }
    .prod_blocks > .detail_content > #tab_review  > .view_more:hover{
        background: #fcb716;
        color: #fff;
    }

/*#endregion */


/* Newsletter */
.newsletter{
	float: left;
	width: 205px;
	margin: 20px 0 10px -5px;
	position: relative;	
}

.newsletter .header{
	float: left;
	width: 145px;
	padding: 0 10px 0 50px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #fcb716;	
	position: relative;
    cursor:pointer;
}

.newsletter .header .icon{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/images/icon_new.png) no-repeat;
	width: 54px;
	height: 47px;
}

.newsletter .content{
	float: left;
	width: 185px;
	background: url(/images/bg_newsletter.png) repeat-x #e6e6e6;
	border: 1px solid #ebebeb;
	padding: 4px 9px;	
	height: 235px;
	color: #585858;
	font-style: italic;
	line-height: 20px;
    white-space:normal;
}

.newsletter .frm_newsletter{
	float: left;
	width: 203px;
	height: 30px;
	border: 1px solid #c4c0c0;
	background: url(/images/bg_inputnewsletter.png) repeat-x;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 5px;
	position: relative;
    margin-left:-9px;
}

.newsletter .frm_newsletter .TextBoxField{
	float: left;
	padding: 0 10px;
	background: none;
	border: none;
	height: 30px;
	width: 122px;
	line-height: 30px;
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

.newsletter .frm_newsletter .FormButton{
	position: absolute;
	top: -1px;
	right: 0;
	background: url(/images/bg_btn1.png) repeat-x;
	border: 1px solid #eba21a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	width: 70px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	text-shadow: 0px 1px 1px rgba(166, 124, 20, 1);
	cursor: pointer;
}

.newsletter .frm_newsletter .FormButton:hover{
	background: url(/images/bg_btn1_h.png) repeat-x;
}

/* Breadcrumbs */
.breadcrumbs{
	float: left;
	color: #585858;
	line-height: 35px;
	width: 100%;
}

.breadcrumbs a{
	color: #585858;
	margin: 0 5px 0 0;
}

.breadcrumbs a:hover,
.breadcrumbs a.current{
	color: #222;
}

h2.page_title{
	float: left;
	display: block;
	color: #1b62a9;
	font-family: 'UTMAlterGothic';
	margin: 0 10px 0 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
}

/* Footer Menu */
#footer_menu{
	float: left;
	width: 100%;
	min-width: 1000px;
	height: 30px;
	background: #ea1515;
	margin: 10px 0 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.45);	
}

#footer_menu .footer_menu{
	float: left;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;	
	white-space: nowrap;
}

#footer_menu .footer_menu li{
	float: left;
	background: url(/images/line_fmenu.png) right center no-repeat;
	padding: 0 1px 0 0;
}

#footer_menu .footer_menu li.last{
	background: none;
}

#footer_menu .footer_menu li a{
	display: block;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;	
}

#footer_menu .footer_menu li:hover a,
#footer_menu .footer_menu li.CMSListMenuHighlightedLI a{
	color: #fcb716;
	background: url(/images/line_footer.png) left bottom repeat-x	;
}

/* Bottom */
#bottom{
	float: left;
	width: 100%;
	padding: 20px 0;
}

#bottom .block{
	float: left;
	width: 180px;
	padding: 0 10px;
	background: url(/images/line_bottom.png) right top no-repeat;	
	min-height: 177px;
}

#bottom .block.first{
	padding-left: 0;
}

#bottom .block .header{
	float: left;
	padding: 5px 40px 5px 15px;
	height: 40px;
	line-height: 20px;
	width: 125px;
	color: #585858;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;	
}

#bottom .block .header.icon1{
	background: url(/images/icon_f1.png) 150px center no-repeat #eee;	
}

#bottom .block .header.icon2{
	background: url(/images/icon_f2.png) 150px center no-repeat #eee;	
}

#bottom .block .header.icon3{
	background: url(/images/icon_f3.png) 150px center no-repeat #eee;	
}

#bottom .block .header.icon4{
	background: url(/images/icon_f4.png) 150px center no-repeat #eee;	
}

#bottom .block .footer_links{
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;	
}

#bottom .block .footer_links li{
	padding: 3px 0;	
}

#bottom .block .footer_links li a{
	display: block;
	padding: 0 0 0 15px;
	background: url(/images/bullet1.png) left 7px no-repeat;
	line-height: 22px;
	color: #585858;	
}

#bottom .block .footer_links li:hover a,
#bottom .block .footer_links li.CMSListMenuHighlightedLI a{
	color: #fcb716;
	background: url(/images/bullet1_h.png) left 7px no-repeat;
}

#bottom .footer_info{
	float: left;
    width: 30%;
    padding: 0 0 0 10px;
    color: #585858;
    line-height: 30px;
}

#bottom .footer_info h3{
	color: #ff0000;
	font-size: 13px;
	text-transform: uppercase;
}

#bottom .footer_info a{
	color: #585858;
}

#bottom .footer_info a:hover{
	color: #fcb716;
}


/*===== Footer =====*/

#footer{
	float: left;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	min-width: 1000px;
	height: 24px;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px -3px 5px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px -3px 5px 0px rgba(50, 50, 50, 0.45);
}

.dn_license{
	width: 400px;
	margin: auto;
	height: 24px;
	line-height: 24px;
	display: block;
}

.dn_license span{
	display: block;
	font-family: Tahoma;
	float: left;
	*display: inline;/*Fix ie6*/
	font-size: 1em;
	margin-right: 5px;
	color: #585858;
}

.dn_license img{
	border: none;
	float: left;
	margin-top: 0px;
	*display: inline;/*Fix ie6*/
	padding-top: 3px;
}

.dn_license a{
	color: #585858;
	font-weight: bold;
}

.dn_license a:hover{
	color: #ea1515;
}

/* IE10-specific styles */ 
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
}  

/* Style for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) { 

}

@media handheld, only screen and (max-device-width: 1024px) and (min-device-width: 320px) {
input[type="text"],
select,
input[type="submit"]{
	-webkit-appearance: none;
}


}
/* contact */
.contact{
	float: left;
	margin: 0;
	padding: 19px;
	width: 680px;
	color: #585858;
	line-height: 28px;
}

.contact .c_info{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d3d3d3;
}

.contact .c_info h2{
	font-size: 12px;
	text-transform: uppercase;
	color: #f00;	
}
	

.contact .c_map{
	float: left;
	width: 308px;
	height: 248px;
	border: 1px solid #dbdbdb;
	padding: 0;
	margin: 77px 0 0 20px;
}

.contact .frm_contact{
	float: left;
	margin: 20px 0 0;
	width: 300px;
}

.contact .frm_contact .head{
	float: left;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	color: #f00;	
	font-weight: bold;
}

.contact .frm_contact label{
	float: left;
	width: 100%;
	margin: 5px 0;
	line-height: 20px;
	color: #4e4e4e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.contact .frm_contact label span{
	color: #f00;	
}
.contact .frm_contact label.error{
    color:#ce010f;
}

.contact .frm_contact label.servermessage{    
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}
    .contact .frm_contact label.servermessage.success {
        color: #4F8A10;
    }
    .contact .frm_contact label.servermessage.error {
        color:#ce010f;
    }

.contact .frm_contact .TextBoxField{
	float: left;
	margin: 0;
	width: 280px;
	height: 20px;
	line-height: 20px;
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #dbdbdb;
	background: #fbf9f9;
	padding: 4px 9px;	
}


.contact .frm_contact textarea{
	float: left;
	margin: 0;
	width: 280px;
	height: 60px;
	line-height: 20px;
	color: #585858;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #dbdbdb;
	background: #fbf9f9;
	padding: 4px 9px;	
	resize: none;
	overflow: auto;
}

.contact .frm_contact .FormButton{
	float: left;
	margin: 10px 0 0;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #ce010f;
	text-align: center;	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	border: 1px solid #9b030d;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.contact .frm_contact .FormButton:hover{
	background: #fcb716;
	border: 1px solid #e8a200;
}

/* News */
.news_blocks{
	float: left;
	margin: 0;
	padding: 9px 19px;
	width: 680px;
}

.news_blocks .news{
	float: left;
	width: 100%;
	padding: 10px 0;
}

.news_blocks .news .thumb{
	float: left;
	width: 198px;
	height: 118px;
	margin: 0 20px 0 0;	
	border: 1px solid #ebebeb;
}

.news_blocks .news .thumb:hover{
	border: 1px solid #fcb716;
}

.news_blocks .news .thumb span{
	display: block;
	width: 198px;
	height: 118px;
}

.news_blocks .news h2.title{
	float: left;
	width: 460px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #585858;
	font-size: 12px;
	text-transform: uppercase;	
}

.news_blocks .news h2.title a{
	color: #585858;	
}

.news_blocks .news h2.title a:hover{
	color: #fcb716;	
}

.news_blocks .news .date{
	float: left;
	width: 460px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #9a9a9a;
	font-style: italic;
}

.news_blocks .news .date i{
	color: #666;
}

.news_blocks .news .text{
	float: left;
	width: 460px;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	color: #585858;
}

.news_blocks .news .text1{
	float: left;
	width: 460px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #585858;
}
.rel_news{
	float: left;
	width: 775px;
	margin: 20px 0 0;	
}

.rel_news .head{
	float: left;
	width: 737px;
	color: #585858;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	padding: 0 19px;
	background: #f6f6f5;
}

.rel_news .rel{
	float: left;
	width: 775px;
	margin: 10px 19px;
	padding: 0;
	list-style: none;	
}

.rel_news .rel li{
	padding: 5px 0 5px 20px;
	background: url(/images/bullet2.png) left 15px no-repeat;
	color: #585858;
	line-height: 22px;
}

.rel_news .rel li a{
	color: #585858;
}

.rel_news .rel li a:hover{
	font-weight: bold;
}
.rel_news > .view_more
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #dedede;
    color: #585858;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    cursor:pointer;
}
.rel_news > .view_more:hover
{
    background: #fcb716;
    color: #fff;
}

/* Decoration for Ajax */
#AjaxProgress{
    box-sizing: border-box;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    max-width: none;
    overflow: hidden;
    zoom: 1;
    top: 0;
    left: 0;
    position: fixed;    
}
#AjaxProgress div.content{
    background: rgba(0,0,0, 0.5) url('/images/ajaxload.info_FFFFFF_facebook.gif') no-repeat center center;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    float: right;
    width: 85px;
    height: 30px;
}


