body{
	background-color: #363436;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a, a:visited{
	color: #feb914;
	text-decoration: none;
}

a:hover{
	color: #000;
}

h2{
	color: #feb914;
	font-size: 14px;
	margin-bottom: 5px;
}

p{
	margin: 0;
	padding: 0 0 10px;
}

.clear{
	clear: both;
}

.wrap{
	margin: 0 auto;
	width: 875px;
}

header{
	padding: 30px 0 40px;
}

header h1{
	background: url(images/logo.jpg) top left no-repeat;
	float: left;
	height: 217px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 165px;
}

header p{
	color: #848284;
	float: right;
	font-size: 15px;
	line-height: 22px;
	margin-top: 42px;
	text-align: justify;
	width: 600px;
}

header p span{
	color: #feb914;
	font-weight: bold;
}

#mid{
	background: url(images/gradientBar.gif) top left repeat-x;
	height:179px;
	margin: 0;
	padding: 50px 0 0;
}

#newsletter{
	float: left;
	margin-right: 80px;
	width: 325px;
}

#newsletter input{
	background: url(images/field.png) top left no-repeat;
	border: none;
	float: left;
	height: 22px;
	margin: 0;
	outline: none;
	padding: 3px 5px;
	width: 231px;
}

#newsletter button{
	background: url(images/signupButton.png) bottom left no-repeat;
	border: none;
	height: 28px;
	margin: 0;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	width: 77px;
}

#newsletter button:hover{
	background: url(images/signupButton.png) top left no-repeat;
}

#social{
	float: left;
	margin-right: 80px;
	width: 200px;
}

#social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#social ul li{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 37px;
}

#social ul li#gp{
	margin-right: 0;
}

#social ul li a{
	display: block;
	margin: 0;
	padding: 0;
	height: 37px;
	text-indent: -9999px;
}

#fb a{
	background: url(images/fbIcon.png) bottom left no-repeat;
	width: 18px;
}

#fb a:hover{
	background: url(images/fbIcon.png) top left no-repeat;
}

#ms a{
	background: url(images/mySpaceIcon.png) bottom left no-repeat;
	width: 33px;
}

#ms a:hover{
	background: url(images/mySpaceIcon.png) top left no-repeat;
}

#twitter a{
	background: url(images/twitterIcon.png) bottom left no-repeat;
	width: 28px;
}

#twitter a:hover{
	background: url(images/twitterIcon.png) top left no-repeat;
}

#li a{
	background: url(images/linkedInIcon.png) bottom left no-repeat;
	width: 36px;
}

#li a:hover{
	background: url(images/linkedInIcon.png) top left no-repeat;
}

#gp a{
	background: url(images/googlePlusIcon.png) bottom left no-repeat;
	width: 40px;
}

#gp a:hover{
	background: url(images/googlePlusIcon.png) top left no-repeat;
}

#contact{
	float: left;
	margin: 0;
}

footer{
	clear: both;
	color: #848284;
	font-size: 11px;
	margin: 0;
	padding: 20px 0 0;
}

#copy{
	float: left;
}

#dd{
	float: right;
	text-align: right;
}