/* RESET STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link, a:hover, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

/* ----- PARTICULARLY STYLES ----- */

body{
    text-align: center;
    color: #1f2227;
    font-size: 14px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

b, strong, big {
    font-weight: bold;
}

i {
    font-style: italic;
}

/* PT Sans font */

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.menu_center, .date, .show_all, #footer {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

body.index{
    background: #f5f5f5 url('/img/bg_index_ipad.jpg') repeat-x 0 0;
}

body.normal {
    background: #f5f5f5 url('/img/bg_normal_ipad..jpg') repeat-x 0 0;
}

div#all {
    width: 740px;
    margin: 0 auto;
    text-align: left;
}

/* -------------- HEADER -------------- */

div#header {
    width: 740px;
    float: left;
}

/* HEADER / LOGO */

div.logo_box {
    width: 740px;
    height: 85px;
    float: left;
}

#logo {
    width: 300px;
    height: 42px;
    margin: 22px 0;
    float: left;
}

.quotations {
	/*
	font-size: 13px;
	margin: 36px 10px 0 0;
	float: right;
	*/
	display: none;
}

.form_search {
    width: 240px;
    height: 36px;
    margin: 28px 0 0 0;
    float: right;
	display: block !important;
}

.form_search .input_text {
    width: 190px;
    height: 36px;
    background: #ffffff url('/img/input_text.png') no-repeat 0 0;
    background-size: 200px 36px;
    border: 0;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 13px;
    color: #a8abb0;
    float: left;
}

.form_search .input_submit {
    width: 40px;
    height: 36px;
    background: #ffffff url('/img/input_submit.png') no-repeat 0 0;
    background-size: 40px 36px;
    border: 0;
    margin: 0;
    padding: 0;
    float: right;
}

/* HEADER / MENU */

#menu {
    margin: 0 0 10px 0;
    float: left;
}

.menu_left {
    width: 10px;
    height: 60px;
    background: #f5f5f5 url('/img/menu_bg_left.jpg') no-repeat 0 0;
    background-size: 10px 60px;
    float: left;
}

.menu_center {
    width: 720px;
    height: 45px;
    background: #b10829 url('/img/menu_bg_center.jpg') repeat-x 0 0;
    background-size: auto 60px;
    padding: 10px 0 5px 0;
    float: left;
}

.menu_right {
    width: 10px;
    height: 60px;
    background: #f5f5f5 url('/img/menu_bg_right.jpg') no-repeat 0 0;
    background-size: 10px 60px;
    float: left;
}

.menu {
    color: #ffffff !important;
    font-size: 13px;
    margin: 0 0 0 7px;
}

.menu a  {
    height: 36px;
    background: url('/img/menu_button_left.png') no-repeat left 0;
	color: #ffffff !important;
    font-size: 13px;
	margin: 2px !important;
	padding: 0 0 0 6px;
	float: left;
}

.menu a span {
    height: 25px;
    background: url('/img/menu_button_right.png') no-repeat right 0;
	padding: 11px 5px 0 0;
	display: block;
}

.menu a:hover {
    background: url('/img/menu_button_left.png') no-repeat left -36px;
}

.menu a:hover span {
    background: url('/img/menu_button_right.png') no-repeat right -36px;
}

.menu a.search_button{
	margin: 15px 10px 0 0;
	background: none;
	float: right;
	display: none;
}

.search_button {
	width: 14px;
	height: 14px;
	margin: 12px 10px 0 0;
	float: right;
}

/* HEADER / BANNERS */

#banner {
    width: 740px;
    height: 205px;
    float: left;
}

#banner .banner1{
    width: 240px;
    height: 205px;
    background: url('/img/banner_1.jpg') no-repeat 0 0;
	background-size: 240px 205px;
    float: left;
}

#banner .banner2{
    width: 260px;
    height: 205px;
    background: url('/img/banner_2.jpg') no-repeat 0 0;
	background-size: 260px 205px;
    float: left;
}

#banner .banner3{
    width: 240px;
    height: 205px;
    background: url('/img/banner_3.jpg') no-repeat 0 0;
	background-size: 240px 205px;
    float: left;
}

.banner1 img,
.banner3 img{
	width: 240px !important;
	height: 205px !important;
}

.banner2 img {
	width: 260px !important;
	height: 205px !important;
}

#banner .transparent-box {
	width: 240px;
	height: 45px;
	background-image: url('/img/trans_bg.png');
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 40;
}

#banner a {
	font-size: 20px;
	font-weight: bold;
	color: #1F2227;
	position: absolute;
	top: 175px;
	left: 15px;
	z-index: 50;
}

#banner .play_button{
	width: 50px;
	height: 50px;
	background-image: url('/img/play_button_ipad.png');
	position: absolute;
	top: 77px;
	left: 92px;
	z-index: 40;	
}

/* HEADER / NAVIGATION */

.navigation_box {
    width: 740px;
    height: 117px;
    float: left;
}

.navigation_box .top{
    width: 740px;
    height: 4px;
    background: url('/img/navigation_top.jpg') no-repeat 0 0;
    float: left;
}

.navigation_box .contain{
    width: 700px;
    height: 83px;
    background-color: #e1e2e5;
    padding: 30px 20px 0 20px;
    float: left;
}

.navigation_box h1 {
    width: 600px;
    font-size: 30px;
    font-weight: bold;
    float: left;
}

