/****************************
* Palette colors
* 24252B
* 4B4F55
* 94A4AB
* E7F4FA
* BA3253
****************************/
 
html,body {
    margin: auto auto;
    padding: 0px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size:12px;
    background-image: url('/common/images/background.jpg');
    background-position: top center;
}
#wrap {
    position:absolute;
    top:5;
    left: 50%;
    margin: auto auto auto -475px;
    width: 950px;
    height: 650px;
    text-align: left;
}
#content {
    border: 1px solid #24252A;
    height: 595px;
    overflow: auto;
    overflow-x: hidden;
    margin:0px;
    padding: 0px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
#content table th, #content table td {
    color: #FFF;

}
#footcontainer {
    position: absolute;
    bottom:0px;
    height: 37px;
    width: 950px;
}
#seperator {
    position:absolute;
    bottom:35px;
    height: 10px;
}
#logo {
    margin-top:5px;
    float: left;
    height: 32px;
    width:316px;
}
#navcontainer {
    color: #4B4F55;
    float:right;
    position:relative;
    right: 5px;
    bottom: 0px;
    width: 375px;
    height: 50px;
}
#nav {
    font-size:16px;
    margin: 0px;
    padding: 0px;
    list-style-type:none;
    list-style-position:outside;
    text-align: right;
}
#nav li {
    float: left;
    padding: 10px 20px 0 20px;
}
#nav li a {
    color: #4B4F55;
    text-decoration: none;
}
#nav li a:hover {
    color: #BA3253;
    cursor: pointer;
    text-decoration:none;
}

h1{
    color: #FFF;
    border-bottom:1px solid #24252A;
}
#accordian {
    margin: 20px auto;
    width:785px;
}
.accordion_headings:first {
    border-top:1px solid #24252A;
}
.accordion_headings {
    float: left;
    border-bottom:1px solid #24252A;
    color:#4B4F55;
    cursor:pointer;
    padding:2px;
    margin:2px;
    width: 225px;
}
.tab_container {
    width: 250px;
    float:left;
    margin-bottom:10px;
}
.price_container {
    float: right;
    width: 500px;
}
label{
    text-align:left;
    display:block;
    width: 100px;
    font-weight: bold;
}
input {
    width: 150px;
    border: 1px solid #000;
    float:left;
}
textarea{ border: 1px solid #000;}
p  {clear:both;}
