

/* Global configs */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0px;
	color: #868686;
	font-family: verdana, arial, georgia, serif;
	font-size: 0.7em;
	line-height: 1.6em;
	background: url(../static_images/wrapper_bg.gif) repeat-y center white;
	text-align: center;
	z-index: -1;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 2.72em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 2.56em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 2.4em;
	}
	
p {
	margin: 0px 0px 22px 0px;
	font-size: 1.1em;
	font-weight: 100;
}

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



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 830px;
	margin: 0px auto;
	padding: 0px;
	background: white;
	text-align: left;
	z-index: 0;
}

	#header {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 590px;
		height: 142px;
		z-index: 2;
		background: url(../static_images/header_bg.gif) no-repeat;
	}

	#content {
		position: relative;
		width: 830px;
		z-index: 3;
	}
	
		#body {
			position: relative;
			left: 0px;
			top: 0px;
			width: 590px;
			float: left;
			margin: 152px 0px 0px 0px;
			z-index: 4;
		}
		
		#body a:link, a:visited {
			text-decoration: underline;
			color: #676D87;
		}
		
			div.product {
				position: relative;
				width: 180px;
				/*height: 165px;*/
				height: 204px;
				float: left;
				overflow: hidden;
			}
			
				div.product h2 {
					width: 160px;
					height: 24px;
					padding: 6px 0px 0px 0px;
					margin: 0px;
					display: block;
					font-size: 1.1em;
					line-height: 1.6em;
					/*background: url(../static_images/nav_static.gif) right no-repeat #EBEBEB;
					color: #676D87;*/
					color: black;
					text-align: center;
					font-weight: 800;
				}
				
				div.product:hover h2 {
					/*background: url(../static_images/nav_static_hi.gif) right no-repeat #428DFF;
					color: white;*/
				}
			
			div.full {
				position: relative;
				width: 590px;
				overflow: hidden;
			}
			
				div.full div.top {
					position: relative;
					width: 590px;
					height: 30px;
				}
				
					div.full div.top h1 {
						position: absolute;
						top: 0px;
						left: 0px;
						height: 24px;
						padding: 6px 20px 0px 20px;
						margin: 0px;
						font-size: 1em;
						line-height: 1.6em;
						background: #428DFF;
						color: white;
						font-weight: 800;
					}
				
					div.full div.top p {
						position: absolute;
						top: 0px;
						right: 0px;
						height: 24px;
						padding: 6px 30px 0px 20px;
						margin: 0px;
						font-size: 1em;
						line-height: 1.6em;
						background: url(../static_images/basket_add.gif) right center no-repeat white;
						color: #676D87;
					}
				
				div.full div.product_top {
					position: relative;
					width: 590px;
					height: 30px;
				}
				
					div.full div.product_top h1 {
						position: absolute;
						top: 0px;
						left: 0px;
						height: 24px;
						padding: 4px 20px 0px 0px;
						margin: 0px;
						font-size: 1.2em;
						line-height: 1.6em;
						color: black;
						font-weight: 800;
					}
					
					div.full div.product_top p {
						position: absolute;
						top: 0px;
						right: 0px;
						height: 24px;
						padding: 6px 30px 0px 0px;
						margin: 0px;
						font-size: 1em;
						line-height: 1.6em;
						background: url(../static_images/basket_add.gif) right center no-repeat transparent;
						color: #676D87;
					}
			
			
			
			
			
			
			
			#body table tr td {
				padding: 2px;
				border-bottom: 1px solid #EAEAEA;
			}
			
			
			
			
			
		
		#footer{
			position: relative;
			left: 0px;
			bottom: 0px;
			width: 830px;
			height: 20px;
			padding: 10px 0px 0px 0px;
			z-index: 4;
		}
		
			#card {
				position: absolute;
				right: 0px;
				bottom: 0px;
				height: 100px;
				width: 200px;
				padding: 75px 10px 0px 10px;
				z-index: 5;
			}
			
		
	#navigation {
		width: 220px;
		float: right;
		bbackground: url(../static_images/navigation_bg.gif) no-repeat;
		padding: 90px 0px 75px 0px;
		z-index: 3;
		color: #676D87;
	}
	
		#navigation ul.main {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
		#navigation ul.main li {
			list-style: none;
			width: 220px;
			height: 30px;
			border-top: 1px solid white;
		}
		
		#navigation ul.main li a:link, #navigation ul.main li a:visited {
			width: 200px;
			height: 24px;
			padding: 6px 0px 0px 20px;
			display: block;
		}
		
		#navigation ul.main li.page a:link, #navigation ul.main li.page a:visited {
			color: #6666ff;
			font-weight: 800;
			text-decoration: none;
		}
		
		#navigation ul.main li.page a:hover {
			color: gray;
		}
		
		#navigation ul.main li.static a:link, #navigation ul.main li.static a:visited {
			color: #6666ff;
			font-weight: 800;
			text-decoration: none;
		}
		
		#navigation ul.main li.static a:hover {
			color: gray;
		}
		
		#cart {
			position: relative;
			width: 220px;
			text-align: center;
		}
		
			#cart ul {
				list-style: none;
				margin: 0px;
				padding: 0px;
			}
			
			#cart li {
				list-style: none;
				width: 110px;
				border-top: 1px solid white;
				float: left;
			}
			
			#cart li.left a:link, #cart li.left a:visited {
				width: 90px;
				padding: 6px 20px 0px 0px;
				display: block;
				text-align: right;
			}
			
			#cart li.right a:link, #cart li.right a:visited {
				width: 89px;
				padding: 6px 20px 0px 0px;
				display: block;
				border-left: 1px solid white;
				text-align: right;
			}
			
			#cart li a:link, #cart li a:visited {
				font-weight: 800;
				color: gray;
			}
			
			#cart li a:hover {
				color: gray;
			}
			
.bluetxt {
		color: #0066FF;
		font-family: verdana, arial, georgia, serif;
		font-size: 1.1em;
		line-height: 1.6em;
}
	
	
	
	
	
	
	
	