
body {
   background-color:#E7E7E7; background-image: url(../Images/website%20background%20smaller.jpg); background-repeat:no-repeat; background-attachment:fixed ;
}
#feature {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 40px auto;
    padding: 20px;
    width: 750px;
}
#feature h1 { color: #E9834A; border-bottom: 1px solid #CCCCCC;
    margin: 0; 
}
#feature p {
    margin: 0;
    padding: 7px 0;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}
#feature a {
    outline-color: #888888;
}
#feature h3 {
    font-size: 16px;
    margin: 0;
    padding: 7px 0 0;
    text-transform: uppercase;
}
ul#tabs li a h3 {
    color: #FF6600;
    margin-bottom: 5px;
}
div#feature_list {
    height: 240px;
    overflow: hidden;
    position: relative;
    width: 750px;
}
div#feature_list ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
ul#tabs {
    left: 0;
    width: 320px;
    z-index: 2;
}
ul#tabs li {
    font-family: Arial;
    font-size: 12px;
}
ul#tabs li img {
    border: medium none;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
}
ul#tabs li a {
    color: #222222;
    display: block;
    height: 60px;
    outline: medium none;
    padding: 10px;
    text-decoration: none;
}
ul#tabs li a:hover {
    color: #822B00;
}
ul#tabs li a.current {
    background: url("../images/feature-tab-current.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
}
ul#tabs li a.current:hover {
    cursor: default;
    text-decoration: none;
}
ul#output {
    height: 240px;
    position: relative;
    right: 0;
    width: 460px;
}
ul#output li {
    height: 240px;
    position: absolute;
    width: 460px;
}
ul#output li a {
    background: none repeat scroll 0 0 #000000;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 8px 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
}
ul#output li a:hover {
    background: none repeat scroll 0 0 #B33A00;
}
 
 