@charset "UTF-8";

/*Redranger Red = #CD1B24*/

@font-face
{
font-family: font1;
src: url('fonts/webfont1.woff');	/* normal */
}

@font-face
{
font-family: font2;
src: url('fonts/webfont2.woff');	/* bold */
} 

body {
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font: 100%/1.4 font1, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color: #000;
	margin: 16px 0 12px 0;
	padding: 0;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	
/*	padding-right: 15px;
	padding-left: 15px;*/ 
	padding-right: 0px;
	padding-left: 0px; 
}

h1
{
	font-size:34px;
	font-weight:normal;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #CD1B24;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #CD1B24;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	/*text-decoration: none;*/
	text-decoration: underline;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 840px;
	/*background-color: #000;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	/*background-color: #000;*/
}

.link_topclean {
	font-size:16px !important;
	color:#FFF !important;
	text-decoration: none !important;
}

.link_topclean:hover {
	font-size:16px !important;
	color:#CD1B24 !important;
	text-decoration: none !important;
}

.sidebar1 {
	float: right;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding: 16px 0 16px 0;
	width: 840px;
	float: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 0px 15px 20px;
	/*padding: 0 15px 15px 40px;*/ /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}	
		
.cleantextbox3 {
	width:204px;
	height:16px;
	font-family: font1, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFF200;
	color: #000;
	font-weight:bold;
	font-size: 14px;
	padding: 2px;
	padding-left:4px;
	margin:0;
	border: 0px solid;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}

.cleantextbox3_AAA {
	width:224px;
	font-family: font1, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	font-weight:bold;
	border: 1px solid #CD1B24;
	font-size: 16px;
	padding: 2px 4px;
	margin:0;
	border-radius:6px;
}

.cleanhead1
{
	color:#CD1B24; font-size:22px;
}

.cleanhead2
{
	color:#FFF; font-size:22px;
}

.cleanhead3
{
	color:#F00; font-size:16px;
}

.cleanR
{
	height:38px;
	background-image:url(images/icons/R2.jpg);
	background-repeat:no-repeat;
	color:#CD1B24;
	font-weight:bold;
	font-size:18px;
	padding-left:58px;
	padding-top:8px;
}

.inner1
{
	padding-left:7px;
}

