body {
	background:url(../images/bg.jpg) repeat;
	background-color:#1580d0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	margin:0 auto;
	padding:0;
	width: 1000px;
	overflow-x: hidden;
}

.heading { 
	color:#fff;
	font-size:46px;
	text-align:center;
	letter-spacing:-1px;
	clear:both;
}

.subheading {
	color:#fdd73d;
	font-size:22px;
	text-align:center;
	clear:both;
	font-family: 'museo_500regular', 'Museo 500', Arial, sans-serif;
	clear:both;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top:40px;
}

li {
	display: inline-block;
	color:#062741;
}

li a {
	color:#062741;
	text-decoration:none;
	padding: 7px 12px 7px 12px;
	text-align:center;
	border:2px solid #2c5eab;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

li a:hover {
	background-color:#fccd11;
	border:2px solid #fccd11;
}

.active {
	background-color:#95d7fc;
	border:2px solid #95d7fc;
}

.container {
	width:1000px;
	display:table;
}

.FloatRight {
	float:right;
}

.FloatLeft {
	float:left;
}

.company a, .planning a, .services a, .media a, .web a, .measurement a {
	color:#fff;
	text-decoration:none;
}

.company {
	background:url(../images/company.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:200px;
	padding-top:220px;
	font-size:18px;
	font-family: 'museo_500regular', 'Museo 500', Arial, sans-serif;
	text-align:center;
}

.company:hover {
	background:url(../images/company-over.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}

.services {
	background:url(../images/services.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:200px;
	padding-top:220px;
		font-size:18px;
	font-family: 'museo_500regular', 'Museo 500', Arial, sans-serif;
	text-align:center;
}

.services:hover {
	background:url(../images/services-over.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}

.media {
	background:url(../images/media.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:200px;
	padding-top:220px;
		font-size:18px;
	font-family: 'museo_500regular', 'Museo 500', Arial, sans-serif;
	text-align:center;
}

.media:hover {
	background:url(../images/media-over.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}

.web {
	background:url(../images/web.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:200px;
	padding-top:220px;
		font-size:18px;
	font-family: 'museo_500regular', 'Museo 500', Arial, sans-serif;
	text-align:center;
}

.web:hover {
	background:url(../images/web-over.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}

.measurement {
	background:url(../images/measurement.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:200px;
	padding-top:220px;
	font-size:18px;
	font-family: 'museo_500regular', 'Museo 500', Arial, sans-serif;
	text-align:center;
}

.measurement:hover {
	background:url(../images/measurement-over.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
}

#defaultText {
	background:url(../images/company-bg.png) no-repeat;
	padding-left:78px;
	padding-right:78px;
	padding-top:60px;
	height:201px;
	width:850px;
	color:#0a5188;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:36px;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-bottom:10px;
	color:#0a5188;
}

ul.desc {
	list-style-image:url(../images/item.png);
	list-style-position:inside;
	list-style-type: none;
	padding: 0;
	margin:0px;
}

ul.desc li {
	display: list-item;
	color:#0a5188;
	padding-bottom:5px;
	width:840px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
}

#planning-text {
	background:url(../images/planning-bg.png) no-repeat;
	height:211px;
	width:844px;
	padding-left:78px;
	padding-right:78px;
	padding-top:50px;
}

#web-text {
	background:url(../images/web-bg.png) no-repeat;
	height:211px;
	width:844px;
	padding-left:78px;
	padding-right:78px;
	padding-top:50px;
}

#media-text {
	background:url(../images/media-bg.png) no-repeat;
	height:211px;
	width:844px;
	padding-left:78px;
	padding-right:78px;
	padding-top:50px;
}

#measurement-text {
	background:url(../images/measurement-bg.png) no-repeat;
	height:211px;
	width:844px;
	padding-left:78px;
	padding-right:78px;
	padding-top:50px;
}

#services-text {
	background:url(../images/services-bg.png) no-repeat;
	height:211px;
	width:844px;
	padding-left:78px;
	padding-right:78px;
	padding-top:50px;
}

.MarginRight10 {
	margin-right:10px;
}

.MarginRight20 {
	margin-right:20px;
}

.line {
	width:1000px;
	height:4px;
	background-color:#3ea1e9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

h3 {
	color:#8bceff;
	letter-spacing:-1px;
	font-size:24px;
	margin-bottom:0;
	padding-bottom:0;
}

.footer {
	text-align:center;
	font-size:14px;
	display:table;
	width:1000px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:20px;
	line-height:24px;
}

.footer a { color:#fff; }

.phone {
	font-size:20px;
}

.MarginBottom10 {
	margin-bottom:10px;
}

.MarginTop10 {
	margin-top:10px;
}

h1 {
	color:#fdd73d;
	text-align:center;
	letter-spacing:-1px;
	font-size:50px;
	margin-bottom:0;
	padding-bottom:0;
}

.error {
	color:#fdab98;
	font-size:18px;
}

.text {
	color:#044578;
	font-size:18px;
	width:790px;
	height:40px;
	border:0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left:10px;
}

.text-focus {
	color:#044578;
	font-size:18px;
	width:790px;
	height:40px;
	border:0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left:10px;
	-webkit-box-shadow: inset 0px 0px 14px 0px #e6b904;
	box-shadow: inset 0px 0px 14px 0px #e6b904;
}

.error-bg {
	background-color:#fdab98;
	color:#064172;
	font-size:18px;
	width:790px;
	height:40px;
	border:0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-left:10px;
}

.deact {
	background-color:#3d9fec;
	border-color:#2c5eab;
	color:#2c5eab;
	text-transform:uppercase;
	text-align:center;
	border:3px solid #2c5eab;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px 57px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
}

.normal {
	background-color:#95d7fc;
	color:#064172;
	text-transform:uppercase;
	text-align:center;
	border:3px solid #2c5eab;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px 57px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}

.normal:hover {
	background-color:#fdd73d;
	color:#064172;
	text-transform:uppercase;
	text-align:center;
	border:3px solid #2c5eab;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px 57px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}

.pressed {
	background-color:#e6b904;
	color:#064172;	
	-webkit-box-shadow: inset 0px 0px 14px 8px #c79302;
	box-shadow: inset 0px 0px 14px 8px #c79302;
	text-transform:uppercase;
	text-align:center;
	border:3px solid #2c5eab;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px 57px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	cursor:pointer;
}

.txtarea {
	width:790px;
	height:214px;
	border:0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color:#044578;
	font-size:18px;
	padding-left:10px;
	padding-top:10px;
}

.cell {
	width:100px;
	text-align:left;
	margin-bottom:20px;
}

.thnk {
	color:#fff;
	text-align:center;
	font-weight:18px;
}

.showplanning #planning-text, .showmeasurement #measurement-text, .showweb #web-text, .showmedia #media-text, .showservices #services-text { display: block !important;}
.showplanning #defaultText, .showmeasurement #defaultText, .showweb #defaultText, .showmedia #defaultText, .showservices #defaultText {  display: none !important; }
a .rollover {
							display: block;
							position: absolute;
							width: 207px;
							height: 102px;
							background: url(images/logo_on.png);
							background-repeat: no-repeat;
							}

img { border:0; }
	