/*------------------------------ Reset ------------------------------*/

* {
padding:0px;
margin:0px;
} 
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/*------------------------------ Body ------------------------------*/

body {
	line-height: 1;
	color: black;
	background-image: url('imgs/backgroundTile.jpg');
	background-repeat: repeat;
	}
	#body {
		width: 820px;
		border: 1px solid #9AADD4;
		border-top: 0px;
		border-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
		margin-top: 10px;
		}
		
/*------------------------------ Header ------------------------------*/

	#header {
		height: 142px;
		width: 100%;
		border-top: 1px solid #6f89c0;
		}
		#header_bar {
			width: 100%;
			height: 15px;
			font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #9C9C9C;
			background: #1c1c1c;
			border-bottom: 1px solid #4C659A;
			}
		#header_bar .header_text {
				float: left;
				padding-left: 5px;
				}
		#header_bar .header_date {
			float: right;
			padding-right: 5px;
			}
			#header_bar a {
				color: #E5E5E5;
				text-transform: uppercase;
				padding-left: 5px;
				padding-right: 5px;
				text-decoration: none;
				}
				#header_bar a:hover {
					color: #AAAAAA;
					}
				.header_lang {
					float: right;
					padding-top: 1px;
					}

/*------------------------------ Masthead ------------------------------*/

		#masthead {
			height: 99px;
			width: 100%;
			background: #394C74;
			border-bottom: 1px solid #4C659A;
			}
			#masthead .logo a {
				display: block;
				width: 330px;
				height: 55px;
				background: url("imgs/logo-trans.png") 0 0 ;
				float: left;
				margin-top: 30px;
				margin-left: 10px;
				text-indent: -9999px;
				}
				#masthead .masthead_button a {
					display: block;
					width: 150px;
					height: 49px;
					border-left: 1px solid #4C659A;
					float: right;
					text-decoration: none;
					font: 9px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					text-align: left;
					color: #C8D1E4;
					padding-left: 5px;
					padding-top: 50px;
					}
				.masthead_button a strong {
					font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					color: #EBEEF5;
					}
				.masthead_button a:hover {
					background: #323C55;
					}
					#masthead_bar {
						height: 26px;
						width: 100%;
						background: url("imgs/background_bar.jpg") 0 0 ;
						}
					#masthead_login {
						float: left;
						width: 163px;
						height: 26px;
						border-right: 1px solid #515151;
						}
						#masthead_login a {
							width: 163px;
							height: 26px;
							display: block;
							text-decoration: none;
							font: 10px Arial, Helvetica, sans-serif;
							color: #FFF;
							text-transform: uppercase;
							margin-left: 5px;
							padding-top: 6px;
							}
							#masthead_login a:hover {
								text-decoration: underline;
								color: #989898;
								}
						#masthead_search {
							float: right;
							margin-right: 2px;
							height: 20px;
							
							}
						#masthead_search  input {
							border: 0px;
							color: #A7A7A7;
							margin-bottom: 4px;
							padding: 2px;
							}
							input.search_button {
								cursor: pointer;
								height: 20px !important;
								background-color: #22ABDC;
								color: #FFF !important;
								}
							input.search_button:hover {
								background-color: #296CD7;
								}
						#button_cart  input {
							border: 0px;
							color: #A7A7A7;
							margin-bottom: 4px;
							padding: 2px;
							}			
							input.cart_button {
								cursor: pointer;
								height: 20px !important;
								background-color: #7EA8E2;
								color: #FFF !important;
								font: 10px Arial, Helvetica, sans-serif;
								color: #FFF;
								text-transform: uppercase;
								border: 1px solid #538BD9 !important;
								padding: 0px !important;
								}
							input.cart_button:hover {
								background-color: #538BD9;
								}
								
/*------------------------------ Navigation ------------------------------*/

		#navigation {
			float: left;
			width: 164px;
			height: 100%;
			border-top: 1px solid #9AADD4;
			border-right: 1px solid #59668D;
			border-bottom: 1px solid #59668D;
			}
			#navigation a {
				display:block;
				width: 163px;
				height: 32px;
				background: #6782B9;
				border-right: 1px solid #9AADD4;
				border-bottom: 1px solid #9AADD4;
				text-decoration: none;
				font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				text-align: left;
				text-indent: 5px;
				color: #FFFFFF;
				}
			#navigation a:hover {
				background: #323C55;
				}
			#navigation .search_selection {
				display:block;
				width: 158px;
				height: 65px;
				background: #394c74;
				border-right: 1px solid #9AADD4;
				border-bottom: 1px solid #9AADD4;
				text-decoration: none;
				font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				text-align: left;
				padding-left: 5px;
				color: #FFFFFF;
				}
			#navigation .search_selection input {
				border: 1px solid #263d6c;
				margin: 1px;
				}
			#navigation .button_go {
				background-color: #6782b9;
				font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				color: #FFFFFF;
				}
			#navigation .button_go:hover {
				color: #394c74;
				}
			#navigation .mailing_list {
				background: url(imgs/mailing_list.jpg);
				}
				#navigation .mailing_list:hover {
					background: url(imgs/mailing_list.jpg);
					background-position: -163px 0px;
					}
			#navigation .twitter{
				background: url(imgs/twitter.jpg);
				}
				#navigation .twitter:hover {
					background: url(imgs/twitter.jpg);
					background-position: -163px 0px;
					}
						
