#header {
	position: relative;
	height: 109px;
	width: 775px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:capitalize;
	background-image: url('../../images/nav/header.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 999;
}

#header .links a { display: block; color: #FFFFFF; text-decoration: none; }
#header .links a:hover { background-color: #CCCCCC; color: #000000; }

#header .links {
	position: absolute; left: 0px; bottom: 0px;
	width: 755px; padding: 0px 10px;
}

#header .links .item { position: relative; float: left; }
#header .links .item a { padding: 0px 5px; }
#header .links .item .menu {
	position: absolute; top: 21px; width: 225px; padding: 0px;
	background-color: #990000; font-size: 16px; font-weight: normal;
	display: none;
}
#header .links .item .menu a { padding: 4px 10px;	 }

#header .links .left {
	float: left;
	text-align: left;
}
#header .links .left .item .menu { left: 0px; }
#header .links .right {
	float: right;
	text-align: right;
}
#header .links .right .item .menu { right: 0px; }

#header .links .over { }
#header .links .over a:hover { }
#header .links .over .menu { display: block; }
#header .links .over .menu a:hover { }

#content {
	width: 750px;
	text-align: left;
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content p {
	margin-top: 0px;
	padding-top: 0px;
}

#content .left {
	float: left;
	width: 500px;
	text-align:justify;
}
#content .right {
	float: right;
	width: 219px;
	background-color: #EEEEEE;
	border: #000000 3px dashed;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	clear: right;
	margin-top: 20px;
}

#content h2 {
	text-align: center;
	color: #DD0000;
	font-style: italic;
	margin-top: 0px;
}
#content a.ordernow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #990000;
	display: block;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	width: 189px;
	clear: both;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #000000;
}


#footer {
	width: 775px;
	clear: both;
}

#footer .copyright {
	position: relative;
	width: 775px;
	height: 70px;
}
#footer .copyright div {
	position: absolute;
	bottom: 0px;
	width: 33%;
}

#footer .copyright div.left {
	left: 0px;
}

#footer .copyright div.center {
	width: 100%;
	left: 0px;
	text-align: center;	
}

#footer .copyright div.right {
	right: 0px;
}
#content a.ordernow:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0000CC;
	display: block;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	width: 189px;
	clear: both;
	text-decoration: none;
	color: #FFFFFF;
}

