html {

}

/*---------------------------------------------------------------GENERAL*/
body {
	margin: auto;
	width: 800px;
	background-color: #71a1a5;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;

	line-height: 150%;
}

body a {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;
}

body a.toplink {
	text-decoration: none;
	border: none;
	color: #fff;
	font-size: 11px;
}

td {
	vertical-align: top;
}


#enter {
	border: none;
	font-size: 32px;
	font-weight: bold;
	color: #FFF06F;
}

.style1 {font-family: "Wingdings 3", "Wingdings 2", Wingdings; font-weight: bold}


#pack-image {
	float: right;
	clear: both;
	align: right;
	margin: 0px 0px 15px 15px;
}


/*---------------------------------------------------------------HEADER*/
#pageHeader {
	background-image: url(../images/new_header_aviva.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 36px;
	padding: 143px 0px 0px 0px;

	color: #FFFFFF;
	font-size: 15px;	
	text-align: center;
}

#pageHeader a {
	color: #FFFFFF;
	border: none;
}

#pageHeader a:hover {
	color: #FFFF00;
}

#pageHeader .menu {
	padding-top: 4px;
	margin-top: 0px;
	line-height: 20px;
}



/*---------------------------------------------------------------MENU*/
#menu-icons {
	position: absolute;
	right: 0px;
	top: 0px;
}

#dropmenudiv{
position:absolute;
border:1px solid #9fbfc2;
border-bottom-width: 0;
font: normal 13px arial;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9fbfc2;
padding: 1px 0;
text-decoration: none;
line-height:18px;
color: #FFFFFF;
background-color: #71a1a5;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #a1c1c3;

}


/*---------------------------------------------------------------PAGE*/
#page {
	position: relative;
}

#container {
	height: auto;
	background-color: #FFFFFF;
	width: 760px;
	
	padding: 20px 20px 20px 20px;
	
	font-size: 80%;
	
}

#container h1 {
	color: #FF6600;
	font-size: 24px;
	letter-spacing: 5px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: 100;
}

#container h2 {

	color: #FF9900;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px 0px 20px 0px;
	margin: 0px;
	font-weight: 100;
}

#container h2.dist {

	color: #FF9900;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-weight: 100;
}

#container h3 {

	color: #FF9900;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 5px 0px 0px 20px;
	margin: 0px;
	margin-bottom: 0px;
	font-weight: 100;
}

#image-link {
	border: none;
}

#product-link {
	border: none;
	float: right;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}



#article {
	line-height: 100%;
}

#article h1 {
	line-height: 100%
}

#cal {
	/*line-height: 100%;*/
	font-size: 11px;
	margin: 10px 0px 5px 0px;
	line-height: 18px;
	background-color: #f8f8f8; 
	padding: 5px 15px;
}

#calhead h2 {

	color: #FF9900;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	font-weight: 100;
}

#article a {
	border: none;
	color: #999999;
	font-size: 11px;
}

#article .title {
	color: #333333;
}

#article ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	color: #999999;
}

#article ul li {
	font-size: 11px;
	margin: 10px 0px 5px 0px;
	line-height: 15px;
}

#sponsor-table img {
	border: none;
	margin: -10px 0px 10px 0px;
}


/*---------------------------------------------------------------PAGE HOME*/
#home-logo {
	padding-top: 100px;
	text-align: center;
}

#logo-left,
#logo-right {
	margin: 20px 20px -40px 20px;
	/*padding-top: 20px;
	margin-bottom: -20px;"*/
}

#logo-left {
	float: left;
	text-align: left;
}

#logo-right {
	float: right;
	text-align: right;
	padding-top: 10px;
}


/*---------------------------------------------------------------PAGE PRODUCTS*/
#catalog-table {
}

#catalog-table h2 {
}

#catalog-table tr td {
	width: 50%;
	padding: 20px;
}


#catalog-table h2 {
	text-align: left;
}

#catalog-table .product {
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: justify;
}

#catalog-table img {
	float: left;
	padding: 0px 10px 2px 0px;
}



/*---------------------------------------------------------------CART*/


#catalog_item {
	float: right;
	width: 100px;
	border-collapse: collapse;
}

#catalog_item tr th,
#catalog_item tr td {
	border: 1px solid #FF9900;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	vertical-align: middle;
}

#catalog_item tr td {
	padding: 10px;
	color: #999999;
}





#cart {
	width: 700px;
	border: none;
	border-collapse: collapse;
}

#cart th {
	font-weight: normal;
	text-align: left;
	background-color: #F0F0F0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#cart tr td {
	padding: 2px;
	text-align: left;
}







#products {
	width: 320px;
}

#products img {
	padding: 0px 10px 10px 0px;
	float: left;
}

#picture {
	
	left: auto;
	top: auto;
	width: 220px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#description {
	padding: 0px 0px 10px 0px;
	left: auto;
	top: auto;
	vertical-align: top;
	line-height: 150%;
}

#description ul {
	padding: 5px 0px 0px 30px;
}

#description p {
	padding: 0px 0px 20px 0px;
}

#description b {
	font-weight: 600;
}

#ingredient {
	left: auto;
	top: auto;
	padding: 0px 0px 10px 0px;
	color: #888888;
	font-size: 12px;
	font-family: 'Gill Sans MT';
	line-height: 120%;
	letter-spacing: 0px;
	
}

/*---------------------------------------------------------------PAGE EVENTS*/

#table-event {
}

#table-event tr td {
	padding: 4px;
}


/*---------------------------------------------------------------PAGE FAQ*/
#faq_question {
	padding: 10px 0px 0px 0px;
	font-weight: 200;
}

#faq_answer {
	padding: 10px 0px 10px 0px;
	color: #666666;
}

/*---------------------------------------------------------------PRESS PAGE*/

.cover {
	border: 1px solid #000;
}

/*---------------------------------------------------------------FOOTER*/
#pageFooter {
	background-image: url(../images/new_footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 29px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 120%;

}

#tick {
	background: transparent url(/images/tick.gif) no-repeat;
	height: 21px;
	width: 21px;
	margin-left: 30px;
}

#cross {
	background: transparent url(/images/cross.gif) no-repeat;
	height: 21px;
	width: 21px;
	margin-left: 30px;
}

td {
	padding-left: 5px;
	text-align: left;
}

p.poo {
	font-size: 9px;
}


#pagelinks {
	position: absolute;
	top:0;
	left:0;
	font-size: 80%;
}

#pagelinks a:link,
#pagelinks a:visited,
#pagelinks a:hover {
	text-decoration: underline;
}

#surveyform	{
	margin: 10px 0 10px 0;
	}

#surveyform fieldset	{
	border: none;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	}
	
#surveyform textarea	{
	width: 200px;
	height: 150px;
	}
#surveyform .button	{
	margin-top: 10px;
	}

#surveyform .req	{
	color: #FF0000;
	}

/* required for map to appear on locations page */
#map {
	height: 400px;
	width: 758px;
}
