/* DEFAUL STYLE*/
body, html
{
    font: 11px Tahoma;
    color: #666;
}
input, select, textarea 
{
    font: 11px Tahoma;
    color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, form, input, select, textarea
{
    margin: 0;
    padding: 0;
    list-style: none;
}
img
{
    border: none;
}
.clear
{
    clear: both;
}
a 
{
    color: #666;
    text-decoration: underline;
}
a:hover 
{
text-decoration:none;
}
.title_link a{
margin-right:20px;
}
.dashed 
{
    border-bottom: 1px dashed #fff;
    margin: 7px 0;
}
.left 
{
    text-align: left;
}
/* MAIN STYLE*/
#main_outer 
{
    position: relative;
    width: 763px;
    overflow: hidden;
    margin: auto;
}
/* HEADER */
#header 
{
    position: relative;
    padding: 0px 0px 2px 0px;
    /*background: url(../images/universal_logo2.gif) no-repeat left top;*/
}
#header .logo 
{
    height: 19px;
    padding-top: 30px;
    text-align: right;
    text-transform: uppercase;
    font: bold 13px Arial Narrow;
    color: #fff;
    /*background: url(../images/universal_logo.gif) no-repeat left top;*/
}
/* MENU */
.menu 
{
    height: 26px;
    font: bold 11px Arial Narrow;
    background: url(../images/menu_bg.gif) repeat-x left top;
}
.menu ul
{
}
.menu ul li
{
    float: left;
	display:block;
	position:relative;
    height: 14px;
    padding: 4px 15px 0 15px;
    background: url(../images/menu_item_border.gif) no-repeat right top;
}

.menu ul li ul {
	border:0px;
	float: none;
	display: none;
	position: absolute;
	top:100%;
	left:0px;
	z-index:100000;
	width: 110px;
	height:auto;
	padding-top:4px;
}

.menu ul li ul li {
	display: block;
	position: relative;
	border:none;
	text-align:left;
	background:none;
	width:80px;
	background-color:#898989;
	padding: 2px 15px 2px 15px;
	
}
.menu ul li:hover ul, .menu ul li.over ul{
	display: block;
}
.menu ul li:hover > ul, .menu ul li.over > ul {
	display: block;
}
.menu ul li.last
{
    background: none;
}
.menu a
{
    color: #fff;
    text-decoration: none;
}
.menu ul li a:hover
{
    color: #f8cb29;
}
.menu a.act
{
    color: #f8cb29;
}
.menu span
{
    float: right;
    margin: 4px 7px 0 7px;
}
.menu input.text
{
    margin-top: 4px;
    float: right;
    border: none;
    background: #fff;
    height: 13px;
    width: 150px;
    padding-left: 3px;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
}
/* SUB-MENU 3lvl */
.left_col ul li ul{
	float:none;
	position: absolute;
	display:none;
	margin:0px;
	padding:0px;
	margin-left:164px;
	margin-top:-17px;
	z-index:100000;
	height:auto;
	background-color:#fff;
	width:174px;
}
.left_col ul li.over ul li a, .left_col ul li:hover ul li a{
	color:#7f7f7f;	
}
.left_col ul li ul li a{
	background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
	background-color:#fff;
	padding-right:5px;
}
.left_col ul li:hover ul, .left_col ul li.over ul{
	display: block;
}
.left_col ul li:hover > ul, .left_col ul li.over > ul {
	display: block;
}

*html .left_col ul li{
	float:left;
}
.left_col ul li a.sub{
	background: url(../images/red_arrow.gif) no-repeat 152px center;
}

/* SUB-MENU */
.sub-menu 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border.gif) no-repeat left top;
}
.sub-menu ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0px 0 0px;
    border-left: 7px solid #308baf;
    border-right: 7px solid #308baf;
    border-bottom: 7px solid #308baf;
}
.sub-menu ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}

