/**************************************
*
* 
*
***************************************/


/**************************************
*
* General
*
***************************************/
body {
	font-family: arial, helvetica, serif;
	font-size: 10pt;
	background: white;
	padding: 2em;
	margin: 0;
	width: 690;
	color: rgb(136,2,4);
}

.text {
	FONT-SIZE: 12px; 
	color: rgb(2,2,4);
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.header {
	FONT-SIZE: 16px; 
	COLOR: color: rgb(136,2,4); 
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
a:link {
	color: rgb(255,53,0);
     font-weight: bold;
     font-style: normal;
     text-decoration: none;
}

a:visited {
	color: rgb(255,53,0);
     font-weight: bold;
     font-style: normal;
     text-decoration: none;
}

a:hover, a:active {
	color: rgb(255,153,0);
    background-color: rgb(80,2,4);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}


h1 {
	text-align: center;
}
H1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16pt; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px solid #7d6340;
}
H2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

p {
	clear: left;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}

table {
	border-collapse: collapse;
	border: 0px solid black;
}
td {
	vertical-align: top;
	border: 0px solid black;
	margin: 0px;
}

/**************************************
*
* Content
*
***************************************/
#content {
}

* html #content {
	width: 41em;
	w\idth: 40em;
}

#content li {
	list-style-type: square;
}

#content tr.header td, td.header{
	border: 2px solid #336699;
}

#content ul {
	margin-top: 0px;
}

/*******************************************************************
*
* Sidebar Section 
*
*******************************************************************/
#SideBar {
	position: absolute;
	top: 129px;
	left: 0px;
	width: 150px;
	color: rgb(255,153,0);
	TEXT-DECORATION: none; 
	FONT-SIZE: 12px;
	height: 400px;
	border: 1px solid rgb(136,2,4);;
}

* html #SideBar {
	width: 100;
	w\idth: 150;
}

#SideBar li a:hover{
    background-color: rgb(80,2,4);
	text-decoration: none;
}
#SideBar li:hover{
    background-color: rgb(80,2,4);
	text-decoration: none;
}

#SideBar li{
	margin: 1px;
	list-style: none;
}

#SideBar ul{
	margin: 1px;
}

#SideBar a {
	display: block;
}
* html #SideBar a li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#SideBar a:link {color: rgb(255,191,81);
     background-color: rgb(136,2,4);
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

#SideBar a:visited {color: rgb(255,153,0);
     background-color: rgb(136,2,4);
     font-weight: normal;
     font-style: normal;
     text-decoration: none;
}

#SideBar a:hover, a:active {
	color: rgb(255,153,0);
    background-color: rgb(80,2,4);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

/**************************************
*
* Header/Footer
*
***************************************/
#footer {
	margin-top: 20px;
	border-top: thin solid rgb(136,2,4);;
}
#footer p{
	text-align:center;
	FONT-SIZE: 10px; 
	LINE-HEIGHT: 12px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.tagline {
	position: absolute;
	top: 30px;
	left: 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(136,2,4);
    line-height: 120%;
    background-color: rgb(255,255,255);
    padding-left: 100px;
	vertical-align: bottom;
}

.OrderCall {position: absolute;
    top: 75px;
    left: 400px;
    height: 19px;
    width: 269px;
    padding-right: 10px;
    margin: 0px;
    font-size: 10pt;
    line-height: 120%;
    text-align: right;
    color: white;
    background-color: rgb(136,2,4);
    overflow: hidden;
}

* html .OrderCall {
	width: 292px;
	w\idth: 280px;
}
    
/**************************************
*
* Navigation (top menu)
*
***************************************/

#navbox {
/*	background-color: rgb(136,2,4);
*/
	position: absolute;
	height: 20px;
	width: 682px;
	left: 0;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	z-index: 4;
	border: 1px solid rgb(136,2,4);;
}

* HTML #navbox {
	height: 25px;
	he\ight: 20px;
	width: 660px;
}

#nav li {
	float: left;
	position: relative;
	top: -14px;
	width: 100px;
	text-align: center;
	cursor: default;
	
	/*
	background-color: rgb(136,2,4);
	border-right: 1px solid #7d6340;
	border-width: 1px;
	*/
	list-style: none;
}
* html #nav li {
	top: 0px;
	width: 94px;
}

#nav li#first {
	border-left-width: 1px;
}

#nav li#last {
	border-right-width: 0px;
}

#nav li a:hover{
    background-color: rgb(80,2,4);
	text-decoration: none;
}

#nav a {
	font-weight: bold;
	color: rgb(255,153,0);
	text-decoration: none;
	width: 80px;
	display: block;
}
* html #nav a {
	width: 100px;
}

#nav li li {
	display: block;
	float: none;
	border: 1px solid #7d6340;
	border-right:3px solid #7d6340;
	border-bottom:3px solid #7d6340;
	color: rgb(255,153,0);
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: black;
	padding: 0.2em 10px;
	background-color: white;
}
#nav li li a:hover {
    background-color: rgb(80,2,4);
	color: rgb(255,153,0);
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	top: 23px;
}


* html #nav li ul {
	top: 12px;
	left: -20px;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}
