* {
	margin:0;
	padding:0;
}
body {
	background: url('../img/layout/background.png');
	color: #000;
	font-family:arial,helvetica,verdana,sans-serif,"Lucida Grande";
	font-size:12px;
	margin: 0;
	padding:0;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D4363C;
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3 {
	background:transparent;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	color:#D4363C;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
ul, li {
	list-style:none;
}
p {
	margin:10px 0 10px 0;
}
#container {
	width:782px;
	margin:auto;
	background:#fff;
}
#header {
	width:782px;
	height:89px;
}
#footer {
	width:100%;
	text-align:center;
}
#header_image {
	float:left;
	width:574px;
	height:85px;
	background:url('../img/layout/spry.jpg') no-repeat left top;
}
#header_address {
	float:left;
	width:192px;
	height:73px;
	margin-left:4px;
	padding:6px;
	background:#A7A9AC;
	color:#fff;
}
#slogan {
	width:762px;
	height:24px;
	margin-bottom:4px;
	background:#D4363C;
	margin-bottom:4px;
	padding:3px 0px 0px 20px;
	color:#fff;
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
}
#content {
	width:782px;
	min-height:600px;
	background:url('../img/layout/background.jpg') repeat-y left top;
}
#menu {
	float:left;
	width:170px;
}
#sidemenu {
	margin-top:20px;
}
#sidemenu a {
	display:block;
	width:160px;
	height:25px;
	margin-bottom:4px;
	padding:8px 10px 0px 0px;
	background:#B2B4B5;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
}
#sidemenu a:hover {
	background:#6d6e71;
}
#countries_menu {
	text-align: center;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
#countries_menu a {
	font-size:14px;
}
#provinces_menu {
	text-align: center;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
#provinces_menu a {
	font-size:14px;
}
#page_content {
	float:left;
	width:588px;
	margin-left:12px;
	margin-right:12px;
}
#flashMessage {
	padding:10px;
	font-weight:bold;
	color:#D4363C;
	font-size: 18px;
	border:1px solid #D4363C;
}
/* City listing */
.province_list {
	float:left;
	width:294px;
	height:90px;
}
.province_list_image {
	width:90px;
	float:left;
}
.province_list_image a {
	display:block;
	width:80px;
	height:80px;
}
.city_free {
	background: url('../img/icons/free.jpg');
}
.city_option {
	background: url('../img/icons/option.jpg');
}
.city_rented {
	background: url('../img/icons/rented.jpg');
}
.province_list_details {
	width:204px;
	float:left;
	padding-top:5px;
}
/* Paging */
.paging {
    background:#fff;
    color: #ccc;
    margin-bottom: 2em;
}
.disabled {
    color: #ddd;
    display: inline;
}
.paging span {
}
.current {
    color: #000;
}