/* @override http://baystone-estates.dev/css/main.css */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
  
	Body
   
-------------------------------------------------------------- */
body {
	font-size: 80%;
	color: #333; 
	font-family: verdana, sans-serif;
	background: #fff url(/images/background.jpg) repeat-x;
}

/* -------------------------------------------------------------- 
  
	Typography
   
-------------------------------------------------------------- */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3, h4,h5,h6 { font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;letter-spacing: -1px; font-weight: normal; font-variant: small-caps; color: #4587c3;
	text-transform: lowercase;
}

h1 { font-size: 3em;   line-height: 1.4; }
h2 { font-size: 2.2em; line-height: 1.4; margin-bottom: .5em; border-bottom: 1px solid #4587c3; }
h3 { font-size: 1.8em; line-height: 1;   margin-bottom: 1em; }
h4 { font-size: 1.4em; line-height: 1;   margin-bottom: 1.25em; }
h5 { font-size: 1.2em; line-height: 1;   margin-bottom: 1.5em; font-weight: bold; }
h6 { font-size: 1em;   line-height: 1;   font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

hr { height: 2px; border-top: 1px solid #060; border-left: none; background-color: #030; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 1.5; text-align: justify; }
p img.left  { float: left; margin: 0 10px 10px 0; padding: 0; }
p img.right { float: right; margin: 0 0 1.5em 0; }

a:focus, 
a:hover     { color: #f63; text-decoration: underline; }
a           { color: #963; text-decoration: underline; }

blockquote  {
	margin: .5em;
	padding: 1em;
	color: #666;
	font-style: italic;
	line-height: 1.5em;
	background: #eee;
	text-align: justify;
	border: 1px solid #ccc;
}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.shy { color: #666; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 3em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.icon       { padding-left: 25px; }
.icon img   { position: absolute; margin-top: 3px; margin-left: -25px;}

.clearfix   { clear: both; margin: 1.5em 0 0 0;}

/* Form
-------------------------------------------------------------- */
.error_list {
	color: #900;
	margin: 0;
}

/* -------------------------------------------------------------- 
  
	Content
   
-------------------------------------------------------------- */
#content {
	clear: both;
	width: 920px;
	margin: auto;
	padding: 0 20px;
	background: url(/images/content_background.jpg) repeat-y;
}

/* -------------------------------------------------------------- 
  
	Header
   
-------------------------------------------------------------- */

#header {
	width: 960px;
	height: 80px;
	margin: 25px auto 0;
	padding: 0;
	background: url(/images/header_background.jpg) no-repeat;
}

#header h1 {
	position: absolute;
	top: 0px;
	margin-left: -50px;
	z-index: 9999;
}

#header #branding {
	width: 430px;
	float: left;
	line-height: 30px;
	margin: 50px 0 0;
	padding-left: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ccc;
	font-size: 1.2em;
}

#nav_main {
	width: 450px;
	position: absolute;
	top: 35px;
	margin: 0 0 0 500px;
}

#nav_main li {
	list-style: none;
	width: 150px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
}

#nav_main li p {
	text-align: center;
	margin: 15px 0;
}

#nav_main li p a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: -1px;
	letter-spacing: -0.5px;
	font-size: 1.1em;
}

#nav_main li p a em {
	text-transform: capitalize;
	letter-spacing: 0;
	word-spacing: 0;
	color: #999;
	font-size: .8em;
}

#nav_sub {
	position: absolute;
	width: 960px;
	top: 0;
	text-align: right;
}

#nav_sub ul {
	margin: 0;
}

#nav_sub li {
	float: right;
	list-style: none;
	margin-right: 10px;
	line-height: 30px;
}

/* -------------------------------------------------------------- 
  
	Category
   
-------------------------------------------------------------- */
#category {
	float: left;
	padding: 1.5em 20px 1.5em 10px;
	width: 580px;
}

#category .page_item {
	border-bottom: 1px solid #bbb;
	margin-bottom: 1.5em;
}

#category .page_item.even {
}

#category .page_item_image {
	float: left;
	margin: 10px 10px 10px 0;
}

#category .page_item_desc {
	float: left;
	width: 420px;
}

#category .page_item .link {
	text-align: right;
}

#category .page_item h4 {
}

#category .page_item_sub {
	margin: 0 3em 1em;
}

#category .page_item_sub li {
	list-style: none;
	background: url(/images/icon/arrow-000-small.png) left 3px no-repeat;
	padding-left: 16px;
}

.pagination ul {
	margin: 0;
	float: right;
	margin-top: -3em;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 3px;
	background: #eee;
	padding: 0 5px;
	color: #999;
}

.pagination li.first {
	padding: 0 0 2px 20px;
	background: #fff url(/images/sprite_pagination.png) left 0px no-repeat;
}

.pagination li.prev {
	padding: 0 0 2px 20px;
	background: #fff url(/images/sprite_pagination.png) left -20px no-repeat;
}

.pagination li.next {
	padding: 0 20px 2px 0;
	background: #fff url(/images/sprite_pagination.png) right -40px no-repeat;
}

.pagination li.last {
	padding: 0 20px 2px 0;
	background: #fff url(/images/sprite_pagination.png) right -60px no-repeat;
}

.pagination li a {
	color: #4587c3;
	text-decoration: none;
}

