/* CSS Document */
body {
	margin: 20px 0;
	background-color:#353535;
}
#container {
	width: 724px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}
#header {
	width: 100%;
	background: url(../images/header_bg.jpg) no-repeat;
	height: 135px;
}
#logo {
	float: left;
	padding: 23px 0 0 32px;
	width: 68px;
	height: 84px;
}

/*====================================== Menu Part =====================================*/
#menu {	
	padding-top: 55px;
	float: right;
	width: 610px;
	text-align: right;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu a {
	line-height: 53px;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 20px 10px 20px 4px;
	background: url(../images/menu_off.jpg) no-repeat bottom right;
}
#menu a:hover {
	background: url(../images/menu_on.jpg) no-repeat bottom right;
}

/*======================================Page Part =====================================*/
#page {
	width: 710px;
	padding: 0 7px 10px 7px;
	background: url('../images/page_bg.gif') repeat-y;
}

/*====================================== Side Content Part =====================================*/
#side_content {
	width: 165px;
	float: left;
}
.side_title, .login_title {
	width: 142px;
	font-size: 15px;
	color: #f47100;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 8px 0 7px;
	letter-spacing: -1px;	
}
.side_title {
	padding: 15px 0 20px 8px;
	background: url('../images/title_bg.gif') repeat-x bottom;	
}
.login_title {	
	padding: 15px 0 0px 8px;
	border-bottom: 1px solid #ddd;
}
.login {
	padding: 10px 0 10px 17px;
	width: 141px;
	float: left;
	border-bottom: 1px solid #ddd;
}
.txtbox {
	width: 120px;
	color: #555;
} 
.login a {
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 10px;
}
.login a:hover {
	color: #f47100;
}
#side_ads  {
	padding: 20px 0 0 2px;
	width: 156px;
	float: left;
}
#side_ads img {
	padding-bottom: 4px;
}



/*====================================== Main Content Part =====================================*/
#main_content {
	float: right;
	width: 537px;
}
#banner {
	padding: 3px 0 0 0 ;
}
#content {
	width: 100%;
	padding-top: 10px;
}
.page_title {
	font-size: 15px;
	color: #f47100;
	font-weight:700;
	padding: 0 0 5px 0;
}
.page_title_black {
	color:#000000;
	font-size:14px;
	font-weight:700;
	padding: 0 0 5px 0;
	border-bottom:1px solid #cbcbcb;
}
.sub_title {
	font-size:13px;
	font-weight:700;
	padding: 5px 0 5px 3px;
	border-top:1px solid #cbcbcb;
	border-bottom:1px dotted #cbcbcb;
	background-color:#F1F1F1;
	color:#f47100;
}
.product_highlight {
	padding:10px;
}
.product_highlight img {
	padding: 0 3px;
}
.MCproductsHdr{
	font-size:12px;
	font-weight:700;	
}
.MCproductsDesc{
	color: #7b7b7b;
}
.grey_header {
	font-size:14px;
	font-weight:700;
	padding: 5px 0;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
.news_centre {
	padding:10px;
	border-bottom:1px solid #cbcbcb;
}
.product_header {
	padding: 7px 0;
	border-bottom:1px solid #cbcbcb;
}
.orange_header {
	padding: 10px 0;
}
.orange_header, .productName {
	color:#f47100;
	font-size:12px;
	font-weight:700;
}
.grey_divider {
	background:url(../images/div_grey.gif) repeat-x center;
	height:25px;
}
.productName {
	float: left;
}
.product_img {
	padding: 5px 0;
}
.product_desc {
	padding: 10px 0 20px 0;
	border-bottom:1px solid #cbcbcb;
}
ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
ul li {
	padding: 0 0 15px 10px; 
	background-image:url(../images/arrow_right_black.gif);
	background-repeat:no-repeat;
	background-position:0px 3px; 
}
.tbl_accessory td {
	text-align: center;
	padding: 10px 20px 0 0;
}

/*====================================== Footer Part =====================================*/
#footer {
	background: url('../images/main_bot.gif') no-repeat top;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #fff;
}

/*====================================== Others Classes =====================================*/
.more_link {
	text-align: right;
	padding: 15px 0 0 0;
}
.more_link a, #content .product_highlight li a, .product_highlight li a:visited {
	color: #6f6f6f;
	text-decoration: none;
}
.more_link a:hover {
	color: #f47100;
}
#content .product_highlight li a:hover {
	color: #868686;
}
#content a:link {
	color: #f47100;
	text-decoration: none;
}
#content a:hover {
	color: #6f6f6f;
	text-decoration: none;
}
select, input, textarea {
	font-size:11px;
	vertical-align:middle;
}
form {
	margin:0px; /* this removes the default margins set by browsers */
}
.clear {
	width: 100%;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
	_margin: -13px 0 0 0;
}

