
body {
	margin: 0px;
	color: #F4F4F9;
	background: #515578;
}

img {
	border: 0px;
}

.clearfloat {
	clear: both;
	height: 1px;
}

a:link, a:visited, a:active {
	color: #BBBEDD;
	text-decoration: none;
	border-bottom: 1px solid #BBBEDD;
}

a:hover {
	color: #DDDFEE;
	border-bottom: 1px dotted #DDDFEE;
}

#comingsoon {
	text-align: center;
}

#container {
	width: 100%;
	font-family: Georgia, Perpetua, "MS Serif", "New York", serif;
	font-size: small;
	line-height: 125%;
}

#header {
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 15px;
	background-color: #8388C1;
}

#header .logo {
	float: left;
}

#header .headerpic {
	float: right;
}

#logo_print {
	display: none;
	/* width: 100%;
	text-align: center; */
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
}

#nav {
	width: 154px;
	float: left;
	/*background: url(images/bak_nav.gif) no-repeat top;*/
	text-align: center;
	margin-left: 20px;
}

#navitems img {
	float: left;
}

#navitems a:link, #navitems a:visited, #navitems a:active {
	border-bottom: none;
}

#navitems a:hover {
	border-bottom: none;
}

#content {
	width: 74%;
	_width: expression(document.body.clientWidth < 770? "565px" : document.body.clientWidth > 1200? "1040px" : "auto");
	min-width: 565px;
	max-width: 1040px;
	float: left;
	padding: 10px;
}

#frontpagepics {
	width: 565px;
	margin-right: auto;
	margin-left: auto;
}

#samples_list {
	width: 330px;
	float: left;
	}

#adobe {
	width: 320px;
	float: left;
	text-align: right;
	}
	
li.listh {
	margin-top: 1.25em;
}

li.listsubh {
	margin-top: .5em;
}

span.listh {
	font-weight: bold;
	font-size: 120%;
}

span.listsubh {
	font-size: 110%;
}

table {
	width: 100%;
}

th, td {
	padding: 3px;
	background-color: #80839D;
	text-align:left;
}

.highlight {
	background-color: #8388C1;
	}

#pictures_container img {
	border: #80839D solid 7px;
	margin-bottom: 15px;
	margin-right: 15px;
}

#gallery_container img {
	border: #80839D solid 7px;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

#gallery_container .linkmore {
	width: 200px;
	background-color: #80839D;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 20px;
	float: left;
}

#gallery_container br {
	clear: both;
}

.customers {
	width: 310px;
	float: left;
	background-color:#616484;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#jobopenings dt {
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .5em;
}

#footer {
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: x-small;
}