@charset "utf-8";
/* CSS Document */
body{
    margin: 0;
    background: url(../images/bg_body.jpg) left top repeat-x #000;
}
td, th, div{
    font: normal 11px/18px "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: #A8A8A8;
    text-align: left;
    vertical-align: top;
}
a{
    color: #007cca;
    text-decoration: none;
    outline: none;
}
a:hover{
    color: #007cca;
    text-decoration: underline;
    outline: none;
}
img{
    border: 0;
    outline: none;
}
h1{
    font: normal 14px/20px "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: #a1a1a0;
    padding: 0;
    margin: 0 0 6px 0;
    font-weight:bold;
}



.rightalign{
    text-align: right ! important;
}
.centeralign{
    text-align: center ! important;
}
input.txtbox{
    font: normal 11px Arial, Helvetica, sans-serif;
    background: #2f2f2f;
    border: 1px solid #272727;
    padding: 3px 2px;
    color: #676767;
}
input.button{
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #272727;
    border: 1px solid #5f5f5f;
    padding: 0 12px;
    height:22px;
}
.space7{
    height: 7px;
}
.space45{
    height: 45px;
}

.searchbtn{
background: url(../images/btn_go.gif) center center no-repeat;
width:29px;
height:28px;
border:0;
cursor:hand;
}



table#maintable{
    width: 800px;
    height: auto;
    border: 0;
    background: none;
    float: none;
    clear: both;
    margin: 0 auto;
}


/* Header */

table#header{
    width: 100%;
    height: 111px;
    border: 0;
    background: url(../images/logo.png) center center no-repeat;
}
table#header table#header_menu{
    width: 113px;
    height: 21px;
    border: 0;
    float: right;
    clear: both;
    background: url(../images/bg_header_menu.png) center center no-repeat;
}
table#header table#header_menu td{
    text-align: center;
    color: #c78821;
    text-transform: uppercase;
    font: normal 10px/20px "Trebuchet MS", Tahoma, Geneva, sans-serif;
}
table#header table#header_menu a{
    color: #000;
    text-decoration: none;
}
table#header table#header_menu a:hover{
    color: #000;
    text-decoration: underline;
}


table#header table#main_nav{
    width: 100px;
    height: auto;
    border: 0;
    float: right;
    clear: both;
    margin: 22px 0 0 0;
}
table#header table#main_nav td{
    white-space: nowrap;
    color: #c78821;
    text-transform: uppercase;
    text-align: center;
    font: normal 10px/20px "Trebuchet MS", Tahoma, Geneva, sans-serif;
}
table#header table#main_nav a{
    color: #fff;
    text-decoration: none;
}
table#header table#main_nav a:hover{
    color: #fff;
    text-decoration: underline;
}
table#header table#main_nav a.language{
    padding: 0 0 0 23px;
    background: url(../images/icon_english.gif) 2px center no-repeat;
}

a.dmenu-link{
display: block;
font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
line-height: 20px;
font-weight:normal;
color: #989898;
text-decoration: none;
padding:0 0 0 15px;
background:url(../img/bullet.png) left center no-repeat;
}
a:hover.dmenu-link{
font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
font-weight:normal;
color: #FFFFFF;
text-decoration: none;
background:url(../img/bullet.png) left center no-repeat;
}


table#header table#top_search{
    width: 100px;
    height: auto;
    border: 0;
    float: right;
    clear: both;
    margin: 15px 32px 0 0;
}
table#header table#top_search td{
    white-space: nowrap;
    vertical-align: middle;
}
table#header table#top_search input.txtbox{
    width: 275px;
    margin: 0 5px 0 0;
    padding: 4px 3px;
}

/* End Header */


/* Body */

table#body{
    width: 100%;
    height: auto;
    border: 0;
    background: #424242;
}


/* Banner Flash */

table#banner_flash{
    width: 736px;
    height: 560px;
    border: 0;
    margin: 5px auto 0 auto;
}



/* Box */

table.box{
    width: 100%;
    height: auto;
    border: 1px solid #373636;
    background: #383838;
}
table.box th{
    background: #2e2e2e;
    font: normal 14px/30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #b4b4b4;
    padding: 0 7px;
}
table.box td{
    padding: 7px 7px;
    color: #111111;
}
table.box table td{
    padding: 0;
}


