/* CSS Document */
*
{
	padding:0;
	margin:0;
}
body
{
	background-color:#000;
	text-align:center;
}
p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#wrapper
{
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#FFF;
}
#content
{
	background-color:#FFF;
}
#topFrame
{
	width:100%;
	padding-top:12px;
	background-color:#FFF;
	clear:both;
}
#leftPanel
{
	float:left;
	width:194px;
}
#middlePanel
{
	float:left;
	width:700px;
}
#rightPanel
{
	float:left;
	width:260px;
}
#homePictureCaption
{
	float:right;
	width:310px;
	margin-bottom:18px;
}
#homePictureCaption p
{
	text-align:justify;
	font-size:10px;
	padding-right:10px;
}
#homePictureCaption img
{
	margin-left:8px;
	margin-right:8px;
}	
#contactInfo
{
	float:right;
	width:310px;
	margin-bottom:8px;
}
#contactInfo a
{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#contactInfo a:hover
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#contactInfo a:visited
{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#flashContainer
{
	width:454px;
	float:left;
	padding-bottom:4px;
}
#flashContainer p
{
	font-size:9px;
	color:#999;
}
#priceContainer
{
	width:136px;
	text-align:right;
	padding-bottom:12px;
}
#priceContainer p
{
	color:#7D0000;
}
#priceContainer .price
{
	font-size:26px;
	font-weight:bold;
}
#priceContainer .plus
{
	font-weight:normal;
}
#bottomFrame
{
	background-color:#FFF;
	width:910px;
	text-align:left;
	clear:both;
}
#mainContainer
{
	padding-bottom:12px;
	width:900px;
	float:left;
	background-color:#FFF;
}
#mainText
{
	color:#723F2B;
	text-align:justify;
	float:left;
	width:370px;
	background:url(../images/rodeTextBg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#mainText p
{
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
}
#rodeContainer
{
	float:left;
	text-align:center;
	width:329px;
}
#rodeContainer p
{
	text-align:right;
	color:#000;
	padding-right:22px;
}
#rodeContainer a
{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#rodeContainer a:hover
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#rodeContainer a:visited
{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar
{
	width:188px;
	float:left;
	background-color:#FFF;
	text-align:center;
	padding-bottom:8px;
}
#sidebar .copy
{
	text-align:left;
	margin-left:16px;
	margin-right:16px;
}
#sidebar .copyJust {
	text-align:justify;
	margin-left:17px;
	margin-right:17px;
}

#sidebar a
{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar a:hover
{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:visited
{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
#footer
{
	background:url(../images/footerRed.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:910px;
	height:17px;
	clear:both;
}
#footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFA804;
	text-align: center;
	padding-top: 2px;
	text-decoration:none

}
#footer_text a{
	color: #FFA804;
	text-decoration:none
}

.rodeTopRightBar{
	float:right;
}

.
