﻿/* CSS BODY PAGE ------------------------------- */
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bgx.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial;
}

img {
	border:0px none;
	padding:0px;
}



h1 {	
	color:#f7941d;
	font-size:24px;
	font-weight: normal;
	text-align:left;
	}

h2 {	
	font-size:20px;
	color:#6699cc;
	font-weight: normal;
}

h3 {
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	font-size:16px;
	color:#767661;
	font-weight: normal;
	}	
	
h4 {	
	font-size:12px;
	color:#3c3c3c;
	font-weight: bold;
	}		
h5 {	
	font-size:12px;
	color:#577f26;
	font-weight: bold;
	margin:0px;
	padding:0px;
	display:inline-block;
	}
	
table {
	border:0px;
	
}

a {
	text-decoration: none;
	color: #548bcc;
}
a:hover {
	text-decoration: underline;
	color: #597b7c;
}


.small_text
{
	font-size:11px;
}

#topright a
{
	font-size:12px;
	font-weight:bold;
	color: #6d9b00
}


.header {
	width:980px;
	background-image:url(images/header.png);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:left;
	height:146px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 18px;
}


.divheader {
	background-repeat:no-repeat;
	width: 916px;
	padding-top:0px;
	text-align: center;
}
.divheader2 {
	width: 916px;
	text-align: center;
}

.menu_right
{
	height:58px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:23px;
	}

.menu {
	padding-left:218px;
}

.menu img {
	padding:0px;
	margin:0px;
}


#menubottom {
	background: url(images/bg_submenu.png) no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	height: 32px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #82BCED;
}
#menubottom a {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}
#menubottom a:hover, #menubottom a:active
{
	background-color: Transparent !important;
}
#menubottom a img {
	padding-right: 5px;
	border: 0;
	text-decoration: none;
}
#menubottom span {
    display: none;
}
#menubottom span.selected {
    display: block;
}

#menutop, #menutoul
{
	margin:0;
	padding:0;
}
#menutop div
{
	width:60%;
	float:left;
	_float:none;
}
#menutop ul
{
	width:100%;
}
#menutop li
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#menutop li.break
{
	float:none;
}
#menutop li.break br
{
	clear:both;
}
#menutop li a
{
	float:left;
	position:relative;
	font-size:100%;
}
#menutop li a img
{
	float:left;
	margin-top:7px;
	margin-right:5px;
	border:0;
}
#menutop li a.selected
{
	z-index:0;
	cursor:pointer;
}
#menutop li a .wrap, 
#menutop li a .innerWrap
{
	float:left;
	clear:both;
	white-space:nowrap;	
	cursor:pointer;
}
#menutop li a.selected .wrap, 
#menutop li a.selected .innerWrap
{
	cursor:pointer;
}

#menutop {
	margin-left: 19px;
	height: 34px;
	width: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menutop li a
{
    color: #787878;
	text-decoration: none;
    
	display: block;
	line-height: 34px;
	padding-left: 9px;
	background: transparent url('images/tab_header_off_left.png') 0px 0px no-repeat;
}
#menutop li a .wrap
{
	padding-right: 9px;
	background:transparent url('images/tab_header_off_right.png') right 0px no-repeat;
}
#menutop li a .innerWrap
{
	padding:0 5px;
	padding-top: 2px;
	background:transparent url('images/tab_header_off_middle.png') 0px 0px repeat-x;
}

#menutop li a.selected {
	color: #ffffff;
    
	display: block;
	line-height: 34px;
	padding-left: 9px;
	background: transparent url('images/tab_header_on_left.png') 0px 0px no-repeat;
}
#menutop li a.selected .wrap
{
	padding-right: 9px;
	background:transparent url('images/tab_header_on_right.png') right 0px no-repeat;
}
#menutop li a.selected .innerWrap
{
	padding:0 5px;
	padding-top: 2px;
	background:transparent url('images/tab_header_on_middle.png') 0px 0px repeat-x;
}

