

/*  LAYOUT  */


body {
	margin: 0px;
	padding: 0px;
	background: #5E5E5E top center repeat url(../images/bgnd_page_1.png);
}


#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	margin-left: -390px;
	position: absolute;
	top: -231px;
	left: 50%;
	width: 780px;
	height: 462px;
	visibility: visible;
}


/*  HOMEPAGE  */


.home_top {
	background: top left no-repeat url(../images/bgnd_inner_1.jpg);
	height: 175px;
}
.home_bottom {
	background: bottom right no-repeat url(../images/bgnd_inner_2.jpg);
	height: 201px;
}


/*  TEXT & TEXT BLOCKS  */


body, td, div, input, textarea, select, option {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}


input, textarea, select, option {
	line-height:12px;
	color:#333333;
}


a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


.div_horiz_1 {
	height: 1px;
	margin-top: 3px;
	margin-bottom: 4px;
	overflow: hidden;
	background: repeat-x left top url(../images/div_horiz_1.gif);
}


div.scrollable, div.scrollable_small {
	width: 410px;
	overflow: auto;
	height: 130px;
	/* ie scrollbars */
	scrollbar-base-color: #000000; 
	scrollbar-track-color: #000000;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #828282;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #828282;
	scrollbar-arrow-color: #828282;
}


textarea {
	/* ie scrollbars */
	scrollbar-base-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #7F9DB9;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #7F9DB9;
	scrollbar-arrow-color: #7F9DB9;
}


strong {
	color:#FFFFFF;
	font-weight:normal;
}


div.brand_list {
	float:left;
	width:185px;
	margin:0px 10px 20px 0px;
	text-align:center;
}


#footer {
	display:none;
}




/* FORMS */



form label {
	clear:left;
	float:left;
	width:120px;
	display:block;
}


