@CHARSET "ISO-8859-1";
html {
	background-color: #ADAEB4;
	padding: 0px;
	margin: 0px;
}
body {
	background: #ADAEB4 url(../images/bg.jpg) repeat-x 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, sans serif;
	font-size: 0.8em;
	margin: 0px auto;
}
#header {
	margin: 0px auto;
	height: 325px;
	background: transparent url(../images/bg-top.jpg) no-repeat center top;
}
#footer {
	margin: 0px auto;
	height: 210px;
	background: transparent url(../images/bg-bottom.jpg) no-repeat center top;
	padding: 0px;
	color: #7f7f7f;
	font-size: 0.7em;
}
#footer p {
	margin: 0px;
	text-align: right;
	margin-right: 200px;
	padding-top: 20px;
}
#main {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #9f9f9f;
	-moz-border-radius: 5px;
	background-color: #9B9CA3;
	background-color: #fff;
}
#quotes_wrap {
	width: 385px;
	margin:3px;
	padding: 0px;
	float: right;
}

#logo {
	width: 343px;
	height: 68px;
	background: transparent url(../images/logo.gif) no-repeat 0px 0px;
	float:left;
	margin-left: 200px;
	margin-top: 100px;
}

.success_alert {
	border: 1px solid #94CF67;
	padding: 5px;
	background: #BCEF95 url(../images/accept.png) no-repeat 9px 5px;
	padding: 5px;
	padding-left: 30px;
}
.error_alert {
	background: #FFD700 url(../images/alert.png) no-repeat 9px 5px;
	padding: 5px;
	padding-left: 30px;
}
/*
#high {
	background: #190401 url(../images/bg.jpg) no-repeat center top;
	padding:0px;
	width: 1000px;
	margin: 0px auto;
}
#low {
	background: #190401 url(../images/low-bg.jpg) no-repeat center bottom;
	padding:0px;
	width: 1000px;
	margin: 0px auto;
	padding-top: 100px;
}


#home {
	width: 143px;
	height: 107px;
	background: #000 url(../images/home.gif) no-repeat 0px 0px;
	float:left;
}
#about {
	width: 111px;
	height: 107px;
	background: #000 url(../images/about.gif) no-repeat 0px 0px;
	float:left;
}
#designs {
	width: 102px;
	height: 107px;
	background: #000 url(../images/designs.gif) no-repeat 0px 0px;
	float:left;
}
#services {
	width: 110px;
	height: 107px;
	background: #000 url(../images/services.gif) no-repeat 0px 0px;
	float:left;
}
#contact {
	width: 132px;
	height: 107px;
	background: #000 url(../images/contact.gif) no-repeat 0px 0px;
	float:left;
}
#main {
	margin-left: 30px;	
	margin-right: 30px;	
	margin-top: 300px;
}
#footer {
	text-align: center;
	color: #AF6815;
}
#footer a {
	color: #AF6815;
}
#designs_wrap {
	padding: 10px;
	text-align: center;
}
#designs_wrap img {
	margin: 11px;
	border: 1px solid #fff;
}
#quotes {
	width:400px;
	height: 1530px;
	float:left;
	margin: 10px;
}
#low {
	height: 100px;
}
h1 {
		font-size: 1.4em;
}
div.prose {
	text-align: left;
}
#header a:link, #header a:visited, #header:active, #header a:hover {		
	display: block;
	width: 100%;
	height: 107px;
	text-decoration: none;
}
#header span {
	visibility: hidden;
}
a {
	color: #FF9918;
}
label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
}
div.field_wrap {
	margin: 5px;
}
div.field_wrap_error, p.error_alert {
	background-color: #ff9918;
	padding: 5px;
} */