/* CSS Document */

html{height:100%}


* {
margin: 0;
padding: 0;
}

body {
min-height: 101%;
text-align: center;
background: #fff;
}

#page {
margin: 0 auto;
background: #fff;
width: 760px;
text-align: left;
}


/************************************** HEADER */
#top{ width:760px;
	margin: 0;

}

#header{
	height: 128px;
	width:760px;
	margin: 0;
	background-color: #ffffff;
}

#headerimg {
width: 760px;
height: 103px;
overflow: hidden;
}
/******************************************************************* Navbar */

#navbar {
	width: 589px;
	height: 25px;
	margin-left: 141px;
	padding-left: 30px;
	background-color: #d61b18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #666666;
		font-weight:bold;
		float:right;
		z-index: 20;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-decoration: none;
}



#nav a {
	display: block;
	width: 90px;
	color: #fff;
	background: #d61b18;
}

#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
}

#nav li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 8px 0;

	}
	
#nav li a:hover {
	color: #d61b18;
	background: #fff;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 90px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: 20px;
	z-index: 30;
}

#nav li ul a { /*second level links style*/
	color: #d61b18;
	margin-left: -1px;
	border: 1px solid #d61b18;
	border-top: none;
	background: #fff;
	text-align: center;
	font-size: 10px;
	padding: 5px 0 5px 2px;
	width: 88px;
}

#nav li ul a:hover {
	color: #fff;
	background: #d61b18;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


	
/*#navigation #currentpage a {
	background: #999;
	color: #fff;
	}
*/	
	
/***************************************** Image Rotator Holder */
#img-rot {
z-index:2; 
margin-top: 3px;
margin-left: 20px;
width: 300px;
height: 450px;
float: right;
}

#img-rot-border {
z-index:8; 
margin-top: 3px;
margin-left: 20px;
width: 300px;
height: 450px;
float: right;
background: url(../images/border.gif) no-repeat;

}

/******************************************************** CONTENT*/
#content{ width:760px;
	padding-top: 10px;
	float: right;
}

#content-home {
float: right;
width: 562px;
margin: 10px 20px 20px 32px;
padding-top: 10px;

}

#content-home p {
padding-top: 5px;
padding-right: 350px;
color: #333333;
font-family: Tahoma, Geneva, Arial;
font-size: 12px;
padding-bottom: 18px;
line-height: 2em;
}

#content-primary-right {
text-align: justify;
float: right;
width: 565px;
margin: 10px 20px 20px 32px;
padding-top: 10px;

}

#content-primary-right p {
color: #333333;
font-family: Tahoma, Geneva, Arial;
font-size: 12px;
padding-bottom: 18px;
line-height: 2em;
}

#content-primary-right a {
color: #d61b18;
}

#content-primary-right a:hover {
text-decoration: none;
}

#content-primary-right a:visited {
color: #990000;
}


#content-secondary-right {
float: right;
width: 130px;
margin: 20px;
}

#content-secondary-right p {
padding-bottom: 18px;
}

#content-primary-left {
float: left;
width: 570px;
margin: 20px;
}

#content-primary-left p {
color: #333333;
font-family: Tahoma, Geneva, Arial;
font-size: 12px;
padding-bottom: 18px;
}

#content-secondary-left {
float: left;
width: 140px;
overflow: hidden;
margin-top:10px;
}

#content-secondary-left p {
padding-bottom: 18px;
}

#footer {
width: 620px;
height: 60px;
clear: both;
float: right;
background-color: #d61b18;;
border-top: 1px solid #666666;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#footer p {
padding-right: 10px;
color:#FFFFFF;
text-align: right;
font-size: 9px;
}

#footer a {
color: #fff;
text-decoration: none;
font-size: 11px;
}

#footer a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}

/******************************************************* TYPOGRAPHY */

p {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
}

h1 {
margin-bottom: 11px;
padding-top: 15px;
padding-bottom: 21px;
border-bottom: 1px solid #ccc;
font: normal 1.5em/18px impact, tahoma, Geneva, arial; 
color: #d61b18;
}
h2, h3{
font-weight: normal;
font-size: 1em;
line-height: 18px;
font: impact, tahoma, Geneva, arial;
}
h2 {
padding-top: 10px;
padding-bottom: 20px;
font-size: 1.25em;
text-transform: uppercase;
color: #999;
font: impact, tahoma, Geneva, arial;
}

h3 {
padding-bottom: 6px;
font-weight: bold;
text-transform: uppercase;
color: #633;
font: impact, tahoma, Geneva, arial;
}

#order {
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#table {
font-size: 12px;
font: Tahoma, Geneva, Arial;
}