/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}


body {
	line-height: 1.286em;
	margin:0em 10px 0.643em 10px;
	font-size:11px;
	font-family: tahoma, helvetica, georgia, "times new roman", serif;
	color: #69666C;
	/* color: #3E5B96; */
}

html>body {
	font-size:11px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:11px;
	line-height:17px;
	margin:0px 16px 16px 0;
}

h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

h2 {
	background: url(/img/backgrounds/h2.png) repeat-x top left;
	color: #FFF;
	font-size: 28px;
	margin: 25px 0;
	padding:0 20px;
	line-height: 57px;
	height: 57px;
	font-weight: 700;
	font-family: georgia, sans-serif;
}
h3{
	font-size: 16px;
	color: #3E5B96;
	margin: 0px 15px 15px 0;
}
h4{
	font-size: 12px;
	color: #3E5B96;
	margin: 0px 15px 15px 0;
}

ul{
	margin-left:20px;
	margin-bottom: 18px;
}

ol, ul, li {
	font-size: 11px;
	line-height: 16.5px;
}
/* ---[ links ]------------------------------------ */

/* default */

a {
	outline: none;
	color: #3E5B96;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#header{
	position: relative;
}


div#container{
	width:900px;
	padding-right:20px;
	margin:0 auto;
	position: relative;
}

div#content{
	width:700px;
	float:left;
}

div#extra{
	float:right;
	width:180px;
	padding:0 0 0 0px;
	position:relative;
	top:-48px;
	margin-bottom: -51px;
}
div#footer{
	clear:both;
	padding:0px 20px 0 20px;
}

div#spare_bottom{
	display: none;
}
/*
div#container{
	width: 1000px;
	min-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
}
div#wrapper{
	float:left;
	width:100%
}
div#content{
	margin: 0 200px 0 0
}
div#extra{
	float: left;
	width: 180px;
	margin-left: -180px;
	position:relative;
	top:-81px;
	margin-bottom: -81px;
}
div#footer{
	clear:both;
	padding:50px 20px 0 20px;
}
*/

/* --- backgrounds ---------------------------------------------- */
#container{
	background: url('/img/backgrounds/new-home/container.png') repeat-x top;
}
#header{
	background: url('/img/backgrounds/new-home/header.png') no-repeat top;
}

#footer{
	background: url('/img/backgrounds/footer.png') repeat-x 0 240px;	
}

/* --- header ---------------------------------------------- */
div#header{
	padding:16px 0 0 0;
}
#header h1 a{
	text-indent: -10000px;
	width:376px;
	height:60px;
	display:block;
	padding:0;
	outline:none;
	margin-left:10px;
	background: url('/img/backgrounds/new-home/logo.png') no-repeat 50px 0;
	
}
#languages{
	float: right;
	padding:20px 0 20px 0;
}

#languages li{
	display:inline;
}

#ticker{
	height: 20px;
	position: absolute;
	z-index: 0;
}

#weather{
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: right;
	color: #FFF;
}

#weather p{
	margin-bottom: 3px;
	margin-right: 0;
}

#weather-image  	{	display: none;	}

#weather-icon{
	float: right;
	
	height: 52px;
}

#temp{
	background: #F39801;
	float: right;
	padding: 1px 10px;
	margin: 20px 0 10px 10px;
}

/* --- navigation ----------------------------------------------- */
#navigation{
	margin-left: 9px;
	position: relative;
	height: 30px;
}
#navigation li{
	float: left;
	color: #FFF;
	background: #ed820d url(/img/backgrounds/navigation/top-left.gif) no-repeat top left;
	padding-left: 9px;
}
#navigation li a{
	text-transform: uppercase;
	display: block;
	font-size:10px;
	color: #FFF;
	padding:14px 9px 5px 0;
	text-decoration:none;
	background: url(/img/backgrounds/navigation/top-right.gif) no-repeat top right;
}
#navigation li a:hover{
	text-decoration: underline;
}

.home #globalNav li#nav-home a, .about #globalNav li#nav-about a, .contact #globalNav li#nav-contact a{
/* this is the active state */
}

/* drop down nav */
#navigation li ul{
	display: none;
	position: absolute;
	margin: 0 0 0 -9px;
	padding: 0;
	z-index: 300;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	display: block;
}