table.nav_box{
    width: 100%;
    height: auto;
    border: 0;
}
table.nav_box td{
    font: bold 11px/30px "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: #fff;
    border-bottom: 1px solid #4b4b4b;
}
table.nav_box a{
    display: block;
    padding: 0 8px;
    color: #656565;
    text-decoration: none;
}
table.nav_box a:hover{
    background: #3e3e3e;
    color: #8d8c8c;
    text-decoration: none;
}



/* Middle Content */

table#content{
    width: 736px;
    height: auto;
    border: 0;
    margin: 12px auto;
}
table#content td#leftcol{
    /*width: auto;*/
    padding: 0 35px 0 0;
}
table#content td#rightcol{
    width: 250px;
}

div#content{
    width: 736px;
    height: auto;
    border: 0;
    margin: 12px auto;
}



table#feat_mem{
    width: 100%;
    height: auto;
    border: 0;
    margin: 0 0 12px 0;
}

table#feat_mem img.member_thumb{
    border: 2px solid #848484;
    float: left;
    margin: 6px 11px 6px 0;
}




table#feat_store{
    width: 100%;
    height: auto;
    border: 0;
    margin: 0 0 12px 0;
}

table#feat_store a img.store_thumb{
    width: 80px;
    height: 60px;
    border: 2px solid #848484;
    float: left;
    margin: 5px 11px 5px 0;
}
table#feat_store a:hover img.store_thumb{
    width: 80px;
    height: 60px;
    border: 2px solid #fff;
    float: left;
    margin: 5px 11px 5px 0;
}

/* Footer */
#topratedquote{
padding:10px 0 10px 20px;
background: #272727;
color:#595959;
}
#topratedquote_index{
padding-left:10px;
color:#595959;
}

#topratedquote_index ul{
color:#595959;
}

#topratedquote_index li{
padding:0;
margin:0;
}

#topratedquote ul{
color:#595959;
}
#topratedquote li{
padding:0;
margin:0;
}
#topratedquote li a{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
color:#595959;
}

#topratedquote_index li a{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
color:#595959;
}
table#footercp{
    width: 100%;
    height: 40px;
    border-top: 1px solid #000;
    background: #272727;
}
table#footercp td{
    text-align: center;
    vertical-align: middle;
    font: normal 11px/24px "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: #040404;
}

table#footer{
    width: 100%;
    height: 95px;
    border-top: 1px solid #000;
    background: #272727;
}
table#footer td{
    text-align: center;
    vertical-align: middle;
    font: normal 11px/24px "Trebuchet MS", Tahoma, Geneva, sans-serif;
    color: #040404;
}

table#footer a{
    display: inline;
    padding: 0 2px;
    color: #595959;
    text-decoration: none;
}
table#footer a:hover{
    color: #595959;
    text-decoration: underline;
}


/* Images */

img.thin_border_pix{
    border: 1px solid #5f5f5f;
}



/* Links */

a.black_links{
    color: #000;
    text-decoration: underline;
    line-height: 24px;
}
a:hover.black_links{
    color: #000;
    text-decoration: none;
}

.tdtext{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
color:#595959;
text-decoration:none;
font-weight:bold;
}

.tdtextwhiteblod{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:12px;
color:#CCCCCC;
text-decoration:none;
font-weight:bold;
}

.tdtextredblod{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:12px;
color:#FC1111;
text-decoration:none;
font-weight:bold;
}


.tdtextwhite{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
color:#CCCCCC;
text-decoration:none;
font-weight:bold;
}

.tdwhite{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
color:#cccccc;
text-decoration:none;
font-weight:bold;
}

.tdsmallwhite{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:12px;
color:#999999;
text-decoration:none;
font-weight:normal;
}

.textarea{
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:11px;
color:#595959;
text-decoration:none;
font-weight:normal;
}

.buttons a , .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    border: 1px solid #000000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    -moz-border-radius: 6px;
}


