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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
body {
  font-family: Arial;
  font-size: 11px;
  background-color: #0e3869;
  background-image: url("../img/body_bg.png");
  background-repeat: repeat-x; 
}
form {
  margin: 0px;
  padding: 0px; 
}

.clearer {
    clear:both;
}

#container1 { 
  margin: auto;
  overflow: hidden;
  min-width: 1020px;
}
#header {
  width: 1020px;
  height: 108px;
  margin: auto;
  background-image: url("../img/banner.png");
}
#singin_and_lang_area {
  width: 1000px;
  height: 20px; 
  float: right;
  color: #737475;
  padding: 5px 20px 0px 0px;
  text-align: right;
  font-size: 15px; 
}
#singin_and_lang_area a {
  color: #737475;
  text-decoration: none;  
}
#singin_and_lang_area a.lang { 
  background-image: url("../img/flag.png");
  background-position: left center;
  background-repeat: no-repeat;  
  padding-left: 20px;
}
#singin_and_lang_area a:hover {
  text-decoration: underline;
}

/************BIG MENU****************/ 
#menu01 {
  width: 620px;
  height: 30px;
  float: right; 
  padding-top: 17px;
  padding-right: 20px;
}
#menu01_links {
  padding: 3px 0px 0px 0px;
  overflow: hidden;
  float: left;
}
#menu01_links a.menu_link {
  height: 23px;
  display: block;
  padding: 0px 10px;
  line-height: 23px;
  float: left;
  text-decoration: none;
  font-weight: bold; 
  color: #000000; 
  font-size: 16px;
  background-image: url("../img/menu01_separator.png");
  background-repeat: no-repeat;
  background-position: right;
}
#menu01_links a.menu_link:hover,
#menu01_links a#menu_selected {
  color: #e0870c;
}
#menu01_links a.menu_link_no_sep { 
  background-image: none ! important;
}
#menu01 a.rss {
  width: 29px;
  height: 28px;
  display: block;  
  float: right;
  text-decoration: none;   
  background-image: url("../img/rss.png"); 
}

/************SMALL MENU****************/
#menu02 {
  height: 55px;
  float: right;
  overflow: hidden; 
  position: absolute;
  width: 1020px;
  margin: auto;
  margin-top: 80px; 
}
#menu02 div.right {
  height: 55px;
  width: 12px;
  float: right;
  background-image: url("../img/menu02_right_corner.png");  
}
#menu02 div.content {
  height: 55px; 
  float: right;
  background-image: url("../img/menu02_bg.png");
  padding: 0px 5px; 
  padding-top: 15px;
}
#menu02 div.left {
  height: 55px;
  width: 12px;
  float: right;
  background-image: url("../img/menu02_left_corner.png"); 
}
#menu02 a.menu02_link {
  height: 31px;
  display: block;
  padding: 0px 10px;
  line-height: 15px;
  float: left;
  text-decoration: underline;
  font-weight: bold; 
  color: #e68b00; 
  font-size: 13px;
  background-image: url("../img/menu02_separator.png");
  background-repeat: no-repeat;
  background-position: right;
}
#menu02 a.menu02_link:hover,
#menu02 a#menu02_selected {
  text-decoration: none;
}
#menu02 a.menu02_link_no_sep { 
  background-image: none ! important;
} 
#menu02 img {
  float: left;
  border: none; 
  margin-top: -3px;
  padding-right: 8px;
}

/**********HEADER BOTTOM************/
#header_bottom {
  width: 1020px;
  padding: 60px 0px 0px 0px;
  overflow: hidden;
  margin: auto;
  background-image: url("../img/header_light.png");
  background-repeat: no-repeat;
} 
#box_left_wrapper {
  width: 501px;
  overflow: hidden;
  background-image: url("../img/content_left_box_bg01.png");
  background-position: top;
  background-repeat: no-repeat;
  min-height: 360px;
  padding: 15px 20px 20px 20px;
  float: left;
  color: #fff;
  font-size: 14px;
}
#box_left_links_wrapper {
  padding: 40px 0px;
}
#box_left_links_wrapper a {
  display: block;
  width: 212px;
  height: 64px;
  background-image: url("../img/content_left_link_container.png");
  text-decoration: underline;
  color: #e0870c;
  float: left;
  margin-left: 25px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding-top: 15px;
  margin-top: 10px;
}
#box_left_links_wrapper a:hover {
  text-decoration: none;
}
#box_right {
  width: 465px;
  height: 400px;
  float: right;
}

