/* -------------------------------------------------------------------------------
	Theme Name: TTSoft
	URI: http://www.ttsoft.com.vn
	Description: Theme for TTSoft Website
	Version: 1.00
	Author: ttsoft.com.vn
	Author URI: http://www.ttsoft.com.vn/
	Tags: simple, clean, fixed width, widget-ready, widgets, left sidebar, two columns, valid XHTML, valid CSS
   ------------------------------------------------------------------------------- */
*{
	padding:0px;
	margin:0px;
}
html{
	overflow-y: scroll !important;
}
a img{
	border: 0;
}
blockquote {
    font-style:italic;
    font-size:10px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}

.clear{
	clear : both;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #cccccc;
	text-align:center;
}

#slideshow{
	float : left;
	width :500px;
	margin-top :20px;
}

#thumbnail{
	float : right;
	width : 500px;
	height :75px;
	position : relative;
	top : -100px;
}

a{
	text-decoration:none;
	color:5398DD;
}

a:hover{
	text-decoration:none;
}



#container{
	width : 827px;
	text-align:left;
	margin: 0 auto;
	position:relative;
}

#header{
	clear: both;
	width: 827px;
	height: 92px;
	background:url(images/header_bg.gif) no-repeat;
}

#nav {
	padding-top:63px;
	float:right;
	width:525px;
	margin-right:5px;
	}

#nav li{
	margin-right:15px;
	float:left;
	list-style:none;
	font-size:12px;
	}


#nav a, #nav a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}

#nav a{
	font-weight:bold;
	color:#fff;		
	}
	
#nav a:hover {
	font-weight:bold;
	color:#fcaf17;
}	

#nav li.current_page_item a:hover,
#nav li.current_page_parent a:hover
{
	color:#fcaf17;
}

#nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
        {
		color:#fcaf17;
	}

#subnav {
	clear:both;
	text-align:right;
	margin:5px 5px 0px 0px;
	padding-right:40px;
	width:500px;
	height:40px;
	float:right;
	}

#subnav li {
		display: inline;
		list-style:none;
		font-weight:normal;
		color:#126cc2;
		font-size:11px;
		border-right:1px solid #126cc2;
		padding:0 7px;
	}	
#subnav a, #subnav a:visited {
	color:#126cc2;
	text-decoration:none;
	font-weight:normal;
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	font-weight:normal;
	text-decoration:none;
	}

	
#index{
	width:827px;
	background: url("images/index_bg.gif") repeat-y transparent;
}

	#index .gradient{
		background:url("images/gradient.gif") repeat-x transparent;
		width:800px;
		height:481px;
		margin-left:15px;
	}

#main{
	width:827px;
	background : url("images/body_bg.gif") repeat-y transparent;
}

	.sidebar{
		float: left;
		width: 180px;
		margin: 10px 0px 0px 10px;
	}

	.sidebar ul{
		list-style-type: none;
		margin-left: 20px;
	}
	
	.sidebar ul li h2{
		background:transparent url(images/bullet.gif) no-repeat scroll right 4px;
		padding-right:10px;
		padding-bottom:3px;
		font-family: Tahoma, Arial, georgia, serif;
		font-size: 11px;
		font-weight: bold;
		color:#146bc1;
		text-align:right;
		border-bottom:1px solid #CCC;
	}
	
	.sidebar ul li ul li a{
		font-family: Tahoma, Arial, georgia, serif;
		font-size: 11px;
	}

	.sidebar .lastestnews ul li{
		
		text-align:right;
		padding-right:7px;
		margin:7px 0px 7px 0px;
	}
	
	.sidebar .lastestnews a:hover {
		border-bottom:medium none;
		color:#fcaf17;
	}
	
	.sidebar .lastestnews ul a, .sidebar .lastestnews ul a:visited {
		font-size:11px;
		color:black;
		font-weight:normal;
	}
	
	.sidebar .lastestnews a, .sidebar .lastestnews a:visited {
		color:#5398DD;
	}
	
	.sidebar .cat-item{
		font-size:11px;
		font-weight:bold;
	}
	.sidebar .widget{
		margin:10px 0px 30px 0px;
	}
.widget h2 {
		background:transparent url(images/bullet.gif) no-repeat scroll right 4px;
		padding-right:10px;
		padding-bottom:3px;
		font-family: Tahoma, Arial, georgia, serif;
		font-size: 12px;
		font-weight: bold;
		color:#146bc1;
		text-align:right;
		border-bottom:1px solid #202326;
}
.widget ul {
	list-style-type: none;
	margin-left: 20px;
}
.widget ul li {
	background:transparent url(images/bullet2.gif) no-repeat scroll right 7px;
	text-align:right;
	padding-right:7px;
	margin:7px 0px 7px 0px;
}
.widget ul li a {
	font-size:11px;
	color:black;
	font-weight:normal;
}
.widget ul li a:hover{ 
	text-decoration:underline; 
	color:#fcaf17;
}

