﻿@import url('layout.css');

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url('../pageDesign/img01.gif') repeat-x;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    text-align: center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}
#basketBtn
{
    display: block;
    width: 151px;
    height: 52px;
    background: url("../pageDesign/basket_button.gif") no-repeat 0 0;
}
#basketBtn:hover
{
    background: url("../pageDesign/basket_button_f2.gif") no-repeat 0 0;
}
#basketBtn span
{
    display: none;
}
#shopBtn
{
    display: block;
    width: 151px;
    height: 52px;
    background: url("../pageDesign/shop_button.gif") no-repeat 0 0;
}
#shopBtn:hover
{
    background: url("../pageDesign/shop_button_f2.gif") no-repeat 0 0;
}
#shopBtn span
{
    display: none;
}