.sub-menu ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    /*background: url(../images/red_arrow.gif) no-repeat 152px center;*/
    text-decoration: none;
}
.sub-menu ul li a:hover
{
	/*background: #43aed2 url(../images/white-arrow.gif) no-repeat 152px center;*/
    background: #308baf;
    color: #f8cb29;
}
*html .left_col ul li a{
	height:1%;
}
/*-----------------------------------------------*/
.sub-menu ul li ul{
border-top: 7px solid #308baf;
}
.sub-menu ul li.over a.sub, .sub-menu ul li:hover a.sub{
	background: #308baf url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu ul li ul li a:hover{
	background: #308baf;
    color: #f8cb29;
}
a b
{
	color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU SERVICE */
.sub-menu_service 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_dgr.gif) no-repeat left top;
    z-index:1000;
}
.sub-menu_service ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #808054;
    border-right: 7px solid #808054;
    border-bottom: 7px solid #808054;
}
.sub-menu_service ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_service ul li a
{
    height: 1%;
}
.sub-menu_service ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;    
    text-decoration: none;
}
.sub-menu_service ul li a:hover
{
    background: #808054;
    color: #f8cb29;
}
.sub-menu_service ul li a.act, .sub-menu_service ul li a.act:hover
{
    background: #808054 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_service ul li ul{
	border-top: 7px solid #808054;
}
.sub-menu_service ul li.over a.sub, .sub-menu_service ul li:hover a.sub{
	background: #808054 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_service ul li ul li a:hover{
	background: #808054;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU PRODUCTS */
.sub-menu_products 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_bl.gif) no-repeat left top;
}
.sub-menu_products ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #31708e;
    border-right: 7px solid #31708e;
    border-bottom: 7px solid #31708e;
}
.sub-menu_products ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_products ul li a
{
    height: 1%;
}
.sub-menu_products ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_products ul li a:hover
{
	background: #31708e;    
    color: #f8cb29;
}
.sub-menu_products ul li a.act, .sub-menu_products ul li a.act:hover
{
	background: #31708e url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_products ul li ul{
border-top: 7px solid #31708e;
}
.sub-menu_products ul li.over a.sub, .sub-menu_products ul li:hover a.sub{
	background: #31708e url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_products ul li ul li a:hover{
	background: #31708e;
    color: #f8cb29;
}

