@charset "utf-8";
/* CSS Document */

xdiv {
	border:solid 1px;
	border-color:#000000;
	}
body {
	position:absolute;
	background-color:#ffffff;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	width:100%;
	height:100%;
	color:#000000;
	background-image:url(../image/fabric.jpg);
	}
#backgroundContainer {
	background-color:#FFF;
	margin:0px 20px 20px 20px;
}
#bannerContainer {
	height:120px;
	width:100%;
	min-width:980px;
	position:relative;
	left:0px;
	top:0px;
	background:url(../image/bothGrad.jpg);
	}
	#logo {
		width:280px;
		height:90px;
		position:absolute;
		left:0px;
		}
	#topLeft {
		width:14px;
		height:90px;
		position:absolute;
		left:280px;
		top:0px;
		}		
	#buttonBox {
		margin-left:174px;
		margin-right:auto;
		text-align:center;
		height:90px;
		}
		#buttonBox a img{
			border:none;
			}
		.button {
			width:116px;
			height:90px;
			margin:0px;
			display:inline;
			}
	#viewCart {
		width:120px;
		height:90px;
		position:absolute;
		right:10px;
		top:0px;
		z-index:9;
		margin:0px;
	}
	#viewCart table {
		vertical-align:top;
	}
	#viewCart table tr td{
		height:90px;
		width:120px;
	}
	#topRight {
		width:14px;
		height:90px;
		position:absolute;
		top:0px;
		right:0px;
		}
	#hnavBox {
		margin-left:174px;
		margin-right:auto;
		text-align:center;
		height:30px;
		padding-top:6px;
		top:90px;
		}
	#bottomLeft {
		width:14px;
		height:30px;
		position:absolute;
		left:0px;
		top:90px;
		}	
	#hnavBox a {
		display:inline;
		text-decoration:none;
		margin:20px;
		font-weight:bold;
		}
	.hnavActive:link, .hnavActive:hover, .hnavActive:visited, .hnavActive:active {
		color:#F36;
	}
	.hnavLink:link, .hnavLink:visited, .hnavLink:active {
		color:#000;
	}
	.hnavLink:hover {
		color:#F36;
	}
	#bottomRight {
		width:14px;
		height:30px;
		position:absolute;
		top:90px;
		right:0px;
		}	
#leftBarTop {
	height:14px;
	width:150px;
	position:absolute;
	top:0px;
	left:0px;
	}
#leftBar {
	position:absolute;
	top:120px;
	width:140px;
	margin-bottom:14px;
	padding:15px 5px 15px 5px;
	/* background:url(../image/verticalRepeat.jpg);
	background-repeat:repeat-y; */
	}
#leftBar ul{
	padding:5px;
	width:138px;
	margin:0px;
	}
	
/*   Rounded corner technique courtesy of Benogle 
http://blog.benogle.com/2009/04/29/css-round-corners/ */

.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#F03; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#F03; border-right:2px solid #F03; border-left:2px solid #F03; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#F03; border-right:1px solid #F03; border-left:1px solid #F03; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#F03; border-right:1px solid #F03; border-left:1px solid #F03; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #3F9;}
.headh {background: #F03; border-right:1px solid #F03; border-left:1px solid #F03;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; color:#fff;}
.contenth {background: #3F9; border-right:1px solid #F03; border-left:1px solid #F03;}
.contenth div {margin-left: 0px; padding-top: 5px;}

#leftBar ul, #leftBar li{
	list-style-type:none;
	list-style:none;
	line-height:1.2em;
	margin-left:0px;
	padding:0px;
	}
#leftBar li{
	padding-bottom:10px;
	background-color:#3F9;
	display:block;
	}
	
/*
#leftBarBottom {
	height:14px;
	width:150px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	}
*/

