@charset "utf-8";
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
}
html,body {
	height:100%;
}
body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #ec949e;
}

.bg {
	position:absolute;	
	background-image:url(../images/bg-white.gif);
	width:775px;	
	height:100%;
	z-index:-1;
	overflow:hidden;
	margin-left: auto ;
	margin-right: auto ;	
	top:0px;
	left:0px;
}
.wrapper {
	width:775px;
	margin-left: auto ;
	margin-right: auto ;
}

.top-panel {
	background-image:url(../images/top.png);
	height:98px;
}
.top-panel .logo {
	float:left;
	margin-top:2px;
	margin-left:3px;
	margin-right:42px;
}
.top-panel .nav {
	float:left;
	margin-top:68px;
}
.top-panel .nav .btn-home-active,
.top-panel .nav .btn-home {
	background-image:url(../images/home.png);
	width:74px;
	margin-right:34px;
}
.top-panel .nav .btn-our-products-active,
.top-panel .nav .btn-our-products {
	background-image:url(../images/our-products.png);
	width:149px;
	margin-right:31px;
}
.top-panel .nav .btn-about-us-active,
.top-panel .nav .btn-about-us {
	background-image:url(../images/about-us.png);
	width:118px;
	margin-right:33px;
}
.top-panel .nav .btn-contact-us-active,
.top-panel .nav .btn-contact-us {
	background-image:url(../images/contact-us.png);
	width:131px;
}
.top-panel .nav a {
	float:left;	
	height:30px;
	background-position:0px 0px;
	overflow:hidden;
	text-indent:-5000px;		
	display:block;
	overflow:hidden;
	cursor:pointer;	
}
.top-panel .nav .btn-home-active,
.top-panel .nav .btn-our-products-active,
.top-panel .nav .btn-about-us-active,
.top-panel .nav .btn-contact-us-active,
.top-panel .nav a:hover {
	background-position:0px -30px;	
}

.splash {
	clear:both;
}

.middle-panel {
	background-image:url(../images/bottom.png);
	clear:both;	
}

.content {
	clear:both;	
	line-height:18px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:26px;
	margin-left:6px;
	width:592px;
}

.footer {
	margin-top:26px;
	margin-bottom:26px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ec949e;
	margin-left:6px;
	margin-right:6px;	
	overflow:hidden;
}
.footer a {
	text-decoration:none;
	color:#ec949e;
}
.footer .active,
.footer a:hover {
	text-decoration:underline;
}
.footer .col1 {
	float:left;	
}
.footer .col2 {
	float:right;	
}