body {
	font: 12px verdana, arial;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: center;
}

/*
 * Container surrounding all content on the page
 */
.pageContainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 0 ;
	background: transparent url('../images/template/bg_page.gif') repeat-y top left;
}

/*
 * Container surrounding header (title and logo)
 */
.headerContainer {
	height: 162px;
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
}
/* 	background: transparent url('../images/template/bg_header.gif') repeat-x bottom left;
*/

/*
 * Site Title
 */
.headerContainer h1 {
	font: bold 24px georgia;
	letter-spacing: -1px;
	color: #fff; 
	background: #eda41a;
	border-top: solid 1px #d74813;
	border-bottom: solid 2px #d74813;
	border-right: solid 2px #d74813;
	margin: 0px;
	padding: 6px 15px 6px 15px;
	display: inline;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 10;
	height: 29px;
}

/*
 * Site Subtitle
 */
.headerContainer h3 {
	font: normal 14px georgia;
	color: #fff; 
	background: #eda41a;
	border-top: solid 1px #d74813;
	border-bottom: solid 2px #d74813;
	border-right: solid 2px #d74813;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	display: inline;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 10;
	height: 17px;
}

/*
 * Flag
 */
.flagContainer {
	border: 0;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	display: inline;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 10;
}

.flagContainer img {
	border: none;
}

/*
 * Container for the logo
 */
.logoContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 162px;
	z-index: 5;
	overflow: hidden;
	font-size: 0px;
}

/*
 * Menu
 */
.menuBlock {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	font: bold 12px arial;
	color: #000;
	float: right;
	width: 190px;
	overflow: hidden;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 7.8em;
	text-align: left;
}

#menu li { /* all list items */
	position : relative;
	float : left;
	height : 2.9em;
	line-height : 1.15em;
	margin-bottom : 2px;
	width: 7.8em;
	background-color:#FFE58F;
	border-top: solid 1px #d74813;
	border-bottom: solid 2px #d74813;
	border-right: solid 2px #d74813;
}

#menu li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 7.9em;
	top : -1px;
}

#menu li ul li { /* second-level lists items */
	position : relative;
	float : left;
	height : 100%;
	line-height : 1.15em;
	margin-bottom : -1px;
	width: 6.6em;
	background-color:#FFE58F;
	border: solid 1px #d74813;
}

#menu li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#menu li a, #menu li a:visited {
	width: 7.8em;
	w\idth : 7em;
	display : block;
	color : black;
	text-decoration : none;
	padding : 0.3em;
}

#menu li ul li a, #menu li ul li a:visited {
	width: 6.6em;
	w\idth : 6em;
	display : block;
	color : black;
	text-decoration : none;
	padding : 0.3em;
}

#menu li a:hover, #menu li a:visited:hover {
	color: #01897d;
	text-decoration: none;
}

#menu li ul li a:hover, #menu li ul li a:visited:hover {
	color: #01897d;
	text-decoration: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*
 * Container for the footer
 */

.footerContainer {
	font-size: 10px;
	font-family: verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 20px;
	clear: both;
	color: #666666;
	text-align: left;
}

.footerContainer p {
	padding: 0px;
	margin: 0px
}

/*
 * Container for the content
 */
.contentContainer {
	float: left;
	width: 570px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
}

.content {
}

.content h2 {
	font: bold 20px georgia;
	color: #eda41a;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: transparent url('../images/template/bg_underline.gif') no-repeat bottom left;
}

.contentParagraph {
	padding: 10px 15px 15px 10px;
	overflow: hidden;
	clear: both;
}

.contentText {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
}

.leftImg {
	float: left;
	padding: 10px 10px 10px 0px;
}

.contentCenteredText {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: center;
	height: 100%;
}

.contentCenteredText img {
	padding: 10px 10px 10px 0px;
}

.contentCenteredText a,
.contentCenteredText a:visited {
	font: bold 12px georgia;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #eda41a;
} 

.price {
	padding-top: 20px;
	float: right;
	text-align: center;
}

.price p {
	display: inline;
	font: bold 14px georgia;
}

.addCart {
	padding: 3px 5px 3px 5px;
}

.description {
	float: left;
	width: 540px;
	padding-bottom: 10px;
	background: transparent url('../images/template/bg_underline.gif') no-repeat bottom left;
}