#navigation li ul li{
	display: block;
	float: none;
	margin: 0;
	background-image: none;
	z-index: 350;
}

#navigation li ul li a{
	background-image: none;
	padding: 5px 10px 4px 0;
	display: block;
}


/*

#nav-about-barcelonamum{
	position: absolute;
	top:-100px;
	right:0px;
	background: transparent url(/img/backgrounds/navigation/white.png) no-repeat top !important;
	width: 140px;
	padding:2px 20px 0 20px !important;
	height: 18px;
	text-align: center;
}
#nav-about-barcelonamum a, #nav-contact-barcelonamum a{
	padding: 0 !important;
	background-image: none !important;
}
#nav-contact-barcelonamum{
	position: absolute;
	top:-75px;
	right:0px;
	background: transparent url(/img/backgrounds/navigation/white.png) no-repeat top !important;
	width: 140px;
	padding:2px 20px 0 20px !important;
	height: 18px;
	text-align: center;
}
#nav-contact-barcelonamum a, #nav-about-barcelonamum a{
	color: #3E5B96 !important;
	padding:2px 4px !important;
}
*/

/* set the colours */
#navigation li.nav-1, #navigation li.nav-1:hover ul, #navigation li.nav-1 ul { 	background-color: #de5714 }
#navigation li.nav-2, #navigation li.nav-2:hover ul, #navigation li.nav-2 ul {	background-color: #a96aa8 }
#navigation li.nav-3, #navigation li.nav-3:hover ul, #navigation li.nav-3 ul {	background-color: #efcd46 }
#navigation li.nav-4, #navigation li.nav-4:hover ul, #navigation li.nav-4 ul {	background-color: #1d9aeb }
#navigation li.nav-5, #navigation li.nav-5:hover ul, #navigation li.nav-5 ul {	background-color: #8ebf61 }
#navigation li.nav-6, #navigation li.nav-6:hover ul, #navigation li.nav-6 ul {	background-color: #D2414E }
#navigation li.nav-7, #navigation li.nav-7:hover ul, #navigation li.nav-7 ul {	background-color: #3C34B8 }

#navigation {
	position: relative;

}

#navigation li ul, #navigation li ul {
	margin: 0;
	padding: 0;
}

#navigation a {
	text-decoration: none;
}

#navigation li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	position: relative;
}

#navigation li ul {
	display: none;
	width: 150px;
}

#navigation li.off ul, #navigation li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 18px;
}

#nav li.on ul {
}


#navigation li a {
	display: block;
	
}

#navigation li.on a {
	
}

#navigation li.on ul a, #navigation li.off ul a {
	border: 1px solid red;
	
	width: auto;
}

#navigation li.on:hover ul a, #navigation li.over ul li a { /*for ie - the specificity is necessary*/

}

#navigation li.on ul {
	display: block;
}

#navigation li.off:hover ul, #navigation li.over ul {
	display: block;
	z-index: 6000;
}

#navigation li.off a:hover, #navigation li.on a:hover { 
	
}



/* --- sub navigation ----------------------------------------------- */

#sub_navigation ul{
	padding:0;
	margin:0;
}
#sub_navigation li{
	margin-bottom: 1px;
	padding-bottom: 4px;
	background: #3E5B95 url(/img/backgrounds/navigation/sub-nav-bottom.gif) no-repeat bottom;
}

#sub_navigation li a{
	font-size: 10px;
	display: block;
	padding: 5px 10px 0px 10px; 
	background: url(/img/backgrounds/navigation/sub-nav-top.gif) no-repeat top;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

#sub_navigation li a:hover{
	color:#8AACD8
}
#sub_navigation li ul{
	padding:2px 15px;
}
#sub_navigation li li{
	background-image: none;
	border-bottom: 1px dotted #FFF;
}

#sub_navigation li li a{
	background-image: none;
	padding: 0 2px;
}

#sub_navigation li ul li ul{
	padding-left: 15px;
}
#sub_navigation li ul li ul li{
	border: none;
}	
/* --- breadcrumbs --------------------------------------------------- */
#breadCrumbs{
	padding:12px 5px 8px 0px;
	display: none;
}

