@charset "utf-8";
#pdf {
	color: #CCC;
}
#pdf:hover {
	color: #FFF;
}


body {
	background-color: #7a1500;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* CSS Document */
body,a, h1, h2, h3, h4, h5, p, br, hr,img,ul,li {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 339px;
	width: 852px;
	position: relative;
}
#topFruit {
	height: 350px;
	width: 230px;
	position: absolute;
	left: 547px;
	top: -12px;
}
#flashBox {
	position: absolute;
	top: 10px;
	left: 16px;
}
#headerMessaage p {
	width: 425px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
}
#headerNav {
	position: absolute;
	left: 16px;
	top: 297px;
}




#content {
	float: left;
	width: 852px;
	margin-top: 45px;
	margin-bottom: 45px;
}
#contentLeft {
	width: 547px;
	float: left;
}
#innerContentLeft {
	float: left;
	width: 477px;
	color: #FFF;
	font-size: 14px;
}

#contentRight {
	float: right;
	width: 278px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	background-image: url(../images/bg-sidebar.gif);
	background-repeat: no-repeat;
}
#innerRight {
margin-left:44px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #999999;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 4px;
	width: 193px;
	padding-left: 10px;
}
#navigation ul li a:hover {
	background-color: #cccccc;
	color:#333;
}
#headerNav a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rightInfo {
	color: #FFF;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 25px;
}
#topRightInfo {
	margin-top: 45px;
}
.rightTitle {
	font-weight: bold;
	color: #CCC;
	font-size: 14px;
	margin-bottom: 10px;
}
#facebook {
	margin-top: 40px;
}
#facebook a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






#footer {
	height: 150px;
	width: 100%;
	background-color: #000;
	float: left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: left;
}
#footerInner {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	margin-top: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headerText {
	color: #999;
	float: left;
	font-size: 22px;
	overflow: hidden;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 30px;
}
.rightTitleInfo a {
	color: #FFF;
}
.rightTitleInfo a:hover {
	color: #FFF;
	text-decoration:none;
}
#footerInner p a {
	color: #FFF;
}
#footer #footerInner p {
	padding-bottom: 10px;
}

#footerInner p a:hover {
	color: #FFF;
	text-decoration:none;
}
#productList a {
	font-size: 15px;
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
}

#innerContentLeft p {
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 20px;
	clear: left;
}
#innerContentLeft p a {
	color: #FFF;
}
