
@media screen {
	html,body {
		margin:0;
		padding:0;
		height:100%; /* needed for container min-height */
		background:#bcb5af;
		font-family:verdana,sans-serif;
		font-size:small;
	}
	td {
		vertical-align: top;
	}
	p {
		font-size: 12px;
		margin:0 0 1em;
	}
	a {
		cursor: pointer;
		text-decoration: none;
		
	}
	a:hover { 
		text-decoration: underline;
	}
	ul{
		padding:0;
		margin:0;
		list-style: none;
	}
	li{
		padding:0;
	}
	h1{
		color: #2ab0e8;
		font-weight: normal;
		font-size: 20px;
		margin: 10px 0px;
		text-transform: uppercase;
	}
	h2{
		font-weight: bold;
		font-size: 16px;
		margin: 10px 0px;
	}
	h3{
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 20px;
		font-size: 14px;
		color: #2ab0e8;
		padding-top: 10px;
		margin-bottom: 0px;
		text-transform: uppercase;
	}
	hr {
		height: 3px;
		margin: 20px 0px;
		border: none;
	}
	.clear { 
		line-height: 0px;
		height: 0px;
		display: inline;
		clear: both;
	}

	/** Layout */
	div#container {
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */
		width:890px;
		background:#fff;
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
	}
	div#header {
		padding:0px;
		height: 160px;
	}
	div#content {
		padding-bottom: 50px; /* bottom padding for footer */
	}


	/** Columns */
	div#content_left {
		width: 199px;
		float: left;
	}
	div#content_center {
		width: 425px;
		padding-left: 44px;
		float: left;
	}
	div#content_center ul {
		list-style: disc;
		padding-left: 40px;
		padding-bottom: 20px;
		list-style-image:url(../images/hydrocomputing_bullet.png)
	}
	div#content_right {
		margin-top: 58px;
		margin-right: 8px;
		width: 199px;
		float: right;
	}

	/** Footer */
	div#footer {
		position:absolute;
		width:100%;
		bottom:0; /* stick to bottom */
		background-image: url('../images/footer.png');
		height: 26px;	
		font-size: 10px;
		color: #fff;
		text-transform: uppercase;
	}
	div#footer div#footer_copyright {
		margin-left: 7px;
		margin-top: 2px;
		float: left;
	}

	div#footer div#footer_metanavi_02 {
		float: right;
		margin-top: 2px;
		margin-right: 7px;
	}
	div#footer div#footer_metanavi_02 a{
		color: #ffffff;
	}
	/** Content */
	img#pic_header {
		float:right;
	}
	div#content_center img.center {
		margin-left:  100px;
	}
	div#content_center a {
		font-weight: bold;
		color: #9b8976;
	}


	div#content_right .box {
		padding: 1px 0px;
		font-size: 10px;
		margin-top: 8px;
	}
	div#content_right .box p{
		font-size: 10px;
		margin-top: 5px;
		line-height: 14px;
		margin-bottom: 0px;
	}
	div#content_right .box h3.smaller {
		letter-spacing: -0.06em;
	}
	div#content_right ul {
		list-style: disc;
		padding-left: 12px;
		line-height: 14px;
		margin-top:5px;
	}
	div#content_right .box h3 {
		margin-top: 0px;
	}
	div#content_right .box_dark .box_wrapper {
		background-color: #c5d1c6;
	}
	div#content_right .box_light .box_wrapper {
		background-color: #f0ffff;
	}
	div#content_right .box_wrapper {
		padding-bottom: 10px;
		padding-left: 8px;
	}
	div#content_right .box_wrapper dl {
		margin-top: 4px;
		margin-bottom: 0px;
	}
	div#content_right .box_wrapper dt {
		float: left;
		line-height: 14px;
		font-weight: bold;
	}
	div#content_right .box_wrapper dd {
		padding-left: 7px;
		line-height: 14px;
	}
	div#content_right .box_wrapper a {
		color: #9b8976;
	}


	/** Breadcrump */
	div#breadcrump, div#breadcrump a {
		font-size: 10px;
		letter-spacing: 1px;
	}
	div#breadcrump, div#breadcrump a, div#navi ul li a {
		text-transform: uppercase;
		color: #9b8976;
	}
	div#breadcrump {
		margin-left: 11px;
		float: left;
	}


	/** Subnav */
	div#subnav { 
		float: right; 
		margin-top: -3px;
		margin-right: 7px;
	}
	div#subnav ul li { 
		margin: 0px 1px; 
		padding: 0px 1px; 
		display: inline; 
	}
	div#subnav ul li a {
		text-transform: uppercase;
		padding: 0px 6px;
		font-weight: bold;
		color: #9b8976;
	}


	div#models {
		width: 188px;
		background-color: #f0ffff;
		background-image: url('../images/bg_contact.gif');
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 64px;
		margin-left: 10px;
		padding-left: 11px;
	}

	div#models  a{
		color: #9b8976;
	}
	div#models hr {
		background-image: none;
		width: 30px;
		height: 2px;
		color: #9b8976;
		background-color: #9b8976;
		margin-left: 60px;
	}
	/** Menu */
	div#navi {
		margin-top: 20px;
	}
	div#navi ul li a {
		line-height: 19px;
		font-weight: bold;
		padding-left: 20px;
		padding-right: 3px;
		font-size: 11px;
	}
	div#navi ul li a.activegroup {
		background: none;
		color: #2ab0e8;
	}
	div#navi ul li ul {
		margin-left: 20px;
		margin-bottom: 7px;
	}
	div#navi ul li ul li a {
		background: none;
		font-size: 9px;
		padding-left: 20px;
	}
	div#navi ul li ul li ul li a {
		background: none;
		font-size: 9px;
		padding-left: 25px;
	}
	div#navi a.active {
		background-image: url('../images/bg_navi_active.gif');
		background-position: left;
		background-repeat: no-repeat;
		color: #2ab0e8;
	}
	table {
		border-style: none;
	}
	td {
		border-style: none;
	}
	table.alt {
		background-color: #f0ffff;
	}
	img#logo_header_print {
		display:none;
	}
}

@media print {
	html,body { 
		font-family:verdana,sans-serif;
		font-size: 9pt;
	}
	img#pic_header {
		display:none;
	}
	img#logo_header {
		display: none;
	}
	div#header {
		padding:0;
	}
	div#breadcrump { 
		display:none;
	}
	div#subnav { 
		display:none;
	}
	div#content_left { 
		display:none;
	}
	div#booking {
		display:none;
	}
	div#footer {
		display:none;
	}
	div#content_right {
		display:none;
	}
	table {
		width: 80%;
		border-style: none;
		}
		td {
		border-style: none;
		}
		table.alt {
		background-color: #f0ffff;
	}
		a {
		text-decoration: none;
	}
} 
