/**************************************************************
**CLIENT NAME** Stylesheet
Author: Shane Smith

STYLESHEET CONTENTS
0. Browser Reset
1. Body Formatting
2. Container
3. Heading Tags
4. Paragraph Tags
5. A Tags
6. Reusable Classes
7. Specific Formatting
	 a) Header
	 b) Footer
	 c) Navigation
	 d) Home Page

***************************************************************/


/********************* 0. Browser Reset ********************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

/********************* 1. Body Formatting ********************/
body, select, input, textarea {
	font: 100%/1.2 Arial, Helvetica, sans-serif;
}

body {
	background:url(../images/body-bg.jpg) repeat-x center top;
}

/********************* 2. Container ********************/
#container {
	font-size: 0.8em;
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:9px;
}

#containerFooter {
	font-size: 0.8em;
	width: 960px;
	margin: 0 auto;
	padding:10px;
}

#content-area {
	padding:20px 10px 20px 0px;
	margin-right:14px;
}

/********************* 3. Heading Tags ********************/
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.8em;
	color:#333333;
}
/*
h1 {
font-size: 1.95em;
margin-top:15px;
}*/
h1 {
border-color:#FFFFFF #FFFFFF #CCCCCC;
border-style:none solid solid;
border-width:1px;
font-size:1.95em;
margin-bottom:14px;
margin-top:15px;
}
h2 {
	font-size: 1.6em;
	margin-top:15px;
}
h2.home {
	font-size:1.3em;
	margin-top:0px;
}
h3 {
	font-size: 1.6em;
	margin-bottom:10px;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1em;
}

/********************* 4. Paragraph Tags ********************/
p {
	padding-bottom: 1.2em;
	line-height:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

p.intro {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif; }
	
/********************* 5. A Tags ********************/
a {
	text-decoration: none;
}
a:link {
	color: #1B75BB;
	text-decoration:none;
}
a:visited {
	color: #1B75BB;
}
a:active {
	color: #1B75BB;
}
a:hover {
	color: #1B75BB;
	text-decoration:underline;
}

/********************* 6. Reusable Classes ********************/
.error {
color: #C00;
font-weight: bold;
}
.confirmation {
color: #080;
font-weight: bold;
}

ul {
	margin-bottom:15px; }

li {
	font-size: 1em;
	line-height: 165%;
	margin: 0 0 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background:url(../images/bullet-default.jpg) left top no-repeat;
	background-position:0px 8px;
	padding-left:20px;
	list-style:none;
}

ol li {
	font-size: 1em;
	line-height: 165%;
	margin: 0 0 5px 50px;
	list-style-type: decimal;
	list-style-position: outside;
	background: none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
	
table {
	font-family:Arial, Helvetica, sans-serif; }
	
#sidelinks div {
	margin-bottom:15px; }
	
.clear {
	clear:both;
}

/********************* 7. Specific Formatting ********************/

/* -------- a) Header -------- */

#header {
	background:url(../images/header-bg.jpg) repeat-x;
}
	#header .logo {
		padding-top:17px;
		float:left;
	}
	#header .navigation {
		float:left;
	}
	#header p {
		font-size:1.1em;
		text-align:right;
	}
	#header span.blue {
		color:#1B75BB;
	}
	#header span.larger {
		font-size:1.3em;
	}
	
/* -------- b) Footer -------- */

#footer {
	background-color:#FFF7CC;
	margin-top:25px;
}

	#footer .logos {
		float:left;
	}
	
	#footer .text {
		float:left;
		padding-left:170px;
		padding-top:10px;
	}
		#footer .text p {
			float:left;
			padding-left:40px;
			font-size:0.85em;
			color:#333333;
		}

/* -------- c) Navigation -------- */

#navigation {
	background:url(../images/menu-end-bg.jpg) repeat-x;
}

#mainMenu {
	margin:0px;
	padding:0px;
}
	#mainMenu li {
		list-style:none;
		float:left;
		margin:0px;
		padding:0px;
	}
	
	#mainMenu li.noPadding {
		padding:0px;
	}
	
		#mainMenu li a {
			display:block;
			font-size:0.9em;
			color:#4C4C4C;
			font-weight:bold;
			text-decoration:none;
			margin-top:6px;
			padding:5px 6px 8px 6px;
			border:1px solid #FFF;
			border-bottom:none;
		}
		
		#mainMenu li a.active {
			color:#1B75BB;
			border-left:1px solid #CCCCCC;
			border-top:1px solid #CCCCCC;
			border-right:1px solid #CCCCCC;
			border-bottom:1px solid #FFF;
		}
		#mainMenu li a:hover {
			color:#1B75BB;
		}
		
