/* ExceedFoods.com  |  Exceed Trading, Inc.  |  www.exceedfoods.com */

html, body {
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	/* background: #FFFFFF url(../images/bg_lightblue.gif) repeat-y center; */
	font-family: 'Bitstream Vera Sans', 'Lucida Sans', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border: none;
}

.headertable {
	background-color: #FFFFFF;
	/* border: 1px solid #00FF00; */
	padding: 0px;
	width: 776px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.headertable td {
	/* border: 1px solid #00FF00; */
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.containertable {
	background: url(../images/container_center_strip.gif) repeat-y center top;
	padding: 0px;
	width: 776px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.containertable td {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.footertable {
	padding: 0px;
	width: 776px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.footertable td {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.footertext {
	font-size: 11px;
	vertical-align: middle;
	color: #666666;
	text-align: center;
}

.navcolumn {
	background: url(../images/nav_center_strip.gif) repeat-y center top;
	padding: 0px;
	width: 149px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.navcolumn td {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.navcolumnheader {
	width: 149px;
	height: 30px;
	background: url(../images/nav_top_strip.gif) no-repeat center top;
	text-align: center;
}

.navcolumnheader h1 {
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 5px 8px;
	margin: 0px;
	color: #000000;
}

.navcolumnfooter {
	width: 149px;
	height: 20px;
	background: url(../images/nav_bottom_strip.gif) no-repeat center top;
	text-align: center;
}

.contentcolumn {
	background: url(../images/center_col_bkgd.gif) repeat-y center top;
	padding: 0px;
	margin: 0px;
	width: 438px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
}

.contentcolumn h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
	padding: 5px 0px 5px 0px;
	color: #335A9A;
	display: block;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.contentcolumn h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 20px 0px 20px;
	padding: 5px 0px 5px 0px;
	color: #335A9A;
	display: block;
}

.h2a {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	color: #335A9A;
	font-style: italic;
}

.contentcolumn h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 20px 0px 20px;
	padding: 5px 0px 5px 15px;
	color: #335A9A;
	display: block;
	background-image: url(../market/images/arrow_blue_down.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.contentcolumn h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 20px;
	padding: 5px 0px 5px 15px;
	color: #335A9A;
	display: inline;
	background-image: url(../market/images/arrow_blue_down.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.contentcolumn p {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 20px 10px 20px;
	padding: 5px 0px 5px 0px;
	color: #333333;
	display: block;
}


.p3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px 5px 15px;
	color: #333333;
	display: block;
}


.prod_price {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 20px 20px 10px 20px;
	padding: 0px;
	display: block;
}

.prod_desc {
	font-size: 12px;
	text-align: right;
	margin: 10px 20px 10px 20px;
	display: block;
}

.buy_prod_table {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
	display: block;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	white-space: nowrap;
}

#buy_product {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
	display: block;
	/*border: 1px dashed #00FF00*/;
}

#buy_size { position: relative; 	left: 0px;		/*border: 1px dashed #FF0000;*/ }

#buy_quantity_a { position: relative; 	top: -20px; 	left: 160px; /*border: 1px dashed #FF0000;*/ }

#buy_quantity_b { position: relative; 	top: -43px; 	left: 260px; /*border: 1px dashed #FF0000;*/ }

#buy_tocart { position: relative; 	top: -69px; 	left: 310px; /*border: 1px dashed #FF0000;*/ }

.contentcolumn a:link, .contentcolumn a:visited {
	color: #666666;
	text-decoration: none;
}

.contentcolumn a:hover {
	color: #000000;
	text-decoration: underline;
}

.contentheaders a:link, .contentheaders a:visited {
	color: #335A9A;
	text-decoration: none;
}

.contentheaders a:hover {
	color: #335A9A;
	text-decoration: underline;
}

.hrule {
	margin: 0px 20px;
	display: block;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-size: 1px;
}

.hrule_prod {
	margin: 0px 20px 0px 180px;
	display: block;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-size: 1px;
}

.image_wrap_left {
	float: left;	margin: 0 20px 0 0;
}

.image_wrap_right {
	float: right;	margin: 0 0 0 10px;
}

.contentcolumnfooter {
	width: 149px;
	height: 14px;
	background: url(../images/center_col_bottom_strip.gif) no-repeat center bottom;
	border-bottom: 1px solid #E5EEFC;
}

#navigation {
	width: 149px;
	font-size: 11px;
	text-align: left;
}

#navigation ul {
	list-style: none;
	margin: 1px;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 3px 5px 3px 0.5em;
	/* border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032; */
	color: #666666;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #666666; /* Alt: blue (#5A81C2), orange (#FCD29A), black (#000000) */
	color: #FFFFFF; /* Alt: black (#000000) */
	/* color: #000000;
	text-decoration: underline; */
}

#navigation ul ul {
	margin-left: 12px;
}

#navigation ul ul li {
	/* border-bottom: 1px solid #711515; */
	margin: 0;
	font-weight: normal;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	/* background-color: #ED9F9F; */
	color: #666666;

}

#navigation ul ul a:hover {
	background-color: #666666; /* Alt: blue (#5A81C2), orange (#FCD29A), black (#000000) */
	color: #FFFFFF; /* Alt: black (#000000) */
	/* color: #000000; */
}

.form {
	 font-size: 12px;
	 font-style: normal;
	 line-height: normal;
	 font-weight: normal;
}

.formsmall {
	 font-size: 11px;
	 font-style: normal;
	 line-height: normal;
	 font-weight: normal;
}

.formbutton {
	font-size: 12px;
}

.contactform {
 	 font-family: 'Courier New', Courier, mono;
	 font-size: 12px;
}

.counter {
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #000000;
}

.popuptable {
	padding: 0px;
	width: 458px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.popupcontent {
	margin: 10px 20px 10px 20px;
	padding: 5px 0px 5px 0px;
}

#recipe {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px 5px 15px;
	color: #333333;
	display: block;
}

#recipe ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -20px;
}

#recipe ol {
	list-style-type: decimal;
	margin-top: 0px;
	margin-bottom: 0px;
}