/********** UNDER BANNER AREA*****************/
#under_banner {
  height: 9px;
  background-image: url("../img/under_banner_area.png");
}

/********* CONTENT ********/
#content_wrapper {
  min-height: 100px;
  overflow: hidden;
  background-color: #979899; 
  background-image: url("../img/content_bg.png");
}
#content {
  width: 1020px;
  overflow: hidden;
  margin: auto;
}
#content a.read_more {
  color: #000;
  text-decoration: underline;
  float: right;
}
#content a.read_more:hover {
  text-decoration: none;
}
#content div.box1 {
  overflow: hidden;
  float: left;
  width: 350px; 
  margin-right: 35px;
}
#content div.box2 {
  overflow: hidden;
  float: left;
  width: 350px; 
  margin-right: 35px;
}
#content div.box3 {
  overflow: hidden;
  float: left;
  width: 220px; 
  margin-right: 0px;
}
a.content_top_box_link {
  width: 175px;
  height: 35px;
  display: block;
  background-image: url("../img/content_top_box.png");
  line-height: 37px;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding-left: 16px;
  margin-left: 10px;
}
a.buy {
  width: 191px;
  height: 35px;
  display: block;
  background-image: url("../img/content_top_box.png");
  line-height: 37px;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding-left: 0px;
  margin-bottom:10px;
}
.content_bottom {
  width: 348px;
  overflow: hidden;
  color: #000;;
  font-size: 13px; 
}
.content_bottom_box_content {
  width: 288px;
  overflow: hidden;
  min-height: 200px;
  background-image: url("../img/content_bottom_box_top.png");
  background-repeat: no-repeat;
  padding: 20px 30px 0px;  
}
.content_bottom_box {
  width: 348px;
  height: 20px;
  overflow: hidden;
  background-image: url("../img/content_bottom_box_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.content_bottom_box_content_small {
  width: 220px;
  overflow: hidden;
  min-height: 200px;
  background-image: url("../img/content_bottom_box_top_small.png");
  background-repeat: no-repeat;
  padding: 20px 30px 0px;  
}
.content_bottom_box_small {
  width: 220px;
  height: 20px;
  overflow: hidden;
  background-image: url("../img/content_bottom_box_bottom_small.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.content_bottom_box_content_small input.text, select {
  width: 155px;
}
.content_bottom_box_content_small input.submit {
  cursor: pointer;
}
#links_social {
  padding: 10px;
  float: right;
}
a.youtube {
  float: left;
  display: block;
  height: 39px;
  width: 50px;  
  background-image: url("../img/youtube_link.png");
  background-repeat: no-repeat;
  margin-right: 30px;
}
a.facebook {
  float: left;
  display: block;
  height: 45px;
  width: 42px;  
  background-image: url("../img/facebook_link.png");
  background-repeat: no-repeat;
  margin-right: 30px;
}
a.twitter {
  float: left;
  display: block;
  height: 41px;
  width: 32px;  
  background-image: url("../img/twitter_link.png");
  background-repeat: no-repeat;
  margin-right: 30px;
}
a.in {
  float: left;
  display: block;
  height: 45px;
  width: 42px;    
  background-image: url("../img/in_link.png");
  background-repeat: no-repeat;
  margin-right: 30px;
}
/********** FOOTER *************/
#footer_wrapper {
  height: 30px;
  background-image: url("../img/footer_bg.png");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #cccccc; 
  color: #858484;
}
#footer {
  width: 1020px;
  margin: auto;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}
#footer a {
  text-decoration: none;
  color: #858484;
  padding: 0px 5px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer div.left {
  float: left;
}
#footer div.right {
  float: right;
}

#before_footer {
  height: 7px;
  background-image: url("../img/inner_before_footer.png");
}
#inner_content {
  padding: 40px 0px 0px;
  overflow: hidden;
}
#inner_menu {
  overflow: hidden;
  width: 1020px;
  margin: auto; 
}
#inner_menu a {
  display: block;
  width: 121px;
  height: 45px;
  background-image: url("../img/inner_menu_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  line-height: 58px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #0e3b69;
  font-size: 12px;
  float: left;
  padding-right:5px;
}
#inner_menu a:hover,
#inner_menuOn,
#inner_menu a.current {
  background-position: bottom; 
  color: #D9FFFF;
  background-image: url("../img/inner_menu_bg.png");
  background-repeat: no-repeat;
  padding-right:5px;
}
#inner_text_content {
  min-height: 600px;
  background-image: url("../img/inner_content_bg.png");
  background-repeat: repeat-x;
  width: 1020px;
  margin: auto;
  background-color: #dcdcdc;
  padding-left:5px;
}
#inner_text_contentBR {
  min-height: 600px;
  width: 1020px;
  margin: auto;
  background-color: #FFF;
  padding-left:5px;
}

