body{
	color:#5a5a5a;
	background-color: #666;
}

a{
	text-decoration:none;
	color:#000;
}

a.url{
	color:#1e4b9e;
	font-size:10px;
	text-decoration:none;
}

#header{
	background:#fff url(../images/logo.png) 20px center no-repeat;
	height:105px;
}
#links{
	background:#fff url(../images/link_bg.gif) left bottom repeat-x;
	margin-bottom:2px;
}

#main {
	background-color: #fff;
	padding-top:10px;
}

#show_plate{
	background:#fff url(../images/ad.png) center center no-repeat;
	height:134px;
}
#show_plate_product{
	background:transparent url(../images/ad_product.png) center center no-repeat;
	height:132px;
	overflow:visible;
}
#footer{
	border-top: 1px solid #ccc;
	background:#fff url(../images/bottm_copyright_bg.gif) left top repeat-x;
	height:34px;
	line-height:34px;
	margin-bottom:30px;
	overflow:hidden;
	text-align:center;
}
#footer a:hover{
	text-decoration:underline;
}

/* Main */
	.section-title{
		background:transparent url(../images/section-title-bg.gif) left center repeat-x;
		overflow:45px;
		padding:0 20px;
	}
	.section-title img{
		display:block;
	}
	.section-title.title-bg-1{
		background:transparent url(../images/section-title-bg-1.gif) left 9px repeat-x;
	}
	.section-body{
		padding:10px;
		overflow:hidden;
	}
	.section-body .section-body, .section-body .section-title{
		margin:0 15px;
	}

/* Footer */
	#footer h1{
		color:#494949;
		font-size:12px;
	}
/* Header*/
	#language{
		bottom:0;
		right:20px;
		position:absolute;
		text-align:right;
		vertical-align:top;
	}

/* Links */
	#links .container{
		padding:0 20px;
	}
	#links .container div{
		height:50px;
	}
	#links .primary-link{
		float:left;
		height:26px;
		line-height:26px;
		overflow:hidden;
		text-align:center;
		width:110px;
		margin-right:1px;
	}
	#links a{
		color:#5297d1;
		cursor:pointer;
		font-weight:bold;
		text-decoration:none;
	}
	#links a.primary-link:hover{
		background:transparent url(../images/primary_link_active.gif) center bottom no-repeat;
		color:#3471b7;
	}
	#links a.primary-link.active{
		background:transparent url(../images/primary_link_active.png) center bottom no-repeat;
		color:#3471b7;
	}
	#links .secondary-link{
		bottom:0;
		height:20px;
		left:0;
		line-height:20px;
		overflow:hidden;
		position:absolute;
	}
	#links .secondary-link a{
		color:#231815;
	}
	#links .secondary-link li{
		border-right:1px solid #d8d8d8;
		float:left;
		list-style:none;
		text-align:center;
	}
	#links .secondary-link li a{
		display:block;
		width:110px;
	}
	#links .secondary-link li a.active, #links .secondary-link li a:hover {
		/* background:transparent url(../images/secondary-arrow.gif) 16px center no-repeat;*/
		background:transparent url(../images/secondary-bg.gif) left center repeat-x;
	}

/* ul */

	ul.left-list li{
		list-style: none;
		background: transparent url(../images/list-img.gif) left center no-repeat;
		padding-left:25px;
	}
	
	ul.product-list,
	.ul-style{
		list-style-type:none;
	}

	ul.product-list li{
		
		display:inline;
	}

.title {
	font-weight:bold;
}

