@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0;}

html, body {
	text-align: center;
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	color: #fff;
	line-height: 20px;
	background: url(../images/bg.jpg) top center repeat-x #9da152;}

	
	a img { border: none; }
	
	a:focus, a:hover, a:active { outline:none; }
	
	
		a.English {
		position:relative;
		width: 245px; height:64px;
		background: url(../images/eng-btn.png) no-repeat top left;
		float:left;
		z-index:1;
		margin:50px 0 0 0;}
		
		a.English:hover {
		background: url(../images/eng-btn.png) no-repeat 0 -64px; 
		}
		
		a.French {width: 247px; height:64px;
		position:relative;
		background:url(../images/fr-btn.png) no-repeat top left;
		float:right;
		z-index:1;
		margin:50px 0 0 0;}
		
		a.French:hover {
		background: url(../images/fr-btn.png) no-repeat 0 -64px; 
		}
	


/************* STRUCTURE STYLES ***/

#wrapper {
	height: 800px;
	width: 1300px;
	margin: 0 auto;}
	
#wrapperPic {
	position:relative;
	height: 404px;
	width: 1300px;
	float:left;
	background:url(../images/bg-pic.jpg) no-repeat;
	overflow:hidden;
	z-index:0;}

#header {
	height: 232px;
	width: 1300px;
	float:left;}
	
	#logo{
		position:relative;
		background:url(../images/logo.png) center bottom no-repeat;
		width:253px;
		height:304px;
		margin:0 auto;
		z-index:5;}
	
	#navWrapper {
		margin:95px 0 0 0;
		height:197px;
		width:1300px;
    }
    
   	 #nav {
		margin:0 auto;
		width:683px;
        height: 248px;}
		

		
		#potatoes{
		position:relative;
		height:197px;
		width:300px;
		background:url(../images/potatos.png) center top;
		z-index:2;
		margin:0 auto;
		}
		
		#icon {
	background: url(../images/icon.jpg) center no-repeat;
	margin:0 auto;
	width:336px;
	height:61px;}
								
	#headerSlide {
	background: url(../images/header_slide.png) repeat-y;
	float:left;
	width:918px;
	height:245px;}
    

#footer {width:1300px;
	height:100px;
	float:left;
	padding:20px 0 0 0;
}	


img, div, a, input { behavior: url(/iepngfix.htc) }

 

