@import url('reset.css');
@import url('typography.css');

body {
	background-color: #f8f8f8;
	margin: auto;
	width: 100%;
}

/* Header */

div#header {
	background: url('../img/header-image.png') no-repeat center;
	background-color: #6eb9cc;
	border-bottom: 2px ridge #ffffff;
	height: 250px;
	width: 100%;
}

div#logo {
	margin: auto;
	padding-top: 35px;
	width: 800px;
}

/* Content */
div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
	height:540px;
}

div#content-top-shadow {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 20px;
	width: 100%;
}

div#content-bottom-shadow {	
	background: url('../img/content-bottom-shadow.png') repeat-x;
	clear: both;
	height: 20px;
	width: 100%;
}

/* Page Wrapper */

div#page-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	position: absolute;
	left: 0px;
	top: 30px;
	height: 500px;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}


/* Message */

div#message {
	margin-right: 410px;
	width: 350;
}

div#message h3 {
	margin-bottom: 50px;
}

div#logo{
	background: url('../img/logo.png') no-repeat center ;
	position:absolute;
	top: -12px;
	right: 230px;
	height:50px;
	width:100%;
}

/* contact-image*/
div#contact-image {
	background: url('../img/contact.png') no-repeat;
	position: relative;
	left: 0px;
	top: -45px;
	height:100%;
	width:100%;
}

/* Tabs */

ul#tabs {
	position: relative;
	left: 50px;
	top: -75px;
}

ul#tabs li {
	background: url('../img/tabs-sprite.png') no-repeat;
	float: left;
	height: 54px;
	margin-right: 0px;
	width: 100px;
}

ul#tabs li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
	width: 100%;
}

ul#tabs li#home {
	background-position: -360px 0px;
	width:100px;
}

ul#tabs li#home:hover {
	background-position: -360px -55px;
}

ul#tabs li#home.current, ul#tabs li#home:active {
	background-position: -360px 0px;
}

ul#tabs li#company {
	background-position: -460px 0px;
	width:172px;
}

ul#tabs li#company:hover {
	background-position: -460px -55px;
}

ul#tabs li#company.current, ul#tabs li#company:active {
	background-position: -460px 0px;
}

ul#tabs li#products {
	background-position: -632px 0px;
	width:190px;
}

ul#tabs li#products:hover {
	background-position: -632px -55px;
}

ul#tabs li#products.current, ul#tabs li#products:active {
	background-position: -632px 0px;
}

ul#tabs li#projects {
	background-position: -822px 0px;
	width:122px;
}

ul#tabs li#projects:hover {
	background-position: -822px -55px;
}

ul#tabs li#projects.current, ul#tabs li#projects:active {
	background-position: -822px 0px;
}

ul#tabs li#contact {
	background-position: -944px 0px;
	width:118px;
}

ul#tabs li#contact:hover {
	background-position: -944px -55px;
}

ul#tabs li#contact.current, ul#tabs li#contact:active {
	background-position: -944px 0px;
}


/* Footer */

div#footer-image {
	background: url('../img/footer-image.png') no-repeat center #6eb9cc;
	border-top: 2px groove #ffffff;
	border-bottom:2px ridge #ffffff;
	height:50px;
	width:100%;
}