/*------------------------------ Navigation 2 ------------------------------*/		

	#navigation_2nd {
		padding: 5px;
		float: left;
		width: 600px;
		}
		#navigation_2nd div {

			}
		.nav2_A a {
			display:block;
			width: 200px;
			height: 47px;
			float: left;
			background: url("imgs/button_new_customer.jpg") 0 0 ;
			}
		.nav2_A a:hover {
			background: url("imgs/button_new_customer_over.jpg") 0 0 ;
			}
		.nav2_B a {
			display:block;
			width: 200px;
			height: 47px;
			float: left;
			background: url("imgs/button_stocking_locations.jpg") 0 0 ;
			}
		.nav2_B a:hover {
			background: url("imgs/button_stocking_locations_over.jpg") 0 0 ;
			}
		.nav2_C a {
			display:block;
			width: 200px;
			height: 47px;
			float: left;
			background: url("imgs/button_request_catalog.jpg") 0 0 ;
			}
		.nav2_C a:hover {
			background: url("imgs/button_request_catalog_over.jpg") 0 0 ;
			}
			
/*------------------------------ Content ------------------------------*/

	#content {
		width: 430px;
		height: 100%;
		float: left;
		}
		#content_wide {
			width: 600px;
			height: 100%;
			float: left;
			}
		
		#content_wider {
			width: 800px;
			height: 100%;
			float: left;
			}
		
		#content_images {
			border-top: 1px solid #9AADD4;
			background-color: #1c1c1c;
			height: 298px;
			padding: 0px;
			}
		.content_title {
			float: left;
			font: 16px Arial, Helvetica, sans-serif;
			text-align: center;
			padding: 10px 10px 0px 10px;
			}
		.content_center {
			float: left;
			font: 12px Arial, Helvetica, sans-serif;
			display: block;
			text-align: justify;
			padding: 10px;
			}
		#content H1 {
			font: italic 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #000;
			margin-bottom: 10px;
			}
				#content_wide H1 {
			font: italic 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #000;
			margin-bottom: 10px;
			}
				#content_wider H1 {
			font: italic 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #000;
			margin-bottom: 10px;
			}
		strong {
				text-decoration: underline;
				}
		 .content_center a {
			text-decoration: none;
			color: #296CD7;
			}
			.content_center a:hover {
				text-decoration: underline;
				}
		
		.intro {
			float: left;
			width: 100%;
			font: 12px Arial, Helvetica, sans-serif;
			display: block;
			text-align: justify;
			line-height: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid #9AADD4;
			clear:both;
			}	
		.intro_title {
			border-top: 1px solid #9AADD4;
			margin-top: 10px;
			font: 8px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			border-bottom: 1px solid #9AADD4;
			padding: 2px;
			}
				.intro p {
					margin-bottom: 10px;
					}
			.intro2 {
				font: 12px Arial, Helvetica, sans-serif;
				text-align: justify;
				}
			.intro strong {
				font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				}
		
		.content_block {
			clear: both;
			width: 100%;
			padding-top: 10px;
			overflow: hidden;
			}
			.content_block img {
				float: left;
				width: 62px;
				}	
			.content_block .clear_img img {
				width: 192px;
				}
			.clear_content {
				clear: both;
				float: left;
				}
			.content_block H2 {
				padding-top: 10px;
				}	
		.content_block2 {
			clear: both;
			width: 100%;
			padding-top: 10px;
			overflow: hidden;
			}
		.blurb {
			float: left;
			width: 348px;
			font: 12px Arial, Helvetica, sans-serif;
			display: block;
			text-align: justify;
			padding-top: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid #9AADD4;
			}	
			#content_wide .blurb{
				width: 500px;
				}
			
	#content_product {
		display: block;
		width: 600px;
		height: 100%;
		float: left;
		background: #FFF;
		border-top: 1px solid #FFF;
		padding-bottom: 10px;
	}
	#content_overstock {
		display: block;
		width: 800px;
		height: 100%;
		float: left;
		background: #FFF;
		border-top: 1px solid #FFF;
		padding: 10px;
		}
		#content_overstock strong {
			font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			}
		#content_overstock a {
			font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #538BD9;
			}
			#content_overstock a:hover {
				color: #2862B4;
				}
	
	#cart_overstock {
		display: block;
		width: 700px;
		height: 100%;
		float: left;
		background: #FFF;
		border-top: 1px solid #FFF;
		padding: 10px;
		}
	
	#content_bottom {
		clear: both;
		height: 100px;
		background: #FFF;
		padding: 20px 15px 5px 15px;
		font: 12px Arial, Helvetica, sans-serif;
		text-align: justify;
		}
	#content_bottom_main{
		clear: both;
		height: 0px;
		background: #FFF;
		padding: 20px 15px 5px 15px;
		font: 12px Arial, Helvetica, sans-serif;
		text-align: justify;
		}
						
