#doc {
	width: 760px;
}

.color1 {
	/* Red */
	color: #cc3333;
}

.color2 {
	/* Orange */
	color: #ff7519;
}

.color3 {
	/* Yellow */
	color: #FFD65A;
}

.color4 {
	/* Green */
	color: #1B5B1E;
}

#bd {
	background: #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

h1 {
	color: #C65205;
	font-weight: bold;
	text-align: center;
}

h3 {
	text-align: center;
}

h4 {
	font-weight: normal;
}
#menu {
	display: inline-block;		/*sets hasLayout - required for IE*/ 
	overflow: hidden; 			/*causes modern browsers to enclose child floats*/
}

#menu {
	display: block; 			/* resets to proper property value without resetting layout*/
	background: #ADACAA;
	text-align: center;
}

#menu p {
	margin-top: 20px;
}

#menu span {
	font-size: 123.1%;
	font-weight: bold;
	margin: 5px;
	color: #ffffff;
}

#menu a {
	color: #ffffff;
	font-size: 123.1%;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

div.product {
	background: #ffffff;
	margin: 10px;
	padding: 5px;
	height: 270px;
}

div.product h3 {
	color: #C65205;
	z-index: 10;
	position: absolute;

	text-align: center;
}

div.product div.prodImage {
	text-align: center;
	margin-bottom: 10px;
}

div.video {
	background: #ffffff;
	margin: 10px;
	padding: 5px;
	height: 430px;
	text-align: center;
}

div.video h3 {
	color: #cc3333;
	text-align: center;
}

div.video p {
	text-align: left;
	margin-top: 10px;
}

#logo {

}

#ft {
	text-align: center;
}

#ft a {
	color: #C65205;
	text-decoration: none;
	margin-right: 10px;
}

#ft a:hover {
	text-decoration: underline;
}

div.whRound {
	left: 150px;
	top: -100px;
	margin-right: 150px;
	padding: 5px;
	color: #C65205;
	font-size: 150%;
}

div.whContact {
	margin: 50px;
	padding: 5px;
	color: #C65205;
	font-size: 150%;
}

div.OnProd {
	z-index: 10;
	position: absolute;
	color: #606465;
}
