/*
-----------------------------------------------
Properties Spain styles
----------------------------------------------- */

body {
	line-height: 1.2em;
	background: url(../img/bg.gif) #e6f0fc;
}

p {
	margin: 0 0 0 15px;
	padding: 8px 0;
	line-height: 1.2em;
}

#wrapper {
	width: 714px;
	margin: 20px auto 10px auto;
	background: #4d5c73;
	padding: 10px;
}

/* Header */



hr {
	 color: #f21971;
	 height: 1px;
	 border-top: 1px dashed #f21971;
	 border-bottom: 0;
	 border-left: 0;
	 border-right: 0;
	 width: 100%;
	 text-align: center;
	}
	
#header {
	width: 713px;
	margin: 0 auto;
	height: 211px;
}

/* Nav */

#menu {
	width: 714px;
	margin: 10px auto 0 auto;
	padding: 0;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	background: url(../img/menu-right.gif) no-repeat right top;
	margin: 0 1px 0 0;
}

#menu li a {
	display: block;
	margin: 0;
	padding:5px 5px 5px 5px;
	background: url(../img/menu-left.gif) no-repeat left top;
	color: #343f55;
	font-weight: normal;
	font-size: 95%;
}

#menu .current {
	background: url(../img/menu-on-right.gif) no-repeat right top;
}

#menu .current a {
	background: url(../img/menu-on-left.gif) no-repeat left top;
	font-weight: normal;
	font-size: 95%;
}

#menu .current a:hover, #menu a:hover {
	text-decoration: none;
	color: #c44826;
	font-weight: normal;
	font-size: 95%;
}

/* Main */

#main {
	width: 714px;
	margin: 0 auto;
	background: #e2e3f7 url(../img/main-bottom.gif) bottom center no-repeat;
	text-align: left;
	padding-bottom: 10px;
}

#maininner {
	background: url(../img/main-top.gif) top center no-repeat;
}

.colabove {
	width: 694px;
	margin: 0;
	padding: 10px;
	text-align: left;
	clear: both;
}

.col2 {
	width: 320px;
	margin: 0;
	padding: 5px;
	float: left;
}

.col2wide {
	width: 330px;
	margin: 0;
	padding: 5px;
	float: left;
}

.col1 {
	width: 180px;
	margin: 0;
	padding: 5px;
	float: left;
}

.col3 {
	width: 514px;
	margin: 0;
	padding: 5px;
	float: left;
}

.col15 {
	width: 220px;
	margin: 0;
	padding: 4px;
	float: left;
}

.col33 {
	width: 440px;
	margin: 0;
	padding: 4px;
	float: left;
	text-align: left;
}

.boxy {
	margin: 5px 0 5px 0;
}

/* Footer */

#footer {
	width: 714px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

/* Elements */

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 2px 0;
	margin: 0 0 0 10px;
	color: #2d3b51;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 2px 0;
	margin: 0 0 0 10px;
	color: #6d6745;
}

.underheader {
	padding: 10px 0 0 0;
}

#bottommenu {
	width: 714px;
	text-align: center;
	font-size: 95%;
	clear: both;
}

#bottommenu a{
	font-weight: normal;
	color: #545a7c;
}