/* ~~ The footer ~~ */
footer {
	border-top:1px solid #FFF;
	padding: 10px 0;
	background-color: #000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	/* border-top: solid 1px #666; */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

.slideout {
  -webkit-opacity: 0.0;
  -moz-opacity: 0.0;
  opacity: 0.0;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  z-index:1;
}

.slidein {
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  opacity: 1.0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  z-index:1;
} 


/* body{
background:url(images/home/backdrop10.jpg) #FFFFFF no-repeat bottom left fixed;
}*/
		.other_body
		{
			margin-bottom:5px;
			/*background-image: url('images/arnie/arnie_bg2.jpg');*/
			background-image: url('images/backdrop/backdrop2.jpg');
			background-position:center;
			background-position:top;
			background-repeat:no-repeat;
			background-color:#000;
		}
		
		.other_body_sub
		{
			margin-bottom:5px;
			background-image: url('../images/arnie/arnie_bg2.jpg');
			background-position:center;
			background-position:top;
			background-repeat:no-repeat;
			background-color:#000;
		}

		.normal, form { 
			font-size: 14px;
			color: #FFF;
			background:transparent;
		}
		
		td { 
			font-size: 14px;
			color: #FFF;
		}
		
		.normal_blue { 
			font-weight: bold;
			font-size: 14px;
			color: #0062AA;	/* was #0062AA */
			/* background-image:url(images/all_pages/menu_bar3_lower.jpg); */
			/* background-repeat:repeat-x; */
			background:transparent;
		}
		
		.normal_black { 
			font-weight: normal;
			font-size: 14px;
			color: #000;
			background:transparent;
		}
		
		.normal_blue2 { 
			font-weight: bold;
			font-size: 14px;
			color: #FFFFFF;	/* was #FFFF66 */
			/* background-image:url(images/all_pages/menu_bar3_lower.jpg); */
			/* background-repeat:repeat-x; */
		}
		
		.top_search1 { 
			font-weight: bold;
			font-size: 11px;
			color: #000;
		}
		
		.mid_search1 { 
			font-weight: bold;
			font-size: 11px;
			color: #FFF;
		}
		
		.normal_light_blue { 
			font-weight: normal;
			font-size: 14px;
			color: #0062AA;	/* was #0062AA */
			/* background-image:url(images/all_pages/menu_bar3_lower.jpg); */
			/* background-repeat:repeat-x; */
			background:transparent;
		}
		
		.big_blue { 
			font-weight: normal;
			font-size: 22px;
			color: #0CF;	/* was #0062AA */
		}
		
		.bigwhite { 
			font-weight: bold;
			font-size: 28px;
			color: #FFF;
		}
		
		.boowhite { 
			font-weight: bold;
			font-size: 20px;
			color: #FFF;
		}
		
		.flitwhite { 
			font-weight: bold;
			font-size: 15px;
			color: #FFF;
		}
		
		.big_blue2 { 
			font-weight: bold;
			font-size: 14px;
			color: #0062AA;	/* was #0062AA */
		}
		
		.big_blue2P { 
			font-weight: bold;
			font-size: 14px;
			color: #01BFFE;	/* was #0062AA */
		}
		
		.normal_yellow { 
			font-weight: bold;
			font-size: 14px;
			color: #FFF200;
			background:transparent;
		}
		
		.normal_red { 
			font-weight: bold;
			font-size: 14px;
			color: #CD1B24;
			background:transparent;
		}
		
		.normal_red_light { 
			font-weight: normal;
			font-size: 14px;
			color: #CD1B24;
			background:transparent;
		}
		
		.normal_red_light_small { 
			font-weight: normal;
			font-size: 11px;
			color: #CD1B24;
			background:transparent;
		}
		
/*		h1 {
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background:transparent;
		}*/
		
		.head2 {
			color: #CD1B24;
			font-size: 18px;
			font-weight:bold;
			background:transparent;
		}
		
		.head2L {
			color: #CD1B24;
			font-size: 26px;
			font-weight:bold;
			background:transparent;
		}
		
		.minor_head2 {
			color: #CD1B24;
			font-size: 14px;
			font-weight:bold;
			background:transparent;
		}
		
		.litany { 
			color:#939597;	/* was #FFF200 */
			font-size: 8px;
			font-weight:lighter;
			text-align:justify;
		}
		
		.kithead2 { 
			color: #FFF;
			font-size: 16px;
			font-weight:bold;
		}
		
		.kithead2B { 
			background-image:url(images/decorations/power_strip3S.jpg);
			background-repeat:no-repeat;
			background-position:right;
			color: #000;
			font-size: 16px;
			font-weight:bold;
		}
		
		.kithead2X {
			background-image:url(images/decorations/power_strip3S.jpg);
			background-repeat:no-repeat;
			background-position:right;
			color: #000;
			font-size: 22px;
			font-weight: bold;
		}
		
		.kithead3 { 
			color: #FFF;
			font-size: 14px;
			font-weight:bold;
		}
		
		.kithead3L { 
			color: #000;
			font-size: 16px;
			font-weight: bold;
		}
		
		.kithead3LL { 
			color: #FFF;
			font-size: 20px;
			font-weight: bold;
		}
		
		.kithead3LLP {
			background-color:#FFF200;
			color: #000;
			font-size: 20px;
			font-weight: bold;
		}
		
		.kithead3X {
			color: #000;
			font-size: 14px;
			font-weight:bold;
		}
		
		.kithead3Xcolour1 {
			color: #FFF200;
			font-size: 14px;
			font-weight: bold;
		}
		
		.kitbod3X {
			color: #FFFFFF;
			font-size: 14px;
			font-weight:normal;
		}
		
		.kitbod3XblackHH {
			background-image:url(images/decorations/power_strip3L.jpg);
			background-repeat:no-repeat;
			background-position:right;
			color: #000;
			font-size: 14px;
			font-weight:normal;
		}
		
		.kitbod3XblackHHX {
			background-image:url(images/decorations/power_strip3LX.jpg);
			background-repeat:no-repeat;
			background-position:right;
			color: #000;
			font-size: 14px;
			font-weight:normal;
		}
		
		.kitbod3Xblack {
			color: #000;
			font-size: 14px;
			font-weight:normal;
		}
		
		.kitbod3Xcolour1 {
			color: #FFF200;
			font-size: 14px;
			font-weight:normal;
		}
		
		.kitbod3Xcolour1L {
			color: #FFF200;
			font-size: 14px;
			font-weight:normal;
		}
		
		.kithead3Xsmall {
			color: #000;
			font-size: 10px;
			font-weight: bold;
		}
		
		.kithead3blackX {
			color: #000;
			font-size: 14px;
			font-weight: bold;
		}
		
		h3 {
			color: #FFF200;	/* was #666666 */
			font-size: 14px;
			background:transparent;
		}
		
		.head1 {
			color: #CD1B24;
			font-size: 22px;
			font-weight: bold;
			background:transparent;
		}

/*		a {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFF200 !important;	
			font-size: 12px !important;
			text-decoration: none !important;
		}

		a:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFF200 !important;
			font-size: 12px !important;
			text-decoration: underline !important;
		}*/
		
		.link_topmenu {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFFFFF !important;	/* was #FFFF66 */
			font-weight:bold !important;
			font-size: 11px !important;
			text-decoration: none !important;
		}

		.link_topmenu:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFFFFF !important;	/* was #FFFF66 */
			font-weight:bold !important;
			font-size: 11px !important;
			text-decoration: underline !important;
		}
		
		.link_topmenuR {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFFFFF !important;
			font-weight:bold !important;
			font-size: 11px !important;
			text-decoration: none !important;
		}

		.link_topmenuR:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#F00 !important;
			font-weight:bold !important;
			font-size: 11px !important;
			text-decoration: none !important;
		}
		
		.link_leftside {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 11px !important;
			text-decoration: none !important;
		}

		.link_leftside:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 11px !important;
			background-color: #FFFA00 !important;
		}
		
		.link_vehicle {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#666 !important;
			font-size: 14px !important;
			text-decoration: none !important;
		}

		.link_vehicle:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#666 !important;
			font-size: 14px !important;
			background-color: #FFFA00 !important;
		}
		
		.link_leftmenu {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#000 !important;
			font-size: 11px !important;
			font-weight:normal !important;
			text-decoration: none !important;
		}

		.link_leftmenu:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#000 !important;
			font-size: 11px !important;
			font-weight:normal !important;
			text-decoration: underline !important;
		}
		
		.link_leftside_bold {
			font-family: Arial, Helvetica, sans-serif !important;
			color:#CD1B24 !important;
			font-weight:bold !important;
			font-size: 11px !important;
			text-decoration: none !important;
		}

		.link_leftside_bold:hover {
			font-family: Arial, Helvetica, sans-serif !important;
			color:#CD1B24 !important;
			font-weight:bold !important;
			font-size: 11px !important;
			background-color: #FFFA00 !important;
			text-decoration: none !important;
		}
		
		.link_shaded {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important; /* was 0CF */
			font-size: 14px !important;
			text-decoration: none !important;
		}

		.link_shaded:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			background-color: #333 !important;	/* was #F5F5F5 */
		}
		
		.link_shadedR {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
			font-weight:bold !important;
		}

		.link_shadedR:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: underline !important;
			font-weight:bold !important;
		}
		
		.link_shaded_bold {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
			font-weight:bold !important;
		}

		.link_shaded_bold:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			font-weight:bold !important;
			background-color: #333 !important;	/* was #F5F5F5 */
		}
		
		.link_shaded_bigb {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
			font-weight:bold !important;
		}

		.link_shaded_bigb:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			font-weight:bold !important;
			background-color: #333 !important;	/* was #F5F5F5 */
		}
		
		.link_shaded_bigbP {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
			font-weight:bold !important;
		}

		.link_shaded_bigbP:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: underline !important;
			font-weight:bold !important;
		}
		
		.link_shaded_bigbL {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
			font-weight:bold !important;
		}

		.link_shaded_bigbL:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			font-weight:bold !important;
		}
		
		.link_shaded_s {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 10px !important;
			text-decoration: none !important;
		}

		.link_shaded_s:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 10px !important;
			background-color: #333 !important;	/* was #F5F5F5 */
		}
		
		.link_shaded_s2 {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
		}

		.link_shaded_s2:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			/*background-color: #333 !important;*/	/* was #F5F5F5 */
		}
		
		.link_white_s {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFFFFF !important;
			font-size: 10px !important;
			text-decoration: none !important;
		}

		.link_white_s:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFFFFF !important;
			font-size: 10px !important;
			text-decoration: underline !important;
		}

		.link_underline {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
		}

		.link_underline:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: underline !important;
		}
		
		.link_B2B {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;	/* was 09F */
			font-size: 11px !important;
			text-decoration: underline !important;
			font-weight:normal !important;
		}

		.link_B2B:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 11px !important;
			text-decoration: underline !important;
			font-weight:normal !important;
		}

		.link_shaded2 {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
		}

		.link_shaded2:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			background-color: #F5F5F5 !important;
		}

		.link_shaded3 {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			text-decoration: none !important;
		}

		.link_shaded3:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			background-color: #F5F5F5 !important;
		}
		
		
		.link_top {
			font-family: Arial, Helvetica, sans-serif !important; 
			font-size: 11px !important;
			color:#0062aa !important;
			text-decoration: none !important;
		}

		.link_top:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			font-size: 11px !important;
			color:#0062aa !important;
			text-decoration: none !important;
		}
		
		.link_segue {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			font-weight:bold !important;
			text-decoration: none !important;
		}

		.link_segue:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 14px !important;
			font-weight:bold !important;
			text-decoration: underline !important;
		}
		
		
		.link_segue_clean {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 16px !important;
			font-weight:bold !important;
			text-decoration: none !important;
		}

		.link_segue_clean:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important;
			font-size: 16px !important;
			font-weight:bold !important;
			text-decoration: underline !important;
		}
		
		.link_segue_clean2 {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFF !important;
			font-size: 16px !important;
			font-weight:bold !important;
			text-decoration: none !important;
		}

		.link_segue_clean2:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#FFF !important;
			font-size: 16px !important;
			font-weight:bold !important;
			text-decoration: underline !important;
		}
		
		
		.link_segue1A {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important; 
			font-size: 14px !important; 
			font-weight: bold !important; 
			text-decoration: none !important; 
		}

		.link_segue1A:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important; 
			font-size: 14px !important; 
			font-weight: bold !important; 
			text-decoration: underline !important; 
		}
		
		.link_segue2A {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important; 
			font-size: 14px !important; 
			font-weight: normal !important; 
			text-decoration: none !important; 
		}

		.link_segue2A:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#CD1B24 !important; 
			font-size: 14px !important; 
			font-weight: normal !important; 
			text-decoration: underline !important; 
		}
		
		.link_segue1AA {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#000 !important; 
			font-size: 14px !important; 
			font-weight: bold !important; 
			text-decoration: none !important; 
		}

		.link_segue1AA:hover {
			font-family: Arial, Helvetica, sans-serif !important; 
			color:#000 !important; 
			font-size: 14px !important; 
			font-weight: bold !important; 
			text-decoration: underline !important; 
		}
		
		.link_parts
		{
			color:#FFFFFF !important;
			font-weight:bold !important;
			text-decoration: none !important;
		}
		
		.link_parts:hover
		{
			color:#FFFFFF !important;
			font-weight:bold !important;
			text-decoration: underline !important;
		}
		
		.link_uk { 
			color: #333333 !important;
			font-size: 16px !important;
			font-weight:bold !important;
			text-decoration: none !important;
		}
		
		
		.link_uk:hover {
			color: #333333 !important;
			font-size: 16px !important;
			font-weight:bold !important;
			text-decoration: underline !important;
		}
		
		/* form {
			font-size: 9px;
		} */
		
		select { 
			background-color: #FFFFFF;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 12px;
			padding: 3px;
		}
		
		input, textarea {
			font-family: font1, Verdana, Arial, Helvetica, sans-serif;
			background-color: #FFFFFF;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
		}
		
		.yellowtextbox { 
			background-color: #FFFF66;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
		}
		
		.yellowtextboxL { 
			background-color: #FFFF66;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
			width:200px;
		}
		
		.yellowtextboxL2 { 
			background-color: #FFFF66;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
			width:248px;
		}
		
		.whitetextbox { 
			background-color: #FFF;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
		}
		
		.yellow_script { 
			/* background-color: #FFFF66; */
			color: #FFF200;
			font-weight: bold;
			font-size: 14px;
		}
		
		.yellow_script_L { 
			/* background-color: #FFFF66; */
			color: #FFF200;
			font-weight: bold;
			font-size: 14px;
		}
		
		.greytextbox { 
			background-color: #CCCCCC;
			color: #FFF200;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
		}
		
		.greytextboxB { 
			background-color: #CCCCCC;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
		}
		
		.greytextboxBL { 
			background-color: #CCCCCC;
			color: #000;
			font-weight:bold;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 3px;
			width:200px;
		}
		
		
		.medtextbox { 
			background-color: #A8A9AD;	/* was #CB110E */
			color: #4A4A4A;	/* was #FFFFFF */
			font-weight:bold;
			border: 1px solid #AAAAAA;	/* was #B5110D */
			font-size: 14px;
			padding: 3px;
		}
		
		
		.medtextbox2 { 
			background-color: #999;	/* was #CB110E */
			color: #FF0;	/* was #FFFFFF */
			font-weight:bold;
			border: 1px solid #AAAAAA;	/* was #B5110D */
			font-size: 14px;
			padding: 1px;
			margin:0;
		}
		
		
		.navtextbox2 { 
			background-color: #999;	/* was #CB110E */
			color: #000;
			font-weight:bold;
			border: 1px solid #AAAAAA;
			font-size: 11px;
			padding: 1px;
			margin:0;
		}
		
		
		.navtextbox3 { 
			background-color: #999;	/* was #CB110E */
			color: #333;
			font-weight:bold;
			border: 1px solid #AAAAAA;
			font-size: 10px;
			padding: 1px;
			margin:0;
		}
		
		
		.navtextbox3_AAA { 
			background-color: #000;
			color: #FFF200;
			font-weight:bold;
			border: 1px solid #FFF;
			font-size: 10px;
			padding: 1px;
			margin:0;
		}
		
		
		.navtextbox4 { 
			background-color: #CCC;	/* was #CB110E */
			color: #000;
			font-weight:bold;
			border: 1px solid #AAAAAA;
			font-size: 14px;
			padding: 3px;
			margin:0;
		}
		
		.button {
			padding: 2px;
		}
		
		.button1 {
		cursor:pointer; cursor: hand; 
			background-color: #0062AA;
			color: #FFFFFF;
			border: 1px solid #000;
			font-size: 14px;
			padding: 3px;
		}
		
		.button2 {
			cursor:pointer; cursor: hand; 
			background-color: #EEEEEE;
			color: #666666;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 0px;
		}
		
		.button2L {
			cursor:pointer; cursor: hand; 
			background-color: #EEEEEE;
			color: #666666;
			border: 1px solid #999999;
			font-size: 14px;
			padding: 0px;
		}
		
		.button2L1 {
			cursor:pointer; cursor: hand; 
			background-color: #FFF200;
			color: #000;
			border: 1px solid #FFE;
			font-size: 16px;
			padding: 1px;
		}
		
		.button2L2 {
			cursor:pointer; cursor: hand; 
			background-color: #FFF200;
			color: #000;
			border: 1px solid #FFE;
			font-size: 18px;
			padding: 3px;
		}
		
		.button3 {
			cursor:pointer; cursor: hand; 
			background-color: #FFF200;
			color: #000;
			border: 1px solid #B5110D;
			font-size: 14px;
			padding: 0px;
		}
		
		.button4 {
		cursor:pointer; cursor: hand; 
			background-color: #009342;
			color: #FFFFFF;
			border: 1px solid #333333;
			font-size: 14px;
			padding: 0px;
		}
		
		.button4A {
		cursor:pointer; cursor: hand; 
			background-color: #000000;
			color: #FFFFFF;
			border: 1px solid #666666;
			font-size: 14px;
			padding: 0px;
		}
		
		.button4C {
		cursor:pointer; cursor: hand; 
			background-color: #FFF200;
			color: #FFFFFF;
			border: 1px solid #333333;
			font-size: 14px;
			padding: 0px;
		}
		
		.button5 {
		cursor:pointer; cursor: hand; 
			background-color: #000000;
			color: #FFFF66;
			border: 1px solid #000000;
			font-size: 14px;
			padding: 0px;
		}
		
		.button5A {
		cursor:pointer; cursor: hand; 
			background-color: #FFF200;
			color: #000;
			border: 1px solid #AAAAAA;
			font-size: 14px;
			padding: 0px;
		}
		
		.slogan {
			color: #004B83; 
			font-size: 11px;
			font-weight:bold;
			font-style:italic;
			background:transparent;
		}

		.nav_a {
			display: block;
			padding: 5px;
			width: 140px;	/* was 140px */
			border-bottom: 1px solid #CCC;
		}

		.nav_a:link, .nav_a:visited { 
			color:#006666;
			background-color: #F5F5F5;
			text-decoration: none;
		}
		
		.nav_a:hover { 
			background: #000000 url(images/all_pages/arrow.gif) 96% 50% no-repeat;
			background-color: #E5E5E5;
			color:#006666;
		}

