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


/* CSS Document */

body {
	background-color: #ACD2B5;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #E1E1E1;
	width: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 14px;
}

#footer {
	font-size: 9px;
	color: #B0B0B0;
	clear: both;
	margin-top: 10px;
	text-align: center;
}
#footer a {
	color: #B0B0B0;
	text-decoration: underline;
}
#footer a:visited {
	color: #B0B0B0;
	text-decoration: underline;
}




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



#lefttop {
	background-color: #FFF;
	width: 340px;
	margin-bottom: 10px;
	text-align: left;
	padding: 5px;
	height: 280px;
}
#leftbottom {
	height: 140px;
	background-color: #FFF;
	width: 340px;
	text-align: left;
	padding: 5px;
}
#rightbar {
	height: 440px;
	float: right;
	width: 398px;
	background-color: #FFF;
	margin-left: 10px;
	padding: 5px;
}


#header {
	background-color: #FFF;
	height: 150px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}


#menuBar {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
	text-align: center;
	padding: 0;
}
#menuBar img {
	height: 25px;
	width: 143px;
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
}
#product {
	height: 120px;
	margin-top: 20px;
}

#productthumb {
	float: left;
}
#producttitle {
	float: right;
	width: 628px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
}
#product a {
	color: #000;
	text-decoration: none;
}
#product a:visited {
	color: #000;
	text-decoration: none;
}

#productdescription {
	float: right;
	width: 628px;
	margin-left: 10px;
}
#fullproductpicture {
	float: left;
	height: 240px;
	width: 240px;
}
#fullproduct {
	float: right;
	height: 240px;
	width: 508px;
	margin-left: 10px;
}
#fullproductprice {
	clear: both;
	float: right;
	width: 508px;
}




#leftcolumn {
	width: 369px;
	margin-top: 10px;
	float: left;
}
#rightcolumn {
	width: 379px;
	margin-top: 10px;
	float: right;
}
err {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-align: center;
}
success {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
