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





#logo_container{width:1200px;
	height:200px;
	background:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
	margin:50px auto;
	padding:20px;
	text-align: center;
} 

body{background-color: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p{
	font-family: "Rubik", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}








#nav_container{background-color: rgba(255,255,255,1.00);
	height:30px;
/*
	position: fixed; 
*/
	width:100%;
	z-index: 9999;
}

nav{background-color: rgba(255,255,255,1.00);
	height: 40px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

nav ul{font-family: 'Gill Sans', Helvetica, Arial, 'San Serif';
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

nav ul li{display:block;
	position: relative;
	float: left;
}

nav li ul{display:none;}

nav ul li a{display:block;
	text-decoration:none;
	padding:7px 15px 3px 15px;
	background:rgba(255,255,255,1.00);
	color: rgba(55,55,55,1.00);
	margin-left: 1px;
	white-space: nowrap;
	width: 175px;
	text-align: center;
	
}

nav ul li a:hover{background:rgba(185,64,11,1.00);}

nav li:hover ul{display: block;
	position: absolute;
	height: 30px;
}
nav li:hover ul {display: block;
	position: absolute;
	height: 30px;
}
nav li:hover li{float: none;
	font-size: 11px;
}
nav li:hover a{background: rgba(255,255,255,1.00);
	height: 30px;
}
nav li:hover li a:hover{background: rgba(185,64,11,1.00);}

nav ul li ul li a{text-align: center;}

.ctr_nav{margin-left: 312px;}




#home_content{width:1200px;
	height:600px;
	background:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
	margin:5px auto;
	padding:20px;
	text-align: center;
} 





#footer{width: 1200px;
	height:400px;
	margin:25px auto;
	background-color: rgba(255,255,255,1.00);
}

.anorth_design{width:300px;
	height:400px;
	background-color:rgba(255,255,255,1.00);
	float:left;
}

.product a:link{color: rgba(255,255,255,1.00);
		text-decoration: none;
}
.product a:visited{color: rgba(255,255,255,1.00);}
.product a:hover{color: rgba(185,64,11,1.00);}
.product a:active{color: rgba(255,255,255,1.00);}


.clearfloats{clear:both;
}