#contentBox {
	position:relative;
	top:0px;
	left:0px;
	min-width:920px;
	padding:30px;
	background-color:#FFF;
}
	.leftFloat {
		float:left;
	}
	.rightFloat {
		float:right;
	}
	.center {
		text-align:center;
	}
	.leftFloat img, .rightFloat img {
		display:block;
		margin-bottom:10px;
		border:none;
	}
	.leftFloat a img {
		border:solid #00F;
	}
	.leftFloat a img:hover {
		height:210px;
		width:210px;
		margin-left:-5px;
		margin-right:-5px;
	}
	.noMarginText {
		text-align:justify;
	}
	.bothMarginText {
		text-align:justify;
		margin-left:230px;
		margin-right:230px;
	}
	.rightMarginText {
		text-align:justify;
		margin-left:230px;
	}
	.leftMarginText {
		text-align:justify;
		margin-left:230px;
	}
	.noMarginText h1, .noMarginText h2 {
		text-align:center;
	}
	.bothMarginText h1, .bothMarginText h2 {
		text-align:center;
	}
	.leftMarginText h1, .leftMarginText h2 {
		text-align:left;
		margin:0px;
		padding:0px;
	}
	.bothMarginText ul, .noMarginText ul, .rightMarginText ul, .leftMarginText ul {
		list-style-position:outside;
		list-style-image:url("../image/needlebulletsm.jpg");
		list-style-type:square;
		margin-left:40px;
		padding:0px;
	}
	.inline {
		display:inline-block;
		border:1px solid #63f;
		margin:0px 20px 0px 0px;
	}
	.inline td{
		border:1px solid #63f;
	}
	.p {
		margin-bottom: 10px;
		line-height: 1.4em;
	}
	.b {
		font-weight:bold;
	}
	.purple {
		color:#63F;
	}
	.pink {
		color:#F36;
	}
	.green {
		color:#090;
	}
	.blue {
		color:#06C;
	}
	.orange {
		color:#F90;
	}
	.red {
		color:#F00;
	}
#productContentBox {
	position:relative;
	top:0px;
	left:150px;
	min-width:810px;
	margin-right:150px;
	padding:10px;
	background-color:#FFF;
	}
	#catTable {
		margin:auto;
	}
	#catTable td {
		padding:6px;
	}
	.product_container {
		position:relative;
		min-width:810px;
		min-height:150px;
	}
	.title {
		float:left;
		margin-right:200px;
		margin-left:150px;
		padding:6px;
		text-align:justify;
		font-size:14pt;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	.description {
		float:left;
		margin-right:150px;
		margin-left:150px;
		padding:6px;
		text-align:justify;
		font-size:12pt;
		font-family:Arial, Helvetica, sans-serif;
	}
	.price {
		font-size:15pt;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	.shipping {
		font-size:10pt;
		font-family:Arial, Helvetica, sans-serif;
		color:#555555;
	}
	.addToCart {
		width:120px;
		height:26px;
		margin-top:40px;
		margin-left:auto;
		padding:0px;
	}
	.thumbnail {
		position:absolute;
		left:10px;
		top:10px;
		width:120px;
		height:120px;
	}
	.right {
		position:absolute;
		right:0px;
		top:0px;
		width:150px;
		text-align:right;
		padding:10px;
	}
	.clearfloats {
		clear:both;
	}
#projectBox {
	position:relative;
	top:0px;
	left:0px;
	min-width:920px;
	padding:30px;
	background-color:#111;
	color:#FFF;
}
	#projectBoxTop{
		float:left;
		margin-top:-15px;
		margin-bottom:15px;
	}
	#projectBoxTop a:link, #projectBoxTop a:visited, #projectBoxTop a:active, #projectBoxTop a:hover {
		color:#FFF;
	}
	#imageBox {
		width:600px;
		float:left;
		clear:left;
		text-align:center;
	}
	#thumbBox {
		height:240px;
		width:600px;
		float:left;
		clear:left;
		margin-top:10px;
	}
		.projectThumb {
			
		}
		.projectThumb img {
			height:100px;
			width:100px;
			border:none;
			margin:10px;
		}
		.projectThumb img:hover {
			height:120px;
			width:120px;
			margin:0px;
		}
	#descBox {
		height:300px;
		margin-left:620px;
		text-align:justify;
	}
		#projectTitle {
			min-width:280px;
			padding:2px 10px;
			background-color:#000;
		}
		#descBox h3 {
			text-align:center;
			padding:0px;
		}
		#projectDesc {
			min-width:280px;
			padding:10px;
			background-color:#222;
		}
	
.dotted {
	margin:auto;
	width:400px;
	height:6px;
	border-top:1px dotted;
	border-color:#aaa;
}
#footer {
	font-size:9px;
	width:400px;
	text-align:center;
	padding:30px 0px 10px 0px;
	margin:auto;
	z-index:2;
	min-width:980px;
	background-color:#FFF;
}
#productFooter {
	font-size:9px;
	width:400px;
	text-align:center;
	padding:30px 0px 10px 150px;
	margin:auto;
	z-index:2;
	min-width:830px;
	background-color:#FFF;
}
#pastFooter {
	font-size:9px;
	color:#fff;
	min-width:980px;
	text-align:center;
	padding:30px 0px 10px 0px;
	z-index:2;
	width:100%;
	background-color:#000;
}
#footer a, #productFooter a {
	font-size:9px;
	margin:0px 6px;
	z-index:3;
}