#breadCrumbs li{
	float:left;
	color: #9AAAC9;
	padding-right: 4px;
	font-size:10px;
}

#breadCrumbs li a{
	color: #9AAAC9;
	padding-left:1px;
	background: url(/img/backgrounds/breadCrumbs.png) no-repeat left;	
}
#breadCrumbs li a:hover{
	text-decoration:none;
}
#breadCrumbs li:first-child:before { 
	content: ""; 
}
#breadCrumbs li:before{
	content: " > ";
}
/* --- content --------------------------------------------------- */

#content{
	margin-top: 25px;
}

#content .body_text{
	/* width:74%; */
	width: 480px;
	float:right
}

#content .body_text img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content #sub_navigation{
	/* width: 23%; */
	width: 200px;
	float: left
}
#page_children{
	width: 480px;
	float: right;
}
#page_children li{
	margin:0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #AAA;
}

#page_children li img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#home-copy{
	padding:0 15px;
}

/*
.birth-babies-tots-kids #content .body_text, 
.just-for-mum #content .body_text,
.interactive-mum #content .body_text,
.holidays-in-barcelona-and-catalunya #content .body_text{
	padding: 20px;
	color: #FFF;
	background: #3E5B96 url(/img/backgrounds/blue-rounded.gif) no-repeat top;
	width: 440px;
}
.birth-babies-tots-kids #content .body_text *, 
.just-for-mum #content .body_text *,
.interactive-mum #content .body_text *,
.holidays-in-barcelona-and-catalunya #content .body_text *{
	color: #FFF;
}
*/

/* -- events list --- */
h4{
	position: relative;
}

h4 span{
	position: absolute;
	right: 5px;
	font-style: italic;
}

div.event-details{
	padding-top: 10px;
}

div.event-details p{
	margin-bottom: 2px;
	position: relative;
	font-weight: bold;
}

div.event-details p span{
	position: absolute;
	left: 65px;
	font-weight: normal;
}

/* --- jumpoffs --------------------------------------------------- */

/* new home page */
#content .jumpoff{
	float: left;
	margin-bottom: 10px;
}

#content .jumpoff p a, #content .jumpoff p a:link{
	text-decoration: underline;
}

#content .jumpoff .jumpoff-image{
	float: left;
	margin: 0 5px 15px 0;
	position: relative;
	right: 15px;
}
#content .last p{
	padding-left: 15px;
}
#content .last .jumpoff-image{
	float: right;
	left: 15px;
}

#content .jumpoff h3{
	padding: 10px;
	margin-right: 0;
	font-size: 14px;
	font-weight: normal;
}

#content .jumpoff_1{
}

#content .jumpoff_2, #content .jumpoff_4, #content .jumpoff_6{
	float: left;
	clear: left;
	width: 47%;
}

#content .jumpoff_3, #content .jumpoff_5, #content .jumpoff_7{
	float: right;
	clear: right;
	width: 47%;
}

#content .last{
	clear: both;
	width: 100%;
}

#content .jumpoff_1 h3{
	margin-right: 0;
}

/* colors */

#content .jumpoff_1 h3													{ color: #3D5D98; background-color: #BACEE7; }
#content .jumpoff_2 h3, #content .jumpoff_4 h3, #content .jumpoff_6 h3	{ color: #FFFFFF; background-color: #A96AAB; }
#content .jumpoff_3 h3, #content .jumpoff_5 h3, #content .jumpoff_7 h3	{ color: #FFFFFF; background-color: #EFCD46; }
#content .last h3														{ color: #FFFFFF; background-color: #1D9AEB; }

#content .jumpoff_1 h3 a 														{ color: #3D5D98; background-color: #BACEE7; }
#content .jumpoff_2 h3 a, #content .jumpoff_4 h3 a, #content .jumpoff_6 h3 a	{ color: #FFFFFF; background-color: #A96AAB; }
#content .jumpoff_3 h3 a, #content .jumpoff_5 h3 a, #content .jumpoff_7 h3 a	{ color: #FFFFFF; background-color: #EFCD46; }
#content .last h3 a 	 														{ color: #FFFFFF; background-color: #1D9AEB; }

