/* CSS Document */
.padding {
	padding: 10px;
}


a:link, a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}

.email_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
}


/*GENERIC FRAMING*/
body {
	margin: 0px;
	padding: 0px;
}

a.bodytext:link, a.bodytext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;	
}
a.bodytext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: underline;	
}

#big_image_layer {
	position:absolute;
	left:10px;
	top:10px;
	width:480px;
	height:800px;
	z-index:1;
	visibility: hidden;
	background-image: url(my_images/bg.jpg);
	border: medium dotted #FFFFFF;
}
a.dark_link:link, a.dark_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-decoration: underline;
}
a.dark_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: underline;
}

#picture_square {
	float: left;
	height: 150px;
	width: 25%;
}
#picture_box {
	float: left;
	width: 100%;
	padding-top: 25px;
	height: auto;
}
#picture_square_single {
	float: left;
	width: 25%;
	padding-top: 25px;
	padding-bottom: 25px;
}


/*GENERIC FRAMING*/
* {
  margin: 0;
  padding: 0;
}
body {
	background-image: url(my_images/bg.jpg);
}
#space {
	clear: both;
	height: 5px;
}
#clear {
	clear: both;
}
.space {
	clear: both;
	height: 5px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_none {
	float: none;
}
.padmesmall {
	padding: 10px;
}
.padmebig {
	padding: 20px;
}
.padmebigger {
	padding: 40px;
}

.padmebottom {
	padding: 20px;
}
.bold {
	font-weight: bolder;
}

.black {
	color: #000000;	
}
.grey {
	color: #999999;	
}
.white {
	color: #FFFFFF;	
}
.clearme {
	clear: both;
}

/*MAIN WRAPPERS*/
#leftwrapper {
	width: 100%;
	float: left;
	height: 100%;
	margin: 0 auto;
	min-width: 900px;
}
#leftpad {
	width: 8%;
	float: left;
}
#rightpad {
	width: 25%;
	float: left;
}

#rightwrapper {
	width: 95%;
	float: right;
}
#mainwrapper {width: 900px; float: left;}

/*BRANDING*/
#branding {width: 900px; float: left;}
#worldpaybanner {
	width: 900px;
	float: left;
	background-image: url(worldpay/images/topbanner.jpg);
	height: 190px;
	text-align: left;
}

#banner {
	width: 900px;
	float: left;
	background-image: url(my_images/topbanner.jpg);
	height: 160px;
	text-align: left;
}
#logo {
	background-image: url(my_images/uks_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 200px;
}


#contact_number {
	float: right;
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #FFFFFF;
	text-align: right;
	height: 160px;
	background-image: url(my_images/phone_number.png);
}



#banner_foot {
	width: 900px;
	float: left;
	background-image: url(my_images/footer.jpg);
	height: 30px;
	text-align: left;
}

#form {
	padding: 5px;
	float: left;
	width: 80%;
	margin-left: 5px;
}


/*BASKET BASE*/
#basket_table {
	width: 100%;
	float: left;
	padding: 0px;
}
#checkout_table {
	width: 50%;
	float: right;
	padding: 0px;
}
#user_table {
	width: 48%;
	float: left;
	padding: 0px;
}

/*PRODUCT BASE*/
table.product_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#product_title {
	width: 65%;
	height: 25px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
div#product_table {
	width: 65%;
	float: right;
	padding: 0px;
}
div#productresults_table {
	width: 98%;
	float: left;
	padding: 0px;
}
#picture_placement {
	width: 200px;
	height: 300px;
	float: left;
	text-align: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#row_a {
	background-color: #E1E1E1;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	float: left;
}
#row_b {
	background-color: #FFFFFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: right;
	float: left;
}
td.part_seq, th.part_seq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 0em;
	width: 0%;
	text-align: left;
	font-weight: bold;
	padding-left: 0px;
}
td.part_number, th.part_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 17.5%;
	text-align: left;
}
td.part_description, th.part_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 42.5%;
	text-align: left;
	padding-left: 0%;
}
td.part_price, th.part_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 20%;
	text-align: center;
	padding-left: 0%;
}
td.part_quantity, th.part_quantity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 10%;
	text-align: center;
	padding-left: 0%;
	vertical-align: middle;
}
td.part_purchase, th.part_purchase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 10%;
	text-align: center;
	padding-left: 0%;
	vertical-align: middle;
}
#footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 3em;
	width: 95%;
	float: left;
	padding-left: 1%;
	padding-top: 2px;
}

