/*** INCLUDE ***/
@import url('../../../base/000002/css/page_width.css');

/*** AC RESULT ***/
.ac_over {
    background-color: #c61b02;
    color:#FFFFFF;
}

/*** POPUP ***/
.banner_popup {
	border:10px solid #c91c03;
	border:10px solid rgba(201, 28, 3, 0.698);
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#000000;
	font-size:10px;
}

.text_small {
	color:#000000;
	font-size:11px;
}

.text_normal {
	color:#000000;
	font-size:12px;
}

.text_big {
	color:#000000;
}

.text_bigger {
	color:#000000;
}

.text_biggest {
	color:#000000;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#bc1300;
}

.text_color_fault2 {
	color:#bc1300;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#ab1903;	
}

.bg_color_dark2 {
	background-color:#c71b02;	
}

.bg_color_dark3 {
	background-color:#de280d;	
}

.bg_color_dark4 {
	background-color:#e9381d;	
}

.bg_color_dark4:hover {
	background-color:#e94b33;	
}

/*** BORDER ***/
.border_1 {
	border:1px #911503 solid;	
}

/*** SLIDESHOW ***/
#slideshow_outer {
	width:746px;
	background-color:#FFFFFF;
	position:relative;
}

.frame_left {
	width:5px;
	height:250px;
	top:0;
	left:0;
	background-image:url("../image/slideshow_frame.png");
	background-position:0 0;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
}

.frame_right {
	width:5px;
	height:250px;
	top:0;
	right:0;
	background-image:url("../image/slideshow_frame.png");
	background-position:-5px 0;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1000;
}

.frame_top {
	width:746px;
	height:1px;
	top:0;
	left:0;
	background-color:#d6d6d6;
	position:absolute;
	z-index:990;
}

.frame_bottom {
	width:746px;
	height:0px;
	bottom:0;
	left:0;
	background-color:#d6d6d6;	
	position:absolute;
	z-index:990;
}

.frame_margin_left {
	width:1px;
	height:6px;
	top:250px;
	left:0;
	background-color:#fff;	
	position:absolute;
	z-index:1990;
	display:none;	
}

.frame_margin_right {
	width:1px;
	height:6px;
	top:250px;
	right:0;
	background-color:#fff;	
	position:absolute;
	z-index:1990;
	display:none;	
}

#banner_start_big_content {
	width:746px;
	height:250px;
}

.nivo-controlNav {
    bottom: 10px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}

.nivo-controlNav {
	left:12px;
	bottom:10px;	
}

.nivo-controlNav a {
	background-image:url("../image/slide_nivo.png");
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:none;
	background-color:transparent;	
}

.nivo-controlNav a.active {
	background-image:url("../image/slide_nivo_active.png");
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;	
}

/*** CMS MENU ***/
#cms_menu {
	width:230px;
	margin:0 auto;	
}

#cms_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#cms_menu ul li {
    border-bottom: 1px dashed #EFEFEF;
    padding: 3px 0;
	margin:0;
	text-align:left;
}

#cms_menu ul li li {
    border-bottom: none;
    padding: 3px 0;
	margin:0;
	text-align:left;
}

#cms_menu ul ul {
    padding: 3px 0 3px 8px;
}

#cms_menu a {
	font-size:13px;
	color:#000000;
}

#cms_menu a:hover {
	color:#d11a08;
	padding:0 0 0 5px;
}

/*** HORIZONTAL MENU ***/
#header_menu {
	height:40px;
    width:970px;
	margin:1px 0 0 0;
	position:relative;
}

#header_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header_menu li {
	margin:0;
	padding:0;
}

#header_menu li a {
	display:block;
	width:auto;
	height:29px;
	float:left;
	text-align:center;
	border-right:solid 1px #ececec;
	padding:11px 20px 0 20px;
	background-image:url("../image/header_menu.gif");
	background-repeat:repeat-x;
	background-position:0 -40px;
	color: #6C6E71;
    font-family: arial;
    font-size: 15px;
	font-weight:normal;	
    text-transform: capitalize;	
}

#header_menu li li a {
	border-right:none;	
}

#header_menu li.selected_menu a {
	background-position:0 0;
}

#header_menu a:hover {
	text-decoration:none;
	color:#d11a08;

}

#header_menu strong {
	font-weight:bold;
}

#header_menu li:last-child a {
	border:none;
}

/*** DIV ***/
.page_hr {
	background-image:none;
	border:none;
	background-color:#d6d6d6;
}

/**** SUPERFISH ****/

/*** Superfish STYLES ***/
#menu_content ul ul {
	position:		absolute;
	top:			0;
	width:			200px; /* left offset of submenus need to match (see below) */
}
#menu_content ul ul li {
	width:			100%;
}
#menu_content ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu_content ul li {
	float:			left;
	position:		relative;
}
#menu_content ul a {
	display:		block;
	position:		relative;
}
#menu_content ul li:hover ul,
#menu_content ul li.sfHover ul {
	left:			0;
	top:			43px; /* match top ul list item height */
	z-index:		3000;
}
#menu_content ul li:hover li ul,
#menu_content ul li.sfHover li ul {
	top:			-999em;
}
#menu_content ul li li:hover ul,
#menu_content ul li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
#menu_content ul li li:hover li ul,
#menu_content ul li li.sfHover li ul {
	top:			-999em;
}
#menu_content ul li li li:hover ul,
#menu_content ul li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#menu_content ul {
	float:			left;
	margin-bottom:	0px;
}
#menu_content ul a {
	text-decoration:none;
}
#menu_content ul li li {
	/*background:		#AABDE6;*/
	background-image:none;
	padding:0;
	border-bottom: 1px solid #CCC;
	background-color:#e9e9e9;
}

#menu_content ul li li:hover, #menu_content ul li li.sfHover,
#menu_content ul li li a:focus, #menu_content ul li li a:active {
	background:		#b7b7b7;
	outline:		0;
}

/*** arrows **/
#menu_content ul a.sf-with-ul {
	padding-right: 	30px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	top:0;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			0;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
	display:none; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu_content ul ul .sf-sub-indicator { background-position:  -10px 0; }
#menu_content ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu_content ul ul a:focus > .sf-sub-indicator,
#menu_content ul ul a:hover > .sf-sub-indicator,
#menu_content ul ul a:active > .sf-sub-indicator,
#menu_content ul ul li:hover > a > .sf-sub-indicator,
#menu_content ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}