@charset "utf-8";
/* CSS Document */
/*//////////////////////////////////////*/
/*//////// Important Navigation ////////*/
/*//////////////////////////////////////*/
#navContainer {
	background: url(../images/background_nav-minibus.png) no-repeat center top!important;
/*	height:100px;*/
}
.SloganCB {
	color: #7d7d7d!important;
}
.LinkAbout a {
	color: #707070!important;
}
.LinkAbout a:hover {
	color: #a80101!important;
}
#mainProd li a {
	color: #ffffff!important;
}
#mainProd li:hover a {
	color:#1c9fd8!important;
	background:#ffffff!important;
}
#mainProd li:hover div a {
	color:#444444!important;
	background: url(http://www.carryboy.com/navigator/background_transparency.png) no-repeat center top!important;	
}
#mainProd li:hover div a:hover {
	color:#1c9fd8!important;
}
/*.dropdownProd_canopy, .dropdownProd_sportL, .dropdownProd_accessories, .dropdownProd_cargobox, .dropdownProd_caravan, .dropdownProd_ambulance, .dropdownProd_other, .dropdownProd_fleet {
	border-top: 4px solid #00aeef!important;
}*/
.titleSub {
	color:#1c9fd8!important;
}
/*//////////////////////////////////////*/
/*///// End Important Navigation ///////*/
/*//////////////////////////////////////*/
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/background_white.png), url(../images/background_minibus.php);
	background-position: center top, center top;
	background-repeat: no-repeat, repeat;
}
img {
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
}
/*//////////////////////////////////*/
/*//////////////////////////////////*/
#fontStyleEN {
	width:auto;
	height:auto;
	font-family: opensans-regular;
	line-height:19px;
	font-size:13px;
	color:#444444;
}
#fontStyleEN2 {
	width:auto;
	height:auto;
	font-family: opensans-regular;
	line-height:20px;
	font-size:15px;
	color:#444444;
}
h1 {
	display: inline;
}
/*///////////////////////////////*/
/*/////////// Footer ////////////*/
/*///////////////////////////////*/
#fontFooterEN {
	width:auto;
	height:auto;
	font-family: opensans-regular;
	line-height:20px;
	font-size:15px;
	color:#aeaeae;
}
.footerCopyRightBG {
	background: url(../images/background_footer3b3b3b.png), url(../images/footer_eng.png);
	background-position: center bottom, center top;
	background-repeat: no-repeat, no-repeat;	
}
.footerFontColor {
	color:#ff0000;
}
.footerFontCopyRight {
	color:#ffffff;
}
/*//////////////////////////////////*/
/*//////////////////////////////////*/
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui_totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui_totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
