
/* Zaragon */

html {
 overflow-y: scroll !important;
}

body {
  background: #fff;
  color: #111;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  color: #336699;
  line-height: 21px;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
}

h2 {
  font-size: 16px;
  padding: 5px 0 12px 0;
}

h3 {
  color: #336699;
  font-size: 13px;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  line-height: 14px;
  padding: 6px 0 9px 0;
}

h4 {
  color: #6699cc;
  font-size: 12px;
  line-height: 16px;
  background: transparent;
  padding: 3px 0 7px 0;
}


/* Elements */

#canvas {
  width: 775px;
  margin: 25px auto 0 auto;
}

#content {
  width: 715px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}


/* Header */

#header-home {
  height: 195px;
  background: transparent url(../images/header.gif) left top no-repeat;
}

#header {
  height: 210px;
  background: transparent url(../images/header.gif) left top no-repeat;
}

#header h1, #header address, #header-home h1, #header-home address {
  display: none;
}

#header #logo, #header-home #logo {
  padding: 55px 0 0 12px;
  float: left;
}

#header #logo a, #header-home #logo a {
  width: 157px;
  height: 95px;
  display: block;
  text-indent: -9999px;
}


/* Navigation */

#nav {
  padding: 144px 0 0 0;
  float: right;
}

#nav ul {
  width: 589px;
  height: 25px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

#nav li a {
  height: 25px;
  display: block;
  padding: 0;
}

#nav li a#nav-01 { width: 191px; background: transparent url(../images/nav-01.gif) top left no-repeat; text-indent: -9999px; }
#nav li a#nav-02 { width: 113px; background: transparent url(../images/nav-02.gif) top left no-repeat; text-indent: -9999px; }
#nav li a#nav-03 { width: 141px; background: transparent url(../images/nav-03.gif) top left no-repeat; text-indent: -9999px; }
#nav li a#nav-04 { width: 144px; background: transparent url(../images/nav-04.gif) top left no-repeat; text-indent: -9999px; }

#nav li a#nav-01-current { width: 191px; background: transparent url(../images/nav-01-over.gif) top left no-repeat; text-indent: -9999px; }
#nav li a#nav-02-current { width: 113px; background: transparent url(../images/nav-02-over.gif) top left no-repeat; text-indent: -9999px; }
#nav li a#nav-03-current { width: 141px; background: transparent url(../images/nav-03-over.gif) top left no-repeat; text-indent: -9999px; }
#nav li a#nav-04-current { width: 144px; background: transparent url(../images/nav-04-over.gif) top left no-repeat; text-indent: -9999px; }

#nav li a#nav-01:hover { background: transparent url(../images/nav-01-over.gif) top left no-repeat; }
#nav li a#nav-02:hover { background: transparent url(../images/nav-02-over.gif) top left no-repeat; }
#nav li a#nav-03:hover { background: transparent url(../images/nav-03-over.gif) top left no-repeat; }
#nav li a#nav-04:hover { background: transparent url(../images/nav-04-over.gif) top left no-repeat; }

#nav li ul {
  position: absolute;
  left: -999em;
  margin: 0;
  padding: 1px 0 0 0;
}

#nav ul li ul li {
  width: 100%;
  height: 26px;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  background: #336699;
  border-bottom: 1px solid #fff;
}

#nav li ul li a {
  color: #e7ebf6;
  font-size: 12px;
  height: 26px;
  margin: 0;
  padding: 4px 0 0 12px;
  text-decoration: none;
  text-indent: 0;
}

#nav li ul li a strong {
  color: #e7ebf6;
}

#nav li ul li a:hover {
  color: #0d397a;
  background: #ebebeb;
  text-decoration: none;
}

#nav li ul li a:hover strong {
  color: #0d397a;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}


/* Content */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.hidden { display: none; }

p {
  margin: 0;
  padding: 3px 0 12px 0;
}

a {
  color: #336699;
  text-decoration: none;
}

a:hover {
  color: #071d33;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

b {
  color: #336699;
}

img {
  padding: 2px;
  border: 1px solid #336699;
}

ul {
  margin: 0;
  padding: 3px 0 12px 50px;
  list-style-type: square;
  list-style-image: none;
}

ul ul {
  margin: 0;
  padding: 3px 0 3px 30px;
  list-style-type: disc;
  list-style-image: none;
}

ol {
  margin: 0;
  padding: 3px 0 12px 90px;
}

li {
  padding: 0 0 4px 0;
}

.col-1 {
  float: left;
  width: 345px;
  text-align: center;
  padding: 6px 0 0 0;
}

.col-2 {
  float: right;
  width: 345px;
  text-align: center;
  padding: 6px 0 0 0;
}

#gallery-wrap {
	width: 220px; 
	margin: 5px auto 0 auto; 
	border: 0;
	text-align: center;
}

#gallery-wrap2 {
	width: 300px; 
	margin: 5px auto 0 auto; 
	border: 0;
	text-align: center;
}

#gallery {
	border: 0;
}

#slides img, #slider img {
  padding: 0;
  border: 0;
}


/* Easy Slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li { 
	width:300px;
	overflow:hidden; 
}
span#prev{}
span#next{}					
 

/* Properties */

#properties {
	clear: both;
	width: 100%;
	margin: 0 0 18px 0;
	background: #f2f2f2;
}

#properties ul {
	height: 120px;
	margin: 0;
	padding: 0;
}
 
#properties ul li {
	float: left;
	margin: 0;
	padding: 1px 2px;
	list-style: none;
}
 
#properties a {
	width: 125px;
	height: 120px;
	display: block;
	text-indent: -9999px;
}
 
#properties a#properties-zp { background: #f2f2f2 url(../images/properties-home.jpg) -6px top no-repeat; }
#properties a#properties-ar { background: #f2f2f2 url(../images/properties-home.jpg) -134px top no-repeat; }
#properties a#properties-hc { background: #f2f2f2 url(../images/properties-home.jpg) -261px top no-repeat; }
#properties a#properties-of { background: #f2f2f2 url(../images/properties-home.jpg) -388px top no-repeat; }
#properties a#properties-sp { background: #f2f2f2 url(../images/properties-home.jpg) -516px top no-repeat; }
#properties a#properties-cp { background: #f2f2f2 url(../images/properties-home.jpg) -643px top no-repeat; }

#properties a#properties-zp:hover { background-position: -6px bottom; }
#properties a#properties-ar:hover { background-position: -134px bottom; }
#properties a#properties-hc:hover { background-position: -261px bottom; }
#properties a#properties-of:hover { background-position: -388px bottom; }
#properties a#properties-sp:hover { background-position: -516px bottom; }
#properties a#properties-cp:hover { background-position: -643px bottom; }
 

/* Footer */

#footer-home, #footer #links, #footer h2 {
  display: none;
}

#footer {
  clear: both;
  width: 100%;
  height: 50px;
  color: #a6bace;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #336699;
}

#footer a {
  color: #a6bace;
  text-decoration: none;
}

#footer a:hover {
  color: #cad5e0;
  text-decoration: underline;
}

#footer #copy {
  float: left;
  margin: 17px 0 0 0;
  padding: 0 0 0 30px;
}

#footer #credits {
  float: right;
  text-align: right;
  margin: 17px 0 0 0;
  padding: 0 30px 0 0;
}


