html, body {
	margin:0; padding:0;
}

body {
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;
	font-size: 1em;
	background-image:url('/images/ornatewall-opt.jpg');
}

#nav li	a:link {
	color:#000; text-decoration: none;
}    /* unvisited link */

#nav li	a:visited {
	color:#000; text-decoration: none;
} /* visited link */

#nav li	a:hover {
	color: #16c4c5; text-decoration: overline;
}   /* mouse over link */

#nav li	a:active {
	color:#16c4c5; text-decoration: overline;
}  /* selected link */

a:link {
	color:#0e8080; text-decoration: underline;
}    /* unvisited link */

a:visited {
	color:#0e8080; text-decoration: underline;
} /* visited link */

a:hover {
	color: #16c4c5; text-decoration: overline;
}   /* mouse over link */

a:active {
	color:#16c4c5; text-decoration: overline;
}  /* selected link */

#wrapper {
	/*width: 900px;
	background-color: #eee;
	margin: 20px auto;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 15px solid #fff;
	text-align: left;
	position: relative;*/
	
	
	text-align: left;
	background-color: #eee;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 15px solid #fff;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin: 20px auto;
	width:900px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	
}	

#header {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
	text-align: center;
}	

#logo img {
	margin: 10px auto;
	border: 0;
	width: 318px;
	height: 100px;
}

#nav {
	width: 400px;
	height: 25px;
	float: right;
	margin-top: 25px;
	font-weight: bold;
	font-size:  1.1em;
	text-align:center;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	padding: 0 5px;
}

#nav #current {
	color: #e7c50d;
	text-decoration: overline;
}


h2 {
	color: #0e8080;
}

h3 {
	color: #0e8080;
}

h3#work {
	color: #000;
	border-bottom: 2px solid #e7c50d;
	text-align: right;
	margin-bottom: 0;
	padding-right: 10px;
}

#work font {
	background-color: #e7c50d;
	color: #000;
	padding: 0 10px;
	padding-bottom: 3px;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#work-box {
	height: 180px;
	background-color: #eadb96;
	border-top: 1px solid #e7c50d;
	border-bottom: 1px solid #e7c50d;
	padding: 0 5px;
}

#work-box dl {
	list-style: none;
	padding-top: 15px;
	margin-top: 0;
}

#work-box dt {
	float: left;
	padding: 0;
	width: 200px;
	height: 150px;
}

#work-box dd {
	float: left;
	padding: 0;
	width: 210px;
	font-size: .8em;
	margin: 0;
	margin-left: 10px;
}

#work-box h4 {
	font-size: 1.1em;
}

#work-box .work-thmb {
	width: 200px;
	height: 138px;
}

#mid {
	width: 100%;
	height: 200px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin: 0 5px;
}

#mid .sub-tab-left {
	width: 45%;
	height: 230px;
	float: left;
	margin-right: 20px;
}

.sub-tab-left h3 {
	color: #0e8080;
	font-size: 1.3em;
	border-bottom: 2px solid #0e8080;
}

.sub-tab-left font {
	background-color: #0e8080;
	color: #fff;
	padding: 0 10px;
	padding-bottom: 3px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.sub-tab-left, .sub-tab-right p {
	font-size: 0.9em;
}

.sub-tab-right {
	width: 45%;
	float: right;
	margin-right: 10px;
}

.sub-tab-right #services {
	margin-bottom: 10px;
}

.sub-tab-right h3 {
	color: #0e8080;
	border-bottom: 2px solid #0e8080;
	font-size: 1.2em;
}

.sub-tab-right font {
	background-color: #0e8080;
	color: #fff;
	padding: 0 10px;
	padding-bottom: 3px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content {
	margin: 0 10px;
}

#about {
	width: 47%;
	float: left;
	margin: 0 10px;
}
#content p, #content li, #about p, #about li {
	font-size: 0.8em;
	}
	

#contact-form {
	float: right;
	width: 47%;
}

#contact-form label { 
	line-height: 1.8;
	vertical-align: top;
	float: left;
	padding-left: 0;
	width: 20px;
	font-size: 0.8em;
}

#contact-form label#comments_lbl { 
	line-height: 1.8;
	vertical-align: top;
	float: left;
	padding-left: 0;
	width: 110px;
}


#contact-form input {
	margin-left: 50px;
	float: left;
	display: block;
	width: 200px;
}

#contact-form input.button {
	margin-left: 50px;
	float: left;
	display: block;
	width: 100px;
}

#contact-form li {
	list-style: none;
	clear: left;
}

#contact-form textarea {
	display: block;
	clear: left;
}

.portfolio {
	font-size: 0.9em;
	width: 46%;
	float: left;
	padding-right: 20px;
	height: auto;
	min-height: 100%;
}

.portfolio > img {
	    display: block;
		margin: 0 auto;
		width: 300px;
		height: 206px;
}