/* FOOTER ELEMENTS */

		.footer { 
			margin-top: 20px;
			clear: both;
			background-color:#FFFFFF;
			padding: 0px 2px 0px 2px;
		}
		
		.footer_link { 
			color:#FFF !important;	/* was FF3 */
			font-weight:bold !important;
			font-size: 10px !important;
			text-decoration: none !important;
		}
		
		.footer_link:hover { 
			color:#FFF !important;
			font-weight:bold !important;
			font-size: 10px !important;
			text-decoration: underline !important;
		}
		
		.bar1 {
			color: #FFF200; 
			font-size: 11px;
		}
		
		.kit_table
		{
			padding:3px;
			padding-top:0px;
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
		}
		
		.kit_table2
		{
			padding:3px;
			padding-top:0px;
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			background-color:#000000;	/* was #0062aa */
			color:#FFFF66;	/* was #DDDDDD */
			font-weight:bold;
		}
		
		.kit_table3
		{
			padding:3px;
			padding-top:0px;
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			background-color:#999999;
			color:#EEEEEE;
			font-weight:bold;
		}
		
		.part_table2
		{
			padding:2px;
			background-color:#FFF200;
			border-right: 1px solid #CCCCCC;
			color:#FFFFFF;
			font-weight:bold;
		}
		
		.part_table2A
		{
			padding:2px;
			background-color:#FFF200;
		}
		
		.part_table2B
		{
			padding:2px 4px;
			background-color:#FFF200;
			color:#000;
			font-size:16px;
			font-weight:bold;
		}
		
		.part_table3
		{
			padding:2px;
			background-color:#666666;
			border-right: 1px solid #CCCCCC;
			color:#FFFFFF;
			font-weight:bold;
		}
		
		.part_table10
		{
			padding:2px;
			background-color:#FFF200;
			border-right: 1px solid #CCCCCC;
			color:#FFFFFF;
			font-weight:bold;
			font-size:13px;
		}
		
		.part_table11
		{
			padding:2px;
			background-color:#FFF200;
			border-right: 1px solid #CCCCCC;
			color:#FFFFFF;
			font-weight:bold;
			font-size:18px;
		}
		
		.stock1
		{
			width:48px;
			margin-top:8px;
			/*margin-left:116px;*/
			margin:auto;
			padding:8px 13px;
			background-color:#FFF200;
			color:#000;
			font-size:14px;
			font-weight:bold;
		}
		
		.stock1text
		{
			width:48px;
			/*margin-left:116px;*/
			margin:auto;
			padding:0px 12px 4px 12px;
			background-color:#000;
			color:#FFF200;
			font-size:14px;
			font-weight:bold;
		}
		
		.stock2
		{
			width:168px;
			margin-top:8px;
			/*margin-left:6px;*/
			margin:auto;
			padding:4px 6px;
			background-color:#FFF200;
			color:#000;
			font-size:13px;
			font-weight:bold;
		}
		
		.stock2text
		{
			width:168px;
			/*margin-left:6px;*/
			margin:auto;
			padding:0px 12px 4px 12px;
			background-color:#000;
			color:#FFF200;
			font-size:14px;
			font-weight:bold;
		}
		
		.B2B
		{ 
			font-weight: bold;
			font-size: 13px;
			color: #0CF;
			/* background-image:url(images/all_pages/menu_bar3_lower.jpg); */
			/* background-repeat:repeat-x; */
			background:transparent;
		}
		
		.B2B_lite
		{ 
			font-weight: normal;
			font-size: 13px;
			font-style:italic;
			color: #0CF;
			/* background-image:url(images/all_pages/menu_bar3_lower.jpg); */
			/* background-repeat:repeat-x; */
			background:transparent;
		}
		
		.h
		{
			color: #0CF;
			font-weight: bold;
			padding-right:2px;
		}
		
		.m
		{
			color: #FFF200;
			font-weight: bold;
			padding-right:2px;
		}
		
		.r
		{
			color: #000000;
			font-weight: bold;
			padding-right:2px;
		}
		