#content .jumpoff_1 											{ background-color: #F5F7FA; color: #3D5D98; }
#content .jumpoff_2, #content .jumpoff_4, #content .jumpoff_6 	{ background-color: #F6F0F6; color: #A96AAB; }
#content .jumpoff_3, #content .jumpoff_5, #content .jumpoff_7 	{ background-color: #FDFAEC; color: #EFCD46; }
#content .last 													{ background-color: #F3FAFE; color: #1D9AEB; }

#content .jumpoff_1 a												{ background-color: #F5F7FA; color: #3D5D98; }
#content .jumpoff_2 a, #content .jumpoff_4 a, #content .jumpoff_6 a	{ background-color: #F6F0F6; color: #A96AAB; }
#content .jumpoff_3 a, #content .jumpoff_5 a, #content .jumpoff_7 a	{ background-color: #FDFAEC; color: #EFCD46; }
#content .last a													{ background-color: #F3FAFE; color: #1D9AEB; }


/* rounding the corners	*/
#content .jumpoff{
	position: relative;
}

.northwest,
.northeast{
	position: absolute;
  	width: 9px;
  	height: 9px;
	top: 0;
}
.northwest{
	left: 0;
}
.northeast{
	right: 0;
}

#content .jumpoff_1 h3 .northwest	{	background: url('/img/backgrounds/new-home/box-corners/blue-top-left.gif') no-repeat; 			}
#content .jumpoff_1 h3 .northeast	{	background: url('/img/backgrounds/new-home/box-corners/blue-top-right.gif') no-repeat;			}

#content .jumpoff_2 h3 .northwest, #content .jumpoff_4 h3 .northwest, #content .jumpoff_6 h3 .northwest	{	background: url('/img/backgrounds/new-home/box-corners/purple-top-left.gif') no-repeat; 		}
#content .jumpoff_2 h3 .northeast, #content .jumpoff_4 h3 .northeast, #content .jumpoff_6 h3 .northeast	{	background: url('/img/backgrounds/new-home/box-corners/purple-top-right.gif') no-repeat;		}
#content .jumpoff_3 h3 .northwest, #content .jumpoff_5 h3 .northwest, #content .jumpoff_7 h3 .northwest	{	background: url('/img/backgrounds/new-home/box-corners/yellow-top-left.gif') no-repeat; 		}
#content .jumpoff_3 h3 .northeast, #content .jumpoff_5 h3 .northeast, #content .jumpoff_7 h3 .northeast	{	background: url('/img/backgrounds/new-home/box-corners/yellow-top-right.gif') no-repeat;		}

#content .last h3 .northwest{	background: url('/img/backgrounds/new-home/box-corners/light-blue-top-left.gif') no-repeat; 	}
#content .last h3 .northeast{	background: url('/img/backgrounds/new-home/box-corners/light-blue-top-right.gif') no-repeat;	}


/*
#content div.jumpoff, #content #signup{
	margin: 10px 0;
	padding-bottom: 15px;
	color: #FFF;
}
#content div.jumpoff{
	width: 48%;
	float: left;
	position: relative;
	background: #f5f7fa url(/img/backgrounds/home-jumpoff-bottom.png) no-repeat bottom left;
	background: #f5f7fa;
}
#content #signup{
	height: 130px;
}
#content div.right{
	margin-left:18px;
}

#content div.jumpoff h3, #content #signup h3{
	background: #8aacd8 url(/img/backgrounds/fluid_layout/home-jumpoff-h3.png) repeat-x top left;
	color: #FFF;
	font-size: 16px;
	line-height: 55px;
	padding:0 20px;
	margin: 0;
	font-weight: 700;
	font-family: georgia, sans-serif;
}
#content div.jumpoff h3 a{
	color: #FFF;
	text-decoration: none;
}
#content div.jumpoff p, #content #signup p{
	padding: 5px 20px;
	margin:0;
	color: #3E5B96;
	font-size: 10px;
}
#content div.jumpoff p.link{
	padding:0;
	margin: 0 20px;
}
#content div.jumpoff p.link a{
	color: #3E5B96;
	background: url(/img/backgrounds/home-jumpoff-link.png) no-repeat top;
	padding: 1px 10px 0 10px;
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
*/

