body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px }

.noscript .margin { height:60px }
.noscript .banner { text-align:center; padding:12px; font-size:18px; width:100%;
	border-top:1px solid #C00; color:#F2F2F2; position:fixed; top:0;
	background-color:#B93A07; z-index:99999999 }
.noscript a { color:#FFF; text-decoration:underline }
	
.cleaner {
	visibility: hidden;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none }
.separator-9px,.separator-6px, .separator-3px, .separator-1px {
	clear:both;
	background-color:#E8E8E8;
	border:none;
	height:9px }
.separator-6px { height:6px }
.separator-3px { height:3px }
.separator-1px { height:1px }
	
.floatLeft, .float-left { float: left }
.floatRight, .float-right { float: right }

.textLeft { text-align: left }
.textCenter, .text-center { text-align: center }
.textRight { text-align: right }

.layout {
	width: 960px;
	position: relative;
	margin: auto;
	text-align: left;
	clear: both;
}
	
.line-height { line-height:18px }

.image-400 { width:369px }

a.text-grey, .text-grey { color:#A2A2A2 }
a.text-grey-padded {
	color:#A2A2A2;
	padding-right:5px 
	}
a.text-grey:hover { color:#333333 }
a.text-green, .text-green { color:#7AA200; text-decoration:none }
a.text-green:hover { color:#95B500 }
a.text-blue, .text-blue { color:#00B0D8; text-decoration:none }
a.text-blue:hover { text-decoration:underline }
a.text-light-grey, .text-light-grey { color:#A5A5A5 }
a.text-red, .text-red { color:#D34929 }
a.text-black-grey, .text-black-grey { color:#545454 }

p.text-intro { margin:20px 0px }

h2.requests-client {
	color:#00B0D8;
	font-size:22px;
}
	h2.requests-client .requests-client-not {
		font-size:10px;
		color:#D34929;
		font-weight:normal;
	}
	
	h3.space-location {
		font-size:11px;
		font-weight:normal;
		margin-top:4px;
		margin-bottom:16px;
		color:#545555;
	}

h3 .arrow-bottom {
	background-repeat:no-repeat;
	background-position:left center;
	position:absolute;
	bottom:-9px;
	left:50px;
	width:42px;
	height:9px;
}
h3.color-negative .arrow-bottom { 
	background-image:url(../img/gfx/h3-arrow-bottom-grey.png) }
h3 .h3-big {
	font-family:Museo;
	font-size:24px;
	display:block;
	padding-top:5px;
}
	
h4.tab-white-green {
	background-color:#95B500;
	color:#FFF;
	padding:8px 18px;
	font-size:14px;
	display:inline;
	line-height:35px;
	margin-left:14px;
	font-weight:normal;
	border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
}

.img-115 {
	width:115px;
	height:75px;
}

.gmaps-bubble { line-height:14px; width:300px; text-align:left; }
	.gmaps-bubble h3 { 
		font-size:14px; 
		margin-top: -2px;
		padding-bottom:4px 
	}
	.gmaps-bubble a { color:#00B0D8; text-decoration:none }
	.gmaps-bubble a:hover { text-decoration:underline }
	.gmaps-bubble ul {
		 list-style: none;
		 margin: 0;
	}
	.gmaps-bubble li { font-size:12px }
	.gmaps-bubble li span { font-weight:bold }
	
#premium-services-link {
	border:3px solid #919191;
	border-right:none;
	height:140px;
	position:absolute;
	right:0;
	top:220px;
}

.hidden {
	display: none;
}

.success-message {
    display: none;
    width: 350px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -175px;
    background: #50be7d;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 1px #555;
    box-shadow: 1px 1px 1px #555;
    line-height: normal;
    text-align: center;
}

.success-message .close {
    position: absolute;
    right: 10px;
    top: 8px;
}