@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0px;
    padding: 0px;
    background: #621a4b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

body {
    margin: 30px 0px;
}

a img {
    border: 0px;
}

a:link, a:visited {
    text-decoration: underline;
    color: #621a4b;
}

a:hover {
    text-decoration: none;
    color: #621a4b;
}

p {
    margin: 10px 0px 10px 0px;
}

div.main {
    font-size: 70%;
    background: #f3f0eb;
    margin: 0px auto;
    border: 10px solid #ffffff;
    width: 960px;
    line-height: 200%;
}

div.header {
    position: relative;
}

div.logo {
    position: absolute;
    top: 10px;
    left: 45px;
}

div.content {
    width: 100%;
    background: url(content_bg.png) no-repeat left top;
}

div.left-col {
    float: left;
    width: 230px;
    padding-bottom: 10px;
}

div.menu {
    width: 191px;
    text-align: right;
    margin-bottom: 30px;
}

a.mainbuttontext:link, a.mainbuttontext:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 140%;
    color: #621a4b;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-style: italic;
    width: 171px;
}

a.mainbuttontext:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 140%;
    color: #ffffff;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-style: italic;
    background: url(menu_item_bg.png) no-repeat left top;
}

div.contacts {
    width: 191px;
    background: url(top_contacts_bg.png) no-repeat left top #ffffff;
}

div.contacts div {
    background: url(bottom_contacts_bg.png) no-repeat left bottom;
    padding: 10px 20px;
}

div.contacts h2 {
    margin: 0px;
}

div.right-col {
    float: right;
    width: 710px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.featuresdiv {
    border: none;
    margin: 0 10px 0 0;
	float:right;
    width: 205px;
    background: #fff url(right_box_top_bg.png) no-repeat left top;
}
.maincontent{
	float: right;
    width: 710px;
}
.featuresspan, .featuresdiv {
    padding: 0;
}

.feat_1 {
    padding: 5px 10px 0 10px;
}

.br_feature {
    display: none;
}

.feat_2 {
    font-size: 12px;
    background: url(purple_b.gif) no-repeat left bottom;
    color: #fff;
    padding: 10px 10px 30px 10px;
    text-align: center;
    font-weight: bold;
}

div.right-col div div {
    float: none;
    background: url(right_box_bottom_bg.png) no-repeat left bottom;
    padding: 10px 0px;
}

div.right-col div div p {
    padding: 0px 10px;
    margin: 10px 0px 0px 0px;
}

div.right-col div div div {
    padding: 10px;
    width: 165px;
    margin: 0px auto;
    background: url(right_inner_box_bottom_bg.png) no-repeat left bottom #621a4b;
    color: #ffffff;
    font-weight: bold;
    float: none;
    text-align: center;
}

div.footer {
    width: 960px;
    padding: 20px 10px;
    margin: 0px auto;
    color: #ffffff;
    font-size: 70%;
}

div.footer div {
    position: relative;
    width: 100%;
}

div.footer div p {
    position: absolute;
    top: 0px;
    right: 0px;
}

div.footer a:link, div.footer a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

div.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

div.clear {
    clear: both;
    width: 100%;
    height: 1px;
}