.navigation_box p {
    font-size: 11px;
    font-weight: normal;
    margin: 15px 0 0 0;
    float: left;
}

.navigation_box p a {
    text-decoration: none;
}

.back_button {
    width: 60px;
    height: 30px;
    float: right;
}

/* -------------- CONTAIN  -------------- */

div#contain {
    width: 740px;
    margin: 0 0 75px 0;
    float: left;
}

/* CONTAIN / RIGHT BOX */

.right_box {
    width: 440px;
    margin: 40px 20px 0 0;
    float: left;
}

#contain h1 {
    width: 440px;
    font-size: 21px;
    line-height: 30px;
    color: #b10828;
    padding: 50px 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #e6e8ea;
}

#contain h2 {
    color: #1f2227;
    font-size: 17px;
    line-height: 21px;
}

#contain h3 {
    color: #1f2227;
    font-size: 16px;
    line-height: 20px;
}

#contain h4 {
    color: #1f2227;
    font-size: 15px;
    line-height: 19px;
}

#contain h5 {
    color: #1f2227;
    font-size: 14px;
    line-height: 18px;
}

#contain h6 {
    color: #1f2227;
    font-size: 13px;
    line-height: 17px;
}

#contain p {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #1f2227;
    margin: 0 0 30px 0;

}

#contain p a {
    text-decoration: underline;
}


#contain h1 a.show_all {
    color: #1f2227;
    font-size: 13px;
    text-decoration: underline;
    margin: 5px 0 0 0;
    float: right;
}

#contain  .title {
    width: 440px;
    margin: 10px 0 0 0;
    float: left;
}

#contain  .text {
    width: 440px;
    color: #62666c;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 10px 0;
    float: left;
}

#contain  .text  p {
    margin: 0;
    font-style: italic;
}

#contain  .date {
    width: 440px;
    color: #878c93;
    font-size: 13px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e8ea;
    float: left;
}

/* CONTAIN / LEFT BOX */

.left_box {
    width: 240px;
    margin: 40px 40px 0 0;
    float: left;
}

.banner_cm,
.banner_cm img,
.banner_rv,
.banner_rv img    {
    width: 110px;
	height: 74px;
	float: left;
}

.banner_put img{
	width: 240px;
	height: auto !important;
}


/* CONTAIN / LEFT BOX / SUBMENU - FIRST */

.submenu {
    width: 240px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    text-align: left;
    color: #1f2227;
    font-size: 11px;
    line-height: 17px;
    float: left;
}

.submenu .top {
    width: 240px;
    height: 3px;
    background: url('/img/menu_second_top_ipad.png') no-repeat 0 0;
    float: left;
}

.submenu .bottom {
    width: 240px;
    height: 3px;
    background: url('/img/menu_second_bottom_ipad.png') no-repeat 0 0;
    float: left;
}

.submenu ul {
    width: 200px;
    background-color: #e1e2e6;
    padding: 0 20px 0 20px;
    float: left;
}

.submenu li{
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #d7d8db;
}

.submenu li:last-child {
    padding: 15px 0 15px 0 !important;
    border: 0;
}

.last {
    border: 0 !important;
}

.submenu li a {
    color: #1F2227;;
    text-decoration: none;
}

.submenu li a:hover {
    color: #c01635;
}

/* CONTAIN / LEFT BOX / SUBMENU - SECOND */

.submenu_second {
    width: 240px;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    text-align: left;
    color: #1f2227;
    font-size: 11px;
    float: left;
}

.submenu_second .top {
    width: 240px;
    height: 3px;
    background: url('/img/menu_second_top_ipad.png') no-repeat 0 0;
    float: left;
}

.submenu_second .bottom {
    width: 240px;
    height: 3px;
    background: url('/img/menu_second_bottom_ipad.png') no-repeat 0 0;
    float: left;	
}

.submenu_second ul {
    width: 200px;
    background-color: #e1e2e5;
    padding: 0 20px 0 20px;
    float: left;
}

.submenu_second a {
	color: #B10828;
	text-decoration: none;
	background: url('/img/list.png') 0 -10px no-repeat !important;
	padding: 15px 0 15px 20px;
}

.submenu_second a:hover {
    color: #1F2227;
    background: url('/img/list.png') 0 19px no-repeat !important;
}

/* -------------- FOOTER -------------- */

div#footer {
	width: 700px;
	height: 35px;
	background: url('/img/footer_bg_ipad.jpg') 0 0 no-repeat;
	color: #FEFEFE;
	padding: 25px 20px 0 20px;
	margin: 0 0 30px 0;
	float: left;
}

#footer a{
    color: #fefefe;
    text-decoration: none !important;
}

#footer p.left {
    float: left;
}

#footer p.right {
    float: right;
}

/* Basic jQuery Slider */

ul.bjqs, 
ul.bjqs2 {
	position:relative; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
}

li.bjqs-slide {
	display:none;
	position:absolute;
	}

.bjqs, #fade-example{
	width: 240px !important;
	height: 205px !important;
}

#banner h3 {
    position: static;
}

.pagination-wrapper {

}

.pagination {
    margin: 0 auto 0 auto;
    width: 150px;
}

.pagination-wrapper .pagination ul {

}

.pagination-wrapper .pagination ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
    font-size: 12px;
}

.pagination-wrapper .pagination ul li .current {
    background-color: #c01635;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    color: #ffffff !important;
}








