@charset "UTF-8";
#products_main {
	float: left;
	width: 540px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	height: auto;
	font-size: 90%;
	padding-bottom: 20px;
	padding-top: 20px;
}
#products_video {
	float: left;
	width: 540px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	font-size: 90%;
	padding-bottom: 20px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #666633;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}

#products_text {
	float: left;
	width: 330px;
}
#products_right {
	background-position: center;
	float: right;
	width: 200px;
}
#products_main h4 {
	font-size: 110%;
	color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: 999966;
	padding-top: 5px;
}
#products_text h1 {
	font-size: large;
}
#products_right p {
	color: #FF0000;
	text-align: center;
}
#products_nav {
	float: right;
	width: 160px;
	padding-right: 10px;
	font-size: 85%;
	color: #666633;
	text-decoration: none;
	background-color: #999966;
	padding-left: 10px;
	height: auto;
	line-height: 125%;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 666633;
	border-right-color: 666633;
	border-bottom-color: 666633;
	border-left-color: 666633;
	padding-bottom: 20px;
}
#products_nav h5 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666633;
	background-color: #FFFFFF;
	text-align: center;
}
#products_nav p {
	text-align: center;
}
#products_nav a {
	color: #000000;
	text-decoration: none;
}
#products_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#products_nav a:visited {
	color: #000000;
	text-decoration: underline;
}

