/* Main container */
a img {
  border:0;
}
#main-container {
	width:810px;
	padding-bottom:10px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:#CCCCCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}


/* Mercury & Aga Logos */

#logo-container {
	width:810px;
	height:75px;
	float:left;
}


#aga {
	float:left;
	width:178px;
	margin:19px 0px 0px 14px;
}

#mercury-logo {
	width:168px;
	padding-right:20px;
	margin-top:25px;
	float:right;
}



/* Top Navigation */

.menu {
	width:810px;
	float:left;
	z-index: 100;
	font-family:arial, sans-serif;
	margin-bottom:20px;
}


.menu ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin:0px;
	padding-left:15px;
}

.menu a, .selected-menu-item span {
	display: block;
	color: #808080;
}

.menu li { /* all list items - some of this needs overriding for submenus */
	font-size: 10px;
	float: left;
	line-height: 250%;
}

.menu li a, .selected-menu-item span { /* submenu overrides below */
	padding: 0px 20px 0px 0px; 
	color: #808080;
}

.menu li ul { /* second-level lists */
	position: absolute;
	background-color:#ffffff;
	border:#CCCCCC solid 1px;
	width: 145px;
	left: -999em; 
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 8px;
	z-index: 9999999;
}

.menu li:hover ul, .menu li.sfhover ul { /* lists nested under hovered list items */
	padding: 0px 0px 10px 4px;
	left: auto;
}

.menu li ul li {
	width: 145px;
	font-size: 10px;
	font-weight: normal;
	line-height: 180%;
}

.menu li ul li a {
	padding:8px 10px 0px 0px;	
	color:#808080;
}

.menu a:hover, .selected-menu-item span { 
	color:#000000; 
}

#content {
	clear: left;
	color: #ccc;
}

a:link {
	text-decoration: none;
	color: #109682;
}
a:visited {
	text-decoration: none;
	color: #109682;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
a:active {
	text-decoration: none;
	color: #109682;
}

/* Footer Container */

#footer-container {
	padding-top:10px;
	float:left;
	width:780px;
	margin:20px 15px 15px 15px;
	border-top:#CCCCCC solid 1px;
}

.footer-links {
	float:left;
	width:auto;
	font-size:10px;
}

.footer-address {
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
}


/* Padding */

.padding-b-15px {
	padding-bottom:15px;
}

.padding-t-7px {
	padding-top:7px;
}



/* Font styles */

.bold {
	font-weight:bold;
}

.black {
	color:#000000;
}




/********* Tabs Styling ************/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	padding:0px;
	border-bottom: 1px solid #999;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	margin-right:6px;
	text-align:center;
	top:-1px;
	padding-bottom:5px;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border: 1px solid #999;
	border-bottom: none;
	background-color:#d3d5d7;
}
ul.tabs li a {
	text-decoration: none;
	color: #656565;
	display: block;
	outline: none;
  font-size:100%;
  padding:4px 12px;
  font-family: arial, sans-serif;
}
ul.tabs li a:hover {

}	
html ul.tabs li.active  {
	background-color: #fff;
	top:0px;
}
ul.tabs li.active a {color:#111;font-weight:bold;}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	width: auto;
	background: #fff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.tab_content {
	padding: 5px;
  margin:0 0 15px 0;
  overflow:hidden;
}
.tab_content h2 {
	padding-bottom: 10px;
}
.tab_content h3 a{
	color: #254588;
}


/***** Product Page Styling *******/
#product_nav {
  float:left;
  width:170px;
  margin:0;
  padding:0;
}
.product_content {margin-left:210px;clear:none !important;}
#product_nav li {
  margin:0;
  padding:0;
  list-style-type:none;
  padding-left:5px;
  border-bottom:1px solid #cccccc;
  font-family: 'Cantarell', arial, serif;
  font-size:12px;
}

#product_nav li.top {padding-left:0;}
#product_nav li.top a {color:#000;font-weight:bold;}
#product_nav li a {
  color:#555;
  display:block;
  padding:4px 5px;
}

#downloads {
  float:right;
  margin-left:20px;
  margin-bottom:45px;
  width:125px;
}
#downloads a img {border:1px solid #555; margin-bottom:12px;}
.tab_content {
  padding:20px;
}


#key_features table {
  width:500px;
}
#key_features td {

}

#key_features td h3 {
  color:#222 !important;
  font-weight:bold;
}

#Products table {
  position:relative;
  left:-8px;
  border-spacing:2px;
}
.technical_data table {width:380px;}
.technical_data table td {
  width:50%;
}
.technical_data table td:first-child {
  font-weight:bold;
}
.technical_data h3 {
  font-weight:normal;
  color:#333;
  margin-bottom:0;
}

#colours .colour-name {
  margin-right:-40px;
}

.page_1101 .tabs {
  display:none;
}
.page_1101 .tab_container {border:0;}
.page_1101 #colours table td {width:40%;font-weight:bold;}
.page_1101 #colours table br {width:100%;clear:both;}


