body
{
	position: relative;
	margin: 0; 
	padding: 0;
	font-family:Arial;	
}

#holder {
	position: relative;
	width: 100%;	
	min-width: 1003px;	
}

a
{
	font-size:12px;
	color:#002590;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.textBox
{			
	border:solid 1px #afafaf;	
	font-size:11px;	
	margin-right:10px;
	color:#202020;	
}

/*
.button
{
	font-size:11px;
	color:White;
	background-color:#7f005a;
	border-bottom:solid 1px #5d0042;
	border-left:solid 1px #5d0042;
	border-top:solid 1px #a76193;
	border-right:solid 1px #a76193;
	height:20px;
}
*/
/* ------------------------------ PAGE HEADER STYLES ------------------------------ */

.header
{		
	position: relative;
	width: 1003px;	
	margin:0 auto;
	height:110px;
	background-image:url('../images/hint.gif');
	background-repeat:no-repeat;
	background-position:240px 46px;
}

.header_bg
{	
	height: 110px; 		
	margin:0 auto;
}

#logo img
{
    float:left;
	padding-left:20px;
	padding-top:23px;
	display:block;
	border-width:0px;
}

#top-navigation 
{
	min-width:800px;
	padding: 0;	
	position: absolute;
	top: 11px; right: 0;
	height: 18px;	
	font-size:12px;
	color:#202020;	
}

.separator
{
	background-image:url('../images/separator.gif');
	background-repeat:no-repeat;	
	background-position:center top;
	width:21px;	
	height:18px;
	float:right;
}

#top-navigation #lt a img
{
	padding-left:24px;
	padding-right:10px;
}

#top-navigation #lv a img
{
	padding-left:10px;	
	padding-right:15px;
}

#top-navigation span
{			
	float:right;
	padding-left:18px;
	padding-right:9px;		
}

#top-navigation input
{			
	float:right;
	border:solid 1px #afafaf;	
	font-size:11px;	
	margin-right:10px;
	color:#202020;	
}

#top-navigation a img
{
	float:right;
	padding-top:4px;
	padding-bottom:3px;
	border-width:0px;	
}

#top-navigation a:hover
{	
	color:#666666;
	text-decoration:none;
}

/* ------------------------------ PAGE MAIN MENU -------------------------------------- */

#meniu 
{
	font-size: 11px; 		
	background-color:#e3e3e3;
}

#meniu input
{
	float:right;
	padding-top:28px;
	padding-right:10px;
}

#meniu ul 
{	
	position: absolute;
	bottom: 0; left: 0px;
	padding: 0px;
	margin:0px;
	margin-left:20px;
	list-style: none;	
	overflow: hidden;
	height:28px;
	
}

#meniu ul li 
{
	float: left;
	background-image:url('../images/meniu_bg_normal.gif');
	background-position:0 5px;
	background-repeat:repeat-x;
}

#meniu a span {
	display: block;
	padding: 10px 15px 5px 15px;		
	text-decoration:none;
	color:Black;
	
}

#meniu ul a:hover 
{	
	background-image:url('../images/meniu_bg_hover.gif');
	background-position:0 5px;
	background-repeat:repeat-x;
}

#meniu ul a:hover span
{
	background-image:url('../images/meniu_bg_hover.gif');
	background-position:0 5px;
	background-repeat:repeat-x;
}


#meniu ul a.active, #meniu ul a.active:hover 
{	
	color: #ffffff;
	background-color: #00337f;
	background-image:none;		
}

#meniu ul a.active span, #meniu ul a.active:hover span 
{
	background-color: #00337f;
	color: #ffffff;
	border-top:solid 3px #0066ff;	
	padding: 6px 15px 5px 15px;	
	background-image:none;
}

/* ------------------------------ END PAGE MAIN MENU ---------------------------------- */
/* ------------------------------ END PAGE HEADER STYLES ------------------------------ */


/* ------------------------------ PAGE CENTER STYLES ------------------------------ */

.center_bg
{
	background-image: url('../images/center_bg.gif');		
	background-repeat: repeat-x;	
	background-position:center top;	
}

.page_content_img
{		
	background-image: url('../images/content_bg2.gif'); 
	background-repeat: no-repeat;
	background-position: left top;
}

