body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* menu */
#menu { width: 360px; height: 56px; margin: 0 auto; position: relative; z-index: 9999; }
#menu #menuitems { margin: 0; padding: 0; }
#menu #menuitems li { display: inline; }
#menu #menuitems li a { float: left; width: 90px; height: 0; padding-top: 56px; overflow: hidden; background-image: url(images/menu-sprite.png); background-repeat: no-repeat;}

/* BUTTONS */
#menu #menuitems li#about-us a { background-position: 0 0; }
#menu #menuitems li#about-us a { background-position: -90px 0; }
#menu #menuitems li#services a { background-position: -180px 0; }
#menu #menuitems li#products a { background-position: -270px 0; }
#menu #menuitems li#news a { background-position: -360px 0; }
#menu #menuitems li#contact-us a { background-position: -450px 0; }

/* OVER STATES */
#menu #menuitems li#home a:hover { background-position: 0 -56px; }
#menu #menuitems li#about-us a:hover { background-position: -90px -56px; }
#menu #menuitems li#services a:hover { background-position: -180px -56px; }
#menu #menuitems li#products a:hover { background-position: -270px -56px; }
#menu #menuitems li#news a:hover { background-position: -360px -56px; }
#menu #menuitems li#contact-us a:hover { background-position: -450px -56px; }

/* PRESSED STATES */
#menu #menuitems li#home a:active { background-position: 0 -112px; }
#menu #menuitems li#about-us a:active { background-position: -90px -112px; }
#menu #menuitems li#services a:active { background-position: -180px -112px; }
#menu #menuitems li#products a:active { background-position: -270px -112px; }
#menu #menuitems li#news a:active { background-position: -360px -112px; }
#menu #menuitems li#contact-us a:active { background-position: -450px -112px; }

/* ON STATES */
#menu.home			#menuitems li#home a { background-position: 0 -112px !important; }
#menu.about-us		#menuitems li#about-us a { background-position: -90px -112px !important; }
#menu.services		#menuitems li#services a { background-position: -180px -112px !important; }
#menu.products		#menuitems li#products a { background-position: -270px -112px !important; }
#menu.news			#menuitems li#news a { background-position: -360px -112px !important; }
#menu.contact-us	#menuitems li#contact-us a { background-position: -450px -112px !important; }
.mobile-small-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.mobile-small-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.mobile-large-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #1788d8;
}
.mobile-large-description {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
}
.page-subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: bold;
	padding-top:10px;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #666;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #666;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #1788d8;
}
a:active {
	text-decoration: none;
	color: #333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #666;
}
.blue-14-title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1788d8;
}


html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto; min-height: 100%;
}
#main {
	padding-bottom: 103px; /* must be same height as the footer */
}
#footer {position: relative;
	margin-top: -103px; /* negative value of footer height */
	height: 103px;
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* FORM */
#intouchform input{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	width: 450px;
	background:#FFF;
	border: 1px solid #79bbea;
	padding: 4px;
}
#intouchform input:hover {
	background:#EEF5F9;
}
#intouchform textarea{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	width: 450px;
	height: 200px;
	background:#FFF;
	border: 1px solid #79bbea;
	padding: 4px;
}
#intouchform textarea:hover {
	background:#EEF5F9;
}
#intouchform .submitbutton {
	width: auto;
	padding: 4px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #79bbea;
	border: 1px solid #1788d8;
}
#intouchform .submitbutton:hover {
	background: #1788d8;
}
#intouchform textarea:focus, #intouchform input[type="text"]:focus {
	border: 1px solid #1788d8;
	background:#EEF5F9;
}
