/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

a{
	outline:none;
}

/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background:url(../images/pink.gif) center 800px no-repeat #3f3f3f;
}
#container{
	width:1000px;
	text-align:left;
	padding:10px;
	margin: 0px auto;
	background-color:#a7b8bf;
	clear:both;
}
#top{
	width:1010px;
	padding-left:10px;
	padding-right:0px;
	margin: 0px auto;
	min-height:113px;
}
#header{
	min-height:113px;
	background:url(../images/top_back.jpg) top left repeat-x #3f3f3f;
}
#navigation{
	clear:both;
	height:45px;
}
.blocker{
	clear:both;
}

#rightColumn{
	float:right;
	width:395px;
	background-color:#3f3f3f;
	padding:10px;
	margin:10px 0;
}
#leftColumn{
	float:left;
	width:500px;
	margin:15px 10px;
}

#leftColumn p{
	color:#3f3f3f;
}

#rightColumn a{
	color:#d75498;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.6em;
}
#rightColumn a:hover{
	color:#fff;
}

#offers{
	clear:both;
	position:relative;
	padding-top:10px;
}
#banner{
	clear:both;
	margin-top:10px;
}
#footer{
	clear:both;
	width:1000px;
	padding:10px;
	margin: 0px auto;
	background-color:#d75498;
	position:relative;
	
}
#social{
	position:absolute;
	top:-5px;
	right:8px;
}
/*specific css*/
#social img{
	margin-right:2px;
}
li{
	display:inline;
}

#foodCafe{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	text-align:left;
	line-height:1.5em;
	display:block;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#3f3f3f;
}

h1{
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	line-height:1.5em;
}
p{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.6em;
	text-decoration:none;
}
h2{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	float:left;
}
h3{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:right;
}
#top h3{
	margin:27px 0 0 0;
	padding:10px 10px 14px 10px;
	float:right;
}

h3 span{
	font-weight:bold;
	font-size:1.2em;
	color:#d75498;
}

h4{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	text-align:right;
	float:right;
	padding-right:0;
}
#top img{
	float:left;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
	color:#3f3f3f;
}

#social{
	display:none;
}

/*navigation*/
#navigation a{
	display:block;
	height:45px;
	float:left;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -45px;
}
#welcome{
background-image:url(../images/welcome.jpg);
width:112px;
}
#shops{
background-image:url(../images/shops.jpg);
width:119px;
}
#food{
background-image:url(../images/food.jpg);
width:144px;
}
#car{
background-image:url(../images/car.jpg);
width:123px;
}
#news{
background-image:url(../images/news.jpg);
width:147px;
}
#retail{
background-image:url(../images/retail.jpg);
width:165px;
}
#location{
background-image:url(../images/location.jpg);
width:92px;
}
#contact{
background-image:url(../images/contact.jpg);
width:97px;
}

/*bottom offers*/
#offers a{
	display:block;
	float:left;
	text-decoration:none;
}
#tempting{
	margin-right:8px;
	height:180px;
	width:285px;
	background:url(../images/box_offers_shops.jpg) top left no-repeat #3f3f3f;
}
#directory{
margin-right:8px;
width:283px;
height:180px;
background:url(../images/box_stores_shops.jpg) top left no-repeat #3f3f3f;
}

#directoryfood{
margin-right:8px;
width:283px;
height:180px;
background:url(../images/box_stores_cafe.jpg) top left no-repeat #3f3f3f;
}

#atoz{
width:415px;
height:100px;
padding-top:80px;
float:right;
background:url(../images/box_atoz_shops.jpg) top left no-repeat #3f3f3f;
}
#selector{
	display:block;
	position:absolute;
	top:40px;
	right:10px;
}
