﻿/* CSS Document */

* { 
	margin:0; padding:0;
	border:0;
}

body{ background:url(images/bg.jpg) top center no-repeat #000;
	 border:0;
	 font:12px Arial, Helvetica, sans-serif, Times, serif; color:#535353;
	 line-height:18px;
}


/* ============================= main layout ====================== */

a{ color:#535353; text-decoration: underline}
a:hover{ text-decoration: none}
li{ list-style:none}
h1{ font-size:24px;color:#fff; line-height:normal; padding-top:22px; letter-spacing:-1px;}
h2{ color:#ea8e02; font-size:24px; font-style:italic; font-weight:bold; line-height:normal; padding-top:22px; padding-bottom:12px}
img{ vertical-align:top; line-height:0; font-size:0}
p{ padding-bottom:18px;}
.under{ margin-bottom:15px; padding-bottom:16px; background:url(images/line_hor.jpg) bottom repeat-x;}
#leftside {
position:absolute;
top:50px;
left:5px;
}
#rightside {
position:absolute;
top:50px;
right:5px;
}

#popup1 {
   width:100%;
   height:100%;
   margin:0;
 }
 #popup {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background:#000;
   filter: alpha(opacity=70);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity:0.7;
   display:none;
 }
 #popup_content {
 position:absolute;
   width:300px;
   height:250px;
   background-color:#ee4119;
   top: 200px;
   left:475px;
   display:none;
   color:white
 }
/* ============================= content ====================== */

.marg_top1{margin-top:23px;}
.marg_top2{margin-top:5px;}
.marg_right1{ margin-right:5px;}
.marg_right2{ margin-right:20px;}
.marg_right3{ margin-right:40px;}
.marg_right4{ margin-right:73px;}
.pad_bot1{ padding-bottom:12px;}
.pad_bot2{ padding-bottom:23px;}

.line_1{ background:url(images/line_ver.jpg) left repeat-y; background-position:200px 0;}
.line_2{ background:url(images/line_ver.jpg) left repeat-y; background-position:714px 0;}
.line_3{ background:url(images/line_ver.jpg) left repeat-y; background-position:356px 0;}
.bg{ background:#131110;}

.list1 li{ line-height:16px; background:url(images/line_hor.jpg) bottom repeat-x; padding-top:16px;}
.list1 li a{ text-decoration:none;}
.list1 li a:hover{ color:#fff;}
.list2 li{ line-height:25px;}
.list2 li a{ padding-left:27px; background:url(images/marker_1.jpg) top left no-repeat; background-position:0 4px; text-decoration:none}
.list2 a:hover{ text-decoration:underline}

.link1{ text-transform:uppercase; text-decoration:none; color:#403e3d;}
.link1:hover{ color:#fa4e1e;}
.link2{ font-size:11px; color:#fa4e1e; text-decoration:none; text-transform:none}
.link2:hover{ text-decoration:underline;}

.color1{ color:#fedc38;}
.color2{ color:#fff;}
.font1{ font-size:12px; color:#fa4e1e; text-transform:uppercase}

.table_1{ width:470px; font:11px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#828181; line-height:19px;}
.table_1 .td_1{ width:212px; padding-left:6px;}
.table_1 .td_2{ width:83px; text-align:center}
.bord{ border-right:1px solid #000;}
.table_1 .tr_1{ line-height:24px; color:#fff;}
.table_1 .tr_2{ background:#0f0e0d;}
.table_1 .tr_3{ background:#1f1c19;}
.table_1 .tr_4{ height:50px; color:#fff;}
.table_1 .tr_5{ color:#454242; text-transform:none; line-height:12px;}

.table_2{ width:145px; color:#fff; text-transform:uppercase; font-size:11px; margin-top:7px; margin-bottom:23px;}
.table_2 .td_1{ padding-left:5px; width:75px;}
.table_2 .td_2{ width:25px;}
.table_2 .td_3{ width:35px; padding-left:10px;}
.table_2 .tr_1{ background:#000000;}
.table_2 .tr_2{ background:#1b1a1a;}

.table_3{ width:470px; background:url(images/line_hor.jpg) top repeat-x; margin-bottom:19px;}
.table_3 .tr_1{ background:url(images/line_hor.jpg) bottom repeat-x; height:55px;}
.table_3 .td_1{ width:82px;}
.table_3 .td_2{ width:107px;}
.table_3 .td_3{ width:280px;}

.table_4{ font-size:11px; text-transform:uppercase; color:#828181; line-height:19px;}
.table_4 .tr_1{ background:#0f0e0d;}
.table_4 .tr_2{ background:#1f1c19;}
.table_4 .td_1{ width:136px; padding-left:6px;}
.table_4 .td_2{ width:46px; padding-left:22px;}
.table_4 .td_3{ width:88px; text-align:center}
/* ============================= footer ====================== */

#footer { color:#fff; line-height:20px;}
#footer a{ color:#ee4119; text-decoration:none;}
#footer a:hover{ text-decoration:underline}
#footer_menu_1 li{ float:left; padding-right:15px}
#footer_menu_1 a{ color:#e98b02;}
#footer_menu_2 li{ float:left; padding-right:18px;}
#footer_menu_2 a{ color:#403c38;}
.block{ width:450px;}
/* ============================= forms ============================= */

#ContactForm {padding:0px 0 0 0; line-height:16px;}
#ContactForm a{ padding-right:4px; margin-left:11px;}
.input {width:132px; height:18px; border:1px solid #474646; background:#1f1d1c; padding:0 5px; margin-bottom:6px;color:#535353; font:12px Arial, Helvetica, sans-serif; line-height:18px;}
textarea {width:132px; height:168px; border:1px solid #474646; background:#1f1d1c; padding:0px 5px;margin-bottom:14px;color:#535353; font:12px Arial, Helvetica, sans-serif; line-height:18px; overflow:auto}