/*-----------------------------------------------*/
/* SUB-MENU SERVICES */
.sub-menu_services 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_salat.gif) no-repeat left top;
}
.sub-menu_services ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #009999;
    border-right: 7px solid #009999;
    border-bottom: 7px solid #009999;
}
.sub-menu_services ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_services ul li a
{
    height: 1%;
}
.sub-menu_services ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_services ul li a:hover
{
    background: #009999;
    color: #f8cb29;
}
.sub-menu_services ul li a.act, .sub-menu_services ul li a.act:hover
{
	background: #009999 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_services ul li ul{
border-top: 7px solid #009999;
}
.sub-menu_services ul li.over a.sub, .sub-menu_services ul li:hover a.sub{
	background: #009999 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_services ul li ul li a:hover{
	background: #009999;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU SPECIALS */
.sub-menu_specials 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_gr.gif) no-repeat left top;
}
.sub-menu_specials ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #1C9061;
    border-right: 7px solid #1C9061;
    border-bottom: 7px solid #1C9061;
}
.sub-menu_specials ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_specials ul li a
{
    height: 1%;
}
.sub-menu_specials ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_specials ul li a:hover
{
    background: #1C9061;
    color: #f8cb29;
}
.sub-menu_specials ul li a.act
{
    background: #1C9061;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_specials ul li ul{
border-top: 7px solid #1C9061;
}
.sub-menu_specials ul li.over a.sub, .sub-menu_specials ul li:hover a.sub{
	background: #1C9061 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_specials ul li ul li a:hover{
	background: #1C9061;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU TESTIMONIALS */
.sub-menu_test 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_br.gif) no-repeat left top;
}
.sub-menu_test ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #62758d;
    border-right: 7px solid #62758d;
    border-bottom: 7px solid #62758d;
}
.sub-menu_test ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_test ul li a
{
    height: 1%;
}
.sub-menu_test ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_test ul li a:hover
{
    background: #62758d;
    color: #f8cb29;
}
.sub-menu_test ul li a.act
{
    background: #62758d;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_test ul li ul{
border-top: 7px solid #62758d;
}
.sub-menu_test ul li.over a.sub, .sub-menu_test ul li:hover a.sub{
	background: #62758d url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_test ul li ul li a:hover{
	background: #62758d;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU FINANCE */
.sub-menu_finance 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_finance.gif) no-repeat left top;
}
.sub-menu_finance ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #006666;
    border-right: 7px solid #006666;
    border-bottom: 7px solid #006666;
}
.sub-menu_finance ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_finance ul li a
{
    height: 1%;
}
.sub-menu_finance ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_finance ul li a:hover
{
    background: #006666;
    color: #f8cb29;
}
.sub-menu_finance ul li a.act
{
    background: #006666;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_finance ul li ul{
border-top: 7px solid #006666;
}
.sub-menu_finance ul li.over a.sub, .sub-menu_finance ul li:hover a.sub{
	background: #006666 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_finance ul li ul li a:hover{
	background: #006666;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU WARRANTY */
.sub-menu_war 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_war.gif) no-repeat left top;
}
.sub-menu_war ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #6E9E9E;
    border-right: 7px solid #6E9E9E;
    border-bottom: 7px solid #6E9E9E;
}
.sub-menu_war ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_war ul li a
{
    height: 1%;
}
.sub-menu_war ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_war ul li a:hover
{
    background: #6E9E9E;
    color: #f8cb29;
}
.sub-menu_war ul li a.act
{
    background: #6E9E9E;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_war ul li ul{
border-top: 7px solid #6E9E9E;
}
.sub-menu_war ul li.over a.sub, .sub-menu_war ul li:hover a.sub{
	background: #6E9E9E url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_war ul li ul li a:hover{
	background: #6E9E9E;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU EVENTS */
.sub-menu_event 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_event.gif) no-repeat left top;
}
.sub-menu_event ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #4a736e;
    border-right: 7px solid #4a736e;
    border-bottom: 7px solid #4a736e;
}
.sub-menu_event ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_event ul li a
{
    height: 1%;
}
.sub-menu_event ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_event ul li a:hover
{
    background: #4a736e;
    color: #f8cb29;
}
.sub-menu_event ul li a.act
{
    background: #4a736e;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_event ul li ul{
border-top: 7px solid #4a736e;
}
.sub-menu_event ul li.over a.sub, .sub-menu_event ul li:hover a.sub{
	background: #4a736e url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_event ul li ul li a:hover{
	background: #4a736e;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU TIPS */
.sub-menu_tips 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_tips.gif) no-repeat left top;
}
.sub-menu_tips ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #4c9da2;
    border-right: 7px solid #4c9da2;
    border-bottom: 7px solid #4c9da2;
}
.sub-menu_tips ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_tips ul li a
{
    height: 1%;
}
.sub-menu_tips ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_tips ul li a:hover
{
    background: #4c9da2;
    color: #f8cb29;
}
.sub-menu_tips ul li a.act, .sub-menu_tips ul li a.act:hover
{
    background: #4c9da2 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_tips ul li ul{
border-top: 7px solid #4c9da2;
}
.sub-menu_tips ul li.over a.sub, .sub-menu_tips ul li:hover a.sub{
	background: #4c9da2 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_tips ul li ul li a:hover{
	background: #4c9da2;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU RESOURCES */
.sub-menu_res 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_res.gif) no-repeat left top;
}
.sub-menu_res ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #7e956d;
    border-right: 7px solid #7e956d;
    border-bottom: 7px solid #7e956d;
}
.sub-menu_res ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_res ul li a
{
    height: 1%;
}
.sub-menu_res ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_res ul li a:hover
{
    background: #7e956d;
    color: #f8cb29;
}
.sub-menu_res ul li a.act, .sub-menu_res ul li a.act:hover
{
    background: #7e956d url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_res ul li ul{
border-top: 7px solid #7e956d;
}
.sub-menu_res ul li.over a.sub, .sub-menu_res ul li:hover a.sub{
	background: #7e956d url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_res ul li ul li a:hover{
	background: #7e956d;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU REFER */
.sub-menu_ref 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_ref.gif) no-repeat left top;
}
.sub-menu_ref ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #5D683E;
    border-right: 7px solid #5D683E;
    border-bottom: 7px solid #5D683E;
}
.sub-menu_ref ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_ref ul li a
{
    height: 1%;
}
.sub-menu_ref ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_ref ul li a:hover
{
    background: #5D683E;
    color: #f8cb29;
}
.sub-menu_ref ul li a.act
{
    background: #5D683E;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_ref ul li ul{
border-top: 7px solid #5D683E;
}
.sub-menu_ref ul li.over a.sub, .sub-menu_ref ul li:hover a.sub{
	background: #5D683E url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_ref ul li ul li a:hover{
	background: #5D683E;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* SUB-MENU CLEARANCE */
.sub-menu_clearance 
{
    width: 178px;
    padding-top: 15px;
    background: #fff url(../images/sub-menu_top_border_clearance.gif) no-repeat left top;
}
.sub-menu_clearance ul
{
    width: 164px;
    height: 230px;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-left: 7px solid #648d74;
    border-right: 7px solid #648d74;
    border-bottom: 7px solid #648d74;
}
.sub-menu_clearance ul li
{
    background: url(../images/sub-menu_li_bord.gif) no-repeat bottom center;
    margin-bottom: 1px;
}
*html .sub-menu_clearance ul li a
{
    height: 1%;
}
.sub-menu_clearance ul li a
{
    display: block;
    color: #7f7f7f;
    padding: 1px 0 1px 10px;
    text-decoration: none;
}
.sub-menu_clearance ul li a:hover
{
    background: #648d74;
    color: #f8cb29;
}
.sub-menu_clearance ul li a.act
{
    background: #648d74;
    color: #f8cb29;
}
/*-----------------------------------------------*/
.sub-menu_clearance ul li ul{
border-top: 7px solid #648d74;
}
.sub-menu_clearance ul li.over a.sub, .sub-menu_clearance ul li:hover a.sub{
	background: #648d74 url(../images/white-arrow.gif) no-repeat 152px center;
    color: #f8cb29;
}
.sub-menu_clearance ul li ul li a:hover{
	background: #648d74;
    color: #f8cb29;
}
/*-----------------------------------------------*/
/* FLASH */
.flash 
{
    width: 582px;
    margin-bottom: 2px;
    margin-top: 2px;
}
/* FLASH SERVICE */
.flash_service
{
    width: 582px;
    height: 104px;
}
/* CONTENT */
#content 
{
    width: 763px;
    overflow: hidden;
	background-color:#7f7f7f;
}
.content_bottom
{
    position: relative;
    height: 17px;
    background: url(../images/content_bottom_bg.gif) no-repeat;
}
.content_bottom .car
{
    position: absolute;
    width: 228px;
    height: 130px;
    bottom: 5px;
    left: 20px;
    background: url(../images/car.png) no-repeat;
}
*html .content_bottom .car
{
    background: none;
}
/* LEFT COLUMN */
#content .left_col
{
    float: left;
    width: 178px;
    color: #ccc;
    background: #7f7f7f;
}
#content .left_col .box
{
    position: relative;
    padding: 10px;
    background: #7f7f7f;
    height: 1%;
    border-top: 2px solid #fff;
}
#content .left_col h2
{
    font: bold 16px Tahoma;
    color: #fff;
}
#content .left_col h3
{
    font: bold 14px Arial Narrow;
    color: #fff;
}
#content .left_col .box span
{
    text-decoration: underline;
}
#content .left_col .box a
{
    font: 10px Tahoma;
    color: #fff;
    text-decoration: none;
}
#content .left_col .box input.text
{
    border: none;
    background: #fff;
    height: 13px;
    width: 110px;
    padding-left: 3px;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    border-top: 1px solid #404040;
    border-left: 1px solid #404040;
}
#content .left_col .box input.subscribe
{
    border: none;
    background: url(../images/round_arrow_btn.gif) no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
/* RIGHT COLUMN */
#content .right_col
{
    float: right;
    width: 582px;
	padding-left:3px;
	background-color:#fff;
}
#content .right_col h3{
	font-weight: bold;
	color: #666;
	font-size:11px;
}
#content .right_col a.set3, #content .right_col a.set2, #content .right_col a.set1
{
    display: block;
    width: 186px;
    height: 25px;
    padding: 98px 0 0 6px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
#content .right_col a.set3:hover, #content .right_col a.set2:hover, #content .right_col a.set1:hover
{
    color: #f8cb29;
}
#content .right_col a.set3
{
    float: right;
    background: url(../images/set3.gif) no-repeat;
}
#content .right_col a.set1
{
    float: left;
    background: url(../images/set1.gif) no-repeat;
}
#content .right_col a.set2
{
    margin: auto;
    background: url(../images/set2.gif) no-repeat;
}

#content .right_col_service a.set3, #content .right_col_service a.set2, #content .right_col_service a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_service a.set3
{
    float: right;
    background: url(../images/img_sub/set3_service.gif) no-repeat;
}
#content .right_col_service a.set1
{
    float: left;
    background: url(../images/img_sub/set1_service.gif) no-repeat;
}
#content .right_col_service a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_service.gif) no-repeat;
}

#content .right_col_products a.set3, #content .right_col_products a.set2, #content .right_col_products a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_products a.set3
{
    float: right;
    background: url(../images/img_sub/set3_blue.gif) no-repeat;
}
#content .right_col_products a.set1
{
    float: left;
    background: url(../images/img_sub/set1_blue.gif) no-repeat;
}
#content .right_col_products a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_blue.gif) no-repeat;
}

