@charset "UTF-8";
/* CSS Document */

/* basic elements */
body {
	background: url("../../../../images/comparePage/AvO_bkg.jpg") repeat scroll left top #000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #660;
}

#container {
	/*background: url("../../../../images/comparePage/AvO_contentBkg.jpg") repeat scroll left top #000;
    */
	margin: 0 auto;
	width: 960px;
}

/******************************************************/
/* Navigation Bar - found within Link List div        */
/*   created as a drop-down fly-out menu for the      */
/*   top of the page, just below h1                   */
/******************************************************/

h1 {
	background: url("../../../../images/comparePage/AvO_headerBkg.jpg") repeat-y scroll left top #000;
	font-family: 'Limelight', cursive;
	font-size:62px;
	letter-spacing: .5px;
	text-align:center;
	height: 100px;
	margin: 0;
}

#logo1{
	float:left;
	margin: 10px 0 0 60px;
}
#logo2{
	float:right;
	margin: 10px 60px 0 0;
}

#navigation {
	background-color:#B49518;
	border:solid;
	border-color:#977505;
	border-width:thick;
	height: 60px;
	margin: 0 0 10px;
	float:left;
	width: 950px;
}

/******************************************************/
/* h3 images - for top level of navigation menu       */
/******************************************************/

#navigation ul li {
	background: url("../../../../images/comparePage/AvO_navBkg2.jpg") repeat-x scroll left top #000;
	font-family: 'Lobster Two', cursive;
	font-size:18px;
	display:inline-block;
	margin: 0 35px;
	height: 29px;
	padding: 7px 0 0;
	width: 90px;
	text-align: center
}
form{
	margin:-40px 10px;
	float:right;
}
.searchBox{
	background-image:url("../../../../images/comparePage/AvO_navBkg2.jpg");
  	background-repeat:repeat-x;
}

h2{
	font-family: 'Limelight', cursive;
	font-weight:700;
	font-size:27px;
	padding: 20px 50px 0;
}
h3{
	font-family: 'Limelight', cursive;
	font-weight:700;
	font-size:18px;
	padding: 0 100px 10px;
	margin: -20px 0 5px;
}

#content{
	background: url("../../../../images/comparePage/AvO_contentBkg.jpg") repeat scroll left top #000;
}
table{
	border-collapse:collapse;
	margin: 0 auto 50px;
	text-align:center;	
}
.fruitName{
	background: url("../../../../images/comparePage/AvO_imageBkg.jpg") repeat scroll left top #000;
	font-family: 'Lobster Two', cursive;
	font-size:18px;
	font-weight:400;
}
td {
	border:none;
	padding:3px;
	width: 125px;
	height: 22px
}
.thumbnail{
	background: url("../../../../images/comparePage/AvO_imageBkg.jpg") repeat scroll left top #000;
	height:125px;
}
.topLeft{
	background-color:#fff;
	font-size:18px;
	font-weight:bold;
}
.remove{
	background: url("../../../../images/comparePage/AvO_imageBkg.jpg") repeat scroll left top #000;
	height: 30px;
}

#gallery{
	background-color:transparent;
}
.question{
	font-weight:bold;
}
.odd {
	background-color:#FFD4A0;

}

.even {
	background-color:#FFCBC1;
}

#footer {
	background-color:#B49518;
	border:solid;
	border-color:#977505;
	border-width:thick;
	height: 100px;
}

#footer .attribution1{
	float:left;
}

#footer .attribution1 p{
	font-family: 'Lobster Two', cursive;
	font-size:12px;
	text-align:left;
	margin: 0 0 0 66px;
}

#footer .attribution2{
	float:right;
	margin: 0 115px 0 0;
}

#footer .attribution2 p{
	font-family: 'Lobster Two', cursive;
	font-size:12px;
	text-align:left;
	margin: 0 30px;
	width: 270px;
}

#footer p{
	font-family: 'Limelight', cursive;
	font-size:14px;
	text-align:center;
	margin: 20px 0;
}