#subMenu {
	margin:0px;
	padding:0px;
}
	#subMenu li {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	#subMenu li.noPadding {
		padding:0px;
	}
	
		#subMenu li a {
			display:block;
			width:176px;
			font-size:1.0em;
			color:#666666;
			text-decoration:none;
			padding:8px 12px;
			background-color:#F4F4F4;
			border-bottom:1px solid #DCDCDC;
		}
		
		#subMenu li a:hover, #subMenu li a.active {
			background-color:#FFF;
			font-weight:bold;
		}


		
/* -------- d) Home Page -------- */

#homeIntro {
	margin:10px 0;
}
	#homeIntro p {
		font-size:1.6em;
		color:#333333;
		line-height:1.5em;
		margin:0px;
		padding:0px 2px;
	}
	
#homeBoxes .box1 {
	float:left;
	background:url(../images/home-box1-bg.jpg) no-repeat;
	width:316px;
	height:181px;
}

#homeBoxes .box2 {
	float:left;
	background:url(../images/home-box2-bg.jpg) no-repeat;
	width:316px;
	height:181px;
	margin:0 6px;
}

#homeBoxes .box3 {
	float:left;
	background:url(../images/home-box3-bg.jpg) no-repeat;
	width:316px;
	height:181px;
}

#homeBoxes h2 {
	font-size:1.8em;
	color:#FFF;
	padding-left:19px;
}
#homeBoxes h2 {
	font-size:1.8em;
	color:#FFF;
	padding-left:19px;
}
#homeBoxes p {
	color:#333333;
	padding-left:19px;
	padding-right:122px;
}
#homeBoxes a {
	color:#fff;
}

#slider {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height:270px;
}

.scroll {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	padding: 2px;
	width: 190px;
}

.inside {
	border:1px solid #D1D1D1;
}
	.inside img.main {
		display: block;
		margin: 0 0 10px 0;
		width: 188px;
	}

	.inside h2 {
		font-weight: normal;
		color: #297DBF;
		font-size: 12px;
		margin: 0 0 0 0;
		padding:0 10px;
	}

	.inside p {
		font-size: 11px;
		color:#333333;
		padding:0 10px;
		padding-bottom:10px;
	}

.scrollButtons {
	position: absolute;
	top: 80px;
	cursor: pointer;
}
	.scrollButtons.left {
		left: -40px;
	}
	
	.scrollButtons.right {
		right: -40px;
	}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	bottom: 0;
	background: url(../images/leftfade.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	bottom: 0;
	background: url(../images/rightfade.png) repeat-y;
}

#homeText {
	width:550px;
	float:left;
	padding-right:60px;
}

#homeFindUs {
	float:left;
}

#homefader {
	margin:0px;
	padding:0px;
}

#homefader li {
	margin:0px;
	padding:0px;
}

	
/* -------- e) Default Page -------- */

#mainImage {
	border:1px solid #CCCCCC;
	padding:4px;
	margin-top:-1px;
}

.maincontent_col {
	width:617px;
	float:left;
	margin-right:10px;
}

.sidelinks_col {
	float:left;
	width:330px;
}

	.sidelink {
/*		background:url(../images/sidelink-bg.jpg) repeat-x;
*/		margin-bottom:25px;
	}
		.sidelink h2 {
			font-size:1.6em;
			margin:0px;
			padding:0px; padding-bottom:10px;
		}
		
		.sidelink p {
			/*padding-left:10px;*/
			padding-right:10px;
		}
		
		.sidelink img {
			margin-left:-10px;
			margin-right:-10px;
		}

/* -------- f) Apartments List Page -------- */

.apartmentsListBox {
	float:left;
	padding:4px;
	border:1px solid #D1D1D1;
	width:301px;
	margin-right:8px;
	margin-bottom:15px;
}
	.apartmentsListBox:hover {
		background-color:#FFEF99;
		cursor:pointer;
	}
	.apartmentsListBox img {
		margin-bottom:10px;
	}
	.apartmentsListBox a.title {
		color:#1B75BB;
		font-size:1.4em;
		text-decoration:none;
	}
	.apartmentsListBox p {
		font-size:0.85em;
	}
	