#content .right_col_services a.set3, #content .right_col_services a.set2, #content .right_col_services a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_services a.set3
{
    float: right;
    background: url(../images/img_sub/set3_services.gif) no-repeat;
}
#content .right_col_services a.set1
{
    float: left;
    background: url(../images/img_sub/set1_services.gif) no-repeat;
}
#content .right_col_services a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_services.gif) no-repeat;
}

#content .right_col_specials a.set3, #content .right_col_specials a.set2, #content .right_col_specials a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_specials a.set3
{
    float: right;
    background: url(../images/img_sub/set3_green.gif) no-repeat;
}
#content .right_col_specials a.set1
{
    float: left;
    background: url(../images/img_sub/set1_green.gif) no-repeat;
}
#content .right_col_specials a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_green.gif) no-repeat;
}

#content .right_col_test a.set3, #content .right_col_test a.set2, #content .right_col_test a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_test a.set3
{
    float: right;
    background: url(../images/img_sub/set3_test.gif) no-repeat;
}
#content .right_col_test a.set1
{
    float: left;
    background: url(../images/img_sub/set1_test.gif) no-repeat;
}
#content .right_col_test a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_test.gif) no-repeat;
}

#content .right_col_test2 a.set3, #content .right_col_test2 a.set2, #content .right_col_test2 a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_test2 a.set3
{
    float: right;
    background: url(../images/img_sub/set3_test2.gif) no-repeat;
}
#content .right_col_test2 a.set1
{
    float: left;
    background: url(../images/img_sub/set1_test2.gif) no-repeat;
}
#content .right_col_test2 a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_test2.gif) no-repeat;
}