#content #signup{
	position: relative;
	top: 20px;
	height: 130px;
	background: #f5f7fa url(/img/backgrounds/home-signup-bottom.png) no-repeat bottom left;
	background: #f5f7fa
}
#content #signup h3{
	background: url(/img/backgrounds/fluid_layout/home-signup-top.png) repeat-x top left;
	line-height: 35px;
}

#content #signup form{
	padding: 5px 20px;
}

#content #signup form input{
	border: none;
	padding: 4px 10px;
	font-size: 10px;
	width: 250px;
	margin-right: 10px;
	float: left;
	color: #3E5B95;
}
#content #signup form input#signupFormSubmit{
	width: 90px;
	float: right;
	background: #3e5b96;
	color: #FFF;
}

#extra #signupForm{
	padding-left: 15px;
}
#extra #signupForm input{
	margin:5px 0;
	width: 130px;
	border: none;
	padding:3px;
	font-size:11px;
	color: #E0A2CD;
}
#extra #signupForm input[type=submit]{
	background: #E0A2CD;
	color: #C254B4;
	width: 100px;
	text-align: left;
	text-transform: uppercase;
}

/* --- banner ads --------------------------------------------------- */
#banner-ads{
	width: 120px;
	position: absolute;
	top: 0px;
	right: -125px;
}

#banner-ads-second{
	width: 120px;
	position: absolute;
	top: 2px;
	left: -140px;
}

#banner-ads-second a{
	padding-bottom: 3px;
}


/* --- extra --------------------------------------------------- */
.jumpoff-extra{
	background: #EEBDDF url(/img/backgrounds/jumpoff-bottom.gif) no-repeat bottom;
	color: #C254B4;
	margin-bottom:20px;
	padding-bottom:5px;
}

.jumpoff-extra h3{
	background: url(/img/backgrounds/jumpoff-top.gif) no-repeat top;
	padding: 20px 10px 0px 10px;
	margin-right:0;
	font-weight: 700;
	font-size: 12px;
	color: #C254B4;
}

.jumpoff-extra p, #extra  h3{
	padding: 5px 15px;
	margin: 0px;
}

#extra  h3{
	padding: 20px 15px 0;
	margin-bottom: 5px;
}

.jumpoff-extra a{
	padding: 4px 5px;
	background: #E0A2CD;
	color: #C254B4;
	text-transform: uppercase;
}

#extra #site_search{
	background: #edb2d9 url(/img/backgrounds/search_top.png) no-repeat top;
	padding:15px 0 0 0;
	color: #C254B4;
	margin-bottom:20px;
}

#extra #site_search #search{
	background: #edb2d9 url(/img/backgrounds/jumpoff-bottom.png) no-repeat bottom;
	padding:0px 15px 15px 15px;
}

#extra #site_search label{
	font-weight: 700;
	padding-bottom: 10px;
}

#extra #site_search input{
	margin:5px 0;
	width: 130px;
	border: none;
	padding:3px;
	font-size:11px;
	color: #E0A2CD;
}
#extra #site_search input[type=submit]{
	background: #E0A2CD;
	color: #C254B4;
	width: 100px;
	text-align: left;
}


/* --- events -------------------------------------------------- */
/*---- features --------------------------------------------------------------*/
div#featured-events{
	padding: 0 0 20px 10px;
	float: left;
}

dl.feature{
	width:162.5px;
	float:left;
	padding-right:10px;
}

dl.featureLast{
	float:right;
  	padding-right:0px;
}

.feature dd, .featureLast dd{
	padding:7px 0px;
}

.feature dd.image, .featureLast dd.image{
	padding:0px;
	margin:0px;
	height: 90px;
	overflow: hidden;
}

.feature dd.largeHeading, .featureLast dd.largeHeading{
	font-weight:bold;
  	padding-bottom:2px;
  	font-size:11px;
  	height:20px;
}

.feature dd.heading, .featureLast dd.heading{
	font-weight:bold;
  	padding-bottom:2px;
  	font-size:10px;
  	height:20px;
}

.feature dd.name, .featureLast dd.name{
	padding-right: 10px;
	font-weight:bold;
	padding-bottom:2px;
	font-size:10px;
}

.feature dd.text, .featureLast dd.text{
	line-height:15px;
  	padding-top:10px;
  	padding-bottom:4px;
  	padding-right:14px;
	text-align: left;
}