.db_item {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: auto;
	text-align: left;
	float: left;
	background-color: #FF0000;
	padding: 2px;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
a.db_item:link, a.db_item:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
}
a.db_item:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #999999;
}

/*FOOTER*/
#worldpaybasefooter {
	width: 900px;
	float: left;
	background-image: url(worldpay/images/footer.jpg);
	height: 30px;
	text-align: left;
}

#basefooter {
	width: 900px;
	float: left;
	background-image: url(my_images/footer.png);
	height: 30px;
	text-align: left;
}

/*CONTENT FRAMING*/
#main_content {
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}
#left_column {
	width: 25%;
	float: left;
	text-align: left;
}
#right_column {
	width: 25%;
	float: right;
	text-align: left;
}
#content {
	width: 50%;
	float: left;
	text-align: left;
}
#subpage_content {
	width: 660px;
	float: right;
	text-align: left;
	padding-right: 15px;
	}

/*TOP BAR*/
#topbar {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(my_images/masterbar_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;s
}
#topbar_leftend {
	width: 5px;
	height: 30px;
	float: left;
	text-align: left;
	background-image: url(my_images/masterbar_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topbar_content {
	width: 440px;
	height: 30px;
	float: left;
	text-align: left;
}

/*CONTENT PANEL*/
#content_frame {
	text-align: left;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#contenthead_left {
	background-image: url(my_images/header_left_end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 30px;
	width: 5px;
}
#contenthead_right {
	background-image: url(my_images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	float: left;
	height: 30px;
	width: 100%;
}
#contenthead_copy {
	text-align: left;
	float: left;
	height: 28px;
	width: 380px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
}
#content_leftstrip {
	background-image: url(my_images/header_leftunderscore.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 40px;
	width: 5px;
}
#content_rightstrip {
	background-image: url(my_images/header_rightunderscore.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: right;
	height: 40px;
	width: 5px;
}
#content_main {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	width: 97%;
}

/*MASTER BAR*/
#masterbar_left {
	background-image: url(my_images/masterbar_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 30px;
	width: 5px;
}
#masterbar_right {
	background-image: url(my_images/masterbar_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	float: left;
	height: 30px;
	width: 100%;
}
#masterbar_main {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	width: 97%;
}
#left_links {
	text-align: left;
	float: left;
	width: 70%;
}
#left_links_small {
	text-align: left;
	float: left;
	width: 97%;
}
.basket{
	height: 20px;
	width: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#right_search {
	text-align: right;
	float: right;
	width: 27%;
	padding-top: 3px;
}
#masterbar_seperator {
	background-image: url(/my_images/masterbar_seperator.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 10px;
}
#login {
	float: left;
	width: 80%;
}
#login_long {
	float: left;
	width: 57%;
}
#login_panel {
	float: left;
	height: 24px;
	line-height: normal;
	vertical-align: middle;
	padding-top: 5px;
	width: auto;
	}
#logged_in_panel {
	float: left;
	height: 24px;
	line-height: normal;
	vertical-align: middle;
	padding-top: 5px;
	width: 80%;
}
#login_panel_copy {
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0px;
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	width: auto;
}
#login_panel_basket {
	color: #FFFFFF;
	font-weight: normal;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0px;
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	width: 60px;
}

#login_panel_input {
	width: auto;
	float: left;
}
#login_panel_button {
	width: auto;
	float: left;
	text-align: left;
}