#content .right_col_finance a.set3, #content .right_col_finance a.set2, #content .right_col_finance a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_finance a.set3
{
    float: right;
    background: url(../images/img_sub/set3_finance.gif) no-repeat;
}
#content .right_col_finance a.set1
{
    float: left;
    background: url(../images/img_sub/set1_finance.gif) no-repeat;
}
#content .right_col_finance a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_finance.gif) no-repeat;
}

#content .right_col_war a.set3, #content .right_col_war a.set2, #content .right_col_war a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_war a.set3
{
    float: right;
    background: url(../images/img_sub/set3_war.gif) no-repeat;
}
#content .right_col_war a.set1
{
    float: left;
    background: url(../images/img_sub/set1_war.gif) no-repeat;
}
#content .right_col_war a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_war.gif) no-repeat;
}

#content .right_col_event a.set3, #content .right_col_event a.set2, #content .right_col_event a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_event a.set3
{
    float: right;
    background: url(../images/img_sub/set3_event.gif) no-repeat;
}
#content .right_col_event a.set1
{
    float: left;
    background: url(../images/img_sub/set1_event.gif) no-repeat;
}
#content .right_col_event a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_event.gif) no-repeat;
}

#content .right_col_tips a.set3, #content .right_col_tips a.set2, #content .right_col_tips a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_tips a.set3
{
    float: right;
    background: url(../images/img_sub/set3_tips.gif) no-repeat;
}
#content .right_col_tips a.set1
{
    float: left;
    background: url(../images/img_sub/set1_tips.gif) no-repeat;
}
#content .right_col_tips a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_tips.gif) no-repeat;
}

