@charset "utf-8";
/* CSS Document */



* {
	margin:0;
	padding:0;
}

html {
	background:#000;
}

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.awesome #container {
	width:1007px;
	height:628px;
	margin:0 auto;
	background-image:url(../images/website_mockup_2_background_13.png);
}





/*header*/
.awesome #header {
	background-image: url(../images/website_mockup_5_01.png);
	background-color: #000;
	background-repeat: repeat-x;
	height: 94px;
	width: 1007px;
	padding-top:29px;
	position:relative;
}
.awesome #header img {
	margin:0px;
	position:absolute;
	top:9px;
	right:71px;
}
.awesome #header a#header-link {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-indent:-999999.99px;
	background-image:url(../images/website_mockup_2_03.png);
	background-repeat: no-repeat;
	padding-bottom:28px;
	margin-left:65px;
	float: left;
	display: inline;
	width: 375px;
}
.awesome #header h2 {
	margin:0px;
	margin-left:52px;
	margin-top:7px;
	color:#FFF;
	font-family:Arial;
	font-size:17px;
	font-weight:400;
	float: left;
	display: inline;
	width: 375px;
	clear: both;
}
.awesome #header h3 {
	background-image:url(../images/website_mockup_1_08.png);
	text-indent:-999999.99px;
	float: right;
	display: inline;
	width: 310px;
	margin-top: -32px;
	margin-right: 197px;
	padding-bottom:19px;
	background-repeat:no-repeat;
}
.awesome #headerBorder {
	background-color: #000;
	width:1007px;
	margin: 0 0 0 0px;
	height:16px;
}






/*content*/
.awesome #pictures {
	float:left;
	margin-top:30px;
	margin-left:37px;
}

.awesome #content {
	float:left;
	background-image:url(../images/website_mockup_2_background_13_20.png);
	background-repeat:repeat-x;
	width:650px;
	height:104px;
	text-align:left;
	margin-left:175px;
	margin-top:17px;
	border:thin;
	border-color:#000;
	border-style:solid;
}
.awesome #content p {
	color:#CCC;
	margin-left:20px;
	margin-top:20px;
	width:600px;
	height:59px;
	font-size:14px;
	font-family:arial;
}




/*footer*/
.awesome #footer {
	margin:0px auto;
	width: 1007px;
	height:40px;
	background-image:url(../images/website_mockup_5_01.png);
}

.awesome #footer a.footer-nav-link {
	color: #fff;
	outline:none;
	font-size:9px;
}

.awesome #footer-nav {
	text-align:center;
	width: 986px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
}

.awesome #footer-nav li {
	display: inline;
	margin: 0 10px 0px 0;
}

