@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%;
}


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

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: 250px;
	top: 30px;
	height: 230px;
	overflow: hidden;
	padding: 15px;
	width: 600px;
}



/* Welcome Message */

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

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

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

/* Page Wrapper2 */
div#page-wrapper2 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	position: absolute;
	left: 0px;
	top: 30px;
	height: 330px;
	overflow: hidden;
	padding: 15px;
	width: 200px;
}

/* Partners*/

div#partners{
	margin-right: 10px;
	width: 350;
}

div#partners h3 {
	margin-bottom: 10px;
}

/* Page Wrapper3 */

div#page-wrapper3 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	position: absolute;
	left: 250px;
	top: 300px;
	height: 330px;
	overflow: hidden;
	padding: 15px;
	width: 600px;
}

/* Latest Message*/

div#latestmessage{
	margin-right: 10px;
	width: 350;
}

div#latestmessage h3 {
	margin-bottom: 10px;
}

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

/* Slideshow */

div#slideshow {
	float: left;
	padding-right: 15px;
	width: 600px;
}

div#slides {
	border: 1px solid #a7a7a7;
	height: 270px;
	width: 600px;
}

div#slides a.thumb {
	display:none;
}

div#slides a.default-slide {
	display:block;
}

div#slideshow-commands {
	background: url('../img/commands-bg.png') no-repeat;
	height: 19px;
	left: 130px;
	padding: 3px 25px;
	position: relative;
	width: 290px;	
}

a#previous-slide {
	background: url('../img/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

a#next-slide {
	background: url('../img/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

/* Page Wrapper4*/
div#page-wrapper4 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	position: absolute;
	left: 0px;
	top: 400px;
	height: 230px;
	overflow: hidden;
	padding: 15px;
	width: 200px;
}

div#searchmessage{
	margin-right: 10px;
	width: 350;
}

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

div#logo3{
	background: url('../img/logo.png') no-repeat center ;
	position:absolute;
	top: 38px;
	right: 35px;
	height:50px;
	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%;
}