/*------------------------------ Sidebar ------------------------------*/

	#sidebar {
		width: 224px;
		height: 100%;
		float: left;
		background: #FFFFFF;
		border-top: 1px solid #9AADD4;
		border-left: 1px solid #59668D;
		border-bottom: 1px solid #59668D;
	}
		#sidebar a {
			display:block;
			width: 195px;
			height: 50px;
			text-decoration: none;
			font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			text-align: left;
			padding-left: 5px;
			color: #5774A9;
			padding-top: 20px;
			}
			#sidebar a strong {
				font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				font-weight: bold;
				color: #FFFFFF;
				}
			#sidebar a.button1 {
				border-bottom: 1px solid #9AADD4;
				border-left: 1px solid #9AADD4;
				padding-right: 23px;
				background: url("imgs/button_customer.jpg") 0 0 ;
				}
			#sidebar a.button2 {
				border-bottom: 1px solid #9AADD4;
				border-left: 1px solid #9AADD4;
				height: 95px;
				padding-right: 23px;
				background: url("imgs/button_stocking.jpg") 0 0 ;
				}
			#sidebar a.button3 {
				border-bottom: 1px solid #D4EF91;
				border-left: 1px solid #9AADD4;
				padding-right: 23px;
				background: url("imgs/button_catalog.jpg") 0 0 ;
				}
			#sidebar a.button4 {
				border-bottom: 1px solid #D4EF91;
				border-left: 1px solid #D4EF91;
				height: 115px;
				padding-right: 23px;
				background: url("imgs/button_probiotics.jpg") 0 0 ;
				color: #FFF;
				}
			#sidebar a.button5 {
				border: 0px solid #D4EF91;
				height: 0px;
				padding-right: -5px;
				color: #000;
				}
				#sidebar a:hover {
					color: #B8C1CA;
					}
					
/*------------------------------ Contact Page ------------------------------*/	

		#form_contact {
			}
			#form_contact label {
				margin-top:0px;
				margin-right: 8px;
				margin-left: 0px;
				display: block;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height: 18px;
				width: 60px;
				}
			.fc_row {
				padding-top: 5px;
				}
			.fc_row input,select,textarea {
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height: 18px;
				vertical-align: middle;
				color:#404040;	
				border: 1px solid #c1c1c1;
				padding: 1px;
				}
					
/*------------------------------ Drill Down ------------------------------*/

	.mdescription {
		padding-top: 10px;
		}
		.mdescription a {
			text-decoration: none;
			font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			padding-left: 15px;
			color: #224586;
			float: left;
			clear: both;}
			.mdescription a:hover {
				text-decoration: underline;
				color: #296CD7;}
			.mdescription .photo img {
				float: left;
				clear: both;
				padding-left: 15px;
				padding-top: 5px;
				padding-bottom: 10px;}

/*------------------------------ Product Search ------------------------------*/

		.crumbs a {
			font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			padding-left: 10px;
			margin-bottom: 15px;
			color: #296CD7;
			text-decoration: none;
			}
			.crumbs a:hover {
				color: #296CD7;
				text-decoration: underline;
			}

	.product_search_title {
		width: 575px;
		margin-top: 10px;
		border-top: 1px solid #000;
		font: 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #1c1c1c;
		margin-left: 10px;}
		.product_search_title2 {
		width: 575px;
		margin-top: 10px;
		border-top: 1px solid #000;
		font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-align: left;
		border-bottom: 1px solid #1c1c1c;
		margin-left: 10px;}
		
/*------------------------------ Search results page ------------------------------*/

			#results {
				padding-left: 10px;
				}
				#results a {
					text-decoration: none;
					color: #296CD7;
					}
					#results a:hover {
						text-decoration: underline;
						}
				#results .description {
					padding-left: 15px;
					padding-top: 5px;
					padding-bottom: 10px;
					border-bottom: 1px solid #CCC;
					}
				#results .description b {
					color: #FF3300;
					}
		