.center
{
	width:1003px;	
	margin:0 auto;
	position: relative;	
}

.main_bg
{
	background-image: url('../images/center_bg.gif'); 
	background-repeat: repeat-x;
    background-position: right 110px;
}

.scroll_bg
{
	background-image: url('../images/content_bg3.gif'); 
	background-repeat: no-repeat;
	background-position: right 110px;
}

/* ------------------------------ PAGE CENTER ABOUT US STYLES ------------------------------ */

#about_us
{
	position: relative;		
	top: 28px;	
	width:710px;
	padding-bottom:50px;						
}

#about_text
{
	position: absolute;		
	float:left;	
	/*top:24px; */
	right: 0;	
	width:340px;		
}

#about_text input
{
	float:right;
	margin-top:-15px;
	margin-right:20px;
}

#about_us img
{	
	padding-left:18px;	
}

.summary
{
	width:320px;
	font-size:12px;
}

.hr
{
	background-color:#d0d0d0;
	width:320px;
	height:2px;
	margin-top:3px;
	margin-bottom:7px;
}

/* ------------------------------ END PAGE CENTER ABOUT US STYLES ------------------------------ */

#inner
{
	padding-left:10px;
	padding-top:36px;
	width: 690px;	
	float:left;
	background-image: url('../images/content_bg2.gif'); 
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:Transparent;		
}

#inner_content
{
	position: relative;
	float:left;	
	width:670px;
	background-color:White;	
	min-height:300px;		
}

.inner_header
{
	margin: 10px 0px 0px 10px;
}

.inner_header img
{
	float:right;
	margin-top:-15px;
	padding-right:10px;		
}

.inner_header input
{
	float:right;
	margin-top:-15px;
	padding-right:10px;
}

#inner_bg_left
{
	position: relative;
	background-image: url('../images/inner_left_shadow.gif'); 
	background-repeat: no-repeat;
	background-position: left top;			
	float:left;
	margin:0 auto;
	height:284px;
	width:10px;
}

#page_content
{
	font-size:12px;
	color:#202020;
	padding:13px 17px 20px 10px;
}

#error_message
{
	margin:13px 17px 20px 10px;
	border:solid 1px Red;
	background-color:#fcd2d2;	
}

#page_content img
{
	margin-right:10px;
	margin-bottom:5px;
	float:left;
	border:solid 3px #e3e3e3;
}

#brand_content
{
	font-size:12px;
	color:#202020;
	padding:13px 17px 20px 10px;
}

#brandList
{
	border:solid 0px #ffffff;
}

#page_content p
{
	margin:0px;
	padding:0px;
}

#page_content ul
{				
	list-style-type:none;
	margin-top:5px;
}

