/* CSS Document for Unique Foods */

* { padding: 0; margin: 0; /*resets all to zero*/ }

body{
	background: #999966;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 900px;
	color: #990000;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	background-color: #FFFFFF;
	height: 155px;
	position: relative;
	border: 1px solid #000000;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 10px 0px 10px 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	background-color: #F9A619;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003A7B;
	border-bottom-color: #003A7B;
}

#globalNav a {
	padding: 0 4px 0 0;
	color: #01367C;
	text-decoration: none;
}

#globalNav a:hover {
	padding: 0 4 0 0;
	color: #FFFFFF;
	text-decoration: underline;
}

#homeimage{
	margin-top: 10px;
	border: 1px solid #000000;
	height: 350px;
	width: 900px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 0px;
}

#boxes{
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#boxes p{
	margin: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#boxes h3{
	font-size: 0.7em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#box1, #box2, #box3{
	height: 100px;
}

#box1{
	color: #003366;
}

#footer{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

/*commence navigation*/
div#nav1 {
	width: 650px;
	clear: both;
	color: #990000;
	background: #FFCC00;
	text-align: center;
	position: absolute;
	top: 130px;
	left: 0px;
	height: 17px;
}

div#nav1 ul{
	background: #FFFFFF;
	color: #990000;
	font-size: 16px;
	margin-right: 20px;
}

div#nav1 li{
	float: right;
	width: auto;
	list-style: none;
	line-height: 1em;
	text-align: left;
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
}

div#nav1 li a {
	padding: 3px 1px;
	width: auto;
	display: block;
	color: #990000;
	text-decoration: none;
}

div#nav1 li a:hover {
	padding: 3px 1px;
	width: auto;
	display: block;
	color: #000000;
	text-decoration: none;
}
div#nav1>ul a { width: auto; }

#main{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

html>body #main{
	height: auto;
}


#main div#col1{
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	padding-left: 20px;
	margin-right: 150px;	
}

#main h1{
	font-size: 18px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main p{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin: 10px;
}

#main ul{
	margin: 10px 25px;
	font-size: 0.7em;
}
#main ul li{
line-height: 1.3em;
}
#boxes a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#boxes a:hover {
	color: #FFCC00;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#col2{
	width: 150px;
	position: absolute;
	padding-top: 1px;
	left: 500px;
	top: 0px;
}
.imageholderleft {
	clear: right;
	float: left;
	margin-right: 5px;
	border: 2px double #990000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.imageholderright {
	clear: left;
	float: right;
	border: 2px double #990000;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main #col2 a {
	color: #990000;
	text-decoration: none;
	padding: 5px 5px 5px 0px;
	width: 150px;
}
#main #col2 a:active {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main #col2 a:hover {
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
}
#main #col2 a:visited {
	width: 134px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main #col2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	width: 150px;
	background-image:  url("images/nav-box.jpg");
	background-repeat: no-repeat;
}
#main a {
	color: #990000;
	text-decoration: none;
}
#main a:hover {
	color: #000000;
	text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