.pagination .number {
	border: 1px solid #ccc;
	padding: 0 5px;
	margin: 0 1px;
	background: #fff;
}

#other li {
	height: 40px;
	margin-bottom: 5px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}

#other li:hover {
	background: #ccc;
	border: 1px solid #999;
}

#other li img {
	height: 40px;
	float: left;
	margin-right: 10px;
}

#other li a {
	color: #4587c3;
	text-decoration: none;
}

/* -------------------------------------------------------------- 
  
	Page
   
-------------------------------------------------------------- */
#breadcrumb {
	padding-bottom: 1.5em;
}

#breadcrumb ul {
	background: #fff;
	margin: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 30px;
	padding: 0 20px;
}

#breadcrumb li {
	background: url(/images/breadcrumb_separator.png) top right no-repeat;
	float: left;
	height: 30px;
	padding-right: 30px;
	list-style: none;
	line-height: 30px;
	border: none;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

#page {
	float: left;
	padding: 1.5em 20px 1.5em 10px;
	width: 580px;
}

#sidebar {
	float: left;
	width: 310px;
	background: url(/images/sidebar_background.png) repeat-y;
}

#sidebar_top {
	height: 100px;
	background: url(/images/sidebar_background_top.png) no-repeat;
}

#sidebar_content {
	margin-top: -40px;
	padding: 0 10px 0 20px;
}

#sidebar_bottom {
	height: 100px;
	background: url(/images/sidebar_background_bottom.png) no-repeat;
}

#sidebar ul {
	margin: 1.5em;
}

#sidebar li {
	list-style: none;
}

#key_fact {
	cursor: pointer;
}

.tooltip {
	display: none;
	width: 620px;
	color: #fff;
	margin-top: -55px;
	margin-left: 10px;
}

.tooltip_top {
	background: url(/images/tooltip_background_top.png) left top no-repeat;
	margin: 0;
	padding: 50px 50px 0;
}

.tooltip h4 {
	width: 480px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tooltip p {
	margin: 0;
}

.tooltip a {
	color: #4587c3;
}

.tooltip_content ul {
	margin: 0;
}

.tooltip_bottom {
	background: url(/images/tooltip_background_bottom.png) left bottom no-repeat;
	height: 40px;
	margin: 0;
	padding: 0;
}

#sidebar form {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px 10px 0;
	margin: 0 0 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar th {
	text-align: right;
}

#sidebar table input {
	font-size: 1.1em;
	color: #666;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 2px;
}

.submit_btn {
	text-align: center;
	margin: 0 0 10px;
}

.submit_btn input {
	background: #ccc;
	border: 1px solid #999;
	color: #333;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
}

/* -------------------------------------------------------------- 
  
	Media Gallery
   
-------------------------------------------------------------- */
#medias {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

#medias h4 {
	border-bottom: 1px solid;
}

/* -------------------------------------------------------------- 
  
	Homepage
   
-------------------------------------------------------------- */
#slideshow {
	position: relative;
	width: 940px;
	height: 460px;
	margin: 0 0 0 -40px;
	padding: 30px;
	background: url(/images/slideshow_background.jpg);
}

#main {
	position:relative;
	overflow:hidden;
	height: 460px;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
	width: 660px;
}

/* single page */
.page {
	height: 480px;
	background: url(/images/opacity60.png);
	width: 660px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 640px;
	height: 480px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:640px;
	height:480px;
	padding:10px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}

.item li {
	list-style: none;
}

.item li a {
	color: #fff;
}

.item .link {
	text-align: center;
}

.item .link a {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #4587c3;
}

/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi li {
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	height:75px;
	list-style-type:none;
	padding:10px;
	width:240px;
	cursor:pointer;
	border-bottom: 1px solid #963;
}

#main_navi li:hover {
	background-color:#333;
}

#main_navi li.active {
	background: url(/images/opacity60.png);
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main div.navi {
	margin-left:320px;
	cursor:pointer;
}

/* -------------------------------------------------------------- 
  
	Contact
   
-------------------------------------------------------------- */
#contact_form h2 {
	text-align: center;
}

#contact_form p {
	text-align: center;
}

#contact_form {
	padding-bottom: 1.5em;
}

#contact_form table {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px 10px 0;
	margin: 0 0 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 600px;
	margin: auto;
}

#contact_form th {
	text-align: right;
}

#contact_form input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact_form textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 400px;
	height: 200px;
}

#contact_form .submit {
	background: #ccc;
	border: 1px solid #999;
	color: #333;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	width: 100px;
	margin-left: 150px;
}

/* -------------------------------------------------------------- 
  
	Footer
   
-------------------------------------------------------------- */
#footer {
	width: 960px;
	margin: auto;
	background: url(/images/content_background.jpg) repeat-y;
}

#nav_footer {
	width: 940px;
	margin: auto;
	padding: 1.5em 0;
	border: 1px solid #ccc;
	background: #eee;
}

#f_product {
	float: left;
	width: 300px;
	text-align: center;
}

#f_location {
	float: left;
	width: 300px;
	text-align: center;
}

#f_contact {
	float: left;
	width: 300px;
	text-align: center;
}

#copyright {
	width: 920px;
	margin: auto;
	padding: 20px;
	color: #ccc;
	background: #fff url(/images/footer.jpg) left bottom no-repeat;
}

#aireau {
	float: right;
}

#aireau a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}