@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
	background-color: #EBFBFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	height:100%;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
	min-height:100%;	
	position:relative;
}

#header {
	width: 100%;
	height: 450px;
	background-image: url(../images/top_sky.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#header .top_nav {
	width: 100%;
	height: 30px;
}

#header a{
	font-size: 12px;
	color: #2F6780;
	text-decoration: none;
}

#header a:hover{
	font-size: 12px;
	color: #2F6780;
	text-decoration: underline;
}

#header .lang {
	float: right;
	margin-right: 15px;
	margin-top: 2px;
}

#header .mi_top {
	float: left;
	margin-left: 386px;
	margin-top: 2px;
}

#header .mi_home {
	padding-left: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../images/ihome.gif);
}

#header .mi_mail {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../images/imail.gif);
}

#header .contlogo {
	width: 100%;
	height: 100px;
	background-image: url(../images/sky.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#header .logo {
	width: 383px;
	height: 100px;	
	float: left;
}

#fsearch {
	width: 290px;
	height: 36px;
	float: right;
	padding-top: 36px;
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#fsearch .sbtn {
	height: 28px;
	width: 85px;
	float: right;
	margin-right: 5px;
}

#fsearch .sinput {
	height: 26px;
	width: 187px;
	float: left;
	margin-left: 5px;
	border: 1px solid #cbe0ed;
	font-size: 22px;
	color: #2F6780;
}

#slides {
	width: 100%;
	height: 310px;
}

#slides .slide {
	width: 100%;
	height: 310px;	
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
}

#slides .round {
	position:absolute;
	width: 100%;
	height: 310px;
	background-image: url(../images/img_top.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 50;
}

#slides ul {
	position:absolute;
	margin-top: 130px;
	z-index: 50;
	margin-left: 20px;
}

#slides li {        
	height: 157px;
	float: left;
	width: 300px;
	list-style-type: none;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
}

#header .order {
	position:absolute;
	background-image: url(../images/bg_order.png);
	width: 224px;
	height: 44px;
	margin-top: 131px;
	margin-left: 726px;
	z-index: 50;
	cursor: pointer;
}

.blockleft {
    float: left;
}

.banners {
    margin: 10px;
    display: block;
}

#nav {
	background-color: #0E76BC;
	width: 220px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: 50% 0%;	
}

#nav ul{
	padding-top: 15px;
	padding-bottom: 15px;
}

#nav li{
	list-style-type: none;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: -205px 0px;

}

#nav .sub{
	padding-left: 25px;
}

#nav a, #nav a:hover{
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

#nav .bl {
	background: url(../images/nav_bl.png) 0% 100% no-repeat;
}

#nav .br {
	background: url(../images/nav_br.png) 100% 100% no-repeat;
}

#nav .tl {
	background: url(../images/nav_tl.png) 0% 0% no-repeat;
}

#nav .tr {
	background: url(../images/nav_tr.png) 100% 0% no-repeat;
}

.cb_t {
	background-color: #f7fdff;
	background-image: url(../images/block_t.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	width: 100%;
}

.cb_b {
	background: url(../images/block_b.gif) 0% 100% repeat-x;
	width: 100%;
}

.cb_l {
	background: url(../images/block_l.gif) 0% 0% repeat-y;
	width: 100%;
}

.cb_r {
	background: url(../images/block_r.gif) 100% 0% repeat-y;
	width: 100%;
}

.cb_bl {
	background: url(../images/block_bl.gif) 0% 100% no-repeat;
	width: 100%;
}

.cb_br {
	background: url(../images/block_br.gif) 100% 100% no-repeat;
	width: 100%;
}

.cb_tl {
	background: url(../images/block_tl.gif) 0% 0% no-repeat;
	width: 100%;
}

.cb_tr {
	background: url(../images/block_tr.gif) 100% 0% no-repeat;
	width: 100%;
}

#content {
	width: 730px;
	float: right;
}

#content h1 {
	color:#7DB0D8;
	font-family:"Times New Roman", Times, serif;
	font-size:37px;
	font-weight:normal;
	text-align:right;
	font-style: italic;
	margin-bottom: 10px;
}

#content h2 {
	color:#043860;
	font-size:20px;
	font-weight:normal;
	margin-bottom: 10px;
}

#content .content_blocks{
	margin-bottom: 10px;
}

#content .content_block_left, #content .content_block_right{
	margin-bottom: 10px;
        width: 360px;
        float: left;
}

#content .content_block_right{
	float: right;
}

#reviews, #news {
    width: 340px;
    height: 200px;
    overflow: auto;
}

#news {
    overflow: hidden;
}

#reviews dt {
    background-color: #7DB0D8;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding-left: 5px;
    font-size: 10px;
}

#news dt {
    width: 70px;
    background-color: #7DB0D8;
    color: #ffffff;
    border-bottom: none;
    border-right: none;
    border-left: none;
    font-size: 10px;
    text-align: center;
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
}

#reviews dd, #news dd {
    padding-bottom: 20px;
    font-size: 10px;
}

#reviews .date{
    float: right;
    display: block;
    width: 70px;
    text-align: center;
    background-color: #ffffff;
    color: #7DB0D8;
}

#reviews .name{
    float: left;
    display: block;
    color: #7DB0D8;
}

#content .bcont{
	padding: 10px;
	text-align: justify;
}

#content .date{
    float: right;
    color: #7DB0D8;
}

#content .name{
    float: left;
    color: #7DB0D8;
    font-weight: bold;
}

#content .addrev{
    text-align: center;
    color: #7DB0D8;
    font-weight: bold;
    display: block;
    padding: 10px;
}

#content p{
	margin-top: 15px;
	margin-bottom: 15px;
}

#content ul{
	margin-left: 30px;
}

#content li{
	margin-top: 5px;
	margin-bottom: 5px;
}

#content a {
	color: #139EFB;
	text-decoration: underline;
}

#content a:hover{
	color: #0E76BC;
	text-decoration: underline;
}

#content img{
	border: 1px solid #999;
	padding: 3px;
	margin: 5px;
}

#content .clear_all{
    clear: both;
}

#content table{
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ECF5FF;
    padding: 5px;
}

#content table tr, #content table td{
    padding: 5px;
    margin: 5px;
    background-color: #ECF5FF;
    text-align: center;
}

#content label {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    color: #1176ae;
    font-weight: normal;
}

#content input {
    display: block;
    width: 500px;
}

#content .input_date {
    width: 100px;
}

#content textarea {
    display: block;
    width: 500px;
    height: 200px;
}

#content .btn {
    display: block;
    width: 100px;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#content fieldset {
    display: block;
    width: 500px;
    margin-top: 20px;
    border-width: 1px;
    border-color: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

#content legend {
    font-size: 12px;
    color: #1176ae;
    font-weight: normal;
    padding-right: 3px;
}

#content .radio_b {
    float: left;
    width: 20px;
}

#content .radio_l {
    float: left;
    margin-left: 3px;
    margin-right: 10px;
}

#cl_footer {
	clear: both;
	height: 50px;
}

#footer {
	background-image: url(../images/bottom_bg.jpg);
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height: 40px;
	position:absolute;
	bottom:0;
	left:0;	
}

#footer .l{
	background-image: url(../images/bottom_l.jpg);
	height: 40px;
	width: 35px;
	float: left;
}

#footer .r{
	background-image: url(../images/bottom_r.jpg);
	height: 40px;
	width: 35px;
	float: right;
}

#footer .c {
	text-align: center;
	float: left;
	width: 890px;
	padding-top: 13px;
}

#footer a{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
}

#footer a:hover{
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
	padding-right: 10px;
}
