@CHARSET "utf-8";

html {
  background: url("images/background.gif")  repeat-x #a1e0fb;
  text-align: center;
  width: auto;
}

html,body,form {
	margin: 0;
	padding: 0;
}

html,body,select,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d5e53;
}

a img {border: none}

hr {
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #e6e6e6;
	background-color: #e6e6e6;
}

/**********************************************/
/**** container
/**********************************************/
#container {
	background: #ffffff;
	width: 850px;
	margin: 0px auto;
	text-align: left;
}

/**********************************************/
/**** container_header
/**********************************************/
#container_header {
	height: 95px;
}
/**********************************************/
/**** main_menu
/**********************************************/
#main_menu {
	width: 850px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url("images/mainmenu_bg.gif") repeat-x;
}

#main_menu li {
	float: left;
	padding: 0px 10px;
	background: url("images/mainmenu_separator.gif") no-repeat left center;
}

#main_menu li.noborder {
  background: none;
}

#main_menu a {
	display: block;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

#main_menu a:hover {color: #b7f1ff;}

#main_menu a.selected1 {color: #192c6b;}

/**********************************************/
/**** left_menu
/**********************************************/
#left_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left_menu li {
	padding: 0px;
	margin-bottom: 4px;
}

#left_menu a {
	width: 112px;
	height: 14px;
	padding-left: 4px;
	padding-top: 2px;
	display: block;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
}

#left_menu a:hover {color: #b7f1ff;}

#left_menu a.selected1 {color: #192c6b;}

/**********************************************/
/**** container_desktop
/**********************************************/
#container_desktop {
	margin: 12px 12px;
	background: url("images/desktop_bg.gif") repeat-y;
}

/**********************************************/
/**** left_panel, right_panel
/**********************************************/
#left_panel, #right_panel {
	width: 119px;
	height: 100%;
	padding: 8px;
	margin: 0px;
	color: #ffffff;
	background: url("images/panel_bg.gif") repeat-y;
}

#left_panel {
	float: left;
}

#left_advert {
	width: 66px;
	height: 18px;
	padding-left: 52px;
	padding-top: 249px;
	background: no-repeat;
}

#left_advert a {  
	width: 61px;
  height: 15px;
  display: block;
  background: url("images/button2.gif") no-repeat;
}

#right_panel {
	float: right;
}

#left_panel h1, #right_panel h1 {
	margin: 3px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #174682;
}

#right_panel div.box {
	padding: 5px 0px;
	border-bottom: 2px solid #89d4ed;
}

#right_panel div.text_content {
}

#right_panel div.text_content a {
  font-size: 14px;
  color: #174682;
  text-decoration: underline;
}

#right_panel div.text_content a:hover {color: #ffffff;}

#right_panel div.image_content {
	width: 21px;
	height: 19px;
	padding-left: 97px;
	padding-top: 60px;
	background: no-repeat;
}

#right_panel div.image_content a {
	width: 17px;
	height: 15px;
	display: block;
	background: url("images/button1.gif") no-repeat;
}

/**********************************************/
#search {
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
}

#search input {
  width: 95px;
  height: 13px;
  padding: 1px;
  border: 1px solid #4ebfe4;
  vertical-align: middle;
  font-size: 11px;
  margin-top: 1px;
}
  
#search input.button {
  width: 17px;
  height: 15px;
  margin-left: 0px;
  background: url("images/button1.gif") no-repeat center center;
  border: none;
}

/**********************************************/
/**** middle_panel
/**********************************************/
#middle_panel {
	width: 500px;
	min-height: 397px;
	padding: 0px;
	padding-left: 28px;
	float: left;
}

#middle_panel h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #00598a;
}
	
#middle_panel h1 span {
	font-size: 12px;
	color: #89d4ed;
}

/**********************************************/
/**** footer
/**********************************************/
#footer {
  height: 12px;
  padding: 2px;
  margin: 0px;
  font-size: 10px;
  color: #a1e0fb;
  background-color: #006597;
  text-align: center;
}

#footer a {color: #a1e0fb; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/**********************************************/
/**** products
/**********************************************/
#products {

}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 500px;
	height: 200px;
	background: url("images/search_products_bg.gif") 0px 25px repeat-x;
}

.stepcarousel .belt {
	position: absolute;
	left: 1px;
	top: 42px;
	
}

.stepcarousel .panel {
  width: 109px;
  height: 116px;
  padding: 5px 7px;
  margin: 0px 1px;
	float: left;
	overflow: hidden;
	background: url("images/search_product_bg.gif") no-repeat;
}

.stepcarousel .panel a {
	height: 28px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

/**********************************************/
/**** product
/**********************************************/
#product {
	padding-bottom: 10px;
	background: url("images/product_bg.gif") no-repeat left top;
	border-bottom: 2px solid #00598a;
}

#product h1 {
	height: 22px;
	padding-right: 10px;
	padding-top: 2px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 14px;
	float: left;
	background: url("images/product_h1_bg.gif") no-repeat right top;
}

#product_left {
	width: 160px;
	float: left;
}

#product_right {
	width: 330px;
	padding-left: 2px;
	float: right;
	border-left: 1px solid #d1d1d1;
}

#select_product {
	width: 150px;
	margin-bottom: 10px;
}

#select_range {
  width: 150px;
  margin-bottom: 10px;
}

#button_order {
	width: 49px;
	height: 19px;
	border: none;
	cursor: pointer;
	background: url("images/button_order.gif") no-repeat;
}

#button_enquire {
  width: 56px;
  height: 19px;
  border: none;
  cursor: pointer;
  background: url("images/button_enquire.gif") no-repeat;
}

/**********************************************/
/**** content
/**********************************************/
#content {
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 3px 0px;
  margin: 0px;
  margin-bottom: 10px;
}

#content h1, #content h3, #content h5 {
	color: #00598a;
}

#content h2 {
  font-size: 14px;
}

#content h1 {
  font-size: 14px;
}

#content h3 {
  font-size: 14px;
}

#content h4 {
  font-size: 14px;
}

#content h5, #content h6 {
  font-size: 14px;
}

#content img {
	padding: 1px;
	margin: 1px;
	border: 1px dotted #b2b2b2;
}

#content p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#content a img {
	border: none;
}

#content a {
	color: #14aadc;
	text-decoration: underline;
}

#content a:hover {
	color: #00598a;
}

#content hr {
	clear: both;
}

#content div.date {
	margin-bottom: -2px;
	font-size: 11px;
}

#content div.caption {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}

#content img.product {
	display: block;
	padding: 0px;
	margin-top: 20px;
	border: none;
}
/*****************************************/
/*****************************************/
/*****************************************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

