/* http://meyerweb.com/eric/tools/css/reset/ compressed */ body{margin:0;padding:0;border:0;outline:0;vertical-align:baseline}html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/* remember to define focus styles! */:focus{outline:0}/* remember to highlight inserts somehow! */ins{text-decoration:none}del{text-decoration:line-through}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse;border-spacing:0}

body { color: #6a5135; background: #dbc49a url(../images/global/background-tan.jpg) repeat; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

img { vertical-align: bottom; }

h1 { padding: 10px 0 10px 0; margin: 0; font-weight: normal; font-size: 18px; line-height: 21px; }

p { padding: 10px 0 10px 0; margin: 0; line-height: 21px; }

a { color: #6a5135; }



#wrapper { width: 900px; margin: 0 auto 0 auto; }


#header { width: 900px; height: 440px; margin-bottom: 25px; position: relative; }

.short { height: 300px !important; overflow: hidden; }

#menu-holder { width: 900px; height: 40px; background: url(../images/global/background-menu-holder.png) repeat-x; position: absolute; z-index: 1; bottom: 0; left: 0; }

#left-column { width: 192px; float: left; overflow: hidden; text-align: center; }

#right-column { width: 562px; padding: 0 100px 40px 45px; border-left: solid 1px #6a5135; float: left; overflow: hidden;  }

.column { width: 280px; float: left; overflow: hidden; }


ul#house-list { padding: 0; margin: 0; list-style: none; }

ul#house-list li { width: 180px; float: left; padding: 0; overflow: hidden; margin: 0 10px 0 0; }

ul#house-list li.last { margin: 0 !important; }

.house-title { font-size: 14px; padding: 10px 0 5px 0; text-align: center; }

.block-link { width: auto; height: 20px; background: #6a5135; color: #fff; display: block; text-align: center; text-decoration: underline; }

.block-link:hover { text-decoration: underline; }


ul { list-style: disc; margin-top: 0 !important; padding-top: 0 !important; }

ul li { padding: 0 0 10px 0; line-height: 18px; }


/* menu */

ul#menu { margin: 0; padding: 0; float: right; }

ul#menu li { float: left; list-style: none; padding: 0 3px 0 0; background: url(../images/global/background-menu-break.png) right no-repeat; overflow: hidden; }

ul#menu li.null { background: none !important; padding: 0 !important; }

ul#menu li a { width: auto; padding: 0 22px 0 25px; height: 40px; line-height: 40px; color: #eed9b5; text-decoration: none; text-transform: capitalize; font-size: 14px; display: inline-block; white-space: nowrap; }

ul#menu li a:hover, li#current a { background: url(../images/global/background-menu-on.png) repeat-x; color: #fff !important; }



/* forms */

.form ul { padding: 0; margin: 0; list-style: none; }

.form ul li { padding: 0 0 10px 0; clear: both; overflow: hidden; }

label { width: 100px; padding: 3px 0 0 0; float: left; }

input { width: 190px; }

input.submit, input.checkbox { width: auto !important; }

input, textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #a7a7a7;
	padding: 5px;
	color: #a7a7a7;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	font-size: 12px;
}
input:focus, textarea:focus, input.submit {
	border: solid 1px #000000;
	color: #000000;
}
