﻿
/*****Reset*****/

* {
	margin: 0;
	outline: 0;
  	padding: 0;
}


/*****Basic Elements*****/

html {
	background: #E2E2E2;
}

body {
	background: #FCFCFC url(../images/bg_body.png) repeat-x scroll center bottom;
	color: #383838;
	font-family: Arial, Verdana, Tahoma;
	font-size: 15px;
}

a, a:link, a:visited, a:active {
	border: 0;
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #3FB6CB;
	text-decoration: underline;
}

h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight:normal; 
}

h2 {
	color: #222222;
	font-size: 18px;
	margin: 20px 0 0 0;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

div.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	visibility: hidden;
}


/*****Layout*****/

div#wrap {
	height: 100%;
	margin: -10px auto 0;
	width: 920px;
}

div#header {
	background: url(../images/bg_header_repeat.png) repeat-x center top;
	height: 260px;
	width: 100%;
	z-index: 50;
}

div#header-wrap {
	margin: 0 auto;
	text-align: center;
	width: 920px;
}

div#header_title {
	height: auto;
	position: relative;
	top: -20px;
	width: 100%;
}

div#header_title div {
	height: 20px;
	letter-spacing: 40px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
}

div#shadow {
	background: url(../images/shadow.png) repeat-x;
	height: 10px;
	position: relative;
	top: -20px;
	width: 100%;
	z-index: 100;
}

div#logo {
	background: url('../images/logo.png') no-repeat center center;
	height: 250px;
	margin: 0 auto;
	width: 100%;
}

div#container {
	height: auto;
	margin: 0 auto;
	min-height: 420px;
	width: 100%;
}


/*****Nav Bar Elements*****/

div#navwrap {
	display: table;
	height: 30px;
	margin: 0 auto 40px;
	position: relative;
	top: 0px;
	z-index: 30;
}

div#navleft {
	background: url(../images/nav_left.png) no-repeat right top;
	float: left;
	height: 30px;
	width: 10px;
}

div#navright {
	background: url(../images/nav_right.png) no-repeat left top;
	float: left;
	height: 30px;
	width: 10px;
}

div#navbar {
	float: left;
	height: 30px;
}
/*
ul#nav {
	background: url(../images/bg_nav.png) repeat-x;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 60px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 0px;
	width: 100%;
}

ul#nav li {
	line-height: 30px;
	list-style: none;
	float: left;
}

ul#nav li a {
	background: url(../images/bg_navitem2.png) repeat-x center bottom;
	color: #FFFFFF;
	display: block;
	height: 30px;
	position: relative;
	text-transform: uppercase;
	width: 100px;
}

ul#nav li a:hover {
	color: #D6471E;
	height: 60px;
	line-height: 90px;
	text-decoration: none;
}
*/

ul#nav {
	background: url(../images/bg_nav.png) repeat-x;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	position: relative;
	text-align: center;
	top: 0px;
	width: auto;
}

ul#nav li {
	display: inline;
	line-height: 30px;
	list-style: none;
}

ul#nav li a {
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	position: relative;
	text-shadow: 0 2px 2px #333333;
	text-transform: uppercase;
}

ul#nav li a:hover {
	/*color: #D6471E;*/
	background: #89D8EF;
	color: #000000;
	text-decoration: none;
	text-shadow: none;
}

.home #btn_home, .services #btn_services, .portfolio #btn_portfolio, .about #btn_about, .contact #btn_contact {
	/*color: #D6471E;*/
	color: #000000;
	text-decoration: none;
	text-shadow: 0 2px 5px #FFFFFF;
}


/*****Content Area Elements*****/

div#body {
	height: auto;
	margin: 0 auto;
	min-height: 400px;
	width: 750px;
}

p.summary {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}


/*****Home Elements*****/

div#welcome {
	background: url(../images/welcome.png) no-repeat center top;
	height: 420px;
	margin: 0 auto;
	width: 770px;
}


/*****Services Elements*****/



/*****Portfolio Elements*****/

div.mainportfolio {
	width: 445px;
}

div.portfolio-banner {
	background-position: center top;
	background-repeat: no-repeat;
	height: 60px;
}

div.outer-shadow-border {
	background: url(../images/outer_shadow_border.png) no-repeat;
	height: 270px;
	margin-bottom: 15px;
	width: 445px;
}