/*------------------------------ Shape Page ------------------------------*/	

	.shape_item {
		display:block;
		width: 180px;
		height: 145px;
		float: left;
		text-align: center;
		border: 1px dotted #000;
		margin-left: 10px;
		margin-right: 5px;
		margin-top: 15px;
		background-color: #FFF;}
		
	.shape_item2 {
		
		width: 180px;
		height: 145px;
		float: left;
		text-align: center;
		border: 1px dotted #000;
		margin-left: 10px;
		margin-right: 5px;
		margin-top: 15px;
		background-color: #FFF;}
		
		.shape_item3 a {
			display: block;
			width: 100%;
			height: 100%;
		}
		
	.shape_item_photo {
		padding-top: 2px;
		padding-bottom: 10px;
		height: 100px;}
		
		.shape_item_link a {
			clear: both;
			display:block;
			width: 180px;
			height: 25px;
			padding-top: 10px;
			text-decoration: none;
			font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			/*text-transform: uppercase;*/
			color: #FFF;
			background-color: #1c1c1c;}
			
			.shape_item_link a:hover {
				background-color: #4C659A;}
				
/*------------------------------ Section Page ------------------------------*/

		.section_photos {
			padding-top: 2px;
			padding-bottom: 10px;
			height: 100px;
			}
			.section_photos img {
				margin-top: 10px;
				}

		.shape_item_photo_double  {
			float: left;
			margin-left: auto;
			margin-right: auto;
			padding-left: 5%;
			}

/*------------------------------ Product Table ------------------------------*/	
	#product_image img {
		padding-top: 20px;
		}

	#product_information {
		padding: 10px;
		margin-left: 10px;
		width: 100%;
		height: 200px;
		}
		.product_added {
			display: block;
			width: 107px;
			height: 50px;
			background: url("imgs/graphic_cart.jpg") 0 0 ;
			}
		.product_name {
			padding: 0 0 5px 0;
			font: 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-align: right;	
			color: #1B1B1B;
			text-transform: uppercase;
			}
		.product_description {
			padding: 0 0 5px 0;
			font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-align: right;
			color: #303030;
			text-transform: uppercase;
			}
		.product_catalog a {
			display: block;
			width: 176px;
			height: 32px;
			background: url("imgs/button_view_catalog.jpg") 0 0 ;
			float: right;
			}
			.product_catalog a:hover {
				display: block;
				width: 176px;
				height: 32px;
				background: url("imgs/button_view_catalog.jpg") 0 -32px ;
				}
		
	#product_table {
		padding: 0;
		margin-left: 10px;
		width: 100%;
		}
		#product_table caption {
			padding: 0 0 5px 0;
			font: italic 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-align: right;
			}
		#product_table caption a {		
				font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color: #FF5302;
				text-decoration: none;
				}
			#product_table caption a:hover {	
				text-decoration: underline;
			}
		#product_table caption  a.link {		
				font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color: #296CD7;
				text-decoration: underline;
				}
			#product_table caption a.link:hover {	
				color: #FF552A;
			}
			#product_table .description_extended {
				padding: 0 0 5px 0;
				font: italic 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				text-align: right;
				}
		#product_table th {
			font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			color: #FFF;
			border-right:1px solid #538BD9;
			border-bottom: 1px solid #538BD9;
			border-top: 1px solid #538BD9;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: left;
			padding: 3px 3px 3px 5px;
			background: #7EA8E2;
			}
			#product_table	th.th2 {
				border-left: 1px solid #538BD9;
			}
		#product_table td {
			border-right: 1px solid #538BD9;
			border-bottom: 1px solid #538BD9;
			background: #fff;
			padding: 3px 3px 3px 5px;
			color: #364112;
			font: 10px Arial, Helvetica, sans-serif;
		}
			#product_table td.prodcode {
				border-left: 1px solid #538BD9;
				font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
			#product_table td.net{
				font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
			#product_table td.avail{
				font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
		#product_table input[type="text"] {
			font-family: Arial, Sans-Serif;
			font-size: 10px;
			display: block;
			padding: 2px;
			border: solid 1px #85b1de;
			/*width: 50px;*/
			background-color: #EDF2F7;
		} 
		#product_table input[type="text"].red {
			border: solid 1px #FF552A;
			background-color: #FDD0C5;
			} 
		#product_table td.row_button {
			border: 0px;
			border-bottom: 1px solid #538BD9;
			text-align: right;
		}
			#product_table td.row_button a {
				float: right;
				background: url(images/button_add_to_cart.png) no-repeat;
				display: block;
				width: 134px;
				height: 25px;
				padding: 0px;
			}
		.cart_text {
			padding: 15px;
			font: 12px Arial, Helvetica, sans-serif;
			}
			
