/* ----- CSS ----- */
*{	margin-top:0px;									/*start from the top of the page*/
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;}
body{
	background: #8B6DE3 url('img/bg.jpg') repeat-x fixed center;
	background-position:top;
	}
/* ----- IDS ----- */
#container{
	display:table;
	text-align:center;	/*-align center-*/
	margin: 0 auto;		/*-align center-*/}
#header{
	display:table;
	text-align: left;	/*-Counter aling center-*/
	height:69px;
	width:800px;
	background: #000000 url('img/Fill_bar.gif') repeat-x;}
#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background-color:#D3D3D3;}
#menu li{
	display:block;
	float:left;
	pading:0;}
#menu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:15px 0px 0px 0px;
	text-align:center;
	height:36px;
	width:137px;
	background:transparent url("img/tab.gif") no-repeat;}
#menu li a:hover{
	color:#FFF3B2;
	background:transparent url("img/tab_o.gif") no-repeat;}
#menu2{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	border:2px solid #2e2e2e;
	background:#000000 url("img/Fill_bar2.gif") repeat-x top;}
#menu2 li{
	display:block;
	float:left;
	pading:0;
	border-right:1px solid #2e2e2e;}
#menu2 li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	text-align:center;
	height:26px;
	width:137px;}
#menu2 li a:hover{
	color:#FFF3B2;
	background-color:#373737;}
#footer{
	color:#FFFFFF;
	font-size:12px;
	display:table;
	text-align:right;
	height:auto;
	width:800px;
	background-color:#000000;}  
#Content{
	margin:0;
	padding:0;
	list-style-type:none;
	display:table;
	color:#333333;
	text-align:left;
	height:auto;
	width:800px;
	background: #FFFFFF url('img/content-bg.gif') repeat-x top;}
#Content li{
	display:block;
	float:left;
	pading:0;}   
#open_time{
	position:relative;
	top:60px;
	right:15px;
	float:right;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	
} 	


/* ----- Class ----- */
.logo{
	margin-left:30px;
	height:69px;
	width:740px;
	background:transparent url('img/logo.gif') no-repeat;
	}
.search{
	position:relative;
	top:6px;
	text-align: right;
	color:#FFFFFF;}
.fingers{
	position:relative;
	width:45px;
	height:36px;
	left:170px;
	background:transparent url('img/fingers.gif') no-repeat bottom;}
.banner{
	display:block;
	height:142px;
	width:800px;
	background:#ffffff url("img/banner.gif") no-repeat;}
.spacefix{
	width:210px;
	height:26px;
	border-right:1px solid #2e2e2e;}
.primaryContent{
	display:block;	
	width:430px;
	margin:20px;
	vertical-align:top !important; 
	text-align:left !important;}  
.secondaryContent{
	display:block;	
	vertical-align:top;
	width:150px;
	margin:20px;
	text-align:left;
	border-right:1px dotted #999999;} 
.secondaryContent2{
	vertical-align:top;
	width:auto;
	margin:20px;
	text-align:left;}   
.foottext{
	margin:10px;}
.foottext a{
	color:#FFFFFF;
	text-decoration:none;}