#divsearch {
	background: white url(images/bg_search.png) center no-repeat;
	width: 470px;
	height: 35px;
	padding-top:12px;
}
#divsearch2 {
	background: white url(images/bg_search2.png) center no-repeat;
	width: 665px;
	height: 35px;
	line-height: 35px;
}
#divsearch, #divsearch td, #divsearch2, #divsearch2 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#divsearch a, #divsearch2 a {
	text-decoration: underline;
	color:#6590c7;
}

.body_cell {
	width: 900px;
	height: 100%;	
}

.shadowcell_left {
	background: url(images/site_shadow_left.png) top right no-repeat;
	width:8px;
}
.shadowcell_right {
	background: url(images/site_shadow_right.png) top left no-repeat;
	width:8px;
}

.l_col_head 
{
	height:350px;
	width:650px;
	background: url(images/col_head.jpg) top left no-repeat;
}

.l_col_middle {
	width:610px;
	padding-left:20px;
	padding-right:20px;
	background: url(images/col_middle.gif) top left no-repeat;
	background-repeat:repeat-y;
}

.l_col_foot {
	height:16px;
	width:650px;
	background: url(images/col_foot.gif) top left no-repeat;
}

.l_col_l_td {
	border-right:solid 1px #cccccc;
	
}

.l_col_hr {
	margin-top:10px;
	border-bottom:solid 1px #cccccc;
	width:610px;
	height:1px;
}

.l_note {
	margin-left:20px;
	margin-top:10px;
	width:555px;
	height:83px;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
	background: url(images/note_back.gif) top left no-repeat;
}

.r_col_head 
{
	height:186px;
	width:190px;
	background: url(images/r_col_head.gif) top left no-repeat;
	padding-top:20px;
	padding-right:10px;
	padding-left:16px;
}

.r_col_middle {
	width:190px;
	padding-left:16px;
	padding-right:10px;
	background: url(images/r_col_middle.gif) top left no-repeat;
	background-repeat:repeat-y;
}

.r_col_foot {
	height:211px;
	width:190px;
	padding-left:16px;
	padding-right:10px;
	background: url(images/r_col_foot.gif) top left no-repeat;
}

hr{
	margin-top:10px;
	border:solid 0px #cccccc;
	border-bottom:solid 1px #cccccc;
	height:1px;
}

.no_underline {
	text-decoration:none !important;
}

.emailpage  {
	font-size: x-small;
	text-decoration:none;
}

#pnlContent {
	
}

#pnlContent p {
	margin:0px;
	padding:10px;
	padding-left:0px;
}
.bigBoxWhiteBG{
	background-color:#99CCCC;
	background-color:#FFFFFF;
	padding:0px;}
.content_main {
	background-color:#CCCCCC;
	background-color:#FFFFFF;
	padding:0px;}
.bgxTable {
	width:1000px;
	padding:0px;
}

.bgBox {
	background-color:#CCCCCC;
	border-bottom:1px solid #999999;
}

.rightcontentcell {
	padding:0px;
	padding-left:0px;
	padding-right:39px;
}

.rightcontentcell li
{
	list-style-image: url(images/content_li.png);
	list-style-type: circle;
}

.rightcontentcell h1 {
	padding:10px;
	padding-bottom:0px;
}

.rightcontentcell p {
	
}



.rightcontentcell div {
	padding-left:0px;
	padding-right:0px;
}

.leftmenucell div {
	padding-left:0px;
	padding-right:0px;
}


.contentImg {
	padding-right:20px;

}