#inner_white_bg {
  background-image: url("../img/inner_content_bg.png");
  background-repeat: repeat-x;
  background-color: #dcdcdc;
}

#inner_white_bgBR {
  background-color: #FFF;
}

#inner_content p {
    margin: 0px;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 25px;
}

#inner_left_column {
    width: 545px;
    float: left;
    padding: 25px 0px 35px;
}
#inner_full_column {
    width: 945px;
    float: left;
    padding: 25px 0px 35px;
}
#inner_full2_column {
    width: 1015px;
    float: left;
    padding: 25px 0px 35px;
}

.grey_button, .blue_button {
    display: inline-block;
    height: 31px;
    line-height: 29px;
    color: #ef822d;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 15px;
    cursor: pointer;
}

.grey_button {
    background: url("../img/grey_button_left.png") no-repeat left top;
}

.blue_button {
    background: url("../img/blue_button_left.png") no-repeat left top;
}

.grey_button span, .blue_button span {
    display: inline-block;
    height: 31px;
    padding-right: 15px;
}

.grey_button span {
    background: url("../img/grey_button_right.png") no-repeat right top;
}

.blue_button span {
    background: url("../img/blue_button_right.png") no-repeat right top;
}

.grey_button span span {
    background: url("../img/grey_button.png") repeat-x left top;
    padding: 0px;
}

.blue_button span span {
    background: url("../img/blue_button.png") repeat-x left top;
    padding: 0px;
}

.grey_button:hover, .blue_button:hover {
    text-decoration: none;
}

.inner_col_left {
    width: 235px;
    float: left;
}

.inner_col_right {
    width: 265px;
    float: right;
}

.float_image {
    float: left;
    vertical-align: top;
    margin-right: 10px;
}

#inner_right_column {
    width: 358px;
    float: right;
    padding: 25px 0px 35px;
}

.side_title {
    height: 43px;
    line-height: 40px;
    background: url("../img/side_title.png") no-repeat left top;
    width: 174px;
    padding-left: 60px;
    position: relative;
    left: -54px;
    margin-bottom: 5px;
}

.side_blue_box {
    background: url("../img/side_blue_box.png") repeat-y left top;
}

.side_blue_box .layer2 {
    background: url("../img/side_blue_box2.png") no-repeat left top;
}

.side_blue_box .layer3 {
    background: url("../img/side_blue_box3.png") no-repeat left bottom;
    padding: 2px 30px 30px 36px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.side_blue_box ul {
    list-style-type: none;
}

.side_blue_box ul li {
    padding-bottom: 14px;
}

.side_blue_box a {
    color: #fff;
}

.side_grey_box {
    background: #9f9fa1 url("../img/side_grey_box.png") repeat-x left top;
}

.side_grey_box .layer2 {
    background: url("../img/side_grey_box2.png") no-repeat left top;
    padding-top: 8px;
}

.side_grey_box .layer3 {
    background: url("../img/side_grey_box3.png") no-repeat left bottom;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 9px;
}

.side_grey_box .layer4 {
    padding: 2px 12px 30px 16px;
    border-left: solid 1px #668dbb;
    border-right: solid 1px #668dbb;
}

.side_grey_box .side_title {
    left: -34px;
}

.side_grey_box ul {
    list-style-type: none;
}

.side_grey_box ul li {
    padding-bottom: 14px;
}

.side_grey_box a {
    color: #000;
}

.side_inner_grey_box .box_contet {
    background: #dddddd url("../img/side_inner_grey_box.png") repeat-x left top;
    padding: 5px 20px;
}


.slider_info {
    color: #fff;
    float: left;
    margin: 0px 20px 0px 40px;
}

.thumbs img {
    margin-right: 5px;
    border: solid 1px #ce7816;
}

#slideshow {
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
}

#slideshow ul {
    position: relative;
    list-style-type: none;
}

#slideshow ul li {
    position: absolute;
}

.arrow_left {
    position: absolute;
    top: 130px;
    left: 0px;
}

.arrow_right {
    position: absolute;
    top: 130px;
    right: 0px;
}

