/* CSS Document */

h2 {
padding: 2px 0 11px 6px;/*same as caption, below*/
}

#text {
	padding: 120px 0px 70px 300px;
}

#h1_shadow {
	padding: 122px 0px 70px 299px;
} /*position is based on #text position-+2 top -1 left*/
/* FORM */

#searchform {
padding: 25px 0;
font-size:11px;
background: #c6ccdc;
width:420px;
}

label { 
float: left;}

.label_1 {
float: left;
width: 130px;
background-color: #6E87AC;
text-align: right;
padding: 2px 3px 1px;
}

input{
	background: #c6ccdc;
	text-align: left;
	border: none;
	padding: 2px 3px 1px 6px;
  }

div.block{
border-bottom: 2px solid #FFF;
vertical-align:top;
padding: 0;
clear: left;
}

input.button_indigo 
{top: 20px;
margin-right: -50px;
float: right;}

.width_medium {
	width: 95px; 
}    
.width_small {
width: 50px;
}

div.arrow {
	width: 15px;
	height: 17px;
	background: url(../images/search_arrow.gif) no-repeat;
	vertical-align: top;
	z-index: 10000;
	float: left;
	padding: 0px;
	border: none;
}


 .select_cat, .select_sub {
	font-size: 10px;
	width: 200px;
	border: none;
	padding:0;
} 


.select_cat {
	color: #FFF;
	background: #BB9970;
} 

.select_sub {
	color: #000;
	background: #ECE2C3;
} 

.select_cat option, .select_sub option {
	min-height: 12px;
	border-top:none;
	border-left: none;
	border-bottom: none;
	border-bottom: 1px solid #FFF;
vertical-align: middle;}



/*----------------------------
nav_bottom
----------------------*/
#nav_bottom {

	margin-top: 60px;
}