/* Tabs */
div.tabs {
	background-color: #EBF2F6;
	margin-bottom: 1em;
	width: 531px;
	clear: both;
}

div.tabs ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

div.tabs ul li {
	width: 176px;
	float: left;
	display: block;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 30px;
	background-color: #c3d7e3;
	margin-bottom: 1em;
}
/* There are four tabs in OUR KEY BUSINESS PAGE so we changing the width */
body#our_key_business div.tabs ul li {
	width: 131px;
}

div.tabs h4{
	font-size: 1.1em;
	padding-top: 1em;
}

div.tabs  h4{
	font-size: 1.2em;
	padding-top: 10ox;
	color: #990A5C;
	font-weight: bold;
}
div.tabs ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0.5em;
}
div.tabs ul li a.active_tab {
	color: #990A5C;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	background-color: #EBF2F6;
	background-image: url(../images/g_tab_bg.png);
	background-repeat: repeat-x;
	background-position: 0px -3px;
}
div.tabs div.left {
	width: 48%;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
}
div.tabs div.left a {
	color: #007396;
	font-weight: bold;
}

div.tabs div.right {
	width: 45%;
	float: left;
}

div.tabs div.best_products {
	background: #fff;
	padding-top: 0.5em;
	margin-bottom: 1em;
}


div.tabs div.image_desc {
	background: #fff;
	padding-top: 1em;
	margin-bottom: 0.4em;
	width: 230px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #007396;
	font-size: 0.9em;
}


div.tabs div.right_column {
	background: #fff;
	padding-top: 0.5em;
	margin-bottom: 0.4em;
	clear: both;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
} 

div.tabs div.right_column img {
	margin-bottom: 1em;
	}
	
div.tabs div.right_column img.border {
	}
div.best_products1 {
	border-top: 2px solid #007396;
	border-bottom: 2px solid #007396;
	background: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
}
div.product_box {
	float:left;
	margin-right: 5px;
}
div.product_box p {
	font-size: 1em;
	padding-top: 0.3em;
	padding-left: 10px;
}
div.best_products {
	border-top: 1px solid #007396;
	border-bottom: 1px solid #007396;
}

div.product_box {	float:left;
	margin-right: 5px;
}
.product_images {
	width: 80px;
	float: left;
	margin-right: 15px;
}
.keymarket_bullets {
	width: 250px;
	float: left;
	color: #007396;
	font-weight: bold;
	line-height: 18px;
}

.strategy_container {
	height: 110px;
	clear:both;
	margin-bottom: 10px;
}
.strategy_figure {
	float: left;
	width: 70px;
	height: 100px;
	border-right: 1px solid #007396;
}

.strategy_content {
	float: left;
	margin-left: 10px;
}

