/* =============================================== */
/* Amsterdam Self Catering Stylesheet */
/* Element Styling */
/* Created by Digino/Ben Wakeford 2008 */
/* =============================================== */


/* =============================================== */
/* SECTION: GENERAL */
/* =============================================== */

p.smalltext {
	font-size : 10px;
	line-height : 135%;
}

.padding10 {
	padding : 7px 10px 10px 10px;
}

.padding5 {
	padding : 5px 5px 5px 5px;
}

p.dark-box {
	background-color : #EAEADC;
	padding : 10px;
	margin : 5px 0 0 0;
	line-height : 100%;
	font-weight : bold;
}

span.price {
	color : #3EAB49;
	line-height : 150%;
}

p.phone {
	color : #3EAB49;
	line-height : 150%;
	padding : 0 0 5px 22px;
	margin : 0 0 0px 0;
	font-weight : bold;
	background : transparent url(../images/icon-phone.gif) no-repeat scroll 0 0;
}

ul.ext-links li {
	padding : 1px 0px 5px 20px;
	margin : 0;
	background : transparent url(../images/bullet-go.gif) no-repeat scroll 0 7px;
}

div.divider {
	font-size: 0;
	height : 0;
	border-top : 1px solid #E1EEF5;
	padding : 0 0 10px 0;
	margin : 10px 0 0 0;
}

span.email {
	margin : 0;
	padding : 0 0 3px 0;
	background : transparent url(../images/icon-email.gif) no-repeat scroll 0 0;
}

span.email a, span.email a:visited {
	font-weight : bold;
	padding : 0 0 0 22px;
}

a.button:link span.link-start,
a.button:visited span.link-start {
	height : 27px;
	width : 29px;
	display : block;
	background : url(../../images/common/button-start.gif) no-repeat left top;
	float : left;
	cursor : pointer;
}

a.button:link span.link-text,
a.button:visited span.link-text {
	height : 10px;
	background : url(../../images/common/button-end.gif) no-repeat right top;
	float : left;
	color : White;
	padding : 7px 12px 10px 7px;
	cursor : pointer;
}

a.button:hover span.link-start,
a.button:active span.link-start {
	background : url(../../images/common/button-start.gif) no-repeat left -40px;
}

a.button:hover span.link-text,
a.button:active span.link-text {
	background : url(../../images/common/button-end.gif) no-repeat right -40px;
}


/* =============================================== */
/* SECTION: TOP BAR / NAVIGATION
/* =============================================== */

/* ------------------------------------------ */
/* Top Menu */

#top-menu {
	float : left;
	margin : 0;
}

#top-menu ul {
	list-style : none outside none;
	margin : 0;
	padding : 0;
}

#top-menu ul li {
	margin : 0;
	padding : 0;
	float : left;
	background : transparent none;
}

#top-menu ul li a {
	color : #636363;
	font-size : 11px;
	padding : 5px 0;
	display : block;
}

#top-menu ul li a span {
	border-right : 1px solid #D9D9C1;
	padding : 0 4px 0 2px;
	margin : 0 4px 0 0;
}

#top-menu ul li a span.last {
	border-right : 0;
}

#top-menu ul a:hover, #top-menu ul a.selected {
	color : #FD6E39;
}


/* ------------------------------------------ */
/* Languages */

#numbers {
	float : left;
	margin : 13px 0 0 0;
	padding : 0 0 0 5px;
}

#languages {
	float : right;
	margin : 8px 0 0 0;
	padding : 0 5px 0 0;
	
}

#languages ul {
	list-style : none outside none;
	margin : 0;
	padding : 0;
}

#languages ul li {
	margin : 0;
	padding : 0;
	float : left;
	background : transparent none;
}

#languages ul li a {
	color : #ffffff;
	font-size : 11px;
	padding : 5px 1px 5px 6px;
	display : block;
}

#languages ul li a span {  }

#languages ul a:hover, #languages ul a.selected {
	color : #FD6E39;
}

#languages img {
	display : inline;
	vertical-align : middle;
	margin : 0 0 0 0;
}


