body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}




/* Browser Resets */
a{
	outline: none;
}
body{
	margin: 0;
	padding: 0;
	background: #000000 url(../_img/bg.jpg) top center repeat-x;
}
.wrapper{
	width: 821px;
	margin: 0 auto;
}
#footer{
	width: 495px;
}
#content{
	background-color: #ffffff;
	width: 821px;
	-moz-box-shadow: 0px 5px 15px #000000;
	-webkit-box-shadow: 0px 5px 15px #000000;
	box-shadow: 0px 5px 15px #000000;
}
#content ul li{
	float: left;
	display: block;
	width: 410px;
	background: transparent url(../_img/link.jpg) bottom center repeat-x;
}
#content ul li:hover{
	background-color: #191919;
	background-image: none;
}
#content ul li a img{
	padding-bottom: 0;
}
#content ul li.service{
	border-right: 1px solid #111111;
}
#content ul li .lead-in{
	width: 410px;
	display: block;
	text-align: center;
}
#content ul li a{
	display: block;
	text-align: center;
	width: 410px;
	color: #ffffff;
}
#content ul li a span{
	clear: both;
	text-transform: uppercase;
}
#content ul li a span.lead-in{
	color: #929292;
	padding-top: 25px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	
}
#content ul li a span.link-title{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 25px;
	display: block;
}
#content ul li:hover a span.link-title{
	color: #ff9900;
}
body{
	letter-spacing: -1px;
}
#footer{
	position: relative;
	clear: both;
}
ul#socials{
	left: 230px;
    position: absolute;
    top: 280px;
}
ul#socials li{
	float: left;
	padding-right: 10px;
}
ul#socials li a{
	outline: none;
	height: 20px;
	width: 20px;
	display: block;
	text-indent: -9999px;
}
ul#socials a#fb-link{
	background: transparent url(../_img/fb.png) top left no-repeat;

}
ul#socials a#twitter-link{
	background: transparent url(../_img/twitter.png) top left no-repeat;

}