input.loginemail {
	width: 100px;
}
input.loginepassword {
	width: 50px;
}

.yourpage {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.yourpage:link, .yourpage:visited {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
.yourpage:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}


.light {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.light:link, .light:visited {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	float: left;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}	
.light:hover {
	text-decoration: underline;
	color: #000000;
}

.master_search {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}


/*OFFER PANEL*/
#horiz_space {
	width: 28px;
	float: left;
	}
#offer_top {
	background-image: url(my_images/offerbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 30px;
	width: 225px;
}
#offer_middle {
	background-image: url(my_images/offerbox_middle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: left;
	height: 150px;
	width: 225px;
}
#offer_bottom {
	background-image: url(my_images/offerbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 95px;
	width: 225px;
}
#background_image {
	text-align: left;
	height: 175px;
	width: 197px;
	float: right;
}
#offer_copy_container {
	margin-left: 5px;
	width: 72%;
	margin-top: 2px;
}
.price_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0000;
}
.small_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
}
.offer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height:1.5em;
	width: 5.5em;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
}
.offer:link, .offer:visited {
	color: #FFFFFF;
}
.offer:hover {
	color: #FFFFFF;
	border: thin solid #FFFFFF;
	background-color: #666666;
}

/*NARROW OFFER PANEL*/
#reflector_wrap_narrow {
	text-align: left;
	float: left;
	width: 210px;
}
#offer_top_narrow {
	background-image: url(my_images/offerbox_top_narrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 30px;
	width: 210px;
}
#offer_middle_narrow {
	background-image: url(my_images/offerbox_middle_narrow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: left;
	width: 210px;
}
#offer_bottom_narrow {
	background-image: url(my_images/offerbox_bottom_narrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 90px;
	width: 210px;
}
#reflector_copy_container_narrow {
	margin-left: 23px;
	width: 80%;
	margin-top: 2px;
}
#background_image_narrow {
	text-align: left;
	height: 200px;
	width: 192px;
	float: right;
}


/*REFLECTIVE PANEL*/
#reflector_wrap {
	text-align: left;
	float: left;
	width: 225px;
}
#reflector_top {
	background-image: url(my_images/reflector_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 30px;
	width: 225px;
}
#reflector_middle {
	background-image: url(my_images/reflector_middle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	float: left;
	width: 225px;
}
#reflector_bottom {
	background-image: url(my_images/reflector_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	height: 60px;
	width: 225px;
}
#reflector_copy_container {
	margin-left: 35px;
	width: 72%;
	margin-top: 2px;
}
div#reflector_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
	margin-top: 1px;
	padding-top: 0px;
	float: left;
}


.reflector_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: left;
	margin-top: 1px;
	padding-top: 0px;
}
.reflector_bigcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	text-align: left;
	margin-top: 5px;
	padding-top: 5px;
}
.reflector_header_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	padding-top: 10px;
}
.reflector_header_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #000000;
	text-align: left;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 2em;
	font-style: normal;
	font-weight: bolder;
}

/*BREAD CRUMB TRAIL*/
.breadcrumb:link, .breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	font-weight: lighter;
	padding-top: 8px;
	padding-bottom: 8px;
}
.breadcrumb:hover, .breadcrumb:active {
	text-decoration: underline;
	margin-bottom: 8px;
	padding-top: 8px;
}


/*NAV CLASSES*/
#mainNav {
	float: left;
}


/*PRODUCT NAV*/
.productnav:link, .productnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
	font-weight: normal;
	text-align: left;
}
.productnav:hover, .productnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
	font-weight: normal;
	text-align: left;
}
.searchresult_copy:link, .searchresult_copy:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: auto;
}
.searchresult_copy:hover, .searchresult_copy:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 12px;
	height: auto;
}


/*MAIN NAV*/
ul.mainNav ul, ul li {
	list-style-type: none;
}
ul.mainNav ul.bar a, ul.bar a:visited {
	line-height: 25px;
	color: #000000;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(my_images/blue_mesh.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 178px;
	margin-left: 27px;
	}
