@import url("reset.css");

/* @group Body */
body {
	background: ##313131;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4072ab;
	text-decoration: none;
}


/* @end */



/* @group Layout */




#page {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	
}

#content {
	width: 900px;
	position: auto;
	margin-left: auto;
	margin-right: auto;
	background: white;

}

#main {
	padding: 0px 10px;
}



/* @end */


/* @group Header */

#header {
	height: 80px;
	border-bottom: 1px solid #000;
}

#mainmenu {
	height: 40px;
	padding: 40px 0 0 0;
}

#logo a span {
	display: block;
	float: left;
	height: 40px;
	width: 240px;
	background: url(/i/logo.png);
}


#menu {
	display: block;
	float: right;
	height: 30px;
	margin: 10px 0 0 0;
}

#menu ul {
	margin: 9px 0;
}

#menu ul.menu li {
	display: inline;
	margin-left: 16px;
	border-bottom: 3px solid #fff;
}

#menu ul.menu li a {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#menu ul.menu li a:hover {
	color: #333;
	border-bottom: 3px solid #000;
}

/* @end */

/* @group Footer */

#footer {
	height: 180px;
	width: 900px;
	clear: both;
	padding: 20px 0 0 0;
	display: block;
	background: url(/i/footertop.png) no-repeat;
	
}


#footercontact {
	display: block;
	float: left;
	width: 400px;
	height: 200px;
	margin: 0 0 0 10px;
}

#footercontact h2 {
	margin: 10px 0 20px 0;
	font-weight: ;
}
#footercontact .contactemail {
	display: block;
	font-size: 1.4em;

}
#footercontact .contactphone {
	display: block;
	font-size: 1.5em;

}


#footercredit {
	height: 30px;
	width: 180px;
	float: right;
	margin: 0 20px 0 0;
	background: url(/i/logo_sm.png) no-repeat;
	padding: 40px 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

#footercredit .copyright {
	text-align: right;
}
#footercredit .validation {
	text-align: right;
}
#footercredit .validation a{
	border-bottom: 1px dotted #000;
}
/* @end */

/* @group Sections */

/* @group Home */

#slideshow {
	background: url(/i/tbird1.jpg) no-repeat;
	height: 300px;
	margin: 3px 0px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000;
}

#tagline {
	padding: 20px 0 40px;
	font-weight: normal;
	font-size: 1.4em;
}


#services {
	width: 100%;
	height: 300px;
}

#services .service.service-1,
#services .service.service-3 {
	display: block;
	float: left;
	width: 32%;
}

#services .service.service-2 {
	display: block;
	float: left;
	width: 32%;
	margin: 0px 2%;
}

#services .servicename {
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#services .servicephoto {
	height: 100px;
	width: 280px;
	background: #eee;
	margin: 5px 0 10px 0;
}



#services .servicetext {
}

#services .servicelink {
	margin: 10px 0;
}

/* @end */

/* @group Work */

.work-header {
	display: block;
	clear: both;
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	border-top: 1px solid #000;
}

.work-entries {
	display: block;
	float: left;
	width: 600px;
}

.work-wrapper {
	display: block;
	float: left;
	width: 660px;
	margin: 0 0 20px 0;
}

.work-header h2 {
	margin: 3px 0;
	font-size: 1.2em;
	text-transform: uppercase;
}

.work-image {
	float: left;
}

.work-title {
	float: left;
	width: 400px;
	margin: 0 0 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.work-text {
	float: left;
	width: 400px;
	margin-left: 20px ;
}

/* @end */



/* @end */