#page_content ul li ul li
{		
	margin-left:-20px;
	padding-left:10px;
	list-style-position:outside;
	background-image:url('../images/bullet2.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

#work_offer_list
{
	font-size:12px;
	color:#202020;
	padding:13px 17px 20px 10px;
}

#work_offer_list ul
{				
	list-style-type:none;
	margin-top:10px;
}

#work_offer_list ul li
{		
	margin-left:-20px;
	padding-left:10px;
	list-style-position:outside;
	background-image:url('../images/bullet.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

.admin_button_offers
{
	float:right;
	margin-top:-10px;
}

#news_list
{
	padding:13px 17px 20px 10px;
}

#news_list span
{
	font-size:11px;
	color:#525252;
}

#news_list img
{
	float:left;
	margin:0px 15px 8px 0px;
	border:solid 3px #e3e3e3;
	position:relative;
}

#news_list p
{
	margin:0px;
	padding:0px;
}

.content_text
{
	padding-top:8px;
	font-size:12px;
	color:#202020;
}

.news_separator
{
	height:1px;
	width:670px;
}

/* ------------------------------ PAGE CENTER SERVICES STYLES ------------------------------ */

#service
{		
	width: 710px;
	min-height:300px;	
}

.service_group
{
	padding-left:20px;
	padding-right:10px;	
	position:relative;	
	top:0;
	margin:0 auto;
	float:right;
	width:320px;
}

.admin_button_service_groups
{
	float:right;
	margin-top:-15px;	
}

.service_group
{
	margin:0px;
}

.service_list img
{
	float:right;
	margin-top:-17px
}

.hr
{
	background-color:#bcbcbc;
	width:320px;
	height:2px;
	margin-top:3px;
	margin-bottom:7px;
}

.bullet
{
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url('../images/service_bullet.gif');
}

.group_bullet
{
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url('../images/service_group_bullet.gif');
	padding-left:20px;
}

.admin_button_service
{
	float:right;
	margin-top:-20px;
}

.admin_button_service input
{
	margin-left:-4px;	
}

.service_list a
{
	padding-left:12px;
}

br
{
	margin:0px;
	padding:0px;
}

.service_list
{
	list-style-type:none;	
	list-style-position:outside;
	padding-bottom:40px;
	margin:0px;
	padding-left:8px;		
}

.group
{		
	width: 710px;
}

.certification_hr
{	
	margin-left:30px;
	width:670px;
	background-color:#a76193;
	border:none;
	height:4px;	
	padding:0px;	
}

.certification
{
	padding-left:30px;
	margin:0;
	width:670px;
	background-color:Gray;
	list-style-type:none;
	list-style-position:outside;	
}

.certification li 
{
	padding:5px 21px 15px 0px;	
	float:left;
	top:0px;
}

.certification img
{
	border-width:0px;	
}

#module_list
{
	
}

#service24x7
{
	padding-top:5px;
	padding-left:40px;
	padding-right:15px;	
	border-right:solid 1px #bcbcbc;
	margin:0px 12px 14px 12px;	
	float:left;
	height: 130px;
	color:Red;
	font-weight:bold;	
}

#service24x7 img
{
	margin-top:10px;
	margin-left:30px;
}

#repairStatus
{
	padding-top:5px;
	
	padding-right:15px;
	margin:0px 12px 14px 5px;	
	border-right:solid 1px #bcbcbc;
	float:left;
	height: 130px;
}

#repairStatus img
{
	margin-top:25px;
	margin-bottom:15px;
	margin-left:40px;
}

#partOrder
{
	padding-top:5px;
	padding-right:15px;	
	border-right:solid 1px #bcbcbc;
	margin:0px 12px 14px 5px;	
	float:left;
	height: 130px;
}

#partOrder img
{
	margin-top:25px;
	margin-bottom:15px;
	margin-left:40px;
}

#resp
{
	padding-top:5px;
	padding-left:0px;	
	margin:0px 12px 14px 5px;	
	float:left;
}

#resp img
{
	margin-top:25px;
	margin-bottom:15px;
	margin-left:10px;
}

/* -------------------------- PAGE CENTER SERVICES END STYLES ------------------------ */

/* -------------------------- PAGE CENTER RIGHT SIDE STYLES -------------------------- */

#rightside
{		
	padding-top: 36px; right: 1px;	
	width:292px;	
}

#rightside h1
{
	font-size:16px;
	color:Black;
	font-weight:normal;
	margin:0px;
	padding-left:6px;
	padding-bottom:15px;
}

#rightside a
{
	font-size:12px;
	font-weight:bold;	
}

.arrow
{
	background-image: url('../images/more_arrow.gif'); 
	background-repeat: no-repeat;
	background-position: right center;	
	padding-right:15px;	
}

#rightside span img
{
	padding:0px 0px 2px 6px;
}

#rightside span
{
	font-size:11px;
	color:#525252;
}

#bg_left
{
	position: relative;
	background-image: url('../images/right_side_shadow_left.gif'); 
	background-repeat: no-repeat;
	background-position: right top;			
	float:left;
	margin:0 auto;
	height:284px;
	width:10px;
}

.bg_right
{	
	background-image: url('../images/right_side_shadow_right.gif'); 
	background-repeat: no-repeat;
	background-position: right top; 	
	float:right;
	margin:0 auto;
	height:284px;
	width:10px;
}

#controls_container
{			
	float:left;
	top: 0px; right: 0;
	border-width:0px;
	width:272px;	
	color:Black;	
	background-color:White;	
}

#response
{
	padding-top:11px;
	margin:0px 12px 14px 12px;
	width:248px;
}

.admin_button
{
	float:right;
	margin-top:-32px;
}

.admin_button img
{
	margin-right:-4px;	
}

.admin_button input
{
	margin-right:-4px;	
}


#top_news img
{
	float:right;
	margin-top:-30px;	
}

#poll
{
	position:relative;
	padding-top:11px;
	margin:0px 12px 14px 12px;
	width:248px;
	font-size:12px;
	color:Black;
}

#poll input
{		
	margin-bottom:-2px;
}

.admin_button_news
{
	float:right;
	margin-top:-18px;
}

.admin_button_news input
{
	margin-left:-4px;	
}

#top_news
{
	margin:11px 12px 14px 12px;
	width:248px;
}

.controls_separator
{
	background-image: url('../images/right_side_top_bottom_bg.gif'); 
	background-repeat: no-repeat;
	background-position: top top; 	
	float:right;
	margin:0 auto;
	height:4px;
	width:272px;
}

.news_separator
{
	width:100%;
	background-color:#c4c4c4;
	height:1px;
	margin-top:7px;
	margin-bottom:10px;
}

#sententious
{
	color:Black;
	font-size:12px;	
}

.author
{
	padding-top:10px;	
	font-weight:bold;
}

/* ------------------------------ PAGE CENTER RIGHT SIDE END STYLES -------------------------- */

/* ------------------------------ END PAGE CENTER STYLES ------------------------------------- */

/* ------------------------------ PAGE FOOTER STYLES ----------------------------------------- */

.footer_bg
{	
	position:relative;
	height: 90px; 	
	background-image: url('../images/bottom_bg.gif');	
    background-repeat: repeat-x;     
}

.footer
{
	width:1003px;		
	font-size:11px;
	color:#666666;	
	margin:0 auto;
	position:relative;
}

.footer a
{
	text-decoration:none;
	color:#666666;
	font-size:11px;
	padding-left:12px;
	padding-right:12px;
}

.footer a:hover
{
	text-decoration:underline;
	color:#666666;	
}

.footer img
{
	position: absolute;
	top: 0; right: 9px;
	padding: 0px;
	margin:0px;
	float:right;
	border-width:0px;
}

.footer span
{
	float:left;
	padding-left:20px;
	padding-top:10px;
}

/* ------------------------------ END PAGE FOOTER STYLES ------------------------------ */

/* ------------------------------ PAGE NAVIGATORS ------------------------------------- */

#page_navigation
{
	width:690px;
	padding-left:20px;
}

.back
{
	background-image: url('../images/back.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:13px;
	margin-left:10px;
	float:left;
}

.home
{
	background-image: url('../images/home_arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:13px;	
}

.up
{
	background-image: url('../images/up.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
	margin-left:10px;
}

.print
{
	background-image: url('../images/print.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:13px;
	margin-left:10px;
	margin-right:10px;
}

#right_navigators
{
	float:right;
}

/* ------------------------------ END PAGE NAVIGATORS ---------------------------------- */

/*------------------------------- REQUEST FORM STYLES ---------------------------------- */

#requestForm
{
	padding:20px;
}

#requestForm input, textarea
{
	border:solid 1px #adadad;
	font-family:Arial;
	color:Black;
	padding-left:3px;
}

#requestForm input:hover, textarea:hover
{
	border:solid 1px #a76193;	
}

#translate
{
	margin-left:55px;	
	margin-right:45px;	
}


/*----------------------------- FLASH -----------------------------------*/
#main_flash
{
	padding:5px 5px 15px 45px;
}

/*-------------------------------- PRODUCT GROUP LOGOS ------------------*/
#pr_group_logo
{
    float:inherit;
    padding:15px 15px 20px 25px;    
}

#pr_group_logo span
{
    color:#737373;
    font-size:9px;
    font-family:Tahoma;
    text-align:center;
}

.pr_group_logo img
{
    margin-bottom:5px;
}

.call_center
{
    float:right;
    margin-top:50px;
    margin-right:15px;
}

/* ----------------------------------------- Small Brand ------------------------------------- */
#small_brand
{
    padding:0px 15px 0px 25px; 
}

#small_brand a
{
    font-size:16px;
}