html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}

input,select{
  margin:0;
  padding:0;
}

html {min-height: 100%;}

body {
	background: black;
	font: normal 62.5% Tahoma,sans-serif ;
}

table,tr,td {
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px;
 	margin:0px;
}

.left {
    float:left;
}

.right {
    float:right;
}

#outer-container {
	background: black;

}

#inner-container {
	margin: 0 auto;
	width: 1280px;
}

#banner {
	background-image: url(img/mailordercaviar.jpg);
	height: 320px;
	width: 1280px;
}

#midnav {
	background-image: url(img/top-men-b.jpg);
	height: 41px;
	width: 1280px;
	text-align: center;
	font: bold 1.8em tahoma,sans-serif;
}

#midnav a {
	text-decoration:none;
}


.clear {
	clear: both;
	margin: 0px;
}

#main {
	background-image: url(img/mid.jpg);
	background-repeat: repeat-y;

}

#navmenu {
	float: left;
	width: 220px;
	margin-left: 135px;


}

#navmenu li {
	list-style: none;
	padding:0px;
	
}

#navmenu li a{
	color: yellow;
	font: bold 1.6em Arial,sans-serif;
	text-decoration:none;
}

#navmenu li a:hover {
	color: white;
}

#navmenu .left {
		 float:left;	
}

#navmenu .right {
		 float:right;	
}

#content {
	float: right;
	width: 760px;
	margin-left: 0px;
	margin-right: 160px;
    margin-top: 30px;

}

#content li{
	list-style:circle;
	color: white;
	font: normal 1.4em Verdana,sans-serif;
	padding-bottom:7px;
}

#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}

#footerleft {
	float: left;
	width: 300px;
	margin-left: 80px;
}

#footerleft p {
	color:white;
	font: normal 1.2em Arial,sans-serif;
    margin-left: 55px;
}

#footerleft a {
	color:white;
    text-decoration:none;
}

#footerleft a:hover {
	color: white;
    text-decoration:underline;
}

#footerright {
	float: right;
	width: 700px;
	margin-left: 0px;
	margin-right: 130px;
}

#footerright p {
	font: normal 1.5em Arial,sans-serif;
}

#footerright a {
	color:lightblue;
    text-decoration:none;
}

#footerright a:hover {
	color: white;

}

img { border: 0px;

}


h1 { margin-bottom: 14px;
   	 color: #ADD8E6; 
     font: bolder 2.0em Tahoma,sans-serif;

}

h2 { margin-bottom: 4px; color: white; 
     font: bolder 1.8em Tahoma,sans-serif;

}

h3 { margin-bottom: 4px; color: white; 
     font: bold 1.6em Tahoma,sans-serif;

}

h4 { margin-bottom: 4px; color: white; 
     font: bold 1.4em Tahoma,sans-serif;

}

h5 { margin-bottom: 4px; color: white; 
     font: bold 1.3em Tahoma,sans-serif;

}

p { color: #FFFFCC; 
	font: normal 1.4em Arial,sans-serif;
	padding-bottom: 1.2em;
}

a {
	color:lightblue;
	text-decoration:none;
}

a:hover {
    color:white;
}

