/* HTML Defaults and Generics Classes */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr { 
	margin: 0; 
	padding: 0;
}

	table { 
		}
		caption { 
			font-size: 1em; 
			text-align: left;
		}
		th { 
			font-size: 1em;
			text-align: left;
			}
			th th {
				font-size: 1em;
			}
		td { 
			padding: 0;
			font-size: 1em;
			}
			td td {
				font-size: 1em;
			}


body {
	background-color: #6A7C87;
	font-family: verdana;
	font-size: 75%;
	line-height: 1.5em;
}

h1 {font-size: 2.25em; font-family: georgia;font-weight:normal;}
h2 {font-size: 1.5em}

td,p,font {font-size: 1em;}

a { text-decoration: none }

a:hover {color: red; text-decoration:underline;}

p {
	margin: 10px 0;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin: 20px auto;
    position: relative;
    width: 1000px;
}

.headerBar {
	background: #fff;
	padding: 7px 5px 10px 0px;
}

.surfnav {
	color: #ffffff;
}

ul.mainNav {
	margin: 0px;
	padding: 5px 10px;
}

	ul.mainNav li {
		height: 100%;
		list-style: none;
		padding: 1px 0 1px 0;
	}
	
	ul.mainNav li a {
		color: #9BB2C8;
	}
	
 .navTitle {
 	background: #528F6C;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
 }
 
 	 .navTitle a {
 	 	color: #ffffff;
 	 }
	
ul.imageList {
	margin: 0px;
	padding: 3px 0px;
}

	ul.imageList li {
		height: 100%;
		list-style: none;
		padding: 3px 0 3px 0;
		text-align: center;
	}

td.adSideBlock p {
	margin: 10px;
}

#content {
	padding: 10px 20px;
}

	.store #content {padding: 0px;}

	#content a {
		color: #0c51dc;
	}

	#content h1.header {
		color: #dc690c;
		line-height: 30px;
		margin: 0 0 10px 0;
	}
	
	#content ul {
		margin: 10px 30px;
	}
	
	#content p.page-header {
		margin: 10px 0;
	}
	
	#content div.notice {
		border: 1px solid #5177b6;
		margin: 20px 0;
	}
		#content div.notice strong {
			background: #5177b6;
			color: #ffffff;
			display: block;
			padding: 3px;
		}
		
		#content div.notice p {
			margin: 0px;
			padding: 10px;
		}
		
		#content div.gooHome {
			margin: 20px 0;	
		}
		
		table#home-table-blocks,
		table#home-table-blocks td {
			border-collapse: separate;
			border: 1px solid #e0e0e0;
		}
		
			table#home-table-blocks table td{
				border: 0px;
			}
		
			table#home-table-blocks td.blockHdr {
				background: #e0e0e0;
				padding: 4px;
			}
		
		
.pageFocusHeader {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
}
.gooHdr {
	padding: 10px 0;
}

	#content td.recipeBlock {
		border: 2px solid #ffffff;
	}

	.gooHdrRecipeBigLeft {
	float: left;
	width: 336px;
	}
	
	.gooHdrRecipeBigRight {
	float: right;
	width: 336px;
	}
	
	
.market-table {
	background:#f3f3f3;
}
.market-table h3 {padding: 10px;}
.market-table ul {list-style:none;padding:0;margin:10px 5px !important;}
.market-table li {margin-bottom: 10px;}
.market-table li a {
	font-family: arial,sans-serif;
	font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}
