@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	min-width: 600px;
	background-image: url('site_images/bg_image.jpg');
	background-repeat: repeat
}

.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

a:link { color: #FFFFFF; } 
a:visited { color: #FFFFFF; } 
a:hover { color: #CCCCCC; }

.aboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

.prodText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.priceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffa53b;
	text-align: center;
}
	
#wrapper {
	position: relative;
	margin:0 auto;
	width: 900px;
	text-align: left;
}

#logo {
	position: absolute;
	top: 40px;
	width: 900px;
	height: 106px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

#menubar {
	position: absolute;
	top: 148px;
	width: 900px;
	height: 20px;
	background-color: #000000;
	text-align: center;
}

#contentBox {
	position: relative;
	top: 168px;
	width: 900px;
	
	background-color: #000000;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

#productsTable {
	position: relative;
	top: 65px;
	left: 50px;
	width: 800px;
	height: 420px;
}

#aboutInfo {
	position: relative;
	top: 20px;
	left: 50px;
	width: 800px;
}

#contactInfo {
	position: relative;
	top: 40px;
	left: 75px;
	width: 750px;
	height: 450px;
}

#galleryBox {
	position: relative;
	top: 20px;
	width: 820px;
	height: 1020px;
	left: 40px;
}

#productDetail {
	position: relative;
	top: 20px;
	left: 40px;
	width: 820px;

}

#copyright {
	position: absolute;
	bottom: -195px;
	width: 900px;
}
