@charset "utf-8";
/* CSS Document */

body {
	
}

html, body, h2, h3, h4, h5, h6, p, input, textarea, select, form {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color:#999;
}

.parent-div{
	width:960px;
	margin:0 auto;
	
}

.header{
	height:150px;	
}

.logo{
	
	float:left;
	width:200px;
	height:150px;
	background-color:#000;
}

.product-list{
	float:left;
	height:150px;
	width:750px;
	margin-left:0px;
}

.menu-bar{
		
}

.left-body-wrapper{
	width:310px;
	float:left;
}

.right-body-wrapper{
	width:646px;	
	float:right;	
	height:300px;
	padding:2px;
	
	
}

.events{
	float:left;
	width:300px;
	margin:0px;
	height: auto;
	
}

.slider-show{
	
	height:300px;
	
}

.about-company{
	
	
	
}

.details{
	
	background:#000;
	height:auto;
}

.content{
	margin:5px 5px;
	border:1px #cccccc solid;
	background:#F5F5F5;
	height:auto;
}

.footer{
	margin-top:10px;
	width:954px;
	padding:3px;
	background-color:#000;
	height:100px;
}	

.footer-menu{
	width:900px;
	margin:auto;
	padding-top:10px;
	text-align:center;		
}

.footer-menu-copy{
	padding-top:10px;
	text-align:center;	
	width:900px;
	margin:auto;
}

a{
	color:#F60;		
}

a:hover{
	color:#09C;		
}

a:visited{
	color:#900;		
}


.product-detail{
	margin:10px;		
	background-color:#000;
}
.brands-detail{
			
	
}

.product-detail-country{
	width:100px;
	margin:5px;
	padding:2px;
	float:left;
	
}

.product-detail-name{
	width:550px;	
	margin:5px;
	padding:2px;
	float:left;
	
}

.product-detail-description{
	float:left;
	width:783px;
	margin:5px;
	
	padding:2px;
}

.more{
	float:left;	
}

.download{
	float:right;	
}