/*general style*/

*{

	margin:0;

	padding:0;

}

i{

	display:none;

}

body{
	padding:0px;
	
	margin:0px;
	
	background-color: #fff;
	
	background-image: url(../imgs/bk.gif);
	
	background-repeat: repeat-x;
	
	background-position: left top;

}

p, td, label{
	font-size: 12px;
	
	font-family: Arial, Helvetica, sans-serif;
	
}

div.clear{
	clear: left;
}

img{

	border:0;

}

a{

	text-decoration:none;

	color:#fff;

}

a:hover{

	text-decoration:underline;
	
	color:#d2d2d2;

}

h2{
	margin: 130px 0 0 0
}

h3{
	margin: 0 0 10px 0;
}

/*end general style*/

/*layout*/
#container{

	text-align:left;

	border:0px;

	width: 950px;

	\/*IE 5.x hack*/; 	

	height: auto;

	margin-right: auto;

	margin-left: auto;
	
	padding: 0 15px 0 15px;

}

/*header*/
#header{
	width: 945px;
	height: 177px;
	padding: 7px 5px 0 0;
	text-align: left;
	position: relative;

}

#logo{

	height: 64px;

	width: 261px;
	
	margin: 30px 0 0 5px;

}

/*menu*/
#menu{

	width: 499px;

	height:55px;
	
	position: absolute;
	
	top: 128px;
	
	right: 5px;	

}

#menu ul{

	list-style-type: none;

}

#menu li{

	float: left;
	
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	
	color: #fff;
	
	font-size: 14px;

}	

#menu a{

	display: block;

}

#menu a.m01{

	width: 127px;
	
	height: 43px;
	
	padding-top: 11px;
	
	background-image: url(../imgs/m01_bk.gif);
	
	background-repeat: no-repeat;
	
	background-position: left top;
}

#menu a.m02{

	width:140px;
	
	height: 43px;
	
	padding-top: 11px;
	
	background-image: url(../imgs/m02_bk.gif);
	
	background-repeat: no-repeat;
	
	background-position: left top;
}

#menu a.m03{

	width:130px;
	
	height: 43px;
	
	padding-top: 11px;
	
	background-image: url(../imgs/m03_bk.gif);
	
	background-repeat: no-repeat;
	
	background-position: left top;
	
}

#menu a.m04{

	width: 102px;
	
	height: 36px;
	
	padding-top: 18px;
	
	background-image: url(../imgs/m04_bk.gif);
	
	background-repeat: no-repeat;
	
	background-position: left top;
}

#menu a:hover, #menu a.active{

	background-position: left bottom;
	
	color: #ffd51d;
	
	text-decoration: none;

}

/*submenu*/
#submenu {
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 12px;
	
	width: auto;
	
	color: #ffffff;
	
	height: 30px;
	
}

#submenu ul {
	margin: 0px;
	
	list-style: none;
	
}

#submenu li {
	
	margin: 0 13px 0 0;
	
	height: 22px;
	
	list-style: none;
	
	float: right;

}

#submenu li p{
	
	padding-top: 3px;
}

#submenu a {
	color: #ffffff;
	
	padding-top: 5px;
	
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
	
	color: #ffd51d;
	
}
/*middle section*/
#mid {

	background-image: url(../imgs/europe_bk.jpg);
	
	background-position: left top;
	
	background-repeat: no-repeat;
	
	width: 950px;
	
	height: 356px;
}

#mid p{

	font-family: Arial, Helvetica, sans-serif;
	
	color: #fff;
	
	font-size: 14px;
	
	padding: 20px 0 0 0;
}

div.midtxt{
	padding: 50px 10px 0 5px;
	width: 392px;
	float: left;
}

div.slideshow{

	width: 543px;
	
	height: 322px;
	
	margin: 34px 0 0 0;
	
	float: left;
}

/*contnet*/
#content{

	text-align:left;

	width: 940px;

	padding: 10px 0 0 0px;
	
	clear: both;

}

#content p{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

	text-decoration: none;

	padding-top: 12px;

}

#content a{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

	text-decoration: none;

}
#content a:hover{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

	text-decoration: underline;

}

div.brands{

	margin: 0 0 20px 0;
	
	height: 195px;
	
	width: 100%;
	
	text-align: center;

}

div.brands ul{

	text-align: center;
	
	list-style: none;
}

div.brands li{

	list-style: none;
	
	width: auto;
	
	height: 60px; 
	
	float: left;
	
	padding: 0 15px 5px 13px;
	
	display: block;
}

div.contact{

	border-top: 1px solid #ebeff4;
	
	height: 250px;
	
	padding: 35px 0 0 10px;
	
}

div.contact ul{

	height: inherit;
	
	display: block;
	
	list-style: none;
}

div.contact li{

	list-style: none;
	
	width: 270px;
	
	float: left;
	
	margin: 0 40px 0 0;
	
	display: block;
}

/*footer*/
#fOuter{
	width: 100%;
	
	margin: 25px 0 0 0;
	
	background-color: #013474;
	
}
#fHolder{
	text-align:left;
	
	border:0px;
	
	width: 980px;
	
	height: 55px;
	
	\/*IE 5.x hack*/; 	
	
	margin-right: auto;
	
	margin-bottom: 0px;
	
	margin-left: auto;
	
	position: relative;
	
}
#fHolder p {
	padding-top: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	
	color: #fff;
	
}
#fHolder a:hover {

	color:#a5e200;
	
	text-decoration: underline;
	
}
#fHolder a{
	color:#fff;
	
	font-size: 11px;
	
	text-decoration: none;
	
}
#fHolder ul {

	width: 570px;
	
	padding: 20px 0 0 10px;
	
	list-style: none;
	
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	
	color: #fff;
	
}
#fHolder li {
	width: auto;
	
	list-style: none;
	
	float: left;
	
	padding-right: 4px;
	
}
div.copyright {
	text-align:right;
	
	width: 275px;
	
	position: absolute;
	
	top: 10px;
	
	right: 10px;
}
