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

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

div#top-bar {
	background: url(../img/top-bar-bg.png) repeat-x;
	border-bottom: 2px groove #ffffff;
	height: 40px;
	width: 100%;
}

div#top-bar-content{
	margin: 4px auto 0px auto;
	width: 800px;
}

div#top-bar-text{
	width: 400px;
}

form#search-form{
	float:right;
	width: 332px;
	padding: 2px;
}

p#welcome{
	float:left;
	padding: 10px;
	width: 400px;
}

form#search-form input[type="text"] {
	background: url(../img/search-field.png) no-repeat;
	border:none;
	height:32px;
	padding: 5px 0px 0px 30px;
	width:322px;
	float: right;
}

form#search-form input[type="submit"] {
	display: none;
}

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

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

div#content {
	margin: auto;
	padding-bottom: 50px;
	position: relative;
	width: 800px;
}

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

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

div#wrapper {
	margin-top: 70px;
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	overflow: hidden;
	padding: 15px;
	width: 768px;
}

ul#bullets {
	display:block;
}

ul#tabs {
	margin-top: 31px;
	position: absolute;
	right: 0px;
	top: -65px;
}

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

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

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

ul#tabs li#home:hover {
	background-position: 0px -40px;
}

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

ul#tabs li#about {
	background-position: -100px 0px;
}

ul#tabs li#about:hover {
	background-position: -100px -40px;
}

ul#tabs li#about.current, ul#tabs li#about:active {
	background-position: -100px -80px;
}

ul#tabs li#portfolio {
	background-position: -200px 0px;
}

ul#tabs li#portfolio:hover {
	background-position: -200px -40px;
}

ul#tabs li#portfolio.current, ul#tabs li#portfolio:active {
	background-position: -200px -80px;
}

ul#tabs li#contact {
	background-position: -300px 0px;
}

ul#tabs li#contact:hover {
	background-position: -300px -40px;
}

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

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

p#footer-text {
	background: url('../img/content-top-shadow.png') repeat-x;
	height: 37px;
	padding-top: 13px;
	width: 100%;
}