/* CSS Document */
#content div {
	min-height: 1px;
	}
	
* html #content div {
	height: 1px;
	}

#content {
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
#main {
	padding-bottom: 0;
	margin-bottom: 0;	
	}
	
#footer {
	margin-top: 0;
	}

#regions_select {
	float: left;
	width: 375px;
	padding: 10px 0 0;
	margin: -10px 0 0;
	}
	
#regions_select ul,
#region_list li
{
	list-style: none;
	padding: 0;
	margin: 0;
	}

#region_list li {
	font-size: 14px;
	font-weight: bold;
	color: #bcbc92;
	margin: 0;
	background: url(bullet_large.gif) no-repeat 0 3px;
	padding: 2px 0 2px 20px;
	}
	
#region_list ul {
	margin: 0 0 0 -10px;
	}
	
#region_list ul li {
	font-size: 12px;
	font-weight: normal;
	background: url(bullet_small.gif) no-repeat 2px 4px;	
	padding-right: 20px;
	}

#region_list li.selected {
	background: #152019 url(bullet_large_selected.gif) no-repeat 0px 4px;
	padding: 3px 20px;
	margin: -1px 0;
	}
	
#region_list ul li.selected {
	background: #152019 url(bullet_small_selected.gif) no-repeat 3px 7px;
	padding: 4px 20px;
	margin: -2px 0;
	}
	
#region_list a {
	color: #bcbc92;
	}
	
#region_list a:hover {
	color: #aabb38;
	}

	
#content #region_details {
	float: left;
	width: 335px;
	margin: -10px 0 0;	
	background: #152019;
	padding: 10px 0 0;
	min-height: 500px;
	padding: 20px;
	}
	
* html #content #region_details {
  height: 500px;
  position: relative;
}
	
#region_details h3 {
	margin: 0;
	}
	
#region_details p {
	margin: 0;
	}
	
#product_enquiry {
	margin: 0 0 20px 0;
	}
	
#product_enquiry strong {
	color: #aabb38;
	}
	
.distributor {
	margin: 10px 0 20px;
	}
	
.distributor h4 {
	margin: 0;
	}
	
.distributor_email {
	display: block;
	height: 35px;
	width: 170px;
	background: url(button_email.gif) no-repeat 0 0;
	line-height: 35px;
	color: #dfdfce;
	text-decoration: none;
	font-size: 11px;
	padding: 0 0 0 15px;
	margin: 10px 0 0 -5px;
	}
	
.distributor_email:hover {
	background-position: 0 -35px;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	}


.distributor .details {
	margin: 10px 0;
	}
	
.distributor .details strong {
	float: left;
	width: 60px;
	}
	
/** Accordion **/
#region_list ul {
	overflow: hidden;
	}
	
/** Enquiry Form **/

.form {
	min-height: 1px;
	}
	
* html .form {
	height: 1px;
	}
	
.form h4 {
	margin: 0 0 10px;
	}
	
.form_buttons {
	margin: 20px 0;
	height: 40px;
	padding-left: 95px;
	}
	
.form_buttons input {
	display: block;
	height: 35px;
	width: 185px;
	background: url(button_email.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	margin: 0;
	color: #dfdfce;
	font-size: 11px;
	border: none;
	text-align: left;
	cursor: pointer;
	}
	
.form .focus {
	border: 1px solid #aabb38;
	}
	
.form textarea {
	overflow: auto;
	scrollbar-track-color: #27372c;

	scrollbar-3dlight-color: #1f3026;
	scrollbar-arrow-color: #7d7d65;
	scrollbar-darkshadow-color: #1f3026;
	scrollbar-face-color: #2d3f33;
	scrollbar-highlight-color: #2d3f33;
	scrollbar-shadow-color: #2d3f33;
	}
	
.form sup {
	background: url(req.gif) no-repeat top right;
	text-indent: -9000px;
	width: 20px;
	height: 20px;
	}
	
.form_note {
	margin-left: 100px;
	}

.contact_logo{
	float: right;
}
