body{
margin:0;
padding:0;
line-height: 1.2em;
background-color: #F0F0F0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
padding-left: 30px;
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
padding-top: 30px;
}

#footer{
	clear: left;
	color:#333;
    font-size: 8pt;
	text-align:center;
	font-weight: bold;
}

.footer_links,.footer_links a{
	text-decoration: none;
    font-size: 12px; color: #CC3300; font-weight: bold
}

.footer_links a:hover{
	color: #000;
}

h2{
    color:#F3B02C;
	font-weight: bold;
	font-size: 14pt;
	padding-top: 5px;
}

#all{
    font-size: 8pt;
	color: #F3B02C;
}

#all:hover{
	color: #666;
}


/* CITIES */
.cities {
	color:#666;
	font-size:7pt;
	text-decoration: none;
	padding-bottom:15px;

}

.cities h4{
    padding: 0;
	margin: 0;
    color:#C3372C;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #D4D4D4;
}

.cities h4.soon{
    color:#BEBEBE;
	font-weight: bold;
	font-size: 7pt;
	border: none;
	padding: 5px 0 0 7px;
}

.cities_submain{
	margin: 2px 0 -4px 0;
	padding: 0;
    color:#F3B02C;
	font-weight: bold;
	font-size: 7pt;
}

.cities a,.cities_submain a{
	color: #000;
	text-decoration: none;
	font-size: 8pt;
	 text-transform: uppercase;
}

.cities a:hover, .cities_submain a:hover{
	color: #AB832D;
}

.cities p{
	margin: 0 0 0 5px;
}

.cities_submain_soon{
    color:#919191;
	font-weight: normal;
	font-size: 8pt;
	margin: 0;
	padding: 0 0 0 4px;
	text-transform: uppercase;
}

/* RIGHT COL IMAGES*/
.col_pictures{
    text-align: center;
}

.col_pictures img{
	max-width:200px;
	max-height:200px;
	border:0;
	width: expression(this.height > 200 ? 200: true);
}

.col_pictures_title{
	color: #C3372C;
	font-size: 7pt;
	padding: 0;
    margin:0;
	font-weight: bold;
}

.col_pictures_city{
	display: block;
	color: #C3372C;
	font-size: 9px;
	padding: 0 0 10px 0;
    margin:0;
	font-weight: normal;
}
/* RIGHT COL IMAGES END */


/* BLOG AREA */
.blog{
	padding-left: 10px;
	font-size: 8pt;
}

.blog p{
	color: #666;
	padding: 0 0 6px 0;
	margin: 0;
}

.blog a{
	color:#AB832C;
	display:block;
	text-decoration: none ;
    padding: 0;
	margin: 0;
}

.blog a:hover{
	color:#666;
}
/* BLOG AREA END */

hr{
    border-bottom:1px;
	padding: 0;
	margin: 20px 0;
	height: 1px;
}


#login{
	margin: 7px 0 0 0;
	font-size: 8pt;
}

#login div {
	margin: .4em 0;
}

#login div label {
	width: 7%;
	float: left;
}

#login a{
	margin: 0px;
	font-size: 8pt;
	background-image: url(../images/bt_home.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 62px;
	display: block;
	float: left;
	color:#C3372C;
	text-align: center;
	text-decoration: none;
}

#login a:hover{
	color:#333;
}

#login .login_2{
	color:#666;
}

.button
{
    color:					#fff;
    border:                 none;
    margin: 				0px 2px;
    padding: 				0px 2px;
	background-color:       #666;
    cursor: pointer;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
}
a{
    color:#F3B02C;
}

/* HOME LOGIN POPUP */
#shareit-box {
	position:absolute;
	display:none;
}

#shareit-header {
	width:138px;
}

#shareit-body {
	width:300px; height:250px;
	background:url(/images/box.png);
}

#shareit-blank {
   padding:20px;
   font-size:12px;
}

#shareit-body ul {
list-style:none;
margin:0;
padding:5px 0 5px 5px;

}

#shareit-body ul  li{
padding:0 20px;
background-image: url(/images/ico_mondo.gif);
background-repeat: no-repeat;
background-position: 0 4px;
}

#shareit-body a{
	color:#C3372C;
}