#content .right_col_res a.set3, #content .right_col_res a.set2, #content .right_col_res a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_res a.set3
{
    float: right;
    background: url(../images/img_sub/set3_res.gif) no-repeat;
}
#content .right_col_res a.set1
{
    float: left;
    background: url(../images/img_sub/set1_res.gif) no-repeat;
}
#content .right_col_res a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_res.gif) no-repeat;
}

#content .right_col_ref a.set3, #content .right_col_ref a.set2, #content .right_col_ref a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_ref a.set3
{
    float: right;
    background: url(../images/img_sub/set3_ref.gif) no-repeat;
}
#content .right_col_ref a.set1
{
    float: left;
    background: url(../images/img_sub/set1_ref.gif) no-repeat;
}
#content .right_col_ref a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_ref.gif) no-repeat;
}
#content .right_col_clearance a.set3, #content .right_col_clearance a.set2, #content .right_col_clearance a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_clearance a.set3
{
    float: right;
    background: url(../images/img_sub/set3_clearance.gif) no-repeat;
}
#content .right_col_clearance a.set1
{
    float: left;
    background: url(../images/img_sub/set1_clearance.gif) no-repeat;
}
#content .right_col_clearance a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_clearance.gif) no-repeat;
}
#content .right_col_top_menu a.set3, #content .right_col_top_menu a.set2, #content .right_col_top_menu a.set1
{
    height: 25px;
    padding: 70px 0 0 6px;
}
#content .right_col_top_menu a.set3
{
    float: right;
    background: url(../images/img_sub/set3_top_menu.gif) no-repeat;
}
#content .right_col_top_menu a.set1
{
    float: left;
    background: url(../images/img_sub/set1_top_menu.gif) no-repeat;
}
#content .right_col_top_menu a.set2
{
    margin: auto;
    background: url(../images/img_sub/set2_top_menu.gif) no-repeat;
}



