body{
	background:url(../images/bg.gif) repeat #000000;
	padding:0; 
	font-family:arial, sans-serif; 
	font-size:12px;
	margin:0px auto auto auto;
	color:#36322b;
}
p{
	padding:0px;
	text-align:justify;
	margin:0px;
	line-height:20px;
}
p.welcome{
	padding:10px;
}
p.testimonial{
	font-style:italic;
	padding:5px 15px 0 5px;
}
.clear{
	clear:both;
}
a{
	text-decoration:underline;
}
a.read_more{
	display:block;
	width:66px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#fff;
	float:right;
	margin:10px 40px 0 0;
	padding:0 0 0 17px;
	text-decoration:none;
	font-size:12px;
	background:url(../images/read_more_bg.gif) no-repeat center;
}
a:hover.read_more{
	text-decoration:underline;
}
img.left_img{
	float:left;
	padding:3px 25px 3px 3px;
}

#main_container{
	width:1000px;
	height:auto;
	margin:auto;
	padding:0px;
}
#header{
	width:1000px;
	height:135px;
	margin:0px;
	padding:0px;
	background:url(../images/header_bg.gif) no-repeat center top;
}
.logo{
	font:bold 60px "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	color:#f6b914;
	padding:62px 0 0 0px;
	text-shadow:2px 2px 4px #171717;
}
.title{
	width:auto;
	padding:0;
	font-size:17px;
	color:#2e2721;
	font-weight:bold;
	margin:0 0 10px 0;
}
.title_welcome{
	font-family: 'La Belle Aurore', serif, "Times New Roman";
	width:100%;
	padding:0px;
	font-size:35px;
	line-height:40px;
	color:#000000;
	text-shadow:2px 2px 2px #aaa;
	margin:0px;
}
.title_welcome1{
	width:100%;
	padding:0px;
	font-weight:bold;
	font-size:25px;
	color:#da5b23;
	text-shadow:2px 2px 2px #aaa;
	margin:0px;
}
span.orange{
	font-weight:bold;
	color:#da5b23;
}

/*---------------- menu tab----------------------*/
.leftMenu{
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#da5b23;
	margin:0;
	padding:0;	
	width:100%; /* Main Menu Item widths */
	text-shadow:2px 2px 2px #aaa;
}	
.leftMenu ul{	
	list-style-type:none;		
	margin:0;
	padding:0;
	background-color:#211b19; /*background of tabs (default state)*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;	
}
.leftMenu ul li{
	position:relative;
	padding:0px;	
}
/* Top level menu links style */
.leftMenu ul li a{
	text-shadow:none;
	font:bold 13px Arial, Helvetica, sans-serif;
	display:block;
	overflow:auto; /*force hasLayout in IE7 */
	color:#ffffff;
	text-decoration:none;
	padding:8px;
	border-bottom:1px dashed #e9e5e2;
}
.leftMenu ul li a:visited{
	color:white;
}
.leftMenu ul li a:hover{
	color:#f5a10c;
	text-decoration:underline;
}
.leftMenu ul li a.current{
	color:#f5a10c;
	text-decoration:underline;
}
/*Sub level menu items */
.leftMenu ul li ul{
	z-index:500;
	position:absolute;
	width:170px; /*Sub Menu Items width */
	top:0;
	visibility:hidden;	
}
.leftMenu a.subfolderstyle{
	background:url(../images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .leftMenu ul li { 
	background-color:#211b19;
	float:left; 
	height:1%;
}
* html .leftMenu ul li ul{
	z-index:500;
	position:relative;
	width:190px; /*Sub Menu Items width */
	margin-left:-190px;
	visibility:hidden;	
}
* html .leftMenu ul li a { 
	height:1%; 
}
/* End */
/*---------------- end menu tab----------------------*/

/*-------------------Sliders------------------------*/
.glidecontentwrapper{
	background-color:#f4f0ed;
	border:1px dashed #beb6b4;
	float:left;
	width:380px;
	height:240px;
	padding:0px;
	margin-bottom:5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-khtml-border-radius:8px;
	-khtml-border-radius:10px;
	-moz-box-shadow:inset 0 0 8px #888888;
	-webkit-box-shadow:inset 0 0 8px #888888;
	box-shadow:inner 0 0 8px #888888;	
	position:relative;
	overflow:hidden;
}
.glidecontent{ 
	position:absolute; 
	background:white;
	visibility:hidden;
	width:100%;
}
.glidecontenttoggler{
	width:100%;
	text-align:center;
}
.glidecontenttoggler a{ 
	display:-moz-inline-box;
	display:inline-block;
	color:#da5b23;
	margin-right:3px;
	font-weight:bold;
	text-decoration:none;
}
.glidecontenttoggler a.selected{
	color:black;
}
.glidecontenttoggler a:hover{
	color:black;
}
.glidecontenttoggler a.toc{}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next{}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	color:black;
}
/*-------------------end Sliders------------------------*/

/*-------------line------------*/
.line1{
	float:left;
	width:100%;
	height:auto;
	margin:0px;
}
/*-------------end line------------*/

/*-------------welcome_box------------*/
.welcome_box{
	width:100%;
	height:auto;
	background-color:#e9e5e2;
	border:1px solid #f5f5f5;
	padding:10px 0;
	margin:0 0px 10px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-khtml-border-radius:10px;
	-moz-box-shadow:inset 0 0 8px #888888;
	-webkit-box-shadow:inset 0 0 8px #888888;
	box-shadow:inner 0 0 8px #888888;
}
/*---------------center_content-------*/
.center_content{
	width:1000px;
	height:auto;
	clear:both;
	padding:30px 10px;
	background-color:#e9e5e2;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-khtml-border-radius:8px;
}
.left{
	width:200px;
	float:left;
	padding:0px;
}
.right{
	float:right;
	width:750px;
	margin:0px;
	padding:0px;
}
.software_box{
	width:187px;
	height:265px;
	padding:0 0 15px 0;
}
.news_box{
	float:left;
	width:100%;
	border-bottom:1px #CCCCCC dashed;
	padding:0 0 8px 0;
}
.news_icon{
	width:30px;
	height:33px;
	float:right;
	background:url(../images/news_icon.gif) no-repeat center;
}
.news_content{
	width:300px;
	float:right;
	text-align:justify;
	line-height:20px;
	padding:0 0 0 10px;
}
.news_content a{
	color:#da5b23;
	text-decoration:none;
}
.news_content a:hover{
	color:black;
}
/*-------------------product------------------------*/
.contet_product{
	float:left;
	width:380px;
	height:240px;
	padding:0px;
	margin:0;
}
/*-------------------footer------------------------*/
#footer{
	width:1000px;
	height:50px;
	clear:both;
	color:#837d7b;
}
.left_footer{
	float:left;
	padding:20px 0 0 0;
}
#footer a{
	color:#837d7b;
	padding:0 8px 0 8px;
	text-decoration:none;
}
