html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
header, section, aside, article footer {display: block;} /* HTML5 BLOCK ELEMENTS */

@font-face {
	font-family: 'HelveticaRegular';
	src: url('_fonts/helvetica-webfont.eot');
	src: local('?'), url('_fonts/helvetica-webfont.woff') format('woff'), url('_fonts/helvetica-webfont.ttf') format('truetype'), url('_fonts/helvetica-webfont.svg#webfontpv3RzSyX') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaBold';
	src: url('_fonts/helveticabold-webfont.eot');
	src: local('?'), url('_fonts/helveticabold-webfont.woff') format('woff'), url('_fonts/helveticabold-webfont.ttf') format('truetype'), url('_fonts/helveticabold-webfont.svg#webfontOdAkXil6') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #747474;
	background: -webkit-gradient(radial, 35% 0, 20, 35% 0, 300, from(#3297e9), to(#296195)) no-repeat #296195;
	background: -moz-radial-gradient(50% 0px 45deg, circle cover, #3297e9 0%, #296195 1024px) no-repeat #296195;
	margin: 50px 0 0 0;
	font-family: HelveticaRegular, Arial, sans-serif;
	color: #fff;
}

header, #info, #content {
	width: 860px;
	margin: 0 auto;
}

header {
	height: 120px;
	margin-bottom: 50px;
}

header a {
	display: block;
	height: 120px;
	width: 542px;
	background: url(../_images/_ui/logo.png) left top no-repeat;
}

#info, #content {
	background:  #00263e;
	background: -webkit-gradient(linear, left top, left bottom, from(#003d63), to(#00263e));
	background: -moz-linear-gradient(-90deg, #003d63, #00263e);
	padding: 50px;
}

#info, #content, #call {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:  0 3px 6px rgba(0,0,0,0.4);
	box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}

h1 {
	font-family: HelveticaBold, Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	text-transform: capitalize;
}

h2 {
	font-family: HelveticaBold, Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #ebebeb;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

p {
	font-size: 17px;
	line-height: 1.11;
}

#slider {
	height: 380px;
}

#slider a {
	display: block;
}

#slider img {
	display: none;
}

div.guide, div.guide {
	width: 960px;
	margin: 0 auto;
	height: 25px;
	margin-bottom: 25px;
}

div.guide {
	background: url(../_images/_ui/downarrow.png) 100px top no-repeat;
}

div.guide.alt {
	background: url(../_images/_ui/downarrow.png) 860px top no-repeat;
}

#action {
	width: 860px;
	margin: 0 auto 75px;
	background: transparent;
}

#action #call {
	background: #8b8a0e;
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a611), to(#73730b));
	background: -moz-linear-gradient(-90deg, #a6a611, #73730b);
	width: 380px;
	margin-left: 430px;
	padding: 20px 50px;
}

#action a {
	color: #fff;
	text-decoration: none;
}

#action a:hover {
	text-decoration: underline;
}

#action p {
	font-size: 23px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

#formWrap {
	display: none;
	color: #000;
}

form {
	padding: 20px;
	background: #e7eef3;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7eef3), to(#cfdde6));
	background: -moz-linear-gradient(-90deg, #e7eef3, #cfdde6);
	color: #000;
}

form li.title {
	margin-bottom: 1em;
}

label {
	display: block;
	font-size: 75%;
	color: #676767;
}

label.required {
	color: #900;
}

label.required:after {
	content: " *";
}

label.error {
	color: #900;
	display: inline;
	padding-left: 3px;
}

input.textInput {
	width: 175px;
}

input.textInput, textarea {
	border: 1px solid #999;
	margin-bottom: 1em;
	padding: 3px;
	color: #339;
	font: 13px HelveticaRegular, sans-serif;
}

input.required {
	border: 1px solid #c00;
}

textarea {
	width: 350px;
}

#email2 {
	display: none;
}

footer {
	background: #000;
	background: rgba(0,0,0,0.85);
	position: fixed;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 -3px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -3px 6px rgba(0,0,0,0.4);
	box-shadow: 0 -3px 6px rgba(0,0,0,0.4);
	z-index: 9999;
}

p#technologies {
	float: left;
	margin-left: 50px;
}

p#social {
	float: right;
	margin-right: 50px;
}

p#technologies .technologies, p#social .social {
	display: block;
	line-height: 50px;
}

p#technologies .technologies {
	float: left;
	padding-right: 20px;
}

p#social .social {
	float: left;
	margin-left: 20px;
}

a.technologies, a.social {
	margin-top: 7px;
	height: 32px;
}

#php {
	background: url(../_images/_ui/footer_sprite.png) 0 0 no-repeat;
	width: 60px;
}

#mysql {
	background: url(../_images/_ui/footer_sprite.png) 0 -36px no-repeat;
	width: 60px;
}

#jquery {
	background: url(../_images/_ui/footer_sprite.png) 0 -72px no-repeat;
	width: 120px;
}

#wordpress {
	background: url(../_images/_ui/footer_sprite.png) 0 -108px no-repeat;
	width: 142px;
}

#facebook {
	background: url(../_images/_ui/footer_sprite.png) -150px 0px no-repeat;
	width: 32px;
}

#twitter {
	background: url(../_images/_ui/footer_sprite.png) -150px -36px no-repeat;
	width: 32px;
}