/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	background-image:url(img/background.jpg);
	background-repeat:repeat-y;
	background-position: top center;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888181;
	text-align: center;
	}

a,a:visited,a:hover,a:link {
	color: #888181;
	text-decoration: none;
}

img{ border: 0px; }	

.CategoryThumb,.ProductThumb{
	width: 125px;
	height: 125px;
	float: left;
}

#search{

	height: 70px;
	padding: 0 15px 10px 15px;
	float:none;
}

#search #query{
	height: 20px;
	width: 150px;
	font-size: 15px;
}


#search #search_inputDiv, #search #ContactButton{
	/*float: left;*/
}

.right,.left {
	position: relative;
	display:block;
	width: 400px;
	float: left;
}
#container {
	width: 897px;
	clear: both;
	display: block;
	margin: 0 auto;
	}
	
			
h1 {
	font-size: 36px;
	color: #c10000;
	padding-bottom: 20px;
	}
	
h1 .small_h1 {
	font-size: 20px;
	color: #ffa22d;
	}
		
	
	#top {
		width: 897px;
		height: 100px;
		display: block;
		clear: both;
		}
		
	#header {
		width: 897px;
		height: 192px;
		display: block;
		clear: both;
		}
	
	#menu {
		width: 100%;
		height: 73px;
		display: block;
		clear: both;
		background-image:url(img/menu_background.jpg);
		background-repeat: no-repeat;
		text-align: center;
		overflow: hidden;
		position: relative;
		}
		
		#menu_text {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			color: #ffb30a;
			padding-top: 10px;
			}
		
		
		#menu ul {
			/* width: 897px; */
			padding-top: 16px;
			clear:left;
			float:left;
			list-style:none;
			position:relative;
			left:50%;
			text-align:center;
			}
			
		#menu ul li {
			float: left;
			margin: 0 auto;	
			position:relative;
			right:50%;	
			}
			
		#menu ul li a {
			padding-left: 10px;
			padding-right: 10px;
			color: #fff;
			/* display: inline; */
			display: block;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 17px;
			text-decoration: none;				
			}		
			
		#menu ul li.active a {
			text-decoration: underline;
			}
			
		#menu ul li a:hover {
			color: #c70000;
			}
	
	
	
	
		#main {
			width: 897px;
			height: auto;
			display: block;
			clear: both;
			}
			
			
		#left {
			width: 254px;
			padding-left: 28px;
			padding-right: 20px;
			float: left;
			padding-top: 30px;
			text-align: left;
			padding-bottom: 20px;
			}
			
		#quick_search {
			width: 254px;
			height: 70px;
			display: block;
			background-image:url(img/quick_search_back.jpg);
			padding-top: 54px;
			border-bottom: 1px solid #999;
			}
			
			
		#ask_question {
			width: 254px;
			height: 214px;
			display: block;
			clear: both;
			padding-top: 25px;
			}
			
		.news {
			width: 100%;
			padding-top: 20px;
			font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			}
			
			
			.news_head { 	
				font-weight: bold;
				color: #CC0000;
				padding-bottom: 5px;
				}
				
			.news_text {
				font-size: 11px;
				}

		
		#right {
			width: 566px;
			padding-right: 28px;
			text-align: left;
			float: left;
			padding-top: 30px;
			padding-bottom: 20px;
			}
		
		#big-text {
			padding-top: 33px;
			padding-left: 48px;
			padding-right: 48px;
			text-align: left;
			}
			
			
		#top_arrow, #bottom_arrow {
			width: 100%;
			clear: both;
			text-align: center;
			}
			
		#top_arrow {
			padding-bottom: 15px;
			}
			
		#bottom_arrow {
			padding-top: 15px;
			}
			
		#top_arrow img, #bottom_arrow img {
			border: 0px none;
			}

			.product-list {
				padding-top: 20px;
				padding-bottom: 20px;
				clear: both;
				display: block;
				}
			
			.product {
				width:160px;
				height:104px;
				display: block;
				position: relative;
				padding-top: 30px;
				float: left;
				}
				
			.product img {
				border: 0px none;
				}				

				
			.mask { 
				background:transparent url(img/mask.gif) no-repeat 0px 0px;
				width:168px; 
				height:134px;
				position:absolute;
				top: 0;
				left: 0;
				display: block;
				}
				
				
			.big_product {
				width:188px;
				height:129px;
				display: block;
				position: relative;
				padding-top: 45px;
				float: left;
				}
				
			.big_product img {
				border: 0px none;
				}

				
			.big_mask { 
				background:transparent url(img/main_menu_mask.gif) no-repeat 0px 0px;
				width:188px; 
				height:169px;
				position:absolute;
				top: 0;
				left: 0;
				display: block;
				}	
				
			.big_name {
				width: 188px;
				color: #fff;
				padding-top: 15px;
				font-size: 18px;
				font-weight: bold;
				text-align: center;
				}			
	
				.product_name {
					width: 65px;
					float: left;
					color: #fff;
					padding-left: 15px;
					padding-top: 8px;
					}
					
				.sku {
					width: 65px;
					float: left;
					color: #fff;	
					padding-top: 8px;
					text-align: right;
					padding-right: 15px;									
					}
				
				