.feature dd.description, .featureLast dd.description{
	line-height:15px;
	padding-top:10px;
	padding-bottom:4px;
	padding-right:8px;
	font-size:10px;
	height:45px;

	
	
}

/* ---[ whats on tables  ]----------------------------------------------------*/

#whatsOnList {
   	 border-collapse: collapse;
     vertical-align:top;
     table-layout:top;
     font-size:10px;
	width: 680px;
	margin: 0 10px;
	clear: left;
}

#whatsOnList th, #whatsOnList td {
    padding: 5px 5px 5px 3px;
}

#whatsOnList th {
    color: #faf9f2;
    background: #3E5B95;
	text-align: left;
}

#whatsOnList th.date {
	width: 80px;
}

#whatsOnList th a{
	color: #faf9f2;
}

#whatsOnList td {
	margin:15px 0px;
	border-bottom:1px dotted #8c8c82;
	vertical-align: top;
}



#whatsOnList td.last-cell{
	padding-right: 0;
	width: 100px;
}


#whatsOnList th.description, #whatsOnList td.description{
		width:200px;
}

#whatsOnList th.more, #whatsOnList td.more{
	width:70px;
}


/* --- event search --------------------------------------------------- */
#events-search{
	padding: 0 10px 20px 10px;
	float: left;
}

#events-search h3, #events-search p{
	margin-bottom: 5px;
}

#events-search form .input, #events-search form .submit, #events-search form fieldset{
	float: left;
	margin-right: 10px;
}
#events-search form .input label{
	padding-bottom: 8px;
}
#events-search form .input select{
	font-size:11px;
	padding:3px;
	border:1px solid #3E5B95;
}	
#events-search form .submit{
	margin-top: 32px;
}
#events-search form .submit input{
	background: #3E5B95;
	color: #FFF;
}

/* --- footer --------------------------------------------------- */

#event-view{
	padding: 15px;
}

#event-view div{
	padding-bottom: 10px;
	
}
#event-image{
	width: 300px;
	float: left
}

#event-view-detials{
	width: 360px;
	float: right
}

/* --- footer --------------------------------------------------- */

#extra-footer{
	clear: both;
	margin-top: 10px;
	float: left;
	width: 100%;
	padding: 20px 0 40px 0;
	border-top: 1px dotted #3E5B96;
	
}

#extra-footer ul{
	width: 270px;
	display: block;
	padding-bottom: 20px;
	height: 90px;
	float: left;
	clear: none;
	margin: 0 15px 0 0;
}


#footer{
	
}

#footer p, #footer p a, #footer-navigation li a{
	text-decoration: none;
	color: #69666C;
}
#footer p, #footer ul{
	font-size: 10px;
}

#footer-navigation{
	clear: both;
	padding-top: 30px;
	padding: 0;
	margin: 0;
}

#footer-navigation li{
	display: inline;
	font-size: 10px;
	text-transform: capitalize;
}
#footer-navigation li a:hover, #footer p a:hover{
	text-decoration: underline;
}
#footer-navigation li:before { content: "| "; }
#footer-navigation li:first-child:before { content: ""; }
/*IE workaround*/
/*All IE browsers*/
* html #footer-navigation li{
	border-left: 1px solid #69666C;
	padding: 0 0.4em 0 0.4em;
	margin: 8px 0.4em 8px -0.4em;
	line-height: 10px;
}

/*Win IE browsers - hide from Mac IE\*/
* html #footer-navigation { height: 1%; }

* html #footer-navigation li{
	display: block;
	float: left;
}

/* --- forms ------------------------------------------------- */
fieldset{
	border: none;
}

legend{
}

label{
	display: block;
	padding:10px 0 0 0;
	font-size: 12px;
}

input:focus, textarea:focus{
}

input, textarea{
	font-size:11px;
	padding:3px;
	border:1px solid #cbcbcb;
}

input.submit{
}

input.required_Field{
}

#contactFormArea{

}


/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }

/* ---[ debug ] ------------------------------------ */

.cake-sql-log {
	position:fixed;
	top:99%;
	z-index:10;
	width:100%;
	background-color:#000;
	color:#FFF;
	border-collapse:collapse;
}

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log:hover {
	top:auto;
	bottom:0;
}

.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
}

