@charset "utf-8";
@import url('typography.css');
/* Project:	Anglo China Soucing
 * Version:	1.0
 * Author:	Programming-Pool.com (Darius U.)
 * Date:	08.01.2010 @ 10:41
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

.clear {
	clear: both;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	background: url(../images/background_main.jpeg) repeat-y 185px 160px;
}

#header {
	height: 160px;
}
#header .logo,
#header .center,
#header .right {
	float: left;
	height: 160px;
}
#header .logo {
	width: 185px;
	margin-top: 35px;
	height: 125px;
}
#header .center {
	width: 610px;
	background: url(../images/pre_header.jpg) no-repeat right top;
}
#header .right {
	width: 165px;
	background: #0b5779 url(../images/bg_top_right.jpg) no-repeat left top;
	color: #FFF;
	text-align: center;
}
#header .right p.exchange-title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 35px 0 15px 0;
}
#header .right ul.exchange-currency {
	list-style: none;
	font-family: 1em;
}

#main {
/*	min-height: 800px;*/
	overflow: hidden;
}

#sidebar-left {
	width: 185px;
	min-height: 476px;
	height:476px;
	height:auto!important;
	background: url(../images/bg_menu.jpg) no-repeat left top;
	float: left;
}
#sidebar-left ul.menu-left {
	padding: 22px 15px 15px 15px;
	list-style: none;
}
#sidebar-left ul.menu-left li {
	font-size: 1.1em;
	margin-bottom: 15px;
}
#sidebar-left ul.menu-left li a {
	color: #005476;
	text-decoration: none;
}
#sidebar-left ul.menu-left li a:hover {
	color: #D69D46;
}
#sidebar-left ul.menu-left.small li {
	font-size: 0.8em;
	margin-bottom: 5px;
}
#sidebar-left form.search-form {
	margin: 30px auto 0 auto;
	width: 155px;
}
#sidebar-left form.search-form * {
	font-size: 0.8em;
}
#sidebar-left form.search-form .textbox {
	border: 1px solid #DDD;
	padding: 2px;
	width: 149px;
}
#sidebar-left form.search-form .submit {
	background-color: #d69d46;
	color: #FFF;
	border: none;
	margin-top: 10px;
	float: right;
}

#sidebar-right {
	width: 165px;
	float: left;
	text-align: center;
	padding-top: 50px;
	background:url("../images/background_right_column.jpeg") no-repeat scroll -89px 0 transparent;
}

#content {
	width: 560px;
	padding: 22px 25px 25px 25px;
	float: left;
	color: #005476;
	position:relative;
	background:url("../images/background_content.jpeg") no-repeat scroll 0px 0 transparent;
}

#content a
{
	color:#005476;
	text-decoration:underline;	
}

#content .newsList hr
{
	color: #005476;
	background: #005476;
	display:block;
	clear:right;
	border: 1px solid #005476;
}

#content .history p {
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 15px;
}
#content .history strong.start
#content .history b.start {
	font-size: 1.1em;
}
#content h1 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
#content p {
	line-height: 20px;
	font-size: 1em;
	margin-bottom: 15px;
}
#content img.left {
	margin: 0 15px 15px 0;
	float: left;
}
#content img.right {
	margin: 0 0 15px 15px;
	float: right;
}
#content ul.list {
	padding: 0;
	list-style: none;
	clear: left;
	margin-bottom: 15px;
}
#content ul.list li {
	padding-left: 20px;
	background: url(../images/bullet-list.gif) no-repeat 0 5px;
	line-height: 20px;
	font-size: 1em;
}
#content ul.list li a
{
	color:#005476;
	text-decoration:none;
}

.product
{
	display:inline;
	float:left;
	width:170px;
	height:120px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:15px;
}
.material
{
	height:90px!important;	
}
.product a
{
	text-align:center;
	width:100%;
	display:block;
	overflow:hidden;
}

.product a img
{
	height:120px;
	width:auto;
}

.material a img{
	height:90px!important;
	width:auto!important;
}

.overlay
{
	opacity:0.9;
	zoom:100%;
	filter:alpha(opacity=90);
	background:#fff;
	z-index:1;
}

.contentAboveOverlay,.overlay
{
	width:100%;
	height:100%;
	clear:both;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#productImage img
{
	width:460px;
}

.productDetails
{
	display:block;
	margin:0 auto;
	width:460px;
}

.productDetails h2,.closeDetailsBtn a
{
	font-size:1em;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
}

.closeDetailsBtn a
{
	text-decoration:none;
}

.closeDetailsBtn
{
	float:right;
}