ul.mainNav ul.bar a:hover, ul.bar a:active {
	font-weight: bold;
}
ul.mainNav ul.barOn a, ul.barOn a:visited {
	color: #000000;
	font-size: 2em;
	font-weight: normal;
}
ul.mainNav ul.barOn a:hover, ul.barOn a:active {
	font-weight: bold;
}
ul.mainNav ul li {
	display: inline; /*:BODGE: Removes large gaps in IE*/
}
ul.mainNav ul.subbar a, ul.subbar a:visited {
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(my_images/grey_mesh.jpg);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 178px;
	margin-left: 27px;
}
ul.mainNav ul.subbar a:hover, ul.subbar a:active {
	font-weight: bold;
}
ul.mainNav ul.subbarOn a, ul.subbarOn a:visited {
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}
ul.mainNav ul.subbarOn a:hover, ul.subbarOn a:active {
	font-weight: bold;
}

/*:NOTE:Rollover horizontal*/
.copyright {
	width: 20%;
	float: right;
	list-style-type: none;
	padding-top: 8px;
	text-align: center;
}
.copyright_text {
	line-height: 2em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	padding-right: 10px;
	list-style-type: none;
	}

ul.horiz {
	width: 75%;
	float: left;
	list-style-type: none;
}
ul.horiz li {
	float: left;
	list-style-type: none;
	padding-top: 8px;
}
ul.horiz a, ul.horiz a:visited {
	line-height: 2em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
ul.horiz a:hover, ul.horiz a:active {
	color: #999999;
	text-decoration: underline;
	border-bottom-style: none;
	list-style-type: none;
}
ul.subNav {
	width: 87%;
	float: right;
	list-style-type: none;
	text-indent: 1%;
	padding-top: 4px;
}
ul.subNav li {
	float: left;
	list-style-type: none;
}
ul.subNav a, ul.subNav a:visited {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
	list-style-type: none;
}
ul.subNav a:hover, ul.subNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	border-bottom-style: none;
	text-align: left;
	list-style-type: none;
}

ul.footmenu {
	margin: 0px;
	padding: 0px;
	width: 90%;
	list-style-type: none;
	float: right;
	padding-top: 7px;
	text-align: justify;
}
ul.footmenu li {
	float: left;
	text-align: justify;
}
ul.footmenu a, ul.footmenu a:visited {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	padding: 0.2em;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	border-bottom-style: none;
	text-align: justify;
}
ul.footmenu a:hover, ul.footmenu a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	border-bottom-style: none;
	text-align: justify;
}
#submenu ul.inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	float: left;
}
#submenu ul.inner li {
	float: left;
}
#submenu ul.inner a, ul.inner a:visited {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0.2em;
	background-image: url(file:///Matts Mac/Users/Peter/Desktop/my_images/images/bullet.gif);
	background-position: left center;
	text-indent: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-repeat: no-repeat;
	float: left;
	border-bottom-style: none;
}
#submenu ul.inner a:hover, ul.inner a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	border-bottom-style: none;
}

/*MAIN NAV*/
label {
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-decoration: none;
	display: block;
}

input.offer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	height:2.2em;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	margin-top: 7px;
	width: 6em;
	padding: 5px;
}
input.offerhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	height:2.2em;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	margin-top: 7px;
	width: 6em;
	padding: 5px;
}

input.buy {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	width: 3em;
}
input.buyhov {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	width: 3em;
}

input.loginbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	height:1.6em;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	width: 3.8em;
}
input.loginbtnhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	height:1.6em;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	width: 3.8em;
}

input.gobuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	margin-top: 2px;
	width: 2.3em;
	height:1.6em;
}
input.gobuyhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	margin-top: 2px;
	width: 2.3em;
	height:1.6em;
}

input.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
}
input.loginhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	height: auto;
	width: auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
}

