
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#3a3736;
	min-width:980px;
	background:url(../images/main/body-bg.png) center top #dbd9da;
	background-repeat:no-repeat;
	background-position:center top;
}

.bg {width:100%; background:url(../images/main/bg-top.jpg) center 0 no-repeat;}

.main {
	width:980px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.538em;
	background:url(../images/main/main-bg.png);
}
.main-indent {
	padding:20px 0 20px 0;	
}
a {color:#343634; outline:none;}
a:hover {text-decoration:underline;}

.col-1, .col-2 {float:left;}
.col-1a, .col-2a {
	float:left;
	background:#fefefe;
	line-height:20px;
	position:relative;
	margin : 10px 0 10px 10px;
	}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
 
p {margin-bottom:10px;}
.p1 {margin-bottom:5px;}
.p2 {margin-bottom:9px;}
.p3 {margin-bottom:15px;}
.p4 {margin-bottom:18px;}
.p5 {margin-bottom:14px;}
.p6 {margin-bottom:11px;}
.p7 {margin-bottom:17px;}
.p8 {margin-bottom:16px;}
.p9 {margin-bottom:12px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#051116;}
.color-4 {color:#a59d9a;}
.color-5 {color:#bf3e11;}
.block {display:block;}
.decor {text-decoration:none;}
.decor:hover {text-decoration:underline;}
.text-1 {font-size:10px;} 
.text-2 {font-size:11px; line-height:15px;}  
.line-height {line-height:19px;}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;width:150px;}
.indent-bot2 {margin-bottom:19px;}
.indent-bot3 {margin-bottom:21px;}
.indent-bot4 {margin-bottom:18px;}
.indent-bot5 {margin-bottom:22px;}
.indent-bot6 {margin-bottom:24px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent-bot1 {margin-bottom:27px;}
.img-indent-bot2 {margin-bottom:26px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 10px 0px 0;}
.img-indent1 {float:left; margin:0 14px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.mb2 {margin-bottom:2px;}
.mb3 {margin-bottom:3px;}
.mb4 {margin-bottom:4px;}
.mb10 {margin-bottom:10px;}
.mb7 {margin-bottom:7px;}
.mb8 {margin-bottom:8px;}
.mb9 {margin-bottom:9px;}

.mt-2 {margin-top:-2px;}
.mt-3 {margin-top:-3px;}
.mt-5 {margin-top:-5px;}

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:20px 0 10px 50px; 
	position:relative;
	float:left;
}
h1 a {
	display:block; 
	width:200px; 
	height:200px; 
	text-indent:-5000px; 
	background:url(../images/main/Logo_tu.png) 0 0 no-repeat;
	text-decoration:none;
}

h2 {
	padding:0 0 0 0; 
	position:relative;
	float:left;
}
h2 a {
	display:block; 
	width:300px; 
	height:66px; 
	text-indent:-5000px; 
	background:url(../images/main/logo_eng_tab-en.png) 0 0 no-repeat;
	text-decoration:none;
}
.header-line {
	color:#511e08;
	background:#fbe4b8;
	font-size:11px;
	padding-bottom:6px;
	height:34px;
}
.header-line span { 
	padding:4px 0 0 20px;
}
.header-line ul {
	margin:14px 10px 0 0;	
}
.header-line ul li {
	float:left;
	background:url(../images/main/separator-1.jpg) right 6px no-repeat;
	padding:0 9px 0 9px;
}
.header-line ul li.last { background:none;}
.header-line li a {
	color:#71040d;
	text-decoration:none;
}
.header-line li a:hover { text-decoration:underline;}
.header-line1 {
	background:url(../images/main/header-line1-bg.jpg) left top no-repeat #e88434;
	width:100%;
	min-height:305px;
}
.header-linegreen {
	background:url(../images/main/header-line1-bg-green.jpg) left top no-repeat;
	width:100%;
	min-height:305px;
}
.header-linepurple {
	background:url(../images/main/header-line1-bg-purple.jpg) left top no-repeat;
	width:100%;
	min-height:305px;
}
.header-linesky {
	background:url(../images/main/header-line1-bg-sky.jpg) left top no-repeat;
	width:100%;
	min-height:305px;
}

.slogon {
	font-family:Arial, "Times New Roman", Times, serif;
}
.slogon .line-1 {
	color:#faf7f5;
	font-size:60px;
	line-height:1.2em;
	display:block;
	letter-spacing:-6px;
	padding:0 0 0 85px;
	text-align:center;
}
.slogon .line-2 {
	color:#740101;
	font-size:22px;
	display:block;
	line-height:1.2em;
	text-align:center;
}
.slogon .line-3 {
	color:#b26a33;
	font-size:11px;
	display:block;
	line-height:1.2em;
	text-align:center;
}
.sliderm {
	width:680px;
	height:280px;
	position:relative;
	overflow:hidden;
	margin-top:40px;
}
.slider-tab {
	width:680px;
	height:26px;
	position:absolute;
	background:#fbe4b8 ;
	z-index:998;
	margin:40px 0 0 0;
}
.banner {
	position:absolute;
	width:239px;
	height:120px;
	right:0;
	bottom:0;
	background:url(../images/main/banner-bg.jpg) no-repeat;
	color:#fbebc4;
	font-size:30px;
	line-height:1.2em;
	font-family:"Tahoma",Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
.banner-padd {
	padding:12px 0 0 19px;
}	
.banner span { margin-top:-6px;}
/****************************menu*********************************************/
.menu {
	padding:0px 0px 0 0;
	float:left;
	width:680px;
	background:url(../images/main/menu-bg.jpg) left top repeat-x #e7c057;
	position: absolute;
	z-index:999;
}
.menu > li {
	float:left; 
	position:relative;
	padding:0 1px 0 0px;
	background:url(../images/main/menu-li.jpg) right top no-repeat;
}
.menu > li.last {
	padding-right:0;
	background:none;
}
.menu > li.last > a { min-width:67px;}
.menu > li > a {
	display:block; 
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height:1.25em; 
	padding:12px 14px 12px 15px; 
	color:#880000; 
	text-transform:uppercase;
	background:url(../images/main/li-a.jpg) left -200px repeat-x;
}
.menu li.sfHover > a, .menu > li > a:hover, .menu > li > a.current {
	background-position:left top;
}
.menu ul {
	position:		absolute;
	padding:		0px;
	top:			-999em;
	width:			128px;
	background:		none;
}
.menu ul ul {
	width:			128px;
	background:		none;

}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:0px 0; background:none; border-bottom:1px solid #d8c665;}
.menu li li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding:		0 0 0 8px;
	font-size:		12px;
	line-height:	28px;
	text-transform:	uppercase;
	color:#b70000;
	background:url(../images/main/sub-menu-a.jpg) left top repeat-x #fee567;
	font-weight:bold;
	border-top:1px solid #f9ecb1;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#FFFFFF; background:#f28d3c;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			40px;
	z-index:		999999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			128px;
	top:			30px;
	z-index:		999999;
	padding:		0px;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/*************************end menu********************************************/
/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
	z-index:1;
	background:#fbfbfb;	
}

.row-1 {
	background:#f4f4f2;	
	padding:27px 41px 30px 40px;
	line-height:20px;
}
.row-2 {
	background:#fefefe;
	padding:27px 31px 20px 40px;
	line-height:20px;
}
.row-2r {
	background:#fefefe;
	padding:27px 10px 20px 10px;
	line-height:20px;
	position:relative;
}
.row-2l {
	background:#fefefe;
	padding:27px 10px 20px 10px;
	line-height:20px;
	position:relative;
}
.box-1 {
	background:url(../images/main/bg-new.jpg) left top repeat-y;
	padding:27px 20px 7px 20px;
	position:relative;

}
.box-2 {
	background:#f8f6f4;
	padding:19px 20px 22px 20px;
	position:relative;

}
h3 {
	font-size:24px; 
	line-height:1.21em; 
	margin:0 0 24px 0; 
	color:#800000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h4 {
	font-size:18px; 
	line-height:1.21em; 
	margin:0 0 11px 0; 
	color:#790000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h4 a { color:#750000; text-decoration:none;}
h4 a:hover { color:#d00202;text-decoration:underline;}
h4.newshead {
	font-size:18px; 
	line-height:1.21em; 
	margin:20px 0 11px 0; 
	color:#790000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
/***** carousel style*****/
.carousel-1 {
	height:180px;
	width:660px;
	overflow:hidden;
	position:relative;
	}
.next2,
.prev2 {display:block; width:25px;	height:25px; text-indent:-5000px; position:absolute; top:-50px;	z-index:55;	}
.next2 {
	background-image:url(../images/main/next.png);
	background-repeat:no-repeat;
	background-position:0 top;
	right:-1px; 
	z-index:55;
	}
	.next2:hover {
	background-position:0 bottom;
	}
.prev2 {
	background:url(../images/main/prev.png);
	background-repeat:no-repeat;
	background-position:left top;
	right:29px;
	}
	.prev2:hover {
	background-position:left bottom;
	}
#carousel-1 li {width:200px; height:180px; overflow:hidden; position:relative; margin-right:30px;}
.jCarouselLite-1 {width:660px !important;}
.relative {position:relative;}
/**********end**********/
/***************************************scroller****************/
				#banners {
					background:none !important;	
					overflow:hidden;
					height:400px !important;
					position:relative !important;
				}
				#banners  .data {width:199px; left top repeat-y; height:400px; z-index:0 !important;}
				.paggs {
					position:absolute;
					left:192px;
					top:36px;
				}
				.paggs a {
					display:block;
					text-indent:-5000px;
					width:11px;
					height:11px;
					background:url(../images/main/paggs.png) right top no-repeat;
					float:left;
					margin-right:5px;
				}
				.paggs a:hover, .paggs a.activeSlide { background-position:left top;}
				.paggs a.activeSlide { cursor:default;}

/************************************end scroller*****************/
.img-container {
	padding:5px;
	background:#e3e0dd;
	float:left;
}
.padd-top {
	padding-top:7px;	
}

.padd-top ul {
	list-style-type:disc !important;
	padding: 0 0 10px 20px !important;
	}

.padd-top ol {
	list-style-type:decimal !important;
	padding: 0 0 10px 20px !important;
	}


.padd-bot {
	padding-bottom:15px;	
}
.padd-bot1 {
	padding-bottom:10px;	
}
.padd-right { padding-right:10px;}
.date {
	text-transform:uppercase;
	font-size:11px;
	color:#98918e;
	display:block;
}
.date-1 {
	text-transform:uppercase;
	font-size:10px;
	color:#98918e;
	display:block;
}
.date-1 span { font-weight:bold;}
.border-1 {
	background:url(../images/main/line-1.gif) left bottom repeat-x;	
}
.border-2 {
	background:url(../images/main/line-2.gif) left bottom repeat-x;	
}
.button {
	font-size:11px;
	color:#ffead2;
	text-transform:capitalize;
	display:inline-block;
	cursor:pointer;
	line-height:20px;
}

.button > span {
	display:block;
	padding-left:5px;
	background:url(../images/main/left-but-part.png) left top no-repeat;
}
.button > span > span {
	display:block;
	background:url(../images/main/right-but-part.png) right top no-repeat;
	padding-right:11px;
}
.button > span > span span{
	background:url(../images/main/mid-but-part.png) repeat-x;
	display:block;
	padding:0px 3px 2px 3px;

}

	.button:hover > span, .button:hover > span > span span { background-position:left bottom;}
	.button:hover > span > span {background-position:right bottom;}

.list-1 li {
	font-size:13px; 
	line-height:16px; 
	padding:7px 0 7px 15px; 
	background:url(../images/main/marker-1.png) 2px 10px no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	.list-1 li a {
		display:inline-block;
		color:#bf3e11;
		font-weight:bold;
	}
		.list-1 li a:hover {
			color:#e5b83e;
		}

.list-2 li {
	font-size:13px; 
	line-height:16px; 
	padding:7px 0 7px 15px; 
	background:url(../images/main/marker-1.png) 1px 11px no-repeat;
}
	.list-2 li a {
		display:inline-block; 
		color:#09141a; 
		font-weight:bold;
	}
		.list-2 li a:hover {color:#e5b83e;}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:13px; 
	font-weight:bold;
	padding-left:9px; 
	background:url(../images/main/marker-1.png) left 7px no-repeat;
	color:#820000;
	text-decoration:none;
}
.link-1:hover {color:#ce0000; text-decoration:underline;} 

.link-2 {
	font-size:11px;
	color:#333333;
	padding-right:18px;
	text-decoration:none;
	background:url(../images/main/marker-2.png) right 5px no-repeat;
	display:inline-block;

}
.link-2:hover { text-decoration:none; color:#ce0000; text-decoration:underline;}

.link-3 {
	font-size:11px;
	color:#333333;
	padding-right:18px;
	text-decoration:none;
	background:url(../images/main/marker-3.png) right 5px no-repeat;
	display:inline-block;
}
.link-3:hover { text-decoration:none; color:#ce0000; text-decoration:underline;}


/****************************footer************************/
footer {
	width:100%; 
	padding:8px 0 8px;
	background:#eeecea;
}
.footer-indent {
	padding:0 20px 0 20px;	
}
.footer-link {
	display:block;
	color:#b00202;
	font-size:11px;
}
.footer-link a { color:#b00202;}
.footer-link a:hover {
	color:#ee0202;
	text-decoration:underline;
}
.soc-links {
	float:right;	
}
.soc-links li {
	float:left;
	background:url(../images/main/soc-link-li.gif) right 6px no-repeat;
	padding:0 10px 0 10px;
}
.soc-links a {
	text-decoration:none;
	color:#b00202;
	display:inline-block;
	padding-left:20px;
	font-size:11px;
}
.soc-links a:hover {
	color:#ee0202;
	text-decoration:underline;
}
.soc-links li.first a {
	background:url(../images/main/twitter.jpg) left 2px no-repeat;
}
.soc-links li.second a {
	background:url(../images/main/facebook.jpg) left 2px no-repeat;
}
.soc-links li.third a {
	background:url(../images/main/rss.jpg) left 2px no-repeat;
}
.soc-links li.third { padding-right:0; background:none;}

/****************************footer************************/


/****************************menu footer************************/

.mainlist{
	margin: 0 0px 0 0; 
	width:980px; 
	background:#fff;
	}
.mainlist div {
	width: 245px; 
	float: left; 
	background:#fff;
	}
.mainlist .heading { 
	margin: 5px 10px 0 15px; 
	font-size: 1.4em; 
	font-weight:bold;
	color:#760101; 
	font-family:Georgia,"Times New Roman",Times,serif;
	}
.mainlist ul{
	padding: 0 0 0 10px; 
	margin:15px 10px 10px 15px;
	}
.mainlist li{ 
	list-style-image:url('../images/main/marker-1.png'); 
	line-height:18px;
	}
.mainlist ul  li a{ 
	font-size: 13px; 
	display:block; 
	color: #3A3736; 
	text-decoration: none; 
	padding: 0 0 0; 
	font-family:Arial,Helvetica,sans-serif; 
	text-align:left;
	}
.mainlist ul  li   a:hover {
	color: #fff; 
	color: #b90000; 
	text-decoration:underline;
	} 
.slideme a{
	visibility: hidden;
	}
.widget {
	margin:10px 0px 10px 0px;
}
/****************************menu footer************************/

/****************************search************************/

#search { padding: 2px 4px 0 0;
}

#search input[type="text"] {
    font-size: 12px;
    color: #999;
    padding: 6px;
    -moz-box-shadow:inset 2px 2px 5px #ccc;
    box-shadow:inset 2px 2px 5px #ccc;
    border: 1px solid #b8b8b8;
	width: 175px;
	height: 15px;
	margin:0 0 0 5px;
}

#search input[type="submit"]{
    background: url(../images/main/submit.png) top left no-repeat;
    width: 52px;
    height: 25px;
    border: none;
    color: #fceccd;
    cursor: pointer;
	font-weight:bold;
	padding: 0 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search input[type="submit"]:hover{
background: url(../images/main/submit.png) bottom left no-repeat;
}

/****************************search************************/


/******************************** content 2 *********************/
.two-third{ 	
float:left; 
position:relative;
width:100%;}
/*** recent **/
/* ==== (b) Recent Posts ===================== */

.blog-posts  { margin-bottom:9px; }

.blog-posts ul { margin:-18px 0 10px 10px; padding:0; height:auto; border:0px; }
.blog-posts ul li { 
	background:url(../images/main/backgrounds/hr.png) repeat-x 0 bottom;
	float:left; 	
	width:258px;	
	padding:9px 0 7px 0;
	display:block;
	border:none;
	margin:0;	}
	
.blog-posts ul li:hover  { background:url(../images/main/backgrounds/hr.png) repeat-x 0 bottom; }

.blog-posts ul li a { height:auto; width:auto; padding:0; margin:0; line-height:28px;}

.blog-posts a img {		
	padding:4px;	
	background:#fff;
	border:1px solid #d4d4d4;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	float:left; 	
	margin:0 8px 5px 0;
	width:44px;	
	height:44px;}	

.blog-posts a:hover img {background-color:#fff; border:1px solid #c0c0c0;}

.blog-posts p { margin:0; padding:0; color:#363636; line-height:20px; font-size:14px; float:left; width:auto; font-weight:bold; }	

.blog-posts ul li span { font-size:12px; line-height:18px; width:auto; color:#707070; float:left;}

/* ==== (c) Recent Comments ===================== */

.recent-comments ul { margin:-10px 0 9px 10px; padding:1px 0 0 0; border-bottom:1px solid #fff;}

.recent-comments ul li { 
	width:238px;
	border-top:1px solid #fff; 
	border-bottom:1px solid #e1e1e1; 
	margin: 0; 
	padding:8px 0 10px 18px; 
	background:url(../images/main/backgrounds/sidebar-list-bg.png) no-repeat 0 14px; }	
	
.recent-comments ul li:hover  { background:url(../images/backgrounds/sidebar-list-bg-hover.png) no-repeat 0 14px; color:#404040; }	

.recent-comments ul li  a { 	
	display:inline;	
	background:none;
	line-height:20px; }

.recent-comments ul li a:hover{  color:#000;}

/* ==== (d) Support Box ===================== */

/* MOU Table style */
table.mou_table {
	border: 1px solid white;

}
td.mou_td {
    padding: 5px;
}