@font-face {
   font-family: 'KudasaiRegular';
   src: url('/pub/type/kudasai-webfont.eot');
   src: url('/pub/type/kudasai-webfont.eot?#iefix') format('embedded-opentype'),
   url('/pub/type/kudasai-webfont.woff') format('woff'),
   url('/pub/type/kudasai-webfont.ttf') format('truetype'),
   url('/pub/type/kudasai-webfont.svg#KudasaiRegular') format('svg');
   font-weight: normal;
   font-style: normal;
}
#header_text h1 {
   font-family: 'KudasaiRegular';
   color:#886e2b;
   font-size:34px;
}
#content_inner h2 {
   font-family: 'KudasaiRegular';
   font-size:30px;
   color:#886e2b;
}
#content_inner h3 {
   font-family: 'KudasaiRegular';
   font-size:26px;
   color:#886e2b;
}
h4.rate_cost {
   font-size:14px;
   color:#666;
   margin:0 0 10px 0;
   font-weight:bold;
}
div.sub_page {
   margin-top:2em;
   padding-left:0;
}
#content_inner .error {
	background-color:#cc0000;
	color:#fff;
	font-weight:bold;
	padding:1em;
}
#content_inner em {
	font-style:italic;
}
#content_inner ul {
	list-style:square;
	margin-left:1em;
}
#content_inner li {
	margin:0.5em;
}
#content_inner a {
	text-decoration:underline;
	color:#886e2b;
}

html, body {
	background-image: url(../../images/designs/design11/theme3-inner/page_bg.gif);
}
#page {
	width: 760px;
	margin:auto;
	background-image: url(../../images/designs/design11/theme3-inner/bg_sides.gif);
	background-repeat: repeat-y;
	background-position:right;
}
#content {
	width: 746px;
	background-image: url(../../images/designs/design11/theme3-inner/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#fff;
}
#content #header {
	background-image:url(../../images/designs/design11/theme3-inner/header.jpg);
	height:144px;
	width:746px;
}
#content_inner {
	font-family: Tahoma;
	font-size: 13px;
	color: #666;
   padding:0 25px 0 30px;
}
#content_inner a {
   color:#886e2b;
}

#menu {
	background-image: url(../../images/designs/design11/theme3-inner/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 244px;
	height:438px;
	float: left;
}
#text_content {
	width: 502px;
	float:right;
}
#menu li {
	height:30px;
}
#menu li a {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
}
#menu a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	padding-top:21px;
	padding-left:57px;
	padding-bottom:7px;
	list-style-type:none;
}
#footer {
	clear: both;
	padding-top: 81px;
}
#footer_text {
	padding-top:40px;
	padding-bottom:5px;
	font-size:11px;
	color:#fff;
}
#footer_text a {
	font-family:Tahoma;
	font-size:11px;
	color:#fff;
}

#customer_form {
   width:100%;
   margin-bottom:20px;
}
#customer_form fieldset{
   border:#886e2b 2px solid;
}
#customer_form .inner {
   margin:10px 25px 15px 15px;
}
#customer_form fieldset legend{
   font-size:1.3em;
   font-weight:bold;
   padding:0 5px;
   margin:0 10px;
   color:#886e2b;
}
#customer_form .labeled_input {
   width:100%;
   height:35px;
   clear:both;
   margin:5px 0;
   padding-left:10px;
   color:#000;
}
#customer_form .tall {
   height:100px;
}
#customer_form .labeled_input label{
   float:left;
   width:110px;
   text-align:right;
   margin-right:20px;
   font-weight:bold;
   padding-top:8px;
}
#customer_form .labeled_input .fields {
   display:block;
   float:left;
   padding-top:7px;
}
#customer_form .labeled_input input[type="text"] {
   height:20px;
   width:250px;
}
#customer_form .labeled_input textarea {
   height:80px;
   width:250px;
}
#customer_form input[type="submit"] {
   clear:both;
   margin:0 0 8px 130px;
}
#customer_form .labeled_input input.phone {
   width:40px;
}
#customer_form .labeled_input input.amount {
   width:60px;
}

/** begin hours chart **/
#hours_box {
   border:#791e1e 1px solid;
   color: #000;
}

#hours_box .odd {
   background:#d7d0b6;
}

#hours_box .even {
   background:#dacdad;
}
/** end hours chart **/


