/* General Elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, a, span, blockquote, table, th, td {
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
text-align: center;
color: #6d6c6e;
background: #8c9197 url(../images/bgflower.jpg);
font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
}

/* Page Structure */
#maincontainer {
width: 960px;
padding: 0;
margin: 0 auto;
background: none;
}
#header {
width: 960px;
height: 275px;
}
#main {
background: url(../images/mainbg.png) 0 0 repeat-x;
width: 960px;
margin-top: 2px;
float: left;
text-align: left;
padding-bottom: 20px;
}
#left {
width: 488px;
margin: 0;
padding: 34px 47px 0 42px;
float: left;
display: inline;
border-right: #c8a6a7 1px dotted;
}
#right {
float: right;
width: 381px;
display: inline;
}
#logo {
width: 338px;
height: 127px;
float: left;
margin-top: 15px;
}
.testimonial {
	margin: 10px 0;
	padding: 5px;
	text-align: left;
	border-top: #c8a6a7 1px dotted;
}
.subhead {
clear: left;
float: left;
}
.address {
padding: 30px;
}
/* Typography */
p {
text-align: left;
}
h1 {
font: 24px/30px Georgia, "Times New Roman", Times, serif;
color: #823f3c;
}
#right h2 {
	background: url(../images/titles_featured.jpg) 0 0 no-repeat;
	width: 382px;
	height: 0px;
	padding-top: 50px;
	overflow: hidden;
}
#right p {
padding: 10px 30px 0 25px;
}
#left p {
padding: 5px 0;
font-size:12px;
}
h3 {
font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
margin-top: 10px;
color: #823f3c;
}
h4.contact {
font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
margin: 0 0 7px 0;
color: #4b3f3e;
}
h4 {
font: italic 13px/20px Georgia, "Times New Roman", Times, serif;
color: #4b3f3e;
}
h5 {
font: italic 13px/20px Georgia, "Times New Roman", Times, serif;
color: #4b3f3e;
padding-left: 5px;
}
.testimonial p {
padding-top: 5px;
}
.small {
font-size: 10px;
font-style: italic;
}
ul.normal {
margin: 10px 0 0 0px;
padding: 0;
width: 400px;
list-style: circle;
}
ul.normal li{
margin-left: 17px;
padding: 0;
}
ul.fancy {
margin: 10px 0 0 5px;
padding: 0;
list-style: none;
width: 513px;
}
ul.fancy li {
padding: 10px 0;
margin-bottom: 5px;
height: auto;
color: #4d5a50;
border-bottom: 1px dashed #d9d8d1;
width: 80%;
}
ul.fancy span {
font: normal 13px "Georgia", "Lucida Grande", "Trebuchet MS", Times, serif;
padding: 0;
margin-left: 10px;
color: #8a8a77;
}
abbr { 
display: inline;
color: #d1687f;
font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
/* Links */
a {
border: none;
text-decoration: none;
color: #5e0a0a;
}
a img {
border: none;
}
a:hover{
border: none;
text-decoration: underline;
}
a.contactform {
background: url(../images/contactlink.gif) 0 0 no-repeat;
width: 146px;
height: 41px;
display: block;
}
/* Navigation */
#nav {
width: 960px;
height: 47px;
background: url(../images/nav.png) top left no-repeat;
margin: 0;
padding: 0;
position: relative;
}
#nav span { 
display: none; 
}
#nav ul {
margin: 0;
}
#nav li { 
list-style: none;
margin: 0; 
padding: 0; 
position: absolute;
}
#nav li, #nav li a { 
height: 47px;
display: block; 
}
#navhome {
	left: 215px;
	width: 71px;
}
#navabout {
	left: 286px;
	width: 105px;
}
#navservices{
	left: 391px;
	width: 140px;
}
#naveducation{
	left: 531px;
	width: 105px;
}
#navgallery{
	left: 636px;
	width: 78px;
}
#navdesigner{
	left: 714px;
	width: 128px;
}
#navcontact{
	left: 842px;
	width: 119px;
}
#navhome a:hover, #navhome.current { background:url(../images/nav.png) -215px -47px no-repeat;}
#navabout a:hover, #navabout.current { background:url(../images/nav.png) -286px -47px no-repeat;}
#navservices a:hover, #navservices.current { background:url(../images/nav.png) -391px -47px no-repeat;}
#naveducation a:hover, #naveducation.current { background:url(../images/nav.png) -531px -47px no-repeat;}
#navgallery a:hover, #navgallery.current { background:url(../images/nav.png) -636px -47px no-repeat;}
#navdesigner a:hover, #navdesigner.current { background:url(../images/nav.png) -714px -47px no-repeat;}
#navcontact a:hover, #navcontact.current { background:url(../images/nav.png) -842px -47px no-repeat;}
/* Images */
.separator {
margin: 22px 0;
padding: 0;
border: none;
}
#right img {
border: 1px solid #c8a6a7;
margin-left: 25px;
margin-top: 25px;
margin-bottom: 10px;
}
.border {
border: 1px solid #c8a6a7;
padding: 2px;
}
#paddingLeft img {
margin: 0 0 0 10px;
}
#paddingRight img {
margin: 0 10px 0 0;
}
/* Footer */
#footer {
clear: both;
background: url(../images/footerbg.png) 0 0;
width: 960px;
height: 62px;
}
#footer a {
text-decoration: none;
}
#footer a:hover {
color: #d1687f;
}
#footer p {
	padding: 10px 15px 0 0;
	text-align: center;
	font-size: 75%;
}
/* Forms */
form {
color: #71716a;
}
label {
	width: 150px;
	float: left;
	text-align: right;
	display: block;
	color: #71716a;
	font: normal 12px/25px "Georgia", "Lucida Grande", "Trebuchet MS", Times, serif;
	margin-top: 4px;
	clear:left;
}
input {
	margin: 7px 0 0 8px;
	width: 250px;
	border: #b8b8ab 1px solid;
	background: #d9d8d1;
	padding: 3px;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin: 7px 0 0 8px;
	width: 250px;
	height: 100px;
	border-color: #b8b8ab;
	border-width: 1px;
	background: #d9d8d1;
	padding: 3px;
	color: #000000;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
select {
margin: 7px 0 0 8px;
border-style: double;
border-color: #ccc;
border-width: 2px;
background: #fff;
color: #71716a;
}
.submit {
	display: block;
	margin: 20px 0 0 208px;
	width: 80px;
	height: 25px;
	color: #900;
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
.required {
	color:#900;
	font-weight: bold;
}
#required p {
	text-align:center;
	font-size: 10px;
	color:#900;
	font-weight: bold;
}
/* Misc */
.left {
	float:left;
	width: 235px;
}
.right {
	margin-left: 240px;
}