/* ------------------------------------------ */
/* Main Menu */

#main-menu {
	width : 801px; /*768 - 11 for borders*/
	margin : 0 auto;
	background : transparent url(../../images/common/bg_mainnav.gif) repeat-x top;
	height : 31px;
	padding : 10px 0 0 0;
	font-size: 16px;
}

#main-menu ul {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	height : 31px;
}
#main-menu li {
	float: left;
	margin:0 0 0 0;
	padding:0;
	background: none !important;
}
#main-menu a {
	float:left;
	background:url("../../images/common/left_both.gif") no-repeat left 0px;
	margin:0 5px 0 0;
	padding:0 0 0 9px;
	text-decoration:none;
}
#main-menu a span {
	float:left;
	display:block;
	background:url("../../images/common/right_both.gif") no-repeat right 0px;
	padding:5px 15px 9px 6px;
	font-weight:bold;
	color:White;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#main-menu a span {float:none;}
/* End IE5-Mac hack */
#main-menu a:hover span {
	color:White;
}
#main-menu #current a {
	background-position:0 -150px;
	border-width:0;
}
#main-menu #current a span {
	background-position:100% -150px;
	color:White;
}
#main-menu a:hover {
	background-position:0% bottom;
}
#main-menu a:hover span {
	background-position:100% bottom;
}






#home #nav-home a,
#apartments #nav-apartments a,
#specials #nav-specials a,
#corporate #nav-corporate a,
#aboutus #nav-aboutus a,
#aboutcity #nav-aboutcity a,
#faqs #nav-faqs a,
#contact #nav-contact a {
	background-position:0% bottom;
	border-width:0;
}

#home #nav-home a span,
#apartments #nav-apartments a span,
#specials #nav-specials a span,
#corporate #nav-corporate a span,
#aboutus #nav-aboutus a span,
#aboutcity #nav-aboutcity a span,
#faqs #nav-faqs a span,
#contact #nav-contact a span {
	background-position:100% bottom;
	color:White;
}


/* =============================================== */
/* SECTION: FOOTER */
/* =============================================== */

#footer p {
	color : White;
	margin : 0 0 5px 0;
}

#footer p a:link,
#footer p a:visited {
	color : White;
	font-weight : bold;
}

#footer p a:hover,
#footer p a:active {
	color : #D5E5F3;
	text-decoration : underline;
}

/* =============================================== */
/* SECTION: SIDEBAR */
/* =============================================== */

#sidebar div.sidebar {
	background : #E1EEF5;
	border : 5px solid #3389CC;
	margin : 0 0 20px 0;
}

#sidebar h2,
h2#check-avail,
h2#aboutcity {
	color : White;
	background-color : #3389CC;
	padding : 15px 0 10px 25px;
	font-size :15px;
	background : url(../../images/common/sidebar-title-bg.gif) no-repeat 0 0;
	text-transform : uppercase;
	font-weight: bold;
}

#sidebar div.sidebar-padding {
	padding : 7px 7px 0 7px;
	position : relative;
}

div.sidebar-offer {
	background : url(../../images/common/tulips.jpg) no-repeat right bottom;
	margin : 0 0 15px 0;
	padding : 0 0 10px 0;
}

div.sidebar-offer p.offer-text {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	font-size : 105%;
	font-weight : bold;
	line-height : 110%;
	padding : 10px 0 20px 0;
}

div.sidebar-offer span.offer-red {
	color : #972000;
}

/* =============================================== */
/* SECTION: CONTENT HEADER GENERIC */
/* =============================================== */

#content h1, #content-apart h1 {
	color : White;
	background-color : #3389CC;
	padding : 7px 0 7px 7px;
	font-size : 115%;
	font-weight : normal;
}

#content-header {
	border-bottom : 1px solid #EAEAEA;
}

#content-header h1 {
	color : #636363;
	padding : 0px 0 8px 0;
	font-size : 24px;
	font-weight : normal;
}

#content-header h2 {
	color : #972000;
	padding : 0px 0 7px 0;
	font-size : 120%;
	font-weight : bold;
}