.textfield1
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000066;
}

.textfield1small
{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #DDD;
}

.textfield2
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #FFF200;
}

.textfield3
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #EEEEEE; text-decoration: none;
}

.textfield3small
{
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #EEEEEE; text-decoration: none;
}

.textfield4
{
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #FFFF66; text-decoration: none;
}

li
{
	margin-bottom : 4pt;
}

.hr80 {
  height: 0px;
  margin: 0px;
  padding-top:13px;
  border-bottom: 1px solid #999999;
  font-size: 1px;
  width:100%;
}

.img_shadow
{
	-moz-box-shadow: 0 0 5px 3px #AAA;	/* horiz offset, vert offset, blur, spread */
	-webkit-box-shadow: 0 0 5px 3px #AAA;
	box-shadow: 0 0 5px 3px #AAA;
}


.SectHeading	{  color: #000; font-size : 9pt;  font-style : normal;  font-weight : bold;  background-color : #FFCC00;  text-align : center;     text-transform : uppercase;           }
.SectText 			{  color: #FFF200; font-size : 8pt;  font-weight : normal ;  line-height : 12px;          }

.side_box
{
	background-color:#1E1E1E;
	margin:12px 0;
	padding:10px 12px;
	border-radius:6px;
	-moz-box-shadow: 0 0 4px 2px #FFF200;	/* horiz offset, vert offset, blur, spread */
	-webkit-box-shadow: 0 0 4px 2px #FFF200;
	box-shadow: 0 0 4px 2px #FFF200;
}

.filter_section
{
	margin-top:6px;
	border-top:1px solid #FFF200;
	padding-top:2px;
}