@font-face {
 font-family: EdwardianScript;
 src: url("http://www.bluezoneproperty.com/styles/itcedscr.eot") /* EOT file for IE */
}
@font-face {
 font-family: EdwardianScript;
 src: url("http://www.bluezoneproperty.com/styles/itcedscr.ttf") /* TTF file for CSS3 browsers */
}

* {
	margin: 0;
	padding: 0;
}

body {
 	margin: 0px;
	text-align: justify;
    font: 13px Arial, Helvetica, sans-serif;	color: #9c9c9c;
    border-width: 0px 0px 0px 0px; /* top, right, bottom, left*/
    border-style: solid;
    border-color: #fff;
    background-color: #191a1c;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #9c9c9c;
}

a:hover {
	text-decoration: none;
	color: #9c9c9c;
}

/* Wrapper */

#wrapper {
}

/* Header Wrapper */

#header-wrapper {
	height: 152px;
    width: auto;
    background-color: #fff;
    margin: 0 auto;
}

/* Header */

#header {
	width: 880px;
	height: 105px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 450px;
	height: 105px;
	margin-left: 20px;
    margin-top: 0px;
    margin-bottom: -20px;
}

#logo h1 {
	margin: 0;
	padding: 0;
    font: bold 34px "EdwardianScript", Times, Georgia, "Times New Roman", serif ;
    color: #fff;
}

#logo h1 a {
	color: #fff;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

/* Menu */

#main-menu {
	width: 880px;
	height: 47px;
	margin: 0 auto;
	background-color: #000;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#main-menu li {
	display: inline;
	text-align: center;
}

#main-menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#main-menu a:hover, #main-menu .active a {
	background: #9c9c9c;
	color: #fff;
}

/* Main Image Wrapper */

#main-image-wrapper {
	height: 255px;
    width: auto;
    background-image:url('/images/Blue-Background-Abstract-Desktop-Wallpaper.jpg');
    /*background-color: #00d2ff;*/
    margin: 0 auto;
}


#main-image {
	width: 880px;
	height: 255px;
	margin: 0 auto;
    /*background-color: #00d2ff;*/
}


/* Container Wrapper */

#container-wrapper {
	width: 880px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Container */

#container {
}

/* Content */

#content-wrapper {
	float: right;
	width: 640px;
}
.content {
	margin: 0px 0px 30px 0px;
	/*border-bottom: 1px solid #CCCCCC;*/
}

.content .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #fff;
}

.content .title a {
	padding: 4px 35px 4px 15px;
	background: #00d2ff;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.content .content-text {
	padding: 20px 0px;
}

.content img {
	float: left;
	padding: 15px 0px;
}

.content .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.content .property {
	float: right;
	margin-top: -50px;
	font-size: 12px;
	font-weight: bold;
	color: #00d2ff;
}

/* Sidebar */

#left-column {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px 30px 30px 0px;
}


#left-column h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 160%;
	font-weight: normal;
	color: #9c9c9c;
}

#left-column h3 {
	font-size: 77%;
	color: #9c9c9c;
}

#left-column p {
	margin: 0;
	line-height: normal;
	color: #9c9c9c;
}

#left-column a {
	border: none;
	text-decoration: none;
	color: #fff;
}

#left-column a:hover {
	text-decoration: underline;
}

/* Submain-menu */

#submain-menu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
    background: #000 url(/images/stripe_2012.png) top left repeat-x;
	
	color: #00d2ff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #00d2ff;
}

#footer a:hover {
	text-decoration: none;
}

/*BUTTONS*/
.buttons a, .buttons button{display:block;float:left;margin:3px 5px 0 0;background-color:#f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:100%;line-height:130%;text-decoration:none;font-weight:bold;color:#565656;cursor:pointer;padding:5px 6px 6px 6px; /* Links */}
.buttons button		{width:auto;overflow:visible;padding:4px 10px 3px 7px; /* IE6 */}
.buttons button[type]	{padding:5px 10px 5px 7px; /* Firefox */line-height:17px; /* Safari */}
*:first-child+html button[type]{padding:4px 10px 3px 7px; /* IE7 */}
.buttons button img, .buttons a img{margin:0 3px -3px 0 !important;padding:0;border:none;width:16px;height:16px;}
.buttons a:active	{background-color:#6299c5;border:1px solid #6299c5;color:#fff;}
.buttons a.positive:hover, button.positive:hover{background-color:#E6EFC2;border:1px solid #C6D880;color:#529214;}
.buttons a.positive:active{background-color:#529214;border:1px solid #529214;color:#fff;}
.buttons a.negative, button.negative{color:#d12f19;}
.buttons a.negative:hover, button.negative:hover{background:#fbe3e4;border:1px solid #fbc2c4;color:#d12f19;}
.buttons a.negative:active{background-color:#d12f19;border:1px solid #d12f19;color:#fff;}

.blue-zone {
	color: #00d2ff;
}
.panel {
    background-color: #303030;
    color: #00d2ff;
    width: 208px;
    clear: both;
    }
.grey-zone {
	color: #9c9c9c;
}
.white-zone {
	color: #fff;
}
.ten {
	width:10px;
}
.fifty {
	width:50px;
}
#padit {
	margin: 20px;
	padding: 20px;
}