/* reset5 © 2011 opensource.736cs.com MIT */
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,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}

@font-face {
    font-family: 'kessel_205bold';
    src: url('fonts/talbot_type_-_kessel205-bold-webfont.eot');
    src: url('fonts/talbot_type_-_kessel205-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/talbot_type_-_kessel205-bold-webfont.woff') format('woff'),
         url('fonts/talbot_type_-_kessel205-bold-webfont.ttf') format('truetype'),
         url('fonts/talbot_type_-_kessel205-bold-webfont.svg#kessel_205bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*	STRUCTURE
	------------------------------------  */
	
	html, body {
		margin: 0;
	}
	
	body {
	}
	
	.row-inner {
		width: 940px;
		margin: 0 auto;
	}
	
	
/*	HEADER
	------------------------------------  */
	
	header#main-header {
		width: 100%;
		height: 80px;
		background: #505e73;	
	}
	
	#logo {
		display: inline-block;
		float: left;
		width: 220px;
		height: 60px;
		margin: 10px 0;
		background: url('../images/courgent-logo.png') top left no-repeat;
	}
	
	#logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#logo h1 { display: none; }
	
	#nav {
		display: inline-block;
		float: right;
		height: 20px;
		margin: 40px 0 0;
	}
	
	#nav ul {
	}
	
	#nav ul li {
		font-size: 18px;
		font-family: 'kessel_205bold';
		display: inline-block;
		margin: 0 0 0 25px;
		width: 50px;
		height: 20px;
		line-height: 20px;
		background: url('../images/nav-sprite.png') top left no-repeat;
	}
	
	#nav ul li#nav-home { 
		width: 54px;
		background-position: 0 0;
	}
	
	#nav ul li#nav-services { 
		width: 89px;
		background-position: -65px 0;
	}
	
	#nav ul li#nav-about { 
		width: 66px;
		background-position: -165px 0;
	}
	
	#nav ul li#nav-contact { 
		width: 90px;
		background-position: -240px 0;
	}
	
	#nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#nav ul li span { display: none; }
	
	#nav ul li:hover { 
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	
	
/*	FOOTER
	------------------------------------  */
	
	footer#main-footer {
		clear: both;
		margin: 70px 0 0;
		width: 100%;
		height: 60px;
		background: #2c3543;
	}
	
	footer#main-footer p {
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		text-align: center;
		line-height: 60px;
		letter-spacing: 0.1em;
	}
	
	
/*	HERO
	------------------------------------  */
	
	#hero {
		width: 100%;
		background: #2c3543;
		text-align: center;
		padding: 180px 0;
	}
	
	#hero h2 {
		color: #fff;
		font-family: 'kessel_205bold';
		font-size: 36px;
		font-weight: normal;
		line-height: 1em;
	}
	
	
/*	SECTION ELEMENTS
	------------------------------------  */
	
	h3.row-title {
		color: #2c3543;
		font-family: 'kessel_205bold';
		font-size: 30px;
		font-weight: normal;
		text-align: center;
		margin: 0 0 30px;
	}
	
	.row-inner p {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	
/*	SECTION - EXPERTISE
	------------------------------------  */
	
	#expertise {
		padding: 60px 0;
		background: #ecf0f6;
	}
	
	#expertise-shell {
		width: 960px;
		margin: 0 auto;
		text-align: center;
	}
	
	.expertise-col {
		display: inline-block;
		width: 220px;
		margin: 0 35px;
		text-align: center;
		vertical-align: top;
	}
	
	.expertise-col h4 {
		color: #2c3543;
		font-family: 'kessel_205bold';
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 15px;
	}
	
	.expertise-col h4.expertise-title {
		display: block;
		height: 55px;
	}
	
	.expertise-icon {
		width: 210px;
		height: 210px;
		background: url('../images/expertise-icons.gif') top left no-repeat;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		margin: 0 0 20px;
	}
	
	#icon-web { background-position: 0 0; }
	#icon-strategy { background-position: -210px 0; }
	#icon-mobile { background-position: -420px 0; }
	
	
/*	SECTION - ABOUT
	------------------------------------  */
	
	#about {
		padding: 40px 0;
	}
	
	#about-copy {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-gap: 40px;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
	}

	#about-copy p {
		padding-bottom: 10px;
	}


	
	
/*	SECTION - CONTACT
	------------------------------------  */
	
	#contact {
		padding: 40px 0;
	}
	
	#form-shell {
		width: 780px;
		margin: 0 auto;
	}
	
	#form-courgent label {
		display: block;
		font-size: 12px;
		font-style: italic;
		height: 20px;
		line-height: 10px;
	}
	
	.form-courgent-input {
		width: 360px;
		height: 60px;
		background: #e5e5e5;
		border: 0;
		padding: 0 10px;
		margin: 0 0 10px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 60px;
	}
	
	.form-courgent-textarea {
		width: 760px;
		height: 140px;
		background: #e5e5e5;
		border: 0;
		padding: 10px;
		margin: 0 0 20px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.6em;
	}
	
	.form-courgent-submit {
		clear: both;
		border: 0;
		background: #2c3543;
		width: 140px;
		height: 40px;
		color: #fff;
		font-family: 'Droid Serif', serif;
		font-size: 14px;
		font-style: italic;
		text-align: center;
		float: right;
		cursor: pointer;
	}
	
	.form-courgent-submit:hover {
		background: #404958;
	}
	
	.input-col {
		display: inline-block;
		
	}
	
	span.form-error {
		color: #ff0000;
		font-size: 11px;
	}
	
	
	
	
/*	TYPE
	------------------------------------  */
	
	body {
		font-family: 'Droid Serif', serif;
	}
	
	a, a:link, a:active, a:visited {
		text-decoration: none;
	}
	
	a:hover {
	}
	
	
/*	COMMON
	------------------------------------  */
	
	.clear { clear: both; }
	.left { float: left; }
	.right { float: right; }