.ProdInCatImg img {
	background-image:url(/Files/Allianex/images/template/Category-Icon.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:11px;
	padding-right:12px;
	padding-bottom:14px;
}

.notmenu 
{
	padding-top:10px;
	padding-right:20px;
	font-size:11px;
    display: inline;
	float: right;
	clear:both;
	color: #000000;
}

.navigation {
	padding-left:225px;
	padding-top:3px;
}

.graytext, .gray_text {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px !important;
	color: #555555;
	text-decoration: none;
	text-align:center;
}


/******************* FROM Connect US */



.content_sdw {
	width:980px;
	text-align:left;
	padding:0px 17px 0px 17px;
	background-image:url(images/sdw.png);
	background-position:top center;
	background-repeat:repeat-y;
}

.content {
	margin-left:0px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	/*min-height:560px;*/
	position:relative;
	
}

.main_content {
	width:100%;
}

.content_main 
{
	padding-left:10px;
	padding-right:10px;
    padding-bottom:15px;
}

.v_menu {
	width:370px;
	background-color:#f5f8e8;
	
}

td {
	
}

.hr_table
{
	border-bottom:1px solid #ddee90;
	background-image:url(images/bg_td.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.table_down
{
	background-image:url(images/table_down.png);
	background-position:top center;
	height:30px;
	width:970px;
	padding-top:44px;
	padding-right:10px;
	
	
}
.table_down a
{
	padding-top:0px;
	
}

.table_down_white
{
	background-image:url(images/table_down_w.png);
	height:28px;
	width:980px;
	
}

ul
{
	
}

.content li
{
	list-style-position: outside;
	list-style-type: decimal;
	margin:5px;
}


/* CSS FORM OBJECTS ------------------------------- */
.formCSS
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
}

/* CSS NEWS ------------------------------- */

body, td, th
{
	font-family: Tahoma;
	font-size: 13px;
	line-height:1.5em;
}
input, select
{
	font-family: Tahoma;
	font-size: 12px;
}
.pager, .pager input, .pager select
{
	font-family: Tahoma;
	font-size: 10px;
}

.hr
{
	width: 100%;
	height: 2px !important;
	line-height: 2px !important;
	background-image: url(images/hr.gif);
	font-size: 1px !important;
	margin-top: 4px;
	margin-bottom: 4px;
}

.breadCrumbs
{
	padding:4px;
	padding-left:10px;
}

.footer
{
	padding:30px;
	font-size: 9px;
	color: #2b3d5d;
}



.v_menu_title {
	text-align:left;
	padding-left:10px !important;
	padding-bottom:0px;
	padding-top:10px;
	padding-right:5px !important;
	width:204px;
	height:24px;
	font-family:Tahoma;
	font-size:14px;
	margin-right:0px;
	color:#ffffff;
	background-color:#565656;
	border-bottom:1px solid #131313;
}

.v_menu_content p, .v_menu_content a {
	font-size: 13px;	
}

.v_menu_title h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	padding: 0px;
	color:#ffffff;
	display:inline;
}

.v_menu_title h3 {
	font-size:14px;
	font-weight:bold;
	color:#808488;
	margin-top:15px;
	padding: 0px;
	padding-left:0px;
	display:inline;
}

.v_menu_content {
	
	padding-right:9px !important;
	padding-bottom:1px;
	padding-left:10px !important;
	padding-top:2px;
	text-align:left;
	width:200px;
	margin-bottom:4px;
}

.smalltext, .smalltext a
{
	font-family: Tahoma;
	font-size: 9px;
	color:#ffffff;
}


.submenu_item2_on
{
	font-size:11px;
	font-weight:normal;
	padding:3px;
	color:#597b7c;
	padding-left:14px !important;
	background-image:url(images/menu_li_sel.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:solid 1px #FFFFFF;
	background-color:#fffef2 !important;
}

.submenu_item2_on:hover, .submenu_item2_off:hover {
	text-decoration: underline;
}

.submenu_item2_off
{
	padding:3px;
	font-size:11px;
	font-weight:normal;
	color:#597b7c;
	padding-left:14px !important;
	background-image:url(images/menu_li.png);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:solid 1px #FFFFFF;
}





.subcontent_width {
	width:702px;
	padding:0px;
	padding-left:10px !important;
}

.content_padding {
	padding-left:0px;
}

.h1_sub_padding {
	padding-left:0px !important;
}

.sub_header_text {
	padding-left:60px;
	padding-right:20px;
	background-image:url(images/sub_header.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:15px;
	color:#6b6c72;
	font-weight:200;
	border: 2px solid #FFFFFF;
	width:320px;
}

.include_content
{
    padding:10px;
	padding-left:10px !important;
	padding-right:10px !important;
}

.homecontentcell
{
padding:0px !important;
}

.homecontentcell .include_content
{
padding:0px !important;
}
