/* Phonic Soup Inc. - Pea Soup Theme */
/* Main Site CSS - phsSite.css */
/* Designed by MOTAS Inc. :: motas.ca */
/* Created: Feb 5, 2006 */

/* Basic Elements */

body {
	background: #7ABB1A url(images/bg_page.png) repeat-y center top;
	margin: 0px;
	padding: 0px;
	min-width: 774px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
p {
	font-size: 14px;
	color: #000;
	text-indent: 15px;
}
p.caption {
	font-size: 9px;
	margin: 3px 10px;
	padding: 0px;
	text-indent: 0px;
}
h1 {
	color: #003399;
	font: normal 1.6em 'Comic Sans MS', Geneva, Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
}
h3 {
	margin: 0 25px;
	padding: 0 0 10px 0;
	color: fuchsia;
	font-size: 16px;
	font-family: 'Trebuchet MS', Geneva, Tahoma, Arial, sans-serif;
	font-style: italic;
	text-align: center;
}
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover, a:active {
	color: #0055FF;
	text-decoration: underline;
}
a img { border: none; }
a.enlarge, a.enlarge:link, a.enlarge:visited {
	text-decoration: none;
	font-size: 0.9em;
}
a.enlarge:hover, a.enlarge:active {
	text-decoration: none;
}
.hidden { display: none; }
.clear { clear: both; height: 0px; }
.photo {
	margin: 8px 4px;
	border: 1px solid #000;
}

/* Site Structure */
#Landscape {
	background: transparent url(images/bg_header.png) no-repeat center top;
	width: 100%;
}
#Container {
	background: transparent;
	margin: 0px auto;
	padding: 0px;
	width: 774px;
	text-align: left;
}
#Container .column {
	position: relative;
	float: left;
	display: inline;
}
#headerWrapper {
	margin: 100px 8px 0 196px;
	padding: 0px 15px;
	text-align: center;
}
#navMainWrapper {
	padding: 0;
	text-align: left;
	font-size: 12px;
}
#navMain {
	margin: 0 0 0 0px;
}
#cartStatus {
	float: right;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
#cartStatus a, #cartStatus a:link, #cartStatus a:visited {
	font: small-caps 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}
#navBreadCrumb {
	clear: right;
}
#ContentWrapper {
	margin: 0 0 0 15px;
	padding: 0 8px 0 185px;
}
#Content {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
	text-align: left;
	float: left;
}
#Margin {
	width: 185px;
	right: 185px;
	margin-left: -100%;
}
#Margin p {
	font-size: 12px;
}

/* Footer Layout */
#FooterLandscape {
	background: #7ABB1A url(images/bg_footer.png) no-repeat center top;
	clear: both;
	width: 100%;
}
#Footer {
	width: 774px;
	margin: 25px auto 0px auto;
	padding: 100px 0 50px 0;
	text-align: center;
	color: #333;
	font: 10px "Lucida Grande", Lucida, Geneva, Verdana, sans-serif;
	letter-spacing: 1px;
}
#Footer a:link, #Footer a:visited {
	color: #111;
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #000;
	text-decoration: underline;
}
/* End Footer */

/* End Global CSS */
