html,body{
	font-family:"Myriad Pro";
}

.wrapper{
	width:1000px;
	min-width:1000px;
	margin:auto;
	min-height:500px;
}

/*=================== HEADER =====================*/

.panel{
	width:1000px;
	min-width:1000px;
	margin:auto;
}

#logo{
	float:left;
	margin:1em 1em 0;
}

#logo a{
	text-decoration:none;
	font-size:10px;
	color:#2f8bbe
}

.supportym{
	width:248px;
	float:right;
	text-align:right;
	font-size:12px;
	margin:3em 1em 0 0;
	font-weight:bold
}

.supportym ul{
	list-style:none;
	margin:0;
	padding:0;
}

.supportym ul li{
	display:inline-block;
	margin:10px;
	margin-right:5px
}

/*=================== HEADER END=====================*/

/*=================== OTHERS =====================*/

.hidden{
	display:none
}

.clearfix{
	clear:both
}

/*=================== OTHERS END =====================*/

/*=================== BOX SLIDER =====================*/
#prev, #next {
	background: transparent url(../img/carousel_control.png ) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 23px;
	height: 34px;
	position: relative;
	top:-215px
}

#prev {
	background-position: 0 0;
	float:left;
}
			
#next {
	background-position: -27px 0;
	float:right;
	right:15px
}	

#pager {
	text-align: center;
	margin: -35px 0 auto;
}

#pager a {
	background: transparent url(../img/carousel_control.png) no-repeat -2px -46px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 14px;
	height: 16px;
	margin: 0 2px 0 0;
}

#pager a.selected {
	background: transparent url(../img/carousel_control.png) no-repeat -16px -46px;
	text-decoration: underline;				
}

/*=================== BOX SLIDER END =====================*/

/*=================== CONTENT =====================*/
.item-slider{
	margin-top:3em
}
.item-slider ul{
	margin:0px;
	padding:0px;
	margin-left:1.5em;
	list-style:none
}

.item-slider ul li{
	width:300px;
	height:125px;
	margin:5px;
	padding:0px; 
	display:inline-block;
	float:left; 
}

.item-slider ul li .bg-image{
	width:300px;
	height:125px;
	margin:0px;
	padding:0px; 
	border:1px solid #dedede; 
	background-repeat:no-repeat; 
	background-position: center; 
}

.item-slider ul li .text-name{
	font-size:12px; 
	color:#797676;
	text-align:right;
	font-weight:bold;
}
#sliderline{
	width:300px;
	height:1em;
	background:url(../img/sliderline.png);
}
.page-content{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 2em 1em ;
	min-width:788px;
}

.title-content{
	color: #3095bb;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	font-size: 20px;
}

.title-line{
	background:url(../img/title-line.png) no-repeat center top;
	width:1000px;
	height:26px
}

/*=================== CONTENT END =====================*/

/*================= NEWS & ARTICLE ==================*/

div.latest-info{
	margin:0 0 2em;
	font-size:13px;
}

.image-info{
    float: left;
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    margin-right: 20px
}
.short-description-info{
	text-align:justify;
	font-size:13px;
	padding-bottom:1em
}
/*=================END NEWS=============*/

/*=================== FOOTER =====================*/
#footer{
	width:100%; 
	min-width:1000px;
	
	color:#333;
	border-top:4em solid #3095bb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e7e7e7
}

/*=================== FOOTER END =====================*/

/*=================== TABLE DIV =====================*/

.div-table{display:table; }
.div-table div.div-table-caption{display:table-caption; font-size:15px}
.div-table div.div-table-row{display:table-row;}
.div-table div.div-table-col{display:table-cell; padding: 5px; vertical-align:middle;}
.div-table div.col-divider{width:20px;}
.div-table div.row-divider{clear:both; height:20px;}
.row-odd{background-color:#dedede;}
.div-table-colheader{ background-color:#36C; padding:5px; color:#FFFFFF;}

/*============== TABLE DIV END ==================*/

/*============ ROUNDED ============*/

.round15{ 
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
	
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px; 
	
}

.round10{ 
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px; 
	
}

.round5{ 
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px; 
	
}

/*============ ROUNDED END ============*/