div.inner-shadow-border {
	background: url(../images/inner_shadow_border.png) no-repeat;
	height: 210px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	width: 425px;
}

div.portfolio_item {
	background: #29b8e1 url(../images/bg_portfolio_item.png) repeat-x;
	height: 260px;
	margin: 0 auto;
	width: 435px;
}

div.portfolio_item a {
	display: block;
	text-align: center;
}

img.item_image {
	background-position: center top;
	height: 200px;
	width: 415px;
}

img.item_image:hover {
	background-position: center bottom;
}

div.item_description {
	height: 30px;
	left: 10px;
	line-height: 30px;
	position: relative;
	top: 15px;
	width: 415px;
}

div.item_title {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 2px 5px #333333;
}

div.item_link {
	float: right;
}

div.item_link a {
	color: #CFFBFE;
	text-shadow: 0 1px 2px #333333;
}

div.item_link a:hover {
	color: #FFFFFF;
}

div.portfoliolist {
	/*background: #29B8E1 url(../images/bg_portfolio_item.png) repeat-x center center;
	border: 1px #999999 solid;*/
	float: right;
	height: auto;
	margin: 0 30px 20px 0;
	width: 150px;
}

div.portfoliolist table {
	height: 100%;
	width: 100%;
}

div.portfoliolist table th {
	color: #333333;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0 5px 5px 0;
	text-align: left;
	width: 100%;
}

div.portfoliolist table td {
	height: auto;
	padding: 0 0 10px 0;
	width: 100%;
}

div.portfoliolist ul {
	border-top: 1px #CCCCCC solid;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

div.portfoliolist ul li {
	border-bottom: 1px #CCCCCC solid;
	list-style-type: none;
}

div.portfoliolist ul li a {
	color: #555555;
	display: block;
	padding: 5px 10px;
}

div.portfoliolist ul li a:hover {
	background: #29b8e1;
	color: #FFFFFF;
	text-decoration: none;
}


/*****About Elements*****/



/*****Contact Elements*****/

table.contact_table {
	height: auto;
	margin: 0 auto;
	width: auto;
}

table.contact_table th {
	background: #29b8e1;
	color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px 0px 10px;
	text-align: left;
	text-shadow: 0 1px 2px #333333;
	width: 50px;
}

table.contact_table td {
	background: #a6dded;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px 0 30px;
	text-align: right;
	width: 300px;
}

table.contact_table a {
	color: #5C5C5C;
}

table.contact_table a:hover {
	color: #191919;
}


/*****Footer Elements*****/

div#footerwrap {
	height: 95px;
	margin: 30px auto;
	width: 900px;
}

div#footerleft {
	background: url(../images/bg_footer_left.png) right center;
	display: inline;
	float: left;
	height: 95px;
	width: 50px;
}

div#footerright {
	background: url(../images/bg_footer_right.png) left center;
	display: inline;
	float: left;
	height: 95px;
	width: 50px;
}

div#footer {
	background: url(../images/bg_footer_repeat.png) repeat-x;
	display: inline;
	float: left;
	height: 95px;
	text-align: center;
	width: 800px;
}

div#footer_container {
	position: relative;
	top: 25px;
}

div#copyright {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 1px 1px #333333;
}

div#footerlinks {
	position: relative;
	top: 5px;
}

div#footerlinks ul {	
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
}

div#footerlinks ul li {
	display: inline;
	margin-left: 2px;
}

div#footerlinks ul li a {
	color: #CCCCCC;
}

div#footerlinks ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*****Error 404*****/

div#pagenotfoundcontainer {
	height: auto;
	margin: 50px auto;
	width: 445px;
}

div#pagenotfoundtop {
	background: url('..//images/404_bg_top.png') no-repeat center center;
	height: 25px;
}

div#pagenotfoundbody {
	background: url('../images/404_bg_repeat.png') repeat-y center center;
	color: #FFFFFF;
	font-size: 12px;
	height: auto;
	min-height: 200px;
}

div#pagenotfoundbottom {
	background: url('../images/404_bg_bottom.png') no-repeat center center;
	height: 35px;
}

a#previouspagelink {
	color: #EEEEEE;
	display: block;
	font-size: 11px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 0px;
}

a#previouspagelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