/* -------- g) Apartments Page -------- */

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.tabNavigation li {
		display:inline;
		margin:0 2px 0 0;
		padding:0;
	}
		ul.tabNavigation li a {
            color:#4C4C4C;
            font-size:0.95em;
            font-weight:bold;
            padding:14px 18px;
            text-decoration:none;
			/*background:url(../images/tab-menu-bg.jpg) repeat-x;*/
		}
		ul.tabNavigation li a.selected,
		ul.tabNavigation li a:hover {
			background:url(../images/tab-menu-bg-over.jpg) repeat-x;
			color: #fff;
		}
		ul.tabNavigation li a:focus {
			outline: 0;
		}

div.tabContainer {
	border-top:3px solid #ADD4FF;
	margin-top:7px;
	padding-top:10px;
	min-height:400px;!important
}

div.backLink {
	background-color:#FFEF99;
	padding:5px 69px;
	position:absolute;
	margin-left:626px;
	margin-top:-10px;
}
	div.backLink a {
		font-size:1.3em;
		font-weight:bold;
		color:#1B75BB;
	}
	
/* root element for single scroll */ 
.gallery {
	position:relative;
	overflow:hidden;
	width:617px;
	height:381px;
	float:left;
	padding-bottom:2px;
}

/* root element for the scroll pics */
.gallery .pics {
	width:20000em;
	position:absolute;
	clear:both;
}  

#imgTitle {
	font-size:1.1em;
	font-weight:bold;
	color:#323232;
	text-align:center;
	float:left;
	width:535px;
	margin-top:3px;
}

/* single scroll item */ 
.pics img {
	float:left;
	cursor:pointer;
	width:617px;
	margin:0px;
}

/* possible settings for the active scroll */ 
.scroll.active {  
	
}

.galleryNav {
	background:url(../images/gallery-bg.jpg) repeat-x top;
	padding:5px 10px;
	margin:4px 0 10px 0;
}

.butLeft {
	display:block;
	background:url(../images/gallery-left.png) no-repeat;
	background-position:0 0;
	width:29px;
	height:27px;
	background-position:0 -27px;
	float:left;
}
.butLeft:hover,.butRight:hover  {
		background-position:0 0;
		cursor:pointer;
}
.butRight {
	display:block;
	background:url(../images/gallery-right.png) no-repeat;
	background-position:0 0;
	width:29px;
	height:27px;
	background-position:0 -27px;
	float:right;
}

#calendar {
	background:url(../images/gallery-bg.jpg) repeat-x top;
}

table.calendar th.header {
	font-size:1.3em;
	color:#323232;
	padding:10px 0;
}

table.calendar td {
	font-size:1.2em;
}

table.calendar td.notbooked {
	background-color:#F4F4F4;
	color:#5B5B5B;
	width:82px;
	padding:7px;
}

table.calendar td.booked {
	background-color:#FFEF99;
	color:#5B5B5B;
	width:82px;
	padding:7px;
}

table.calendar td.full-notbooked {
	background-color:#F4F4F4;
	color:#5B5B5B;
	width:82px;
	padding:7px 0 7px 0;
	font-size:10px;
}

table.calendar td.full-booked {
	background-color:#FFEF99;
	color:#5B5B5B;
	width:82px;
	padding:7px 0 7px 0;
	font-size:10px;
}

table.tariff {
	margin-bottom:10px;
}

table.tariff td {
	background-color:#F4F4F4;
	color:#333333;
	border-bottom:5px solid #FFF;
	padding:5px;
}

table.tariff th {
	background-color:#F4F4F4;
	color:#333333;
	border-bottom:5px solid #FFF;
	padding:5px;
}

table.tariff td.price {
	font-size:1.1em;
}

table.general {
	margin-bottom:10px;
}

table.general td {
	background-color:#FFFFFF;
	color:#333333;
	border-bottom:1px solid #F4F4F4;
	font-size:0.9em;
	padding:4px;
}

/*table.general th {
	background-color:#F4F4F4;
}
*/
table.general td.price {
	font-size:1.4em;
}
/*tariff2 table start*/
table.tariff2 {
	margin-bottom:10px;
}

table.tariff2 td {
	background-color:#FFFFFF;
	color:#333333;
	border-bottom:1px solid #F4F4F4;
	font-size:0.9em;
	padding:4px;
}

table.tariff2 th {
	padding-bottom:8px;
}
table.tariff2 td.price {
	font-size:1.1em;
}
/*tariff2 table end*/
table.form th {
	text-align:left;
	padding-bottom:8px;
}
table.form td {
	padding-bottom:8px;
}

p.formFeedback {
	color:red;
}


.maincontent_col li {
background:transparent url(../images/bullet-default.jpg) no-repeat scroll 0 8px;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
line-height:165%;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:0 0 5px 20px;
padding-left:5px;
}

#m, #y {
	font-size:12px;
	font-weight:bold;
}