/*
K-Tech Store Style Sheet

1: Standard styles
2: Positional styles
3: Navigation styles
4: Typography styles
5: Other Styles
*/

*{
	border:0;
	padding:0;
	margin:0;
}

body{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-color:#fff104;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

input{
	border:1px solid #8e8e8e;
	border-right:1px solid #d6d7d8;
	border-bottom:1px solid #d6d7d8;
	padding:1px 2px;
}

/* 1: Positional styles */
#wrapper{
	background-color:#ffffff;
	border:#807e7f solid 15px;
	margin:0 auto;
	padding:15px;
	width:925px;	
}

#header{
	background-image: url(../images/header.gif);
	height: 182px;
	background-repeat: no-repeat;
}

#navigation{
}

#products{
	float:left;
	margin:15px 5px 0px 20px;
	width:600px;
	display: inline;
}

#main_content_wrap{
	float:left;
	margin:15px 5px 0px 20px;
	width:875px;
	display: inline;
	border: solid #999999 1px;
	font-size: 90%;
}

	.top1{
		background-color:#333333;
		padding:15px 15px 15px 30px;
		border-bottom:1px solid #999999;
	}
	
	.top2{
	background-color:#252525;
	padding:15px 15px 15px 30px;
	margin-bottom:25px;
	}
	
#right_content_main{
	float:right;
	margin:5px 20px 0 0;
	width:598px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

#online_store{
	float:right;
	margin:5px 20px 0 0;
	width:600px;
}

	#online_store form{
		padding:5px 10px;
	}
		
		#online_store form select{
			margin:5px 0 5px 5px;
			width:150px;
		}

#store_navigation{
	float:left;
	margin:5px 0px 0px 15px;
	width:285px;
	display: inline;
}

	#store_navigation form{
		padding:0 5px;
	}
	
#news{
	float:right;
	margin:15px 15px 0px 0px;
	width:285px;
}

#product_detail{
	float:right;
	margin:5px 20px 0 0;
	width:230px;
}

#product_image{
	float:left;
	margin:5px 5px 0 0;
	width:360px;
}
#news_page_container{
	width:600px;
	margin:5px 20px 0px 0px;
	float:right;
	font-size:70%;
}
#news_page_container h1{
	background-color:#000;
	color:#fff001;
	font-size:110%;
	padding:5px;
}
#news_articles h2{
	background-color:#FFFF66;
	font-size:100%;
	padding:5px;
	margin-bottom:10px;
}
#news_articles{
	padding:5px;
}

/* 2: Navigation styles */
#navigation a{
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#5d666a;
	display:block;
	font-size:70%;
	font-weight:bold;
	height:23px;
	padding:12px 0 1px;
	text-align:center;
	text-decoration:none;
	width:85px;
}

	#navigation .shrink{
		width:40px;
	}

	#navigation a img{
		margin:-2px 0 0 0;
	}
	
	#navigation a:hover{
		background-image:url(../images/nav_o.gif);
	}

#news a{
	color:#cc0001;
	text-decoration:none;
}

.store_breadcrumb a{
	color:#000000;
	padding:2px;
	text-decoration:none;
}

	.store_breadcrumb a:hover{
		background-color:#000000;
		color:#FFF001;
		
	}
	
.store_breadcrumb span a{
	color:#807E7F;
	padding:2px;
	text-decoration:none;
}

	.store_breadcrumb span a:hover{
		background-color:#807E7F;
		color:#FFF001;
		
	}

#store_navigation a{
	display:block;
	color:#000000;
	font-size:70%;
	padding:2px 0px 2px 5px;
	text-decoration:none;
}

	#store_navigation a:hover{
		background-color:#D6D7D9;
	}

#footer a{
	color:#343434;
	text-decoration:none;
}
#footer ul{
	padding-top: 5px;
}
.store td dt a{
	color:#ffffff;
	text-decoration: none;
}
.store td dt a:hover{
	color:#000000;
}

/* 3: Typography styles */
#navigation ul{

}

	#navigation li{
		float:left;
		list-style-type:none;
	}
	
