/*reset*/
html{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/*fonts*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a {
	text-decoration: none;
	color: #00A4d3;
}

a:focus {
	outline: none;
}

p, address {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: none;
	color: #323232;
	line-height: 19px;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 24px;
}

.cf, ul.navigation li a, h2, h3 {
	text-transform: uppercase;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	clear: both;
}

/* basic layout */
.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.last {
	margin-right: 0 !important;
}

html {
	background: #fff url(../img/bg_tile.png) repeat-x;
}

body {
	background: url(../img/bg_texture.jpg) no-repeat 50% 0;
	text-align: center;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}


/*header*/
#header {
	height: 120px;
	background: #00A4D8;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	position: absolute;
	width: 176px;
	height: 46px;
	background: url(../img/logo.png);
	text-indent: -9999px;
	left: 35px;
	top: 34px;
}

#header ul.navigation {
	float: right;
	line-height: 25px;
/*	width: 330px;*/
	width: 462px;
	margin: 50px 30px 0 0;
}

#header ul.navigation li {
	float: left;
	margin-right: 35px;
}

#header ul.navigation li a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 0 9px;
	font-size: 14px;
	line-height: 25px;
}

#header ul.navigation li#navContact {
	margin-right: 0;
}

#header ul.navigation li a:hover,
#header ul.navigation li.active a {
	background: url(../img/hover_gradient.png) repeat-x;
	-webkit-box-shadow: 0 -1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -1px 0px rgba(0,0,0,0.2);
	box-shadow: 0 -1px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#header ul.navigation li a:active {
	-webkit-box-shadow: 0 1px 0px #33B6E0;
	-moz-box-shadow: 0 1px 0px #33B6E0;
	box-shadow: 0 1px 0px #33B6E0;
	background: url(../img/gradient_bw.png) repeat-x;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.2);
}

#slideshow {
	background: url(../img/slideshow_bg.png);
	height: 440px;
	width: 960px;
	color: #fff;
}

#slideshow a {
	color: #fff;
}

#slideshow .left {
	margin: 20px;
	width: 370px;
}

#slideshow .right {
	position: relative;
	width: 510px;
	height: 440px;
}


#slideshow .left h2 {
	font-size: 23px;
}

#slideshow .left ul {
	background: url(../img/slideshow_keyline.png) top no-repeat;
	margin: 25px 0 56px 0;
	width: 350px;
}

#slideshow .left ul li {
	width: 334px;
	background: url(../img/slideshow_keyline.png) no-repeat bottom;
	line-height: 38px;
	padding: 0 8px;
	cursor: pointer;
	position: relative;
}

#slideshow .left ul li a{
	z-index: 10;
	font-size: 16px;
	position: relative;
}

#slideshow .left ul li a:hover {
	color: #00A4D8;
}

#slideshow .left ul li.active a:hover {
	color: #ffffff;	
}

#slideshow .left .arrow {
	position: absolute;
	top: 60px;
	left: -5px;
	width: 377px;
	height: 47px;
	z-index: 9;
	background: url(../img/slideshow_arrow.png);
}

#slideshow .slide {
	position: absolute;
	right: 30px;
	bottom: 15px;
}

#slideshow .slide#slide1 {
	bottom: 0;
}

#request_demo {
	width: 320px;
	height: 55px;
	display: block;
	text-indent: -9999;
	background: url(../img/request_demo.png) 0 0 no-repeat;
}

#request_demo:hover,
#request_demo:active {
	background-position: 0 -55px;
}



.features #request_demo {
	margin: 20px auto;
}

#request_demo * {
	visibility: hidden;
}

#content {
	background:#fff;
	padding: 20px 40px;
	width:880px;
}

.home #content {
	background: none;
	padding: 0;
	width:960px;
}

.glass {
	float: left;
	width: 298px;
	height: 180px;
	margin: 20px 30px 0 0;
	border: 1px solid #f4f4f4;
	background: #fff;
	background: rgba(245,245,245, 0.2);
}

.glass h3 {
	font-size:20px;
    margin: 10px;
	color: #00A4D8;
	text-transform: none;
}

.glass p {
	margin: 0 10px 10px 10px;
}

.feature {
	width: 418px;
	float: left;
	margin: 0 40px 20px 0;
}

.home .feature {
	width: 202px;
	height: 100px;
	margin: 0 50px 20px 0;
	background-repeat: no-repeat;
	background-position: 0px 0;
}


.feature h4,
.feature p {
	text-indent: 0;
	margin-left: 0;
}

.feature img {
	border: 1px solid #e0e0e0;
}

.feature h4 {
	color: #00A4D8;
	font-weight: bold;
	margin-bottom: 5px;
}

.home .feature h4 {
	margin-left: 40px;
}
		

.home .feature p {
	text-indent: 40px;
	color: #666;
}

.img_wrap {
	padding: 20px;
	border: 1px solid #ededed;
	width: 378px;
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	background: #f0f0f0;
	text-align: center;
	padding: 30px 0;
}

#footer .wrap {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#footer .wrap .contact_info {
	float: right;
	width: 202px;
}

#footer .wrap .contact_info strong {
	font-weight: bold;
}

#footer .wrap img {
	margin-top: 00px;
}

/* about page */
.about .right {
	text-align: right;
}
