@import url(reset.css);

body {
	background: #3d505e;
	font: 16px Helvetica,Arial,sans-serif;
	line-height: 1.25em;
	color: #fff;
	text-rendering: optimizeLegibility;
}

.clear {
	clear: both;
}

a {
	outline: none;
}

#header {
	height: 410px;
	background: url(../img/header-bg.png) repeat-x;
	color: #3d505e;
}

	#header .logo {
		margin: 0 auto 55px;
		padding: 120px 0 0;
		width: 322px;
		height: 113px;
		background: url(../img/bcw-ventures-logo.png) center bottom no-repeat;
	}
	
	#header p {
		font: 1.5em Georgia, Times, 'Times New Roman',serif;
		font-style: italic;
		text-align: center;
		line-height: 1.33em;
	}
	#header p a {
		text-decoration:none;
		border-bottom: solid 1px #3d505e;
		color: #3d505e;
	}

#main {
	backgorund: url(../img/main-bg.png) repeat-x;
}

.contactInfo {
	margin: 65px auto 95px;
	color: #f7f7f7;
}

	.contactInfo li {
		float: left;
		width: 400px;
	}
	
	.contactInfo .basic {
		padding: 0 85px;
		width: 229px;
		border-right: solid 1px #fff;
	}
	
	.contactInfo .basic h1 {
		font-weight: bold;
		font-size: 1.625em;
	}

	.contactInfo .basic p {
		margin: 0.25em 0 50px;
		font-size: 1.125em;
		line-height: 1.25em;
	}
	
	.contactInfo .basic blockquote {
		font: 1.125em Georgia, Times, 'Times New Roman',serif;
		font-style: italic;
		line-height: 1.5em;
	}
	
	.contactInfo .contact li {
		padding-left: 60px;
		margin-bottom: 15px;
		line-height: 28px;
	}
	.contactInfo .contact li:last-child { margin-bottom: 0; }

	.contactInfo .contact li a {
		display: block;
		text-decoration: none;
		color: #f7f7f7;
	}

	.contactInfo .contact li a:hover {
		text-decoration: underline;
	}
	
	.contactInfo .contact span {
		display: block;
		float: left;
		padding-right: 15px;
		width: 28px;
		height: 28px;
		background: url(../img/sprites-contact.png) no-repeat;

		cursor: pointer;
		cursor:hand;
	}
	
		.contact .phone span		{ background-position: 0 0; cursor: default; }
		.contact .email span 		{ background-position: 0 -28px; }
		.contact .twitter span 		{ background-position: 0 -56px; }
		.contact .linkedin span 	{ background-position: 0 -84px; }
		.contact .skype span 		{ background-position: 0 -112px;}

.container {
	margin: 0 auto;
	width: 800px;
}