/* Global */

body, float, h2, h3, img, li, p, ul {
	border: 0;
	margin: 0;
	padding: 0;
}

a.button {
	background: transparent url("images/button.jpg") no-repeat;
	color: #666;
	display: block;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	height: 22px;
	padding: 7px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 139px;
}

a.button:hover {
	background-position: 0 -28px;
	width: 139px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	width: 1020px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Top */

.topcontainer {
	background: transparent url("images/topbg.jpg") repeat-x;
	height: 47px;
	margin: 0 auto;
}

/* Logo */

.logocontainer {
	float: left;
	padding: 14px 0 0 24px;
}

.logo {
	background: transparent url("images/logo.png") no-repeat;
	cursor: hand;
	height: 19px;
	width: 182px;
}

/* Top Nav */

.topnav {
	float: right;
}

.topnav ul {
	list-style-type: none;
	padding: 0 35px;
}

.topnav li {
	color: #999;
	float: left;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
}

.topnav li a {
	background: transparent url("images/topnavbg.jpg") repeat-x;
	color: #999;
	display: block;
	padding: 15px 26px;
	text-decoration: none;
}

.topnav li.active a, .topnav li a:hover {
	background: transparent url("images/topnavbglink.jpg") repeat-x;
	color: #fff;
	display: block;
	padding: 15px 26px;
	text-decoration: none;
}

.topnav li.divider {
	background: transparent url("images/topnavdivider.jpg") repeat-y;
	float: left;
	height: 47px;
	width: 2px;
}

/* About */

.aboutcontainer {
	background: #00a3a9 url("images/aboutbg.jpg") no-repeat top center;
	height: 138px;
	margin: 0 auto;
}

.aboutcontainer .divider {
	background: transparent url("images/aboutdivider.jpg") repeat-y;
	float: left;
	height: 120px;
	margin: 20px 0 0 15px;
	width: 2px;
}

.philosophy {
	float: left;
	margin: 30px 35px 0 25px;
	width: 250px;
}

.flexibility {
	float: left;
	margin: 30px 35px 0 55px;
	width: 250px;
}

.experience {
	float: right;
	margin: 30px 40px 0 0;
	width: 240px;
}

.philosophy p, .flexibility p, .experience p {
	color: #fff;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 15px;
	padding: 0 0 10px 0;
}

.philosophy h3, .flexibility h3, .experience h3 {
	color: #fff;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 12px 0;
	text-transform: uppercase;
}

/* Main */

.maincontainer {
	background: transparent url("images/mainbg.jpg") repeat-x;
	margin: 0 auto;
}

/* Left Nav */

.leftnav {
	background: transparent url("images/navbg.jpg") no-repeat 0 25px;
	float: left;
	margin: 0 20px 20px;
	width: 305px;
}

.leftnavtitle {
	background: transparent url("images/navtitle.png") no-repeat top center;
	height: 56px;
	width: 305px;
}

.leftnav ul {
	list-style-type: none;
	padding: 0 20px;
}

.leftnav li {
	border-bottom: 1px solid #eee;
	color: #999;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
}

.leftnav li a {
	background: #fff;
	color: #999;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}

.leftnav li.active a, .leftnav li.active a:hover {
	background: #eee;
	color: #00a3a9;
}

.leftnav li a:hover {
	background: #f7f7f7;
	color: #666;
}

.excellence {
	padding: 30px 10px 0;
}

.excellence h3 {
	color: #00a3a9;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.excellence p {
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	padding: 0 0 13px 0;
}

/* Slides */

.slides {
	float: left;
	height: 415px;
	margin: 15px 0 0 25px;
	position: relative;
}

.slides div {
	background: #fff;
	height: 415px;
	left: 0;
	opacity: 0.0;
	position: absolute;
	top: 0;
	z-index: 8;
}

.slides .active {
	opacity: 1.0;
	z-index: 10;
}

.slides .last-active {
	z-index: 9;
}

.slides img {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	height: 262px;
	padding: 9px;
}

.slides img:hover {
	background: #f7f7f7;
}

.slides h3 {
	background: transparent url("images/picturebg.jpg") no-repeat;
	color: #00a3a9;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	height: 26px;
	padding: 15px 0 5px;
	text-transform: uppercase;
	width: 615px;
}

.slides p {
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	padding: 0 0 18px 0;
}

/* Links */

.linkscontainer {
	background: #222 url("images/linksbg.jpg") repeat-x;
	margin: 0 auto;
}

.linkspanel {
	background: transparent;
	float: left;
	padding: 20px;
	width: 300px;
}

.linkspanel h3 {
	color: #ccc;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.products, ul.services {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

ul.about {
	list-style-type: none;
}

.linkspanel li {
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	padding: 15px 0;
}

.linkspanel li a {
	color: #ccc;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	text-decoration: underline;
}

.linkspanel p {
	color: #ccc;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	padding: 8px 0 0 0;
}

.linkspanel p a {
	color: #999;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	text-decoration: underline;
}

/* Footer */

.footercontainer {
	background: transparent url("images/footerbg.jpg") repeat-x;
	margin: 0 auto;
}

.footercontainer p {
	color: #666;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 13px 20px;
}

/* Sub Container */

.subcontainer {
	background: #00a3a9;
	margin: 0 auto;
}

.subcontainer .divider {
	background: transparent url("images/aboutdivider.jpg") repeat-y;
	float: left;
	height: 20px;
	margin: 25px 0 0 0;
	width: 2px;
}

.title {
	float: left;
	margin: 25px 25px 12px;
}

.description {
	float: left;
	margin: 26px 0 0 25px;
}

.description p {
	color: #fff;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 15px;
	padding: 0 0 10px 0;
}

.title h3 {
	color: #fff;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 12px 0;
	text-transform: uppercase;
}

/* Sub Main */

.submaincontainer {
	background: transparent url("images/submainbg.jpg") repeat-x;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

/* Sub Content */

.subcontent {
	float: left;
	margin: 0 0 0 25px;
	width: 615px;
}

.subcontent h3 {
	color: #00a3a9;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
}

.subcontent h3 a {
	color: #00a3a9;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.subcontent h3 a:hover {
	color: #33cccc;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.subcontent p {
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
}

.subcontent p.content {
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	padding: 0 0 15px 0;
}

.subcontent p a, .subcontent p.content a {
	color: #888;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	text-decoration: underline;
}

.subcontent ul {
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	padding: 0 0 20px 20px;
}

.subcontent li {
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
}

.subcontent ul.content li{
	color: #222;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	padding: 0 0 10px 0;
}

/* Form */

.form {
	padding: 15px 0 0 0;
	width: 300px;
}

.form p {
	color: #222;
	padding: 13px 0 0 0;
}

.input {
	color: #00a3a9;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px;
}

.textarea {
	color: #00a3a9;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	height: 200px;
	margin: 10px 0 20px;
	padding: 5px;
	width: 575px;
}

.error {
	color: #ba141a;
	background: #FCD4D2;
	border: 1px solid #ba141a;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 10px 15px;
}

.success {
	color: #006536;
	background: #D2F9D2;
	border: 1px solid #006536;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 10px 15px;
}

.submit {
	background: transparent url("images/button.jpg") no-repeat;
	border: 0px;
	color: #666;
	display: block;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	height: 29px;
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 139px;
}

.submit:hover {
	background-position: 0 -28px;
	width: 139px;
}
/* Gallery */

.album {
	float: left;
	margin: 0 0 20px 0;
}

.albumbutton {
	margin: -8px 0 20px 0;
}

.albumcontainer {
	width: 495px;
}

.imagecontainer {
	margin: -6px 0 0 0;
	width: 620px;
}

.thumbnailshadow {
	background: url("images/thumbnailbg.jpg") no-repeat top center;
	height: 9px;
	width: 225px;
}

.image a {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	margin: 0 55px 0 0;
	padding: 9px;
}

.image a:hover {
	background: #f7f7f7;
}

.pictureshadow {
	background: url("images/picturebg.jpg") no-repeat top center;
	height: 26px;
	width: 615px;
}