@font-face {
	font-family: 'RomeralRegular';
	src: url('../font/romeral.eot');
	src: local('Romeral Regular'), local('Romeral'), url('../font/romeral.woff') format('woff'), url('../font/romeral.ttf') format('truetype'), url('../font/romeral.svg#Romeral') format('svg');
}
 
 
body {
   	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
   	color:#000;
	background:#686868 url(../images/background.jpg) repeat-x;
 
}
img {
	border:none;
}

a {
	text-decoration:none;
	color:#000;
}
 
#socialiser {
	float:left;
	margin-top:15px;
	margin-left:10px;
	
}
 
#logo {
		float:right;
		height:28px;
		width:135px;
		background:url(../images/logo.png);
		margin-top:10px;
		margin-right:48px;
}
 
 
#main_layer {
	display:block;
	margin:0 auto;
	top:-10px;
	min-height:500px;
	width:1030px;
	background: url(../images/layer_bgrnd.png) repeat;
	position:relative;
	padding-bottom:40px;
}
#main_layer_shadow {
	margin:0 auto;
	margin-top:40px;
	width:1050px;
	background:  url(../images/trans.png) repeat;
	margin-bottom:-10px;
}
 
#nav {
	top:10px;
	left:-48px;
	height:206px;
	width:1026px;
	background:url(../images/menu_bgrnd_new.png);
	position:relative;
	font-family:'RomeralRegular',sans-serif;
	font-size:19px;
	color:#77001f;
}

	#ulcontainer {
	font-size:17px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:bold;
	height:150px;
	margin:0 0 0 280px;
	width:745px;
	padding-top:6px;
	}
	
	#ulcontainer ul {
	list-style-type:none;
	margin:0;padding:0;
	}
	#main {
		float:left;
		width:125px;
		z-index:100;
	}
	
	.mainmenu {
		z-index:100;
		padding-left:5px;
		border: transparent 1px solid;
	}

	.mainmenu:hover {
		cursor:pointer;
		color:#000;
		background: url(../images/hover_menue_back.jpg) repeat-x #FFF;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border:grey 1px solid;
		border-right:none;

	}
	.subnav {
		z-index:1000;
		color:#000;
		margin-top:-24px;
		left:405px;
		padding:10px;
		position:absolute;
		text-transform:uppercase;
		width:470px;
		background: url(../images/hover_menue_back.jpg) repeat-x #FFF;
		display:none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
		border: grey 1px solid;
		border-left:none;

	}
	.subnav ul li {
		float:left;
		width:150px;
	
	}
	.subnav li:hover {
		cursor:pointer;
		color:#cc0000;
	}
	
	ul#topcities {
		right:8px;
		float:right;
		position:absolute;
	}  
	
	#topcities li {
		padding-left:5px;
		width:100px;
		border: transparent 1px solid;
	}
	#topcities li:hover {
		cursor:pointer;
		color:#000;
		background: url(../images/hover_menue_back.jpg) repeat-x #FFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border:grey 1px solid;
		width:100px;
	}
	h2 {
		font-size:17px;
	}
	
	.filter {
		float:right;
		margin-right:47px;
	}
	
	.filter a {
	   background: none repeat scroll 0 0 #DEDEDD;
	   border: 1px solid #CBCBCA;
	   color: #000000;
	   font-size: 14px;
	   margin-right: 10px;
	   padding: 0 3px;
	   text-decoration: none;
	}

	.filter a:hover {
	  background: none repeat scroll 0 0 #fdb714;
	  border-color:#000000;
	  font-weight:bold;
	  color: #000000;
	   margin-right: 10px;
	   padding: 0 3px;
	   text-decoration: none;
	}
 
#deal-list {
	min-height:260px;
	width:1030px;
}
 
 
.no-deal {
background-color:#FFFFFF;
border:1px solid #DEDEDD;
color:#565656;
margin:0 0 0 50px;
padding:0 10px 10px 15px;
text-align:center;
width:905px;
}

.deal {
	color:#565656;
	font-size:13px;
	margin:0px 0px 0px 152px;
	height:140px;
	width:820px;
	background:white;
	border:1px solid #dededd;
	margin-bottom:20px;
}
 
.top-deal {
	margin-left:112px;
	float:left;
	width:36px;
	height:142px;
	background:url(../images/top_deal.png);	
}

 
.deal-image {
	float:left;
	padding:5px;
	
	overflow:hidden;
}
 
.deal-image img {
		margin:0 auto;
		height:130px;
		width:180px;
	
}
 
 
.deal-info {
	margin-left:190px;
	float:left;
	width:640px;
	height:145px;
	position:absolute;
	zoom: 1;
}

*+html .deal-info { /*IE7 only*/
    margin-left:0px;
 }
 
.deal-info .link  {
		margin-top:102px;
		position:relative;
		display:block;
		height: 43px;
		width: 640px;
		background:url(../images/more_trans_solo_hover.png) 0 0 no-repeat;*/
		zoom: 1;
	}
	*+html .deal-info .link { /*IE7 only*/
	    margin-top:-12px; 
	 }
	
	.deal-info .link * {
	  display: none;
	  zoom: 1;
	}
	
	.deal-info .link  span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 43px;
		width: 640px;
		background:url(../images/more_trans_solo.png) 0 0 no-repeat;
		opacity:0;
		zoom: 1;
	}
 
.deal-info h2 {
	margin:0;
	margin-right:10px;
	margin-top:5px;
	width:625px;
	padding-left:3px;
	padding-bottom:3px;
	font-size:18px;
	background:#dededd;
	height:20px;
	float:right;
	overflow:hidden;
	border:1px solid #cbcbca;
	border-right:none;
}
 
.deal-details {
	float:right;
	height:77px;
	width:210px;
}



.deal-discount {
	margin-top:18px;
	font-size:14px;
	background:url(../images/yousave.png);
	width:205px;
	height:40px;
	
}

.deal-discount ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:3px;
	width:65px;
} 
 
 
.deal-discount ul li {
	width:65px;
	margin:0;
	padding:0px 2px 0px 2px;
	text-align:center;
}

.deal-discount .num {
	color:#000;
	font-weight:bold;
}
 
.deal-status {
	float:right;
	height:67px;
	margin-right:10px;
	padding-top:14px;
	width:204px;
 
}

.deal-status p {
	float:left;
	font-size:13px;
	margin:0;
	padding:0;
}

.deal-status .deal-done {
	margin-left:8px;
	margin-bottom:12px;
	
}

.deal-share {
	margin:0;
	padding:0;
	display:block;
}
.deal-provider {
 float:right;
 height:62px;
 padding-top:22px;
 text-align:center;
 width:210px;
}

.deal-provider .rating {
	margin:0 auto;
	height:16px;
	width:120px;
}
 
#footer {
	margin:0 auto;
	padding-top:5px;
	width:1030px;
	font-size:11px;
	color:#c1c1c1;
	border-top:12px solid #eb003d;
}
 
#footer a:link {
	color:#c1c1c1;
}
#footer a:hover {
	color:#000;
}
#footer a:visited {
	color:#c1c1c1;
}
 

