* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
	color:#ffffff;
}

ul { 
list-style-image: url("../images/tick.png");
font-size:14px;
line-height: 2em;
font-weight: normal;
list-style-position: outside;
padding-left:52px;
list-style-type: square;
}

li {
padding-top:5px;
}


/* Layout */

body {
	background: top center url("../images/bg.jpg") no-repeat;
	background-color: #1e1e1e;
	overflow-x: hidden;
	color:#FFFFFF;
}

#wrapper {
	width: 100%;
}

#content {
	position: relative;
	min-height: 800px;
}

#panel,
#headerWrapper {
	padding-left: 8px;
	width: 804px; /* 812px - 8px left offset */
	margin: 0 auto;
}

#logo {
margin-right:140px;
}

#header {
	position: relative;
	top: 30px;
}

#header h1 {
	margin-left: 0px;
}

#header h1 a {
	display: block;
	height: 25px;
	width: 200px;
}


#header #hitArea {
	position: relative;
	left: 25px;
	top: -26px;
	width: 200px;
	height: 25px;
	cursor: pointer;
}

#header ul {
	list-style: none;
}

#navigation {
	position: absolute;
	right: 35px;
	top: 98px;
}

#navigation li {
	float: left;
	margin-left: 4px;
}

#navigation li a {
	background-image: url("../images/menu.png");
}

/*
#highlight {
	top: 2px;
	width: 1158px;
	min-height: 897px;
	background: url("../images/bg_center_highlight.png") no-repeat;
	margin: 0 auto;
	margin-bottom: -897px;
}
*/

#map {
color:#333333;
font-size:14px;
}

#hours {
float:right;
margin-right:6px;
}

#icon-contact {
margin-top:2px;
float:left;
padding-right:5px;
}

#headline-list {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
font-style:italic;
font-weight:bold;
font-variant:small-caps;
}

#footer-list {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
}

#contact-text {
font-size:14px;
}

#content-box {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:17px;
color:#FFFFFF;
padding:30px 30px 30px 30px;
}

#footer-left {
float:left;
margin-top:-30px;
margin-left:45px;
}

#footer-right {
float:right;
margin-top:10px;
margin-right:50px;
color:#666666;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

#showcase {
	clear: both;
	position: relative;
	top: 140px;
	width: 804px; /*804px*/
	margin: 0 auto;
	padding-left: 8px;
}

#projects {
	width:764px;
	height:485px;
	overflow:hidden;
	background:url(../images/bg_contentbox.png) no-repeat;
}

#contacts {
	width:764px;
	height:250px;
	overflow:hidden;
	background:url(../images/bg_contentbox_2.png) no-repeat;
}

#project #contacts {
	position:relative;
	left: 0;
	top: 0;
}
#projects #preview #contacts {
	position: relative;
	left: 25px;
	width: 512px;
	height: 512px;
	margin-right: 49px;
	float: left;
	overflow: hidden;
}

#projects #description #contacts {
	height: 512px;
	width: 203px; /*203px*/
	vertical-align: middle;
	text-align: right;
	display: table-cell;
	position: relative;
	opacity: 0;
}

#projects #description #contacts h2 {
	font-size: 17px;
	font-weight: bold;
	font-family: "Arial",sans-serif;
	color: #353639;
	margin-bottom: 7px;
}

#projects #description #contacts p {
	font-size: 11px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Arial", sans-serif;
	line-height: 15px;
	color: #4e5563;
}

#projects #pagination #contacts {
	display: block;
	width: 512px;
	position: absolute;
	left: 33px;
	top: 512px;
	height: 22px;
	padding: 1px 0;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

#projects #pagination #contacts ul {
	list-style: none;
	width: 20px;
	margin: 0 auto;
}

#projects #pagination #contacts li {
	display: block;
	width: 20px;
	height: 22px;
	background: url("../images/dots.png") no-repeat;
	background-position: top left;
	float: left;
}

#projects #pagination #contacts a {
	display: block;
	text-indent: -623em;
	background: url("../images/dots.png") no-repeat;
	position: relative;
	background-position: left -23px;
	opacity: 0;
}

#loader {
	position: relative;
	top: 232px;
	left: 232px;
/*	background: #000;*/
	width: 20px;
	height: 20px;
	margin-bottom: -20px;
	margin-right: -20px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
/*	opacity: .8;*/
}

.loaded {
	display: none;
}

#loader img {
	position: relative;
	z-index: 1;
}

#imgContainer {
	opacity: 0;
	position: relative;
	z-index: 2;
	width: 512px;
}

#externalLink {
	display: none;
}

#control{
	position: relative;
	top: -302px; /*-272px*/
	left: 765px;
	width: 67px;
	height: 32px;
}

#control a {
	position: relative;
	top: 0;
	left: 24px;
	opacity: 0;
}

#404 {
	width: 137px;
	height: 93px;
	left: 50%;
	top: 50%;
	margin-top: -68px;
	margin-left: -46px;
	position: absolute;
	text-align: center;
	color: #fff;
}


#IEKBG,
#IEKitten {
	display: none;
}