body, #wrapper {
	margin: 0px auto;
	padding: 0px auto;
	font-family: "Myriad Pro";
	font-size: 14px;
}

.content	{ float: left; }
.clearfix	{ clear: both; }
.right      { float: right; }
a {
    text-decoration: none;
    color: #AFAFAF;
}
p {
    margin: 10px 0px;
}
a:hover {
    text-decoration: underline;
}

body {
    background: url('images/bg.png') no-repeat top center #1d1d1d;
    color: #AFAFAF;
}

#wrapper {
    width: 990px;
    padding-bottom: 50px;
}

h1 {
    font-size: 26px;
    color: #fdb826;
    font-style: italic;
    display: inline;
    font-style: normal;
}

h2 {
    font-size: 25px;
    color: #fdb826;
    display: inline;
    font-weight: normal;
}

h3 {
    color: #fdb826;
    font-weight: normal;
}

#main {
    padding-bottom: 75px;
}

#main h1 {
    margin-bottom: 50px;
    font-size: 40px;
}

#main .article {
    margin: 50px 0px 0px 15px;
}

#main p {
    line-height: 1.5em;
}

#main .aside {
    width: 345px;
}

#main .aside #logo {
    margin-bottom: 70px;
}

#main #form, #main #thankyou {
    margin: 0px 0px 0px 0px;
    background: #000;
    padding: 15px 30px 10px 15px;
    width: 245px;
    font-size: 12px;
}

#main #thankyou {
    width: 250px;
    padding-bottom: 30px;
}

#main #form h1 {
    margin: 0px 0px 0px 5px;
    font-size: 22px;
    font-style: italic;
}

input[type='text'], textarea {
    font-family: "Myriad Pro";
    background: #212121;
    height: 20px;
    width: 230px;
    padding: 3px 7px;
    margin: 10px 0px;
    display: block;
    color: #FFF;
    font-size: 12px;
    border: none;
}

textarea {
    height: 70px;
    overflow: auto;
}

input[type='submit'] {
    margin-top: 5px;
}

#bottom {
    padding: 0px 0px 0px 10px;
    clear: left;
    width: 500px;
}

#bottom h1 {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
}

#bottom .article {
    font-size: 15px;
}

#bottom .product {
    margin: 0px 10px 0px 0px;
}

#bottom .product .text {
    margin-top: 10px;
}

#bottom .image {
    margin-right: 10px;
}

#bottom #products_block {
    margin: 0px 0px 0px 30px;
}

#bottom .aside {
    margin: 50px 70px 0px 0px;
}

#bottom #video_block_wrapper {
    width: 320px;
    height: 250px;
    margin-bottom: 20px;
    text-align: center;
}

#bottom #video_text div {
    display: block;
    margin: 5px 0px;
}

#bottom ul {
    list-style-type: disc;
    padding: 0px 0px 0px 50px;
}

#bottom li {
    margin: 10px 0px;
}

#privacy {
    margin-top: 10px;
    font-size: 8px;
}

#mandatory {
    margin-top: 10px;
    font-size: 10px;
}

#footer hr {
    color: #fdb826;
}

#footer h3 {
    display: inline;
    margin-right: 10px;
    font-size: 16px;
    font-style: normal;
}
    
#footer #text {
    color: #fdb826;
    font-size: 10px;
    text-align: right;
    font-style: italic;
}

#footer #address {
    font-size: 11px;
    text-align: center;
}

#text_block {
    width: 180px;
    margin: 12px 0px 0px 20px;
}