/* */

	#footer {
		width: 897px;
		height: 101px;
		display: block;
		clear: both;
		background-image:url(img/footer_background.gif);
		text-align: center;
		overflow: hidden;
		position: relative;		
		font-size: 11px;
		padding-top: 20px;
		}
		
	#footer ul {
		padding-top: 16px;
		clear:left;
		float:left;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
		padding-top: 5px;
		padding-bottom: 15px;
		}
		
	#footer li {
			float: left;
			margin: 0 auto;	
			position:relative;
			right:50%;	
			}
		
	#footer ul li a {
		padding-left: 5px;
		padding-right: 5px;
		color: #fff;
		}
	
	#footer_text {
		width: 100%;
		clear: both;
		text-align: center;
		font-size: 9px;
		color: #b1828d;
		}
	
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}	
	.FormDiv{
        margin-left:00px;
        width:500px;
    }
    .ShoppingFormDiv{
        margin-left:0px;
        width:760px;
    }
    .FormDiv form {
        margin:0;
        padding:0;
    }
    .TextFieldDiv{
        display: block;
        float:left;
        width:500px;
        height:30px;
    }
    .TextFieldDiv label{
        font-weight:bold;
        display: block;
        float:left;
        width:auto;
    }
    .TextField{
        display: block;
        float:right;
        width:246px;
    }
    .FileFieldDiv{
        display: block;
        float:left;
        width:500px;
        height:30px;
    }
    .FileFieldDiv label{
        font-weight:bold;
        display: block;
        float:left;
        width:250px;
    }
    .FileField{
        display: block;
        float:left;
        width:246px;
    }
    .TextAreaDiv{
        display: block;
        float:left;
        width:500px;
        height:180px;
    }
    .TextAreaDiv label{
        font-weight:bold;
        display: block;
        float:left;
        width:auto;
    }
    .TextArea{
        display: block;
        float:right;
        width:496px;
        height:150px;
    }

	.CaptchaImageDiv img {
        margin-left:250px;
    }
    .SelectDiv{
        display: block;
        float:left;
        width:500px;
    }
    .SelectDiv label{
        display: block;
        float:left;
        font-weight:bold;
        width:auto;
        height:30px;
    }
    .Select{
        display: block;
        float:right;
        width:250px;
    }
    .ExpireDiv label{
        font-weight:bold;
        display: block;
        float:left;
        width:auto;
    }
    .ButtonDiv{
        display: block;
        float:left;
        width:500px;
    }
    .Button{
        display: block;
        float:left;
        width:150px;
        margin-left:200px;
    }
 
#CategoryMainImage{
display: none; 

}