.store_breadcrumb p{
	display:inline;
	font-size:70%;
	padding:0 20px 0 15px;
}
	
#online_store fieldset{
	font-size:80%;		
}

.top1 h1{
	color:#7f7d7e;
	font-size:100%;
}

.top1 p{
	color:#ffffff;
	font-size:70%;
}

.top2 h1{
	color:#4f4f4f;
	font-size:100%;
}

.top2 p{
	color:#ffffff;
	font-size:70%;
}

.store form{
	background-color:#D6D7D9;
}

.store table{
	background-color:#ffffff;
	width:100%;
}

	.store th{
		background-color:#000000;
		color:#fff001;
		font-size:70%;
		padding:5px;
		text-align:left;
	}

	.store td{
		border:1px solid #d6d7d9;
		font-size:60%;
	}
	
		.store td dl{
			background-color:#d6d7d9;
		}
		
			.store td dt{
				background-color:#807E7F;
				color:#ffffff;
				font-size:110%;
				font-weight:bold;
				padding:2px 4px;
			}
			
			.store td dd{
				color:#323232;
				font-weight:lighter;
				padding:2px 4px;
			}
			
				.store .price{
					font-size:110%;
				}
			
				.store td dd span{
					color:#cc0001;
					font-weight:bold;
				}
.main_content_left table{
	background-color:#DFDFDF;
	width:100%;
}

	.main_content_left th{
	background-color:#000000;
	color:#fff001;
	font-size:70%;
	padding:5px;
	text-align:left;
	}

	.main_content_left td{
		font-size:95%;
		color:#333333;
	}
	
		.main_content_left td dl{
			background-color:#d6d7d9;
		}
		
			.main_content_left td dt{
				background-color:#807E7F;
				color:#ffffff;
				font-size:110%;
				font-weight:bold;
				padding:2px 4px;
			}
			
			.main_content_left td dd{
				color:#323232;
				font-weight:lighter;
				padding:2px 4px;
			}
.product_sections{
	padding:3px;
}
.product_sections a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.product_sections a:hover{
	color:#CC0000;
}
.section_text{
	padding:15px;
	line-height: 150%;
}
#section_intro{
	font-size: 70%;
	line-height: 130%;
	padding-left: 10px;

}
#news h1, #store_navigation h1, .store h1, #product_detail h1{
	background-color:#000;
	color:#fff001;
	font-size:70%;
	padding:5px;
}

#news dl{
	padding:5px;
}

	#news dt{
		color:#343434;
		font-size:70%;
		font-weight:bold;
		padding:2px 0;
	}
	
	#news dd{
		color:#333333;
		font-size:70%;
		padding:2px 0 10px;
	}

#news p, #store_navigation p{
	font-size:70%;
	font-weight:bold;
	padding:5px;
}

#store_navigation ul{
}

	#store_navigation li{
		list-style-type:none;
	}
	
#product_detail p{
	font-size:80%;
	padding:2px 0px 2px 5px;
}

#footer form{
	float:left;
}

#footer ul{
	float:right;
}

	#footer li{
		display:inline;
		font-size:60%;
	}
/* 5: Other styles */
.clear{
	clear:both;
}

.store td img{
	display:block;
	margin:5px auto;
}

#navigation .navstore{
	color:#ffffff;
	background-image:url(../images/nav_s.gif);
}

.bordertop{
	border-top:1px solid #333335;
}

.detail_img{
	border:5px solid #666666;
	margin:0 5px;
	width:350px;
	height:350px;
}
.prod_descrip_header{
	background-color: #FFF104;
	text-align: center;
}

.section_hdr{
	padding:3px;
	background-color:#FFF104;
}

.prod_descrip_header a{
	color:#000000;
	text-decoration:none;
}
.prod_descrip_header a:hover{
	color:#CC0000;
}

.left{
	float:left;
}

.right{
	float:right;
}
.leftpic{
	float:left;
	margin-right:10px;
}
.rightpic{
	float:right;
	margin-left:10px;
}
