/* GENERAL STYLES */
body
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #353b3f;
	background-color: #ffffff;
	margin: 0px;
	background-image: url(/images/back.gif);
	background-color: #d9d9d9;
	line-height: 14px;
}

th
{
	 text-align: left;
}

.Header-background
{
	background-image: url(/images/back_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.Header-minimenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535353;
}

#content {
}

.ds_header 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: bold;
}

.ds_label 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	text-decoration: underline;
}

.ds_data 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
}

#teaser {
	background: white;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 10px;
	border: solid gray 1px;
}

.txtLeft 
{
	color: #353b3f;
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 18px;
}

.txtRight 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 12px;
	color: #353b3f;
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 18px;
}

.txtFooter 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 14px;
	color: #353b3f;
	text-align: left;
}

/* Link */
a:link, a:visited 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 14px;
	color: #353b3f;
	font-weight: normal;
	text-decoration: none;
} 

a:hover 
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	line-height: 14px;
	color: #b40000;
	font-weight: normal;
	text-decoration: underline;
}

#specsheet
{
	margin-left: 7px;
	margin-right: 7px;
	border: solid gray 1px;
	background: white;
}

table.specsheet
{
}

#specsheet td
{
	margin-left: 2px;
	margin-right: 2px;	
}


#topmenu
{
}

#topmenu UL 
{
	float: right;
	font-weight: bold;
	font-size: 11px; 
}

#topmenu UL LI A {
}

#topmenu UL LI {
        list-style-image: none;
	list-style-type: none;
	background: url(/images/divider.gif) no-repeat center left;
	padding: 0px 5px 0px 5px;
	float:left; 
}

#chromemenu UL {
	background-image: url(/images/menu/mn_bg.gif); background-repeat: no-repeat; 
	PADDING: 0px; 
	FLOAT: right; 
	FONT: bold 11px "Tahoma"; 
	margin: 0px;
}

#chromemenu {
	width: 550px;
}

#chromemenu UL LI A {
	padding: 0px 5px 0px 15px;
	FLOAT: left; 
	COLOR: #575f65; 
	HEIGHT: 20px; 
	TEXT-DECORATION: none;
	display:block; 
}

#chromemenu UL LI A:hover {
	COLOR: #b40000;
}
#chromemenu UL LI {
	float:left; 
	position:relative;
        list-style-image: none;
	list-style-type: none;
}

#chromemenu UL LI UL{
	display: none;
	border: 1px solid black;
	margin: 3px 0px 0px 0px;
}

#chromemenu ul li:hover ul {
	display:block; 
	position:absolute; 
	left:12px; 
	top:17px; 
}

#chromemenu ul li ul li {
	background: #f8f8f8; 
	float:left;
	text-align: left;
}

#chromemenu UL LI UL LI A{
	COLOR: #575f65;
	padding: 2px 2px 0px 2px;
	width: 150px;
}
	
#chromemenu UL LI UL LI A:hover {
	COLOR: #b40000;
	BACKGROUND: #f3f3f3;
	}

/* Sidebar */
#sidebar {
	padding: 0px;
	margin: 0px; 
}

#sidebar UL LI SPAN {
	color: white;
	margin: 10px;
}

#sidebar UL LI SPAN A{
	color: white;
	margin-left: 5px;
}

#sidebar UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	FONT: bold 11px "Tahoma"; 
	
}

#sidebar UL LI {
	width: 218px;
        list-style-image: none;
	list-style-type: none;
	height: 19px;
	padding: 15px 0px 10px 0px;
	float: left;
	background: url(/images/home/mnu_bg.gif) no-repeat; 
}

input.textbox, textarea {
	width: 17em;
	border: solid 1px #111111;
}

/* EDITOR PROPERTIES */
h1 {
font-size:14px;
font-weight: bold;
color: B40000;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

