
/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 { font-size : 100%; }
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	hr { color:#861615; margin-top:10px; margin-bottom:10px; }
	
	body { 
	text-align:left; 
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#f3f1b5;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.box { position:relative; float:left; width:100px; height:100px; margin:10px; background-color:#000; overflow:hidden; }

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header { width:100%; height:100%;}
		
		#header { 
		position:relative; 
		width:1031px;
		height:68px;
		margin:auto;
		background-image:url(../images/header-maxwineco.png);
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav { width:100%; height:100%; }
	
	#nav { 
	position:relative;
	width:1031px;
	height:99px;
	margin:auto;
	background-image:url(../images/navigation.png);
	}
	
		
		#nav a { text-decoration:none; color:#f4f2c4;}

/* --------------------------------------------*/
 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:1031px;
		height:100%;
		margin:auto; 
		}

		#left-content { 
		position:relative; 
		float:left; 
		width:479px;
		height:339px;
		margin:auto;
		background-image:url(../images/welcome-box.png);
		}

		#right-content { 
		position:relative; 
		float:left;
		width:479px;
		height:339px;
		margin-left:70px;
		background-image:url(../images/selection-box.png);
		}
		
		#center-content { 
		position:relative; 
		float:left;
		width:991px;
		height:310px;
		margin:auto;
		}
		
/* --------------------------------------------/ SUBPAGE CONTENT \-------------------------------------------- */	
		
		#sub-bottom-content { 
		position:relative; 
		float:left;
		width:1031px;
		height:68px;
		margin:auto;
		background-image:url(../images/subpage-content-bottom.png);
		}
		
		#italian-wines-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/italian-wines.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#industry-ny-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/industry-ny-header.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#industry-nj-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/industry-nj-header.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#german-wines-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;		
		margin:auto;
		margin-left:29px;
		background-image:url(../images/german-wines.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#french-wines-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/french-wines.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#featured-wines-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/featured-wines--header.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#american-wines-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/american-wines.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}	
		
		#about-maximum-wine-content { 
		position:relative; 
		float:left;
		width:971px;
		height:100%;
		margin:auto;
		margin-left:29px;
		background-image:url(../images/company-profile-header.png);
		background-repeat:no-repeat;
		background-color:#f4f2c4;
		}			

/* --------------------------------------------/ CONTACT CONTENT \-------------------------------------------- */		
		
		#left-contact {
		position:relative;
		float:left;
		height:500px;
		width:479px;
		background-image:url(../images/contact-us-box.png);
		}
		
		#right-contact {
		position:relative;
		float:left;
		height:500px;
		width:479px;
		margin-left:70px;
		background-image:url(../images/our--location-box.png);
		}

			
	
			.clear {clear:both; height:1px; overflow:hidden;background-color:#f3f1b5; }

/* --------------------------------------------*/




/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; background-image:url(../images/footer-bg-reapter.jpg); background-repeat:repeat-x; }
	
	#footer { 
	position:relative; 
	width:1031px;
	height:280px;
	margin-left: auto ;
  	margin-right: auto ;
	background-image:url(../images/footer.png);
	color:#ffffff;

	}
	


		#footer a { text-decoration:none; color:#f3f1b5; }

		#footer a:hover { color:#FFF; }

/* --------------------------------------------*/