#content .right_col .grey_box
{
    margin-top: 2px;
    width: 562px;
    padding: 10px;
    padding-bottom: 0;
    background: #e1e1e1 url(../images/grey_box_top_bg.gif) no-repeat left top;
}
#content .right_col .grey_box2
{
	margin-top: 2px;
    width: 562px;
    padding: 10px;
    padding-bottom: 0px;
    background: #e1e1e1 url(../images/grey_box_top_bg__2.gif) no-repeat ;
}
#content .right_col .sub_grey_box
{
    margin-top: 2px;
    width: 582px;
    padding: 0px;
    /*background: url(../images/grey_box_bg.gif) repeat-x left top;*/
}
#content .right_col .sub_grey_box2
{
    margin-top: 2px;
    width: 580px;
    padding: 0px;
}
#content .right_col .bordered
{
    padding: 10px;
	min-height:370px;
	height:auto !important;
	height:370px;
    border: 1px solid #e4e3e5;
}
#content .right_col .bordered1
{
    padding: 10px;
	min-height:310px;
	height:auto !important;
	height:310px;
    border: 1px solid #e4e3e5;
}
#content .right_col .bordered_small
{
	min-height:270px;
	height:auto !important;
	height:270px;
}
#content .right_col .bordered ul{
margin:10px 0;
}
#content .right_col .bordered ul li{
margin-left:20px;
}
#content .right_col .bordered_test2
{
	padding:0px 10px;
	border-left:2px solid #e4e3e5;
	border-right:2px solid #e4e3e5;
    /*border: 1px solid #e4e3e5;*/
}
#content .right_col h2
{
    padding: 10px;
    text-align: center;
    font: bold 16px Arial Narrow;
    color: #308baf;
}
#content .right_col h2.title_content{
text-align:left;
padding:0px;
color:#666;
}
#content .right_col h2.dark-green
{
    color: #808054;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.blue
{
    color: #31708e;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.light_blue
{
    color: #308baf;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.yellow
{
    color: #e9b200;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.salat
{
    color: #009999;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.green
{
    color: #1c9061;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.brown
{
    color: #62758d;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.finance
{
    color: #006666;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.war
{
    color: #6E9E9E;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.event
{
    color: #4a736e;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.tips
{
    color: #4c9da2;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.res
{
    color: #7e956d;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.ref
{
    color: #5D683E;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.clearance
{
    color: #648d74;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.top_menu
{
    color: #308baf;
    padding: 0;
    padding-bottom: 10px;
}
#content .right_col h2.left
{
    text-align: left;
    padding: 10px;
    background: #ccc;
	text-transform:uppercase;
}
#content .right_col h2.left2
{
    text-align: left;
    padding: 10px;
    background: #e1e1e1;
}
#content .right_col .grey_box ul.serv
{
    float: left;
    padding-left: 75px;
}
#content .right_col .grey_box ul.serv li a
{
    padding-right: 8px;
    background: url(../images/orange_arrow.gif) no-repeat right 5px;
}
#content .right_col .grey_box2 ul.serv
{
    float: left;
    padding-left: 75px;
}
#content .right_col .grey_box2 ul.serv li a
{
    padding-right: 8px;
    background: url(../images/orange_arrow.gif) no-repeat right 5px;
}
/* FOOTER */
#footer 
{
/*	height: 60px;*/
}
#footer li
{
    float: left;
    width: 135px;
    height: 53px;
    padding: 5px 0 0 5px;
    margin-right: 2px;
    background: #b3b3b3;
    color: #fff;
    font: bold 11px Arial Narrow;
    text-transform: uppercase;
}
#footer li span
{
    padding-left: 7px;
}
#footer li.prefirst
{
	width: 177px;
	padding-left: 0px;
}
#footer li.first
{
    background: #c7c7c7;
	width: 285px;
}
#footer li.second
{
    background: #aeaeae;
	width: 287px;
    margin-right: 0;
}
#footer li.last
{
    width: 182px;
    width: 153px;
    margin-right: 0;
    background: #bdbdbd;
}

.unitedby{
	position: relative;
/*	padding: 9px 0 0 528px; */
	padding-top:6px;
	padding-right:8px;
	height: 20px;
	-padding-top:10px;
	-height: 23px;
	color: #fff;
	font: bold 11px Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	border-top: 2px solid #fff;
	background: #231f20;
	clear: both;
}

.unitedby sup{
	font-size: 8px;
}

.ars_logo{
	position: absolute;
	width: 152px;
	height: 74px;
	background: url(../images/ars_logo1.jpg);
	top: -52px;
	left: 15px;
}

.footer 
{
    clear: both;
    height: 15px;
    text-align: center;
    color: #fff;
    font: 10px Tahoma;
    border-top: 2px solid #fff;
    background: #308baf;
}
.blue-foot
{
    background: #31708e;
}
.dark-green-foot
{
    background: #808054;
}
.salat-foot
{
    background: #009999;
}
.green-foot
{
    background: #1c9061;
}
.brown-foot
{
    background: #62758d;
}
.yellow-foot{
    background: #e2b82e;
}
.finance-foot
{
    background: #006666;
}
.war-foot
{
    background: #6E9E9E;
}
.event-foot
{
    background: #4a736e;
}
.tips-foot
{
    background: #4c9da2;
}
.res-foot
{
    background: #7e956d;
}
.ref-foot
{
    background: #5D683E;
}
.clearance-foot
{
    background: #648d74;
}
/* the news box */
#news
{
	display:none;
	margin-top:4px;
	color:#e9ce27;
}
#news.hasJS
{
	height:140px;
	overflow:hidden;
	position:relative;
}
#news.hasJS p
{
	position:absolute;
	left:0;
	margin:0 0 0 0;
	padding:0;
}
.more_testimonials{
position:absolute;
top:174px;
}
/* end news box */
.site_map ul li{
text-transform:uppercase;
list-style-type:disc;
}
.site_map ul li ul li{
text-transform:none;
list-style-type:circle;
}