/* - - - - - - - - - - - - - - - - - - - - -

Title 		: Redesign Website Era Akses
Author 		: Kadek Sudiartha
URL 		: http://www.era-akses.net
Client 		: Era-Akses.net (PT. Cakra Lintas Nusantara)

Description	: SEO, Tabless

Created 	: August 09, 2009
Modified 	: -

- - - - - - - - - - - - - - - - - - - - - */
/*	-------------------------------------------------------------
	Set Default HTML
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
html{
background:#e8fcff;
overflow-y: scroll;
}

img{
/*behavior: url('./themes/site_themes/sudigital/htc/iepngfix.htc');*/
}
/*	-------------------------------------------------------------
	Main Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#headerOuter{
	width:100%;
	background:url(./themes/site_themes/sudigital/images/gui.png) 0 -45px repeat-x;
}
.wrap{
	margin:0 auto;
	width:872px;
	overflow:hidden;
	cursor:default;
}
.headerInner{
	margin-top:10px;
	float:left;
	width:872px;
	height:61px;
}
.menuNav{
	float:left;
	margin-top:10px;
	width:872px;
}
#container{
	width:100%;
	background:#fff url(./themes/site_themes/sudigital/images/bg.png) top left repeat-x;;
	padding:10px 0 10px 0
}
#content{
	float:left;
	width:552px;
}
.content{
	float:left;
	margin-top:20px;
}
.downloadLeft{
	float:left;
	width:102px;
	padding-top:25px;
}
.downloadRight{
	float:left;
	width:425px;
	padding-left:25px;
	padding-bottom:30px;
}
.blogRight{
	float:left;
	width:450px;
	padding-left:25px;
	padding-bottom:30px;
}

/* --------------------BEGIN BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:552px; 
	height:300px; 
	margin:0px auto 10px;
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:550px ; 
	height:300px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}
/* --------------------END BANNER ROTATOR--------------------- */

#sideBar{
	float:right;
	width:300px;
}
.button{
	float:left;
	width:275px;
}
.banner{
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
.sideBox{
	float:left;
	width:275px;
	margin-top:20px;
}
.contactAdd{
	float:left;
	width:255px;
	padding:10px;
}
.yM{
	width:207px;
	height:117px;
	padding-left:68px;
}
#footer{
	width:100%;
	margin-top:25px;
	height:110px;
	background:url(./themes/site_themes/sudigital/images/gui.png) 0 -1310px repeat-x;
	border-top:1px solid #666;
}
.footerMenuNav{
	padding-top:10px;
}
.footerCopyRight{
	padding-top:10px;
}