
body { background:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1em; color:#fff;}



table { background-color:#222;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p { padding:5px; }

/*==================forms====================*/

img {border:0; vertical-align:top; text-align:left;}


/*==================list====================*/
ul { list-style:none;}

.site-nav { position:absolute; bottom:0; left:0;}
.site-nav li { float:left;}

.list { margin:-4px 0 15px 0;}
.list li { background:url(images/icon-2.gif) no-repeat left 10px; padding:4px 0 0 10px; color:#fff;}
.list li a { color:#fff; text-decoration:none;}
.list li a:hover { text-decoration:underline;}

/*==================other====================*/
.p1 { margin-bottom:21px;}
.p2 { margin-bottom:15px;}

.phone { float:right; margin-right:110px;}


/*==================txt, links, lines, titles====================*/
a {color:#fff;}
a:hover{text-decoration:none;}

h3 { font-size:1.58em; color:#fff; text-transform:uppercase; font-family:"Trebuchet MS"; font-weight:normal; background:url(images/icon-1.gif) no-repeat left top; padding-left:27px;}
h4 { color:#e7e7e7; font-size:1em; margin-bottom:18px;}

.txt1 { color:#e7e7e7; font-weight:bold;}

.link { background:url(images/icon-2.gif) no-repeat right 6px; padding-right:8px; font-weight:bold; color:#e7e7e7; text-decoration:none;}
.link:hover { text-decoration:underline;}

/*==================boxes====================*/
.box { width:253px; position:absolute; right:37px; top:0; border-top:3px solid #e7e7e7; background:#181818; min-height:343px; height:auto!important; height:343px;}
.box .title { margin-bottom:22px; background:none;}
.box h3 {color:#f06400; font-size:.75em; font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; line-height:1.44em; margin-bottom:18px; background:none; padding:0;}
.box p { color:#fff; font-size:.75em; text-transform:uppercase; line-height:1.33em;}
.box a { cursor:pointer;}
.box .inner { padding:26px 34px 26px 28px;}

.cont-box { width:100%; background:url(images/cont-tail.gif);}
.cont-box .top { background:url(images/cont-tail-top.gif) repeat-x top;}
.cont-box dl { margin:-18px 0 18px 0;}
.cont-box dl dt { font-weight:bold; color:#e7e7e7; margin-top:18px;}
.cont-box .inner { padding:19px 22px 24px 15px;}

.title-box { margin-bottom:3px; background:#171717; width:100%;}
.title-box .inner { padding:18px 0 17px 17px;}

.img-box { background:#292929; position:relative; width:100%; margin-bottom:6px;}
.img-box .inner {padding:5px;}
.img-box .button { position:absolute; bottom:-1px; left:0;}
.img-box .button a { cursor:pointer;}

/*header*/
#header .menu { position:absolute; left:0; top:381px;}

/*content*/
#content .indent { padding:12px 10px 0 5px;}

/*footer*/
#footer p { color:#747474; padding:33px 0 0 24px;}
#footer p a { color:#e7e7e7; font-weight:bold; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}

/*==========================================*/

.inputs {
float: right;
width: 140px;
height: 18px;
}

.if {
float:left;

}


.message {

width: 285px;
height: 100px;
}

/***************************************/


.th {
border-color: #000;
border-style: solid;
border-width: 15px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 15px;
padding-bottom: 0;
background: #000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}