#content{
	width:500px;
	float:right;
	text-align:left;
	padding-right:20px;
	margin-top:10px;
	margin-right:20px;
}
	.post{
		font-family: Tahoma ,arial, helvetica, sans-serif;
		font-size: 11px;
		line-height:13px;
	}

	.post p {
		margin-bottom:7px;
		text-align:left;
		line-height:20px;
	}
	
	.post h2{
		padding-bottom:20px;
		padding-top:5px;
		font-family: Tahoma,Verdana,helvetica, sans-serif;
		line-height:20px;
		font-size: 16px;
		font-weight:bold;
	}
		.post h2 a{
			color:#666666;
			text-decoration:none;
			font-weight:bold;
			font-size: 16px;
		}
		
		.post h2 a:hover{
			color:#000000;
			text-decoration:none;
		}
		.post .entry-date{
			text-align:right;
			background:transparent url("images/bullet.gif") no-repeat scroll right 10px;
			border-bottom:1px solid #E0E0E0;
			font-size:11px;
			margin:10px 15px 10px 0px;
			padding: 6px 10px 0px 0px;
		}
		
		.post .entry-date a{
			color:#126cc2;

		}
		
		.post .entry-date a:hover{
		
			color:#fcaf17;
		}


.entry-content{
	line-height: 20px;
}
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
		margin: 0;
		padding: 10px 0 5px;
		text-transform: none;
		border: 0;
	}

	.entry-content h2{
		line-height: 30px;
	}

	.entry-content h3{
		font-family: Tahoma, helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	
	.entry-content a{
		font-size:11px;
		color:#126cc2;
	}
	.entry-content a:hover{
		color:#fcaf17;
	}
	
	.entry-content .more-link{
		text-align:left;
		float:right;
	}
		
	.entry-meta{
		padding: 10px;
		background: #fff;
		font-family: Tahoma, helvetica, sans-serif;
	}
			
	.entry-content ul,.entry-content ol {
		padding-left:25px;
	}
	.entry-content ul li,.entry-content ol li{
		padding-left:0px;
	}
	.entry-content ul li a,.entry-content ol li a{
		font-family: Tahoma, helvetica, sans-serif;
		font-size:11px;
	}
	.entry-content li {
		padding:0px 0px 0px 0px;
	}

	#banner{
		width:715px;
		height:89px;
		float:left;
		clear:both;
		margin-top:20px;
		padding-left:85px;
	}
	
	#under_banner{
		width: 800px;
		margin-top: 40px;
		float:right;
	}
		#news_event{
			width : 265px;
			height: 245px;
			float : left;
			padding-left:76px;
			padding-top:40px;
		}
		
		#news_event h2{
			
		}
		
		#news_event ul{
			margin-left:20px;
			list-style:none;
		}
		#news_event ul li{
			background:transparent url(images/bullet2.gif) no-repeat scroll left 15px;
			padding-left:6px;
			font-size:11px;
			padding-top:10px;
		}
		
		#news_event ul li a{
			margin-top:5px;
			color:#146bc1;
		}
		
		#news_event ul li a:hover{
			margin-top:5px;
			color:#fcaf17;
		}

		#call_us{
			float:right;
			clear:right;
			width:343px;
			padding-top:30px;
			padding-bottom:30px;
			margin-right:12px;
		}
		
		#download_now{
			float:right;
			clear: right;
			width:204px;
			padding-bottom:40px;
			margin-right:12px;
		}
		
		#slide_thumbs{
			float:right;
		}
			#slide_thumbs a{
				outline: none;
				border : none;
			}
			#slide_thumbs a img{
				border : none;				
			}
			#slide_thumbs #wrapper{
				overflow:hidden;
				padding:4px 2px 0 0;
				width: 340px;
				height:66px;
				float:left;
				background-color:#b1dae4;
				position: relative;
			}


#footer{
	width:827px;
	height: 92px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	clear: both;
	font-size: 9px;
	color: white;
	font-weight:bold;
	padding-bottom:6px;
}

	.footer-left{
		float : left;
		margin-top:10px;
		margin-left:30px;
	}
	
	.footer-left a{
		text-decoration:none;
		color: #128ccc;
	}
	
	.footer-left a:hover{
		text-decoration:none;
		color:#fcaf17;
	}
	
	.footer-right{
		float:right;
		margin-top:17px;
		padding-right:12px;
	}
		
	 #footer ul{
			text-align:left;
			list-style:none;
		}
		
		#footer ul li{
			display: inline;
		}
		
		#footer ul li a{
			color:white;
			padding-right:6px;
			text-decoration:none;
			font-weight:bold;
		}
		
		#footer ul li a:hover{
			color:#fcaf17;
		}