/* Waffles stylesheet - Didot Design 2008 */

html * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d2c8b0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4840;
}

div#container {
	margin: 0 auto;
	width: 700px;
	margin-top: 60px;
}

/* begin of header styles */
div#header_1 {
	height: 69px;
}

div#header_1 img {
	border: 0;
}

div#header_2 {
	background-image: url(../images/home_header_02.jpg);
	background-repeat: no-repeat;
	height: 117px;
}
/* end of header styles */

/* begin of menu bar styles */
div#menubar {
	background-image: url(../images/ridged_menu_stripe.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

div#menubar ul {
	list-style: none;
	padding-top: 5px;
	padding-left: 35px;
	font-size: 1.0em;
	color: white;
}

div#menubar ul li {
	display: inline;
}

div#menubar ul li span {
	font-weight: bold;
	color: black;
}

div#menubar ul li a:link, 
div#menubar ul li a:visited {
	text-decoration: none;
	color: white;
}

div#menubar ul li a:hover,
div#menubar ul li a:active {
	text-decoration: underline;
	color: white;
}
/* end of menu bar styles */

div#contents {
	background-color: white;
	width: 100%;
	height: 230px;
}

/* home page update for Copa 2010 season */
div#contents .p4 {
	width: 665px;
	height: 145px;
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	font-size: 1.1em;
	line-height: 120%;
	text-align: right;
	color: white;
	padding-top: 85px;
	padding-right: 35px;
}

div#contents .p4 img {
	border: none;
	vertical-align: top;
}

div#contents .p4 span {
	font-size: 1.25em;
	/* margin-left: -15px; */
	line-height: 120%;
	font-weight: bold;
	text-align: right;
	color: #162b6a;
}

div#contents .p4 a:link, div#contents .p4 a:visited {
	text-decoration: none;
	color: maroon;
}

div#contents .p4 a:hover, div#contents .p4 a:active {
	text-decoration: underline;
	color: orange;
}

div#contents .waning {
	font-size: 1.8em;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	color: #8b0000;
	margin-top: 45px;
	}
/* home page update for Copa 2010 season */

/* begin of waffles_page styles */
div#contents .p1 {
	background-image: url(../images/wafer_biscuit_1a.jpg);
	background-repeat: no-repeat;
	/* background-position: 440px 100px; */
	padding: 18px 70px 25px 35px;
	line-height: 120%;
}
/* end of waffles_page styles */

/* begin of products_page sub-menu styles */
div#submenubar {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
}

div#submenubar ul {
	margin-left: 30px;
	padding-top: 3px;
	list-style: none;
	cursor: default;
	font-size: 1.1em;
}

div#submenubar ul li {
	float: left;
	width: 120px;
}

div#submenubar ul li span {
	font-weight: bold;
	text-decoration: underline;
}

div#submenubar ul li a:link, 
div#submenubar ul li a:visited {
	display: block;
	text-decoration: none;
	color: #4c4840;
	background: #fff;
	padding: 2px;
}

div#submenubar ul li a:hover,
div#submenubar ul li a:active {
	color: #4c4840;
	font-weight: bold;
	text-decoration: underline;
}

div#submenubar ul li ul {
	/* margin-top: 5px; */
	margin-left: 5px;
	padding: 0;
	display: none;
	font-size: 1.0em;
}

div#submenubar ul li:hover ul,
div#submenubar ul li:active ul { 
	display: block;
}

div#submenubar ul li ul li {
	text-align: left;
	display: inline;
}

div#submenubar ul li ul li a:hover,
div#submenubar ul li ul li a:active {
	color: green;
	text-decoration: none;
}

div#submenubar ul li ul li span {
	float: left;
	visibility: hidden;
	text-decoration: none;
}

div#submenubar ul li ul li:hover span {
	visibility: visible;
	text-decoration: none;
}
/* end of products_page sub-menu styles */

/* begin of note */
div#note {
	width: 670px;
	height: 18px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: white;
	border-top: 1px solid #ffdfa8;
}
/* end of note message */

/* begin of products_page styles */
div#products {
	position: relative;
	left: 0;
	bottom: 0;
	background: white;
	width: 100%;
	max-height: 132px;
}

div#products table {
	position: relative;
	margin: auto;
}

div#products table a:link,
div#products table a:visited {
	color: black;
	text-decoration: none;
	text-align: center;
}

div#products table a:hover,
div#products table a:active {
	color: #b22222;
	text-decoration: none;
}

div#products table img {
	border: none;
}
/* end of products_page styles */

/* begin of partners_page styles */
div#contents .p3 {
	padding: 20px 35px 20px 35px;
	line-height: 120%;
}
/* end of partners_page styles */

/* begin of contact_page styles */
div#contents_left {
	width: 355px;
	float: left;
}

div#contents_right {
	background-image: url(../images/wafer_biscuit_2.jpg);
	background-repeat: no-repeat;
	width: 339px;
	height: 230px;
	float: right;
}

div#contents .p2 {
	padding: 0 0 0 35px;
	line-height: 120%;
}

div#contents .p2 span {
	font-size: 1.2em;
	font-weight: bold;
}

div#contents .p2 a:link, 
div#contents .p2 a:visited {
	text-decoration: none;
	color: orange;
}

div#contents .p2 a:hover,
div#contents .p2 a:active {
	text-decoration: underline;
	color: red;
}

div#contents img.text {
	padding: 18px 0 0 35px;
}
/* end of contact_page styles */

/* begin of the footer styles */
div#footer {
	background-image: url(../images/footer_image.jpg);
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	color: silver;
	padding-top: 3px;
}

div#footer_copyright p {
	width: 350px;
	float: left;
	font-size: 0.9em;
	text-align: left;
	padding-top: 3px;
	padding-left: 32px;
}

div#footer_phone p {
	width: 260px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	padding-top: 3px;
	padding-right: 32px;
}

div#footer_phone p span {
	font-size: 1.2em;
	font-weight: bold;
}
/* end of the footer styles */

/* End of Waffles Stylesheet */