@charset "UTF-8";
/* CSS Document */

body {
	  background: url(../images/general/background.jpg) no-repeat center top fixed ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
letter-spacing: 0.05em;

	margin: 0;
	padding: 0;
}

#container {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:80%;
	max-width: 940px;

}

#nav_header {
	height: 19px;
	clear:left;
	width:80%;
    max-width: 924px;
	background-image: url(../images/general/nav-back.png);
	position:fixed;
	top: 0;
	padding: 8px 8px;
	}
	
	
#footer {
	height: 14px;
	clear:left;
	width:80%;
    max-width: 924px;
	background-image: url(../images/general/footer-background.png);
	position:fixed;
	bottom: 0;
	padding: 4px 8px;
	}
	
	
	
#welcome_header {
		margin: 60px auto 0px;
		padding: 0px 90px 0px 0px;
		min-height: 165px;
	 background: url(../images/general/header1.png) no-repeat;
	 background-position:  center top fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-size: 100%;
	

}

#product_header {
		margin: 20px auto 0px;
		padding: 0px 90px 0px 0px;
		min-height: 37px;
	 background: url(../images/general/products-banner.png) no-repeat;
	 background-position:  center top fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-size: 100%;
	

}

.product {
	margin: 10px 10px 0px 10px;
	width: 168px;
	float:left;
}

.product30 {
	margin: 0px 0px 0px 0px;
	min-width: 300px;
	width: 32%;
	float:left;
}

.product5 {
	margin: 0px 0px 0px 0px;
	width: 2%;
	float:left;
}

.nav-text {
	
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 9px;
	letter-spacing: 0.3em;
	font-weight: 400;
	overflow: auto;
	color: #FFFFFF;


}

.nav-text-bold {
	
	ffont-family: 'Quattrocento Sans', sans-serif;
	font-size: 9px;
	letter-spacing: 0.3em;
	font-weight: 700;
	overflow: auto;
	color: #FFFFFF;


}

.foot-text {
	
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 9px;
	letter-spacing: 0.3em;
	font-weight: 700;
	overflow: auto;
	color: #6699CC;


}