/****************************/
/********** STATIC **********/
/****************************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFBD5;
	margin: 0;
}

a img
{
	border: 0;
}

#Flags
{
	position: absolute;
	width: 50px;
	padding: 10px;
	height: 250px;
	top: 20px;
	right: 0;
}

#SampleRequestButton
{
	position: absolute;
	width: 135px;
	padding: 10px;
	height: 175px;
	top: 300px;
	right: 0;
}

/****************************/
/********** LAYOUT **********/
/****************************/

.hazard
{
	height: 20px;
	background-image: url(images/hazardBanner.png);
	background-repeat: repeat-x;
}

#Menu ul li, #Menu ul
{
	padding: 0;
	list-style-type: none;
	padding-left: 16px;
}

.menuItem
{
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	width: 105px; height: 26px;
	display: block;
	padding-top: 10px; padding-left: 15px;
	background-image: url(images/buttonBG.png);
	background-repeat: no-repeat;
}

.menuItem:hover
{
	background-position: 0 -36px;
	font-weight: bold;
}

#Home
{
	background-image: url(images/homeButtonBG.png);
	height: 26px;
	padding-top: 12px;
}

#Home:hover
{
	background-position: 0 -38px;
}

#Links
{
	background-image: url(images/linksButtonBG.png);
	height: 28px;
}

#Links:hover
{
	background-position: 0 -38px;
}

#BuyNowButton
{
	margin-top: 30px;
}

.footer
{
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
}



/****************************/
/***** PRODUCTS RELATED *****/
/****************************/

.Product
{
	float: left;
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	text-align: center;
	width: 218px; height: 290px;
	background-color: #FFF;
	position: relative;
}

.Product img
{
	width: 215px;
	border: 1px solid #000;
}

.Product .over
{
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
}
