* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #486985 url("/res/images/background.jpg") left top repeat-x;
	color: #fff;
	font-family: Verdana, Helvetica sans-serif;
	}
	
/***********************************/
/* LAYOUT */
/***********************************/

#top_space {
	height: 45px;
	background: url("/res/images/top_space_back.png") center bottom repeat-x;
	}
	
#bottom_space {
	height: 26px;
	background: url("/res/images/bottom_space_back.png") center top repeat-x;
	}

#container {
	background: #6A9CC9 url("/res/images/container_back.png") center top no-repeat;
	width: 100%;
	}
	
#inner_container {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	overflow: hidden;
	background: url("/res/images/inner_container_back.png") left top no-repeat;
	}
	
#leftcol {
	float: left;
	display: inline;
	width: 350px;
	margin-right: 20px;
	}
	
#rightcol {
	float: right;
	display: inline;
	width: 590px;
	padding: 0;
	}
	
#menu {
	width: 590px;
	height: 77px;
	margin: 0 0 30px 0;
	background: url("/res/images/menu_back.png") center top repeat-x;
	}
	
#gallery {
	width: 329px;
	height: 184px;
	margin-left: 12px;
	background: url("/res/images/gallery_back.png") left top no-repeat;
	}

.leftcol_half_wrapper {
	overflow: hidden;
	margin-bottom: 15px;
	}
	
.leftcol_half {
	float: left;
	display: inline;
	width: 195px;
	padding-right: 15px;
	}
	
#social {
	overflow: hidden;
	clear: both;
	}
	
.wrapper {
	padding: 15px;
	}
	
/***********************************/
/* HEADERS */
/***********************************/	

h1, h2, h3, h4, h5, p, ul, ol {
	margin: 0; /* reset */
	}
	
h1.logo {
	display: block;
	width: 350px;
	height: 185px;
	margin: 30px 0 0 0;
	background: url("/res/images/logo.png") left top no-repeat;
	text-indent: -9999px;
	}
	
h2 {
	margin: 0 0 15px 0;
	}
	
h2#home_1 {
	display: block;
	width: 520px;
	height: 50px;
	text-indent: -9999px;
	background: url("/res/images/header_home.png") center top repeat-x;
	}

h2#about {
	display: block;
	width: 520px;
	height: 50px;
	text-indent: -9999px;
	background: url("/res/images/header_about.png") center top repeat-x;
	}


h2#work, h2#gateway {
	display: block;
	width: 520px;
	height: 26px;
	text-indent: -9999px;
	}

h2#work { background: url("/res/images/header_work.png") center top repeat-x; }
h2#gateway { background: url("/res/images/header_gateway.png") center top repeat-x; }
	

	
h3 {
	font-weight: normal;
	margin: 0 0 7px 0;
	}
	
h3.underline {
	border-bottom: 1px solid #fff;
	}
	
/***********************************/
/* TYPOGRAPHY */
/***********************************/		

p {
	font-size: 11px;
	margin: 0 0 15px 0;
	line-height: 16px;
	}
	
p#copyright {
	display: block;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: right;
	padding: 15px 0 15px 0;
	}
	
li {
	font-size: 11px;
	}

ul.inline {
	list-style: none;
	margin: 0 0 10px 0;
	border: 0;
	}
	
ul.inline li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 !important;
	border: 0 !important;
	}

ul.horizontal_list {
	list-style: none;
	float: right;
	margin: 15px 0 0 0;
	}
	
ul.horizontal_list li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	}
	
ul.about_list {
	margin: 10px 0 0 0;
	list-style: none;
	border-top: 1px solid #fff;
	}
	
ul.about_list li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #fff;
	}
	
ul.work_list {
	margin: 10px 0 0 0;
	list-style: none;
	border-top: 1px solid #fff;
	}
	
ul.work_list li {
	padding: 10px 0 0 165px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	}
	

/***********************************/
/* LINKS */
/***********************************/	

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	}

a.linkedin {
	display: block;
	width: 102px;
	height: 27px;
	text-indent: -9999px;
	background: url("/res/images/icon_linkedin.png") left top no-repeat;
	}
	
a.facebook {
	display: block;
	width: 77px;
	height: 29px;
	text-indent: -9999px;
	background: url("/res/images/icon_facebook.png") left top no-repeat;
	}
	
a.twitter {
	display: block;
	width: 101px;
	height: 24px;
	text-indent: -9999px;
	background: url("/res/images/icon_twitter.png") left top no-repeat;
	}

/***********************************/
/* IMAGES */
/***********************************/	

img {
	border: 0;
	}
	
div#leftfade {
	position: absolute;
	width: 34px;
	height: 136px;
	margin: 20px 0 0 32px;
	z-index: 5;
	background: url("/res/images/left_fade.png") left top no-repeat;
	}

div#rightfade {
	position: absolute;
	width: 34px;
	height: 136px;
	margin:  20px 0 0 263px;
	z-index: 5;
	background: url("/res/images/right_fade.png") left top no-repeat;
	}
	
img.thumbnail { float: left; margin-left: -165px; }	

img.right { float: right; margin-left: 10px; }
	
/***********************************/
/* MENUS */
/***********************************/	

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li {
	float: left;
	display: inline;
	}
	
#menu li a {
	display: block;
	width: 118px;
	height: 77px;
	text-indent: -9999px;
	outline: none;
	}
	
#menu li#home a { background: url("/res/images/menu.png") -0px 0 no-repeat; }
#menu li#home a:hover { background: url("/res/images/menu.png") -0px -77px no-repeat; }

#menu li#about a { background: url("/res/images/menu.png") -119px 0 no-repeat; }
#menu li#about a:hover { background: url("/res/images/menu.png") -119px -77px no-repeat; }

#menu li#work a { background: url("/res/images/menu.png") -237px 0 no-repeat; }
#menu li#work a:hover { background: url("/res/images/menu.png") -237px -77px no-repeat; }

#menu li#blog a { background: url("/res/images/menu.png") -355px 0 no-repeat; }
#menu li#blog a:hover { background: url("/res/images/menu.png") -355px -77px no-repeat; }

#menu li#contact a { background: url("/res/images/menu.png") -473px 0 no-repeat; }
#menu li#contact a:hover { background: url("/res/images/menu.png") -473px -77px no-repeat; }