body {
font-family: Arial;	
font-size: 14px;
margin:0 0 0 0;
overflow-y: scroll;
}

h1 {margin: 0 0 10px 5px;}
h3 {margin: 0;}
a:visited {color:black;} 
p {font-size: 15px; margin: 0 0 10px 5px;}

#img_right { float:right; margin: 5px 5px 5px 5px}

#img_left { float:left; margin: 5px 5px 5px 5px}

#wrapper {
width:900px;
margin-left:auto;
margin-right:auto;
}

table { border-collapse:collapse;}

table, th, td
 { 	 
 width:900px;
 padding:10px;
 text-align:center;
 }

td {border-bottom: 1px solid black;} 
 
th { border-bottom: solid black;
 background:#A61414;
 color:white;
 }

/*header*/

#header{
height:115px;
position:relative;
background:#A61414;
}

#sitelogo{
float:left;
margin:15px 0 0 15px;
}
#sitephone1{
width:270px;
margin:0px 5px 0 0;
font-weight:bold;
color:#FFF;
font-size:26px;
float:right;
text-align:right;
}
#sitephone2{
width:270px;
margin:54px 5px 0 0;
font-weight:bold;
color:#FFF;
font-size:26px;
float:right;
text-align:right;
}
/*header-eind*/

/*feature list*/

#feature_list {
width: 900px;
height: 250px;
overflow: hidden;
position: relative;
z-index: 0;
}

div#feature_list ul {
	position: absolute;
		list-style: none;
	padding:0;
}

ul#tabs {
	left: 0;
	
	width: 290px;
	margin:0;
			}

ul#tabs li a {
display: block;
background:url(Themes/feature_passive.gif) no-repeat ;
padding: 15px 0 0 10px;
height: 80px;
color:#000;
text-decoration: none;
margin:0 0 -15px 0;
}

ul#tabs li a.current {
background:url(Themes/feature_active.gif) no-repeat;
color: #FFFFFF;
width: 340px;
margin:0 0 -15px 0;
z-index: 2;}

ul#tabs li a.current:hover {
text-decoration: none;
cursor: default;
}
ul#output {
right: 0;
width: 610px;
height: 240px;
position: relative;
margin:0;
z-index: 0;

}
ul#output li {
	position: absolute;
	}
ul#output li a {
position: absolute;
bottom: 10px;
right: 10px;
padding: 8px 12px;
text-decoration: none;
font-size: 11px;
color: #FFF;
background: #000;
-moz-border-radius: 5px;
}
ul#output li a:hover {
background: #000;
}
/*feature list-eind*/

/*navigation bar*/
#navBar{
bottom:0;
padding:0 0 0 5px;
}

#nav{
float:left;
margin: 0 0 10px 0;
padding:0;
list-style: none;
height:35px;
background:url(Themes/menu_background.gif);
width:900px;

}
#nav li{
padding:0 10px 0 10px;
float:left;
}
#nav li span{
padding:0 10px 0 0;
color:#000000;
}

#nav li.current a, #nav li a:hover{

background:url(Themes/menu_current.gif) no-repeat center left;
}
#nav li.current span, #nav li a:hover span{
color:#FFFFFF;
display:block;
background:url(Themes/menu_current.gif) no-repeat center right;
}

#nav li a{
text-decoration:none;
display:block;
line-height:35px;
font-weight:bold;
color:#333;
padding:0 0 0 10px;
}

/*navigation bar-eind*/

/*breadcrumb*/

#breadcrumb{
width:900px;
height:24px;
line-height:24px;
font-weight:bold;
margin: 0 0 0 5px;
}
#breadcrumb a{
text-decoration:none;
color:#666;
}


/*breadcrumb-eind*/
/*footer*/
#footer {
width:900px;
margin-left:auto;
margin-right:auto;
background:url(Themes/footer_background.gif) no-repeat;
padding: 10px 0 0 0;
text-align:center;
color:#CCC;
}
	
#footer a{
text-decoration:none;
color:#CCC;
font-size: 12px;;
}
/*footer-eind*/
