@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/top-bot-background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}
h1 {
	font-size: 24px;
}
#header {
	position: absolute;
	height: 400px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#header-left {
	float:left;
	/*border: thin dashed #999;*/
	height: 400px;
	width:49%;
}
#header-right {
	/*border: thin dashed #999;*/
	width:49%;
	height:200px;
	float: right;
}
#wrapper {
	position: absolute;
	left: 0px;
	top: 330px;
	width: 100%;
}
#content {
	position:relative;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:20;
}
.sub-header {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -15px;
	font-style: italic;
}
#product_container {
	width:100%;
	padding:10px;
	margin-top: 0px;
}
#product {
	float:left;
	
}

#content .offer {
	text-align: center;
	font-weight: bold;
}
#content .offer img {
	border:none;
	
}
#content .offer span {
	
	color: #900;
}
/****************************************************************************
StartOf: Gallery Strip
******************************************************************************/

.gallery-container {
	width: 100%;
	margin:0px;
	padding:0px;
	height: 126px;
}
.gallery-strip {
	height: 126px;
	margin: auto;
}
#gallery-1, #gallery-2 {
	width: 160px;
}
#gallery-3 {
	width: 580px;
}
.thumb-holder {
	float:left;
	position:relative;
	padding: 5px;
	border: thin solid #999;
	background-image: url(../images/box-background-trans.png);
	background-repeat: repeat;
	
}
.thumb-holder img {
	position:relative;
	height:113px;
	border: 5px solid #EEE;
	background-color: #FFF;
	z-index:1;
}

/****************************************************************************
EndOf: Gallery Strip
******************************************************************************/
