* {
    margin: 0;
    padding: 0;
}

.invisible
{
	display: none;
}

a img {
    border: none;
}

html {
    background: url(images/body_back.png) repeat-x #fda600;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: Arial Black, Arial, Tahoma, sans-serif;
}

#elastic {
    max-width: 1040px;
    min-width: 1005px;
    margin: 0 auto;
    position: relative;
}

.shape {
    width: 940px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.textright {
    width: 460px;
    float: right;
}

.textleft {
    float: left;
    width: 460px;
    padding-right: 19px;
}

#content img, #content hr {
    clear: both;
}

#elastic img {
    position: absolute;
    top: 5px;
    left: 0;
}

#header {
    padding-top: 103px;
    height: 31px;
    background: url(images/header_back.png) no-repeat top right;
    width: 960px;
    margin: 0 auto;
}

#header ul {
    list-style: none;
    width: 100%;
    height: 31px;
}

#header li {
	float: left;
    padding-left: 20px;
    display: block;
}

#header li.active {
    background: url(images/button_back.png) top left;
}

#header li.active a, #header li.active span {
    background: url(images/button_end.png) top right no-repeat;
    color: #333;
}

#header li a, #header li span {
    padding-right: 20px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 31px;
    display: block;
    height: 31px;
}

#header li a:hover {
    color: #333;
}

#highlight {
    height: 198px;
    background: url(images/highlight_back.png) repeat-x #b5b5b5;
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    padding-top: 39px;
    color: #333;
}

#highlight h2 {
    font-size: 18px;
    line-height: 18px;
}

#highlight h1 {
    font-size: 24px;
    line-height: 24px;
    margin-left: 39px;
}

#highlight p {
    margin-left: 39px;
    margin-top: 31px;
    width: 450px;
}

#highlight .textright {
    background: url(images/webshop.jpg) top left no-repeat;
    width: 400px;
    height: 208px;
}

#highlight .textright p {
    background: url(images/p_shop_back.png);
    width: 170px;
    height: 84px;
    margin: 0;
    padding: 0;
    padding-left: 32px;
    padding-top: 12px;
    float: right;
    margin-top: 10px;
}

#highlight .textright p b {
    line-height: 18px;
}

#highlight .textright a {
    display: block;
    width: 182px;
    height: 33px;
    background: url(images/button_shop.png);
    float: right;
    clear: both;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    text-align: center;
    margin-top: 16px;
}

#content {
    background-color: #fff;
    border-bottom: #ccc solid 1px;
    padding-top: 42px;
    padding-bottom: 42px;
}

#content hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border: none;
    border-top: #ccc solid 1px;
}

#content h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 4px;
}

#footer {
    background: url(images/footer_back.png) repeat-x;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

#footer ul {
    list-style: none;
    padding-top: 12px;
    height: 65px;
}

#footer li {
    float: left;
    width: 220px;
}

#footer .shape {
    background: url(images/footer_swhirl.png) no-repeat top right;
    height: 159px;
}

#footer h3 {
    font-weight: bold;
    font-size: 14px;
}

#footer a
{
	color: #fff;
}

td {
    vertical-align: top;
    width: 460px;
    padding-right: 19px;
}

td.noPad {
    padding-right: 0;
}

.rightText h2, .rightText p
{
	margin-left: 481px;
}

.rightText ul
{
	float: right;
	width: 440px;
}

.rightText .image_container, .leftText .image_container
{
	position: relative;
	top: -22px;
}

.leftText p
{
	width: 462px;
}