/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#6f634d;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial;
		font-size:0.688em;
		line-height:1.4em;
		color:#602303;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#602303;}
a:hover{text-decoration:none;}
p {padding-top:15px;}

/* ============================= main layout ====================== */

li a {line-height:1.636em;}

.imgindent {margin:0 20px 0 0; float:left;}
.title {background:url(images/title_bg.gif) bottom left no-repeat; padding-bottom:12px; margin-bottom:12px;}

/* ============================= header ====================== */

.logo {margin-bottom:13px;}

/* ============================= middle ====================== */

.img {margin:22px 0 0 14px;}

.indent {padding:20px 23px 28px 26px;}

/* ============================= forms ============================= */


#information_form .rowi {height:50px;}

#information_form {padding-bottom:37px;}
#information_form .input {width:93px; height:15px; border:1px solid #908778; background:#f2e9dc; padding:0 0 0 5px; font-size:1em;}
#information_form .select {width:98px; border:1px solid #908778; background:#f2e9dc; font-size:1em;}

#contact_form {padding:24px 0 0 0;}
#contact_form .rowi {height:26px;}
#contact_form a {float:right; margin-left:5px;}
#contact_form .input {width:135px; height:18px; border:1px solid #585858; background:#f2e9dc; padding:0 0 0 5px; font-size:1em; font-family:tahoma;}
textarea {width:135px; height:111px; border:1px solid #585858; background:#f2e9dc; padding:0 0 0 5px; overflow:auto; font-size:1em; font-family:tahoma;}