/*------------------------------ Product Group Table ------------------------------*/	
	.anchors {
		text-align: center;
		padding-bottom: 10px;
		}
	.anchors a {
		font: 10px Arial, Helvetica, sans-serif;
		padding: 10px 10px 5px 3px;
		color: #224586;
		}
		
	#product_group_table {
		padding: 10px 10px 5px 3px;
		margin-left: 10px;
		width: 100%;
		font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #4D7DC9;
		}
		#product_group_table caption {
			padding: 0 0 3px 0;
			font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #4D7DC9;
			text-align: left;
			}
			#product_group_table caption a {
				text-decoration: none;
				color: #2C2C2C;
				}
				#product_group_table caption a:hover {
					text-decoration: none;
					}
		#product_group_table td {
			width: 165px;
			}
		#product_group_table a {
			color: #538BD9;
			text-decoration: underline;
			}
			#product_group_table a:hover {
				color: #27314F;
				text-decoration: underline;
				}
		.product_group_table2 {
			padding: 10px;
			}
		.product_group_table H1 {
			padding: 5px 10px 5px 10px;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			font-weight:bold;
			margin: 10px 0 0 5px;
			}
		.product_group_table p a {
			color: #000;
			}
			.product_group_table td{
			width: 250px;
			padding-right: 10px;
			}
		.product_group_table li {
			padding-left: 5px;
			list-style: none;
			font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
		.product_group_table a2 {
			font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
/*------------------------------ Competitor part results ------------------------------*/	

	#c_main_table {
		
		}
		.boxcenterfill {
			background-color: #f0f0f0;
			background-position: center top;
			border: 1px dashed #999999;
			margin: 5px;
			margin-left: 10px;
			font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
			padding: 5px;
			}
			
/*------------------------------ Catalog Page ------------------------------*/	
			
		#toolbar {
		background: #000;
		height: 30px;
		width: 820px;
		background: url("images/toolbar_center.gif") 0 0 ;
		}
				#previous a {	
					display:block;
					width: 131px;
					height: 30px;
					background: url("images/button_previous.gif");
					text-decoration: none;
					float: left;
				}
				#previous a:hover {	
					background: url("images/button_previous_over.gif");
				}
				#catalog_section {
					float: left;
					width: 330px;
					height: 30px;
					padding-left: 10px;
					padding-top: 5px;
					}
				#catalog_section select {
					border: 1px solid #000;
					font: 11px/20px verdana, arial, helvetica, sans-serif;
					color: #888888;
					}	
				#pages {
					font: 11px/20px verdana, arial, helvetica, sans-serif;
					color: #FFFFFF;
					float:left;
					height: 30px;
					padding-top: 3px;
				}
					#pages .float_left {
						float: left;
						}
				#pages1 input{
						border: 1px solid #000;
						font: 11px/20px verdana, arial, helvetica, sans-serif;
						color: #888888;
					}
					
					#button_go1 a {	
						display:block;
						width: 74px;
						height: 30px;
						background: url("images/button_go.gif");
						text-decoration: none;
						}
					#button_go a:hover {	
						background: url("images/button_go_over.gif");
						}
					
					#next a {	
						display:block;
						width: 131px;
						height: 30px;
						background: url("images/button_next.gif");
						text-decoration: none;
						float: right;
						}
					#next a:hover {	
						background: url("images/button_next_over.gif");
						}
					#catalog_page1 {
						height: 100%;
						}
		

/*------------------------------ Footer ------------------------------*/	

	#footer {
		width: 810px;
		margin-left: auto;
		margin-right: auto;
		height: 50px;
		background: #1c1c1c;
		color: #9E9E9E;
		font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border: 1px solid #6f89c0;
		border-top: 1px solid #353535;
		padding: 5px;
		}
		#footer a {
			color: #9E9E9E;
			text-decoration: none;
			}
		#footer a:hover {
			text-decoration: underline;
			}
	
/*------------------------------ End ------------------------------*/
