/* for all */

*
{
 padding:0;
 margin:0;
}

* ul
{
 list-style:none;
}

img
{
 border:0;
}

body
{
	background:#992A79 url(../images/body/body_bg_loop.jpg) top left repeat-x;
	text-align:center;
	width:961px;
	margin:0 auto;
}

.fancy_bg_image
{
 position:absolute;
	top:27px;
	left:0;
	width:100%;
	height:565px;
	background:url(../images/body/fancy_background.jpg) top center no-repeat;
}

.main_container
{
 width:961px;
 position: relative;
}

.set_zindex
{
 z-index:10;
}

.goleft
{
 float:left;
}

.goright
{
 float:right;
}

.clear_it
{
 clear:both;
}

/* 
css table limitation
the content of this table should not exceed 15900px for all browser.
*/

.tbl
{
	display:table;
}

.row
{
	display:table-row;
	overflow:hidden; 
	float:left;
}

.col
{
	float:left;
	display:table-column;
	padding:0 0 1000em 0; /* notes: 1em = 16px */
	margin:0 0 -998.5em 0;
	text-align:center;
}


/* glider scroller */

div.scroller { 
	/* modify width of scrolling section if necessary	*/		
	width: 170px; 
	overflow: hidden;
}

div.scroller div.section 
{
		/* modify width of each section as needed	*/		
		width:170px;
		overflow:hidden;
		float:left;
}

div.scroller div.content 
{
	width: 10000px;
}


/* -------------------- */
/* ----- top area ----- */
/* -------------------- */

#logo_area
{
 width:100%;
}

#logo1
{
 width:10%;
	padding-top:20px;
	padding-bottom:13px;
	float:left;
}

#logo2
{
 width:60%;
	padding-top:20px;
	padding-bottom:13px;
	float:left;
}

#discreet_package
{
 width:30%;
	padding-top:20px;
	padding-bottom:13px;
	float:left;
}

/* -------------------- */
/* ----- menu bar ----- */
/* -------------------- */

#menuContainer {
    position:relative;
    width:961px;
    text-align:left;
    z-index: 5;
}

#menuContainer a {
    text-decoration: none;
    font:12px arial;
    color:#FFF;
    display:block;
}

#menuBar {
    position:relative;
    text-align: center;
    background: url(images/top/menubarbg.jpg);
    background-color: #822669;
    color: #FFF;
    text-decoration: none;
    font:12px arial;
    height: 44px;
}
.mLs {
    cursor:pointer;
    font:11px arial;
    color:#FFFFFF;
    padding: 5px 10px;
    width:140px !important;
    width:160px;
    border-bottom: 1px solid #DF6CA7;
    
}

#menu_bar
{
 width:100%;
	height:44px;
	background:url(../images/top/menubarbg.jpg) repeat-x;
}

#menu_bar ul li
{
	float:left;
}


#menu_bar ul li a
{
	height:44px;
	font-family:arial,sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}

#menu_bar ul li a span.menu_ar
{
	display:block;
	padding:15px 10px 13px 10px;
	cursor:pointer;
}

#menu_bar ul li a:hover span.menu_ar
{
	display:block;
	padding:15px 10px 13px 10px;
	background:url(../images/top/menubarbg_on.jpg) repeat-x;
	cursor:pointer;
}

#menu_bar ul li a span.current_menu_ar
{
	display:block;
	padding:15px 10px 13px 10px;
	background:url(../images/top/menubarbg_on.jpg) repeat-x;
	cursor:pointer;
}

/* end of menu bar css */

#menubar1
{
 width:100%;
	background:url(../images/top/menubarbg.jpg) repeat-x;
	height:44px;
}

#menubar1 li
{	
	list-style: none;
	float: left;
	font:12px arial;

}

#menubar1 li a
{	
 display: block;
	color: #FFF;
	padding: 15px 10px 14px;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

#menubar1 li a:hover
{	
 background:url(.../images/top/menubarbg_on.jpg) repeat-x;
}

#menubar1 div
{	
 position: absolute;
	visibility: hidden;
	background: #D12C81;
	z-index:100;
}

 #menubar1 div a
	{	
	 position: relative;
		display: block;
		padding: 5px 10px;
		width: 120px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #AD12C8;
		color: #FFF;
		font: 11px arial;
		border-bottom:1px solid #DF6CA7;
	 z-index:100;
	}

	#menubar1 div a:hover
	{
	 background: #881D54;
	}

#menubar1 iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0px;/*must have*/
	left:0px;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:165px;/*must have for any big value*/
	height:auto;/*must have for any big value*/
}

