html, 
body
{
	height: 100%;
}

* html #page_container
{
	height: 100%;
}

body
{
	background-image: url(background.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: "Century Gothic", sans-serif;
	font-size: 9pt;
	color: rgb(70, 71, 70);
}

td h4
{
	font-size: 9pt;
}

p
{
	line-height: 18pt;
}

a,
a:visited
{
	text-decoration: none;
	color: rgb(70, 71, 70);
}

a:hover
{
	color: rgb(109, 109, 109);
}

a img
{
	border: none;
}

div#page_container
{
	position: relative;
	height: 100%;
	background-image: url(sunbeams.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

div#page
{
	margin: 0px auto 0px auto;
	width: 898px;
	position: relative;
	min-height: 100%;
	background-color: white;
	background-image: url(sunbeams.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

div#page_content
{
	background-color: white;
	clear: both;
	padding: 50px 0px 10px 0px;
}

div#footer_image
{
	position: absolute;
	bottom: 0px;
	background-position: 50% 100%;
	background-repeat: no-repeat; 
}

div#mainmenu a
{
	display: block;
	float: left;
	width: 170px;
	margin-right: 12px;
	font-weight: bold;
}

div#mainmenu a:hover,
div#mainmenu a.selected
{
	padding-top: 5px;
}

div#mainmenu a:hover div.tab,
div#mainmenu a.selected div.tab
{
	padding-bottom: 0px;
}

div#mainmenu div.tab
{
	background-color: white;
	padding: 5px;
}

div#mainmenu #about_link,
div#about_page h2
{
	border-top: 7px solid #f69822;
}

div#mainmenu #shop_link
{
	border-top: 7px solid #61bb47;
}

div#mainmenu #designers_link
{
	border-top: 7px solid #4cc8ee;
}

div#mainmenu #newsletters_link,
div#newsletters_page h2
{
	border-top: 7px solid #e32727;
}

div#mainmenu #contact_link,
div#contact_us_page h2
{
	border-top: 7px solid #ffd540;
}

div#terms_conditions_page h2
{
	border-top: 7px solid #61bb47;
}

div#footer
{
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

div#grass
{
	position: relative;
	background-image: url(grass.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	height: 69px;
}

div#submenu
{
	float: left;
	width: 160px;
	margin: 0px 10px 0px 10px;
}

div#submenu a
{
	display: block;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	text-align: right;
}

div#submenu a.selected
{
	color: #4cc8ee;
}

form td
{
	vertical-align: top;
}

label
{
	color: #df1669;
	font-weight: inherit;
}



/***** START ABOUT *****/

div#about_page,
div#newsletters_page,
div#contact_us_page,
div#terms_conditions_page
{
	width: 450px;
	margin: 0px auto 0px auto;
}

div#about_page h2,
div#newsletters_page h2,
div#contact_us_page h2,
div#terms_conditions_page h2
{
	text-align: right;
	font-size: 9pt;
	padding: 0.2em;
}

/****** END ABOUT ******/

div#designers_page
{
}

div#designers_page p
{
	padding: 0px 155px 0px 65px ;
}


/***** START SHOP *****/

div#shop_page
{
	width: 800px;
	margin: 0px auto 0px auto;
}

div#shop_page input[type="text"],
div#shop_page input[type="file"],
div#shop_page textarea
{
	border: 1px solid #61bb47;
	width: 400px;
}

div#shop_page textarea
{
	height: 250px;
}

div#view_product_page h4
{
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
	color: #df4097;
}

div#product_list_page
{
	margin: 0px auto 0px auto;
}

div#product_list h4
{
	margin: 0px;
	color: #5fbb46;
}

div#product_list td
{
	text-align: center;
	vertical-align: bottom;
}

.attribute
{
	margin: 0.5em 0px 0.5em 0px;
}

.attribute label
{
	color: #df4097;
}

table.prices td
{
	text-align: left;
	vertical-align: middle;
	padding: 0px 1em 0px 1em;
	font-weight: bold;
}

div#shopping_basket_page
{
	font-size: 1.2em;
}

div#shopping_basket_page td,
div#shopping_basket_page th
{
	padding: 0.5em 1em 0.5em 1em;
}

div#shopping_basket_page th
{
}

div#shopping_basket_page .button
{
	background-color: #61bb47;
	color: white;
	border: none;
	padding: 0.2em;
	font-size: 1em;
	font-weight: bold;
}

.numeric
{
	text-align: right;
}


/****** END SHOP ******/



.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