table#featstore{
    width: 100%;
    height: auto;
    border: 0;
    margin: 0 0 12px 0;
}
table#featstore a img.storethumb{
    width: 140px;
    height: 120px;
    border: 2px solid #848484;
    float: left;
    margin: 5px 11px 5px 0;
}
table#featstore a:hover img.storethumb{
    width: 140px;
    height: 120px;
    border: 2px solid #fff;
    float: left;
    margin: 5px 11px 5px 0;
}

.contestPage {

}

.contestPage * {
    font-family:Tahoma;
    color:#a1a1a0;
}

.contestPage p {
    margin: 5px 2px;
    text-align:left;
}

.contestPage ul {
    margin-left:25px;
    list-style-type: square;
}

.contestPage h1 {
    font-size: 18px;
    font-weight: normal;
    text-align:left;
    color:#c8d547;
}

.contestPage img {
    border:0;
    padding:0;
    margin-bottom:12px;
}

.contestPage h5 {
    font-size: 12px;
    font-weight: bold;
    text-align:left;
}

.contestPage a, .contestPage a:hover {
    color:#c8d547;
}

.contestPage .leftForm {
    float:left;
    width:100%;
    margin-top:20px;
}
.contestPage .rightForm {
    float:right;
    width:480px;
}

.contestPage .leftForm input {
    width:200px;
}

.contestPage .leftForm textarea {
    width:320px;
    height:179px;
}

.contestPage #uploadBoxHolder input {
    width:520px;
}

.contestPage span.err {
    font-weight:bold;
    color:#FF0000;
}

.contestPage #subscriptionLinkHolder {
    float:right;
    border:1px solid #c8d547;
    padding-right:12px;
    padding-left:12px;
}

.contestPage #subscriptionLinkHolder a,.contestPage #subscriptionLinkHolder a:hover {
    color:#c8d547;
    text-decoration:none;
    font-weight:bold;
}
div.list {
border:1px solid #AAAAAA;
margin-bottom:5px;
padding:5px;
color:#A1A1A0;
}
div.list .info {
float:right;
text-align:right;
width:200px;
}
div.list .left {
margin-right:187px;
}
.clear {
clear:both;
}
div.list.interview .info {
float:none;
margin-left:110px;
text-align:left;
width:auto;
color:#A1A1A0;
}
div.list.interview img {
float:left;
}
fieldset, img {
border:0 none;
}
.interview {
margin-bottom:20px;
color:#A1A1A0;
}
div.list .text {
border-bottom:1px solid #AAAAAA;
margin-bottom:5px;
padding-bottom:5px;
color:#A1A1A0;
}
div.question .text,
div.question .answer {
color:#A1A1A0;
}
.pager, .pagerline {
height:25px;
line-height:25px;
text-align:right;
vertical-align:middle;
color:#595959;
}

#gallery {
width:360px;
}
#gallery div.gal-i {
display:inline-block;
width:118px;
text-align:center;
}

#gallery div.gal-i span.gal-w, #gallery div.gal-i div.gal-w {
display:inline-block;
margin:8px 0;
vertical-align:top;
width:118px;
}

#gallery div.gal-i span.gal-w span.shadow {
background-position:center center;
background-repeat:no-repeat;
display:table-cell;
height:155px;
padding-left:0 !important;
padding-right:0 !important;
vertical-align:middle;
width:118px;
}

span.shadow {
background-position:center center;
background-repeat:no-repeat;
display:block;
text-align:center;
}

#gallery a img.store_thumb {
border:2px solid #848484;
}
#gallery a:hover img.store_thumb {
border:2px solid #FFFFFF;
}

table.list td {
color: #A8A8A8;
}

table.messages td {
background-color: #424242;
}

.block {
background-color: #383838;
padding: 5px;
}

.block h1 {
color:#B4B4B4;
padding: 0 5px;
background-color: #2E2E2E;
font: bold 14px/30px "Palatino Linotype","Book Antiqua",Palatino,serif;
}
.content .pagerline {
background-color: #272727;
margin-bottom: 5px;
}
.content .pagerline div.fleft {
float:left;
line-height:25px;
}
.content .pagerline div {
padding: 0 5px;
}
