@charset "utf-8";
/* CSS Document */


/* CSS Document */

body {
	background-color: #ACD2B5;
	margin: 0px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	//background-color: #E1E1E1;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.home {
	background-color: #3FA9F5;
}
.aboutus {
	background-color: #FF931E;
}
.contactus {
	background-color: #FF1D25;
}


.products {
	background-color: #7AC943;
}
.default {
	background-color: #FFFFFF;
}
.product {
	background-color: #eaeaea;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 120px;
}
.product fakelink {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.product a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.producttitle {
	background-color: #000000;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.productdescription {
	padding: 5px;
}

.producttitle.image {
	width: 590px;
	float: right;
}
.productdescription.image {
	width: 610px;
	float: right;
}

.productthumb {
	height: 120px;
	width: 120px;
	float: left;
}

#header{
	background-color: #000;
	height: 250px;
}
#header a img{
	border: none;
}

#footer {
	font-size: 9px;
	color: #FFF;
	clear: both;
	text-align: center;
	background-color: #000000;
	padding: 3px;
}




#maincontent  {
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	margin-top: 5px;
}


h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.err {
	color: #E00;
}

#leftcolumn {
	width: 350px;
	float: left;
}

#rightcolumn {
	width: 350px;
	float: right;
}

.clearer {
	clear: both;
	height: 0px;
}

#overlay
{
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#productbox {
	background-color: #FFD;
	padding: 15px;
	width: 720px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 6;
	margin-left: -375px;
	margin-top: -250px;
}
#productbox #description {
	float: left;
	width: 300px;
}
#productbox #mainimagebox {
	background-color: #eaeaea;
	float: right;
	width: 400px;
}
#productbox #mainimagebox #imageheader {
	background-color: #000;
	color: #fff;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#productbox #mainimagebox a img{
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#productbox #mainimagebox #imagecontainer {
	height: 110px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow-x: scroll;
}
#productbox #mainimagebox #imagecontainer img {
	float: left;
	height: 80px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	cursor: pointer;
}

