#contactable {
    background-image:url(images/vcontact.png);
    color:#FFFFFF;
    background-color:transparent;
    cursor:pointer;
    height:102px;
    left:0;
    margin-left:-5px;
    overflow:hidden;
    position:fixed;
    text-indent:-100000px;
    top:202px;
    width:44px;
    z-index:100000;
}

#contactForm {
    background:  url(images/backfor.png) #2576c2 repeat-x 0 0;
    color:#FFFFFF;
    height:450px;
    left:0;
    margin-left:-400px;
    margin-top:-160px;
    overflow:hidden;
    padding-left:30px;
    position:fixed;
    top:200px;
    width:360px;
    z-index:99;
}

form#contactForm input, textarea {
    background:#FFFFFF none repeat scroll 0 0;
    outline-style:none;
    outline-width:medium;
    width:325px;
    padding:5px;
    border:1px solid #dfdfdf;
    font-size:1em;
    margin-bottom:10px;
}

form#contactForm p {
    width:325px;
    font-size:0.9em;
}

#contactForm .white {
    color:	#FFF;
}

#overlay {
    background-color:#666666;
    display:none;
    height:100%;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:0;
}
.error { background-color: #666;color: #fff; }
#name.error { background-color: #666;color: #fff; }
#email.error { background-color: #666;color: #fff; }
#comment.error { background-color: #666;color: #fff; }

#contactform #loading {
    background: url(images/ajax-loader.gif) no-repeat;
    width:55px;
    height:55px;
    margin: 100px auto;
    display:none;
}

#contactForm .submit
{
    width:325px;
    padding:5px;
    margin-top:10px;
    background: transparent url(images/fbutton.png) no-repeat 0 0;
    border:0px solid #fff;
    height:40px;
    font-size: 18pt;
    font-family:"Myriad Pro",Helvetica,sans-serif;
    color: #FFF;
}

#callback {
    font-family: georgia;
    font-size:1.1em;
    color: #FFF;
    width:325px;
    margin: 100px auto;
    display:none;
}


.holder {
    margin:0 auto;
    padding-top:20px;
}
.holder label
{
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13pt;
}
#feature_list {
    text-align: left;
    width: 990px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 150px;
}

#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs {
    left: 0;
    z-index: 2;
    width: 290px;
}

#tabs li {
    font-size: 12px;
    font-family: Arial;
}

#tabs li img {
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}

#tabs li a {
    color: #222;
    text-decoration: none;
    display: block;
    padding: 10px;
    height: 60px;
    outline: none;
}

#tabs li a:hover {
    text-decoration: underline;
}

#tabs li a.current {
    background:  url('images/tabs.png');
    color: #FFF;
}
#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
}
#tabs li a strong {
    margin: 0;
    padding: 7px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    display: block;    
}
#output {
    left: 300px;
    width: 463px;
    height: 240px;
    position: relative;
}

#output li {
    position: absolute;
	font-size: 14px;
    width: 463px;
    height: 240px;
}

#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;
}

#output li a:hover {
    background: #D33431;
}
#tabs li a span
{
    color:#555;
}
#tabs li a.current span{    
    color: #FFF;
}