* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ACA696;
	padding-bottom: 35px;
}
h1 {
	margin-top: 69px;
	margin-left: 31px;
}
h1 a {
	display: block;
	height: 104px;
	width: 110px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	overflow: hidden;
}
h2 {
	display: block;
	background-image: url(../images/slogan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 111px;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: 31px;
	margin-top: 11px;
}
a {
	color: #006A9E;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEAE4;
}
#left {
	float: left;
	width: 170px;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 50px;
}
#left ul {
	list-style-type: none;
	font-size: 14px;
	display: block;
	width: 128px;
	line-height: 26px;
	padding-left: 32px;
	padding-top: 123px;
	margin-right: 10px;
}
#left ul li {
	display: inline;
}
#left ul a {
	color: #202020;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
#left ul a:hover {
	color: #C4813F;
}
#left ul .active {
	color: #C4813F;
}
#right {
	float: right;
	width: 662px;
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 72px;
	padding-bottom: 50px;
	padding-left: 56px;
	padding-top: 97px;
}
#right .pricelist {
	margin-top: 0px;
	display: block;
	width: 223px;
	height: 76px;
	background-image: url(../images/pricelist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: 6px;
	margin-bottom: 189px;
}
#right h3 {
	font-size: 24px;
	color: #C4813F;
	line-height: 30px;
	padding-top: 34px;
}
#right h4 {
	font-size: 14px;
	color: #202020;
	line-height: 17px;
	padding-top: 14px;
}
#right .titleform {
	padding-bottom: 2px;
}
#right p {
	font-size: 14px;
	color: #202020;
	line-height: 17px;
	margin-top: 14px;
}
#right ul {
	font-size: 14px;
	line-height: 17px;
	color: #202020;
	margin-top: 14px;
	margin-left: 35px;
}
#right .projects {
	list-style-type: none;
	display: block;
	height: 158px;
	margin-top: 21px;
	padding-bottom: 2px;
	margin-left: 0px;
}
#right .projects li {
	float: left;
	margin-right: 19px;
}
#right .projects .lastimage {
	margin-right: 0px;
}
#right .projects img {
	background-image: url(../images/image_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px;
	vertical-align: top;
	border-style: none;
}
#right .notice {
	margin-top: 18px;
	padding: 8px;
	width: 434px;
}
#right .error
{
	background-color: #E6E3DC !important;
	border: 1px solid #B8B8B8 !important;
	color: #C4813F !important;
}
#right .success
{
	background-color: #E6E3DC;
	border: 1px solid #B8B8B8 ;
}
#right form p {
	margin-top: 18px;
}
#right form label {
	display: none;
}
#right form .textfield {
	border: 1px solid #C2BCA8;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
	width: 436px;
	padding: 7px;
}
#right form .textarea {
	border: 1px solid #C2BCA8;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;
	width: 436px;
	padding: 7px;
	height: 91px;
	overflow: auto;
}
#right form .selectbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 436px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #C2BCA8;
	cursor: pointer;
	color: #202020;
	background-image: url(../images/selectbox.gif);
	background-repeat: no-repeat;
	background-position: 428px 7px;
}
#right form .selectbox-wrapper ul {
	list-style-type: none;
	line-height: normal;
	margin-top: 0px;
	margin-left: 0;
	background-color: #FFFFFF;
	font-size: 14px;
	display: block;
	position: absolute;
	width: 450px;
	z-index: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #B2B2B2;
}
#right form .selectbox-wrapper ul li {
	cursor: pointer;
	display: block;
	width: 450px;
}
#right form .selectbox-wrapper ul li.selected { 
	background-color: #FFFFFF;
}
#right form .selectbox-wrapper ul li.current { 
	background-color: #316AC5;
	color: #FFFFFF;
}
#right form #uploadbox {
	width: 662px;
	height: 32px;
	margin-top: 18px;
}
#right form #uploadbox div {
	float: left;
}
#right form #uploadbox .text {
	height: 23px;
	width: 356px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #202020;
	border: 1px solid #C2BCA8;
	padding-top: 7px;
	padding-left: 8px;
}
#right form #uploadbox .file {
	height: 32px;
	width: 81px;
	position: relative;
	text-align: right;
	background-image: url(../images/browse.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin-left: 5px;
}
#right form #uploadbox .file input {
	position: absolute;
	cursor: pointer;
	width: auto;
	margin-bottom: 0px;
	font-size: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 0px;
	cursor: pointer;
}
#right form .checkbox label {
	padding-left: 20px;
	cursor: pointer;
	display: block;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	line-height: 16px;
	width: 432px;
}
#right form .checkbox label.checked {
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: left -14px;
}
#right form #invoicebox {
	display: none;
}
#right form #submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #ABA696;
	border: solid 1px #ABA696;
	color: #EBEAE4;
	width: 102px;
	padding-top: 2px;
	padding-bottom: 4px;
	cursor: pointer;
}
#footer {
	clear: both;
	display: block;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #76705C;
	text-align: right;
	height: 25px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 11px;
}
#footer a {
	color: #76705C;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}