body{ margin:2px 5px; }

.clear{ clear: both; }

#CommonOuter{
	width:980px;
	margin:3px auto 3px auto;;
	/*background:white url(../gfx/container_bg1.gif) center repeat-y;*/
	background:white;
	overflow:hidden;
	line-height:1.0em;
	border:0px solid #c0c0c0;
	/*padding: 0x;*/
	/*min-width: 881px;*/
	/*margin: auto;*/
}

#Common{
	border:1px solid black;
	margin:0; 
	padding:0px;
	background-color:#fff;
}

#CommonHeader{
	width:100%; 
	height:100px;
	background-image:url(../Images/MainHeader_bck.jpg);
	background-repeat:no-repeat;
}

#CommonHeaderNav{
	background-color:#E5EDF3;
	padding:0px;
	height:38px; 
	background-image:url(../Images/HeaderNav_bck.jpg);
	background-repeat:no-repeat; 
}

#CommonHeaderNavLinks{ padding:0px 25px; font-size:80%; }
#CommonHeaderNavLinks a { text-decoration:none; color:#036; }
#CommonHeaderNavSearch{	}
#HeaderSearchField{ border:1px solid #333; }
#HeaderSearchButton{ font-variant:small-caps; color:#000; }

#CommonHeaderMain{
	background-color:#000;
	height:62px;
}

#CommonHeaderLogo{
	width:240px;
	padding:0px 10px;
	background-color:inherit;
	background-image:url(../Images/HeaderLogo_bck.jpg);
	voice-family:"\"}\""; voice-family:inherit; /*hack*/
	width:220px;
}

#CommonHeaderLogo img{ border:none; }
#CommonHeaderSlogan{
	text-transform:uppercase;
	color:#fff;
	padding-left:25px;
	white-space:nowrap;
	background-color:#000;
	xbackground-color:#F00;	
	background-image:url(../Images/CommonTitleBarMain_bck.gif);
	background-repeat:repeat-y;
}

.CommonHeaderSloganHighlight{
	font-size:110%;
	color: #3399cc;
	/*color: #FF0*/
}


/******************************/
#CommonTabBar{
	height:26px;
	height:22px; /*really 26, but count the padding!*/
	padding:1px 0px 2px 0px;
	margin:0;
	background-image:url(../Images/CommonTabBar_bck.png);
	background-repeat:repeat-x;
	voice-family:"\"}\""; 
 	voice-family:inherit;
	height:20px;
}
#CommonTabBarInner{
	padding:0; 
	margin:0 0 0 0px;
	color:#fff;
	line-height:1.5em;
	background-image:url(/themes/default/images/nav/bck.gif);
}
/*no js links*/
#CommonTabBarInner a{ font-size:0.8em; color:#fff; }

/******************************/
#CommonBreadCrumbBar{
	background-color:#369;
	color:#fff;
	font-size:75%;
	padding:3px;
	padding-left:150px;
}
#CommonBreadCrumbBar a{
	color:#fff;
	text-decoration:none;
}

/******************************/
#CommonBody{ }
#CommonBodyLeft{
	font-size:85%;
	padding:0 10px 15px 10px;
	xbackground-color:#E5EDF3;
	xbackground-color:Fuchsia;
}

#CommonBodyLeftContent{
	width:230px;
	xfont-family:Georgia, "Times New Roman", Times, serif;
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
}

/*
 20071119 - kml - added width:100%; to force ContactUs/Sales pages to use full
                  width of right column to prevent text overrunning table borders
 */
#CommonBodyContent{
	width:100%;
	font-size:85%;
	text-align:justify;
	padding:10px 5px 5px 5px;
}
#CommonBodyContent li{
	margin-left:25px;
}

#CommonBodyRight{
	font-size:85%;
	padding:0 10px 15px 10px;
}

/******************************/
#CommonFooter{
	width:968px;
	margin:3px auto 3px auto;;
	text-align:center;
	background-color:#005288;
	padding:5px;
	clear:both;
}
#CommonFooterContent{
	font-size:80%;
	color:#E5EDF3;
}
#CommonFooterContent a{
	color:#E5EDF3;
	text-decoration:none;
}

/*#############################*/
/* TEST FOR SECTION HEADDER */
#CommonBodyLeft{
	min-width:253px;
	max-width:253px;
	background-image:url(../Images/HomePageSide_bck.gif);
	background-repeat:repeat-y;
	padding:0;
}
.SectionHeader{
	margin:10px 0; 
	padding:0px 0px;
	width:253px;
	height:35px;
	line-height:2.5em;
	background-image:url(../Images/HomePageSide_Default.gif);
	background-repeat:no-repeat;
	text-align:right;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	xfont-size:75%;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

.SectionHeader .SectionHeaderContent{
	margin-right:10px;
}


#CommonBodyLeft ul{ margin:0 0 0 10px; padding-left:7px; }
xxx#CommonBodyLeft li{ list-style:square url(../Images/ListItem.gif); margin:2px; padding:2px 0 2px 0; }
#CommonBodyLeft li{ list-style:square; margin:2px; padding:2px 0 2px 0; }
#CommonBodyLeft li, #CommonBodyLeft li a{ font-size:1em; }	
/* Nested UL's*/
#CommonBodyLeft li li{ list-style: circle; }
#CommonBodyLeft li li, #CommonBodyLeft li li a{ font-size:0.9em; }	

/* END TEST */
/*#############################*/

/*.CommonMessageSuccess*/
.StatusMessageSuccess{
	padding:8px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:100%;
	color:#334433;
	font-weight:bold;
	border:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#cfe7c0;
	margin-top:8px;
	margin-bottom:8px;
}
/*.CommonMessageError*/
.StatusMessageFail{
	margin-top:8px;
	margin-bottom:8px;
	padding:4px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:100%;
	color:#443333;
	font-weight:bold;
	border:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#EBD9D9;
}
/*.CommonMessageInfo*/
.StatusMessageInfo{
	margin-top:8px;
	margin-bottom:8px;
	padding:4px;
	font-family:Tahoma, Arial, Helvetica;
	font-size:100%;
	color:#444433;
	font-weight:bold;
	border:solid;
	border-width:1px;
	border-color:#999999;
	background-color:#fff499;
}

#left_border {
    /*background: url(/Images/shadow-left.png) repeat-y;*/
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#right_border {
    /*background: url(/Images/shadow-right.png) repeat-y;*/
    border: 0;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 100px;
    float: left;
}
#bottom_border {
    /*background: url(/Images/bottom-shadow.png) repeat-y;*/
    width: 976px;
    height: 13px;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
}
#pnlShipAddr {
    visibility:hidden;
}