input.checkout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	height:auto;
	width: auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	float: right;
}
input.checkouthov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	height:auto;
	width: auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	float: right;
}

input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	height:1.7em;
	width: 4.7em;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	margin-top: 2px;
	margin-left: 50px;
}
input.btnhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	height:1.7em;
	width: 4.7em;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	margin-top: 2px;
	margin-left: 50px;
}
input.btnHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	height:1.7em;
	width: auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #FF0000;
	margin-top: 2px;
	margin-left: 50px;
}
input.btnHomehov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	height:1.7em;
	width: auto;
	font-weight: bold;
	border: thin solid #FFFFFF;
	background-color: #666666;
	margin-top: 2px;
	margin-left: 50px;
}
input.btnFOCUS {
	color: #FFFFFF;
	background-color: #666666;
	width: 4.7em;
}

input.btal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	height: auto;
	width: 7.5em;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(ESG07_images/formArrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	background-color: #FFFFFF
}
input.btalhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #BBBBBB;
	text-decoration: none;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	height: auto;
	width: 7.5em;
	font-weight: bold;
	vertical-align: middle;
	background-image: url(ESG07_images/formArrowOver.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	background-color: #FFFFFF;
}

input.search {
	width: 7em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border: 2px solid #AAAAAA;
}
input.dbitem {
	width: 100%;
	height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #FF0000;
	border: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 2px;
	text-align: left;
}

input.dbitemhov {
	width: 100%;
	height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 2px;
	text-align: left;
}
input.mastersearch {
	width: 6em;
	border: 1px solid #AAAAAA;
	margin-right: 2px;
	margin-left: 2px;
	height: 1.2em;
}

input.textfield {
	width: 30px;
	border: 1px solid #AAAAAA;
	margin-right: 2px;
	margin-left: 2px;
	height: 1.2em;
	margin-bottom: 10px;
}

input.loginfield {
	width: 55px;
	border: 1px solid #AAAAAA;
	height: auto;
	margin-right: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

input.quantity {
	width: 1.8em;
	border: 1px solid #AAAAAA;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
input {
border: 1px solid #AAAAAA;
width: 12em;
}

input.radio, input.checkbox {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #AAAAAA;
}
textarea {
	height: 6em;
	width: 12em;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #AAAAAA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
dropstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

input:focus, textarea:focus, select:focus {
	background-color: #CDDAEB;
}
fieldset {
	padding: 1em;
	margin-top: 1em;
	border: 1px solid #AAAAAA;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #095494;
	background-color: #FFFFFF;
}
form#contact label, form#EventReg label, form#registration label {
	width: 12em;
	font-size: 70%;
	color: #666666;
}
input.checkbox {
	width: 1em;
}
select {
	font-size: 70%;
	color: #222222;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #222222;
}
.form_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

.form_copy:link, form_copy:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.form_copy:hover, form_copy:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}

.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;	
}

form.login {
	width: auto;
}

/*SITE MAP*/
A.sitemap1, A.sitemap1:visited {
font-weight: lighter; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 1em; 
color: #000000;
text-align: left; 
vertical-align: middle
}
A.sitemap1:hover {
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
color: #666666;
text-align: left; 
vertical-align: middle
}
A.sitemap2, A.sitemap2:visited {
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}
A.sitemap2:hover {
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}
A.sitemap3, A.sitemap3:visited {
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
color: #444444; 
text-align: left; 
vertical-align: middle
}
A.sitemap3:hover {
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; color: #BB0000; 
text-align: left; 
vertical-align: middle
}
A.sitemap4, A.sitemap4:visited { 
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
color: #555555; 
text-align: left; 
vertical-align: middle
}
A.sitemap4:hover {
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
color: #BB0000; 
text-align: left; 
vertical-align: middle
}
A.sitemap5, A.sitemap5:visited {
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
color: #555555; 
text-align: left; 
vertical-align: middle
}
A.sitemap5:hover { 
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.7em; 
color: #BB0000; 
text-align: left; 
vertical-align: middle
}
