﻿body {
    font: 13px 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #333333;
    background: #353E42;
    margin: 0;
    padding: 0;
    text-align: center;
}

#site-header12 {
    background: #353E42;
    height: 64px;
}

#site-header12 div#header-content {
width:945px; margin:0 auto;
}

#header-content div#header-top {
    height: 64px;
}

#site_content12 {
    background-color: #fcfcfc;
    min-height: 300px;
    padding-bottom: 20px;
}

#sitecontent {
    margin: 0 auto;
    padding-top: 10px;
    width: 945px;
}

#sitecontent p {
    color: black;
    font-size: 13px;
    line-height: 1.6em;
}

#sitecontent h1 {
color: black;
font-family: 'Verdana','Arial',sans-serif;
font-size: 26px;
font-weight: normal;
margin-bottom: 14px;
margin-top: 20px;
text-align: left;
}

#sitecontent h2 {
    color: #2C4468;
	font-family: 'Verdana','Arial',sans-serif;
    font-size: 18px;
    margin-top: 23px;
	text-align: left; 
}

#sitecontent h3 {
    color: white;
    font-family: 'Verdana','Arial',sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 6px;
}

#sitecontent h4 {
    clear: both;
    color: black;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

#sitecontent a {
color:#29ABE2;
font-weight:bold;
}

#sitecontent img {
border:none;
}

.site_content_container { /*spans content of page*/
	width: 945px;
	margin: 0 auto;
	text-align: left;
}

#sitecontent .purchase-steps, #sitecontent .purchase-steps-2 {
height: 50px;
color: white;
font-size: 24px;
font-weight: bold;
font-family: 'Verdana', 'Arial', sans-serif;
}

#sitecontent .purchase-steps ul, #sitecontent .purchase-steps li, #sitecontent .purchase-steps-2 ul, #sitecontent .purchase-steps-2 li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sitecontent .purchase-steps ul, #sitecontent .purchase-steps-2 ul{
margin-left: 10px;
}

#sitecontent .purchase-steps li {
background-image: url("../images/purchase-steps.png");
background-position: 0 -228px;
background-repeat: no-repeat;
display: block;
float: left;
height: 50;
line-height: 50px;
margin-left: -12px;
width: 162px;
padding-left: 30px;
}

#sitecontent .purchase-steps-2 li {
background-image: url("../images/purchase-steps-2.png");
background-position: 0 -228px;
background-repeat: no-repeat;
display: block;
float: left;
height: 50;
line-height: 50px;
margin-left: -12px;
width: 210px;
padding-left: 20px;
padding-right: 20px;
}

#sitecontent .purchase-steps li.first, #sitecontent .purchase-steps-2 li.first {
background-position:0 0;
margin-left:0;
}

#sitecontent .purchase-steps li.first.activestep, #sitecontent .purchase-steps-2 li.first.activestep {
background-position: 0 0px;
}

#sitecontent .purchase-steps li.last, #sitecontent .purchase-steps-2 li.last {
background-position: 0 -380px;
width: 171px;
}

#sitecontent .purchase-steps li.last.activestep, #sitecontent .purchase-steps-2 li.last.activestep {
background-position: 0 -304px;
}

#sitecontent .purchase-steps li.activestep, #sitecontent .purchase-steps-2 li.activestep {
background-position: 0 -152px;
}

#sitecontent .purchase-steps li.first, #sitecontent .purchase-steps-2 li.first {
background-position:0 0;
margin-left:0;
}

#sitecontent .contentbox {
    background: #fff;
    border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    padding: 20px;
}

#sitecontent .contentbox  p{
color:black !important;
line-height:1.6em;
font-size:12px !important;
}

#sitecontent .contentbox input, #sitecontent select {
    padding: 4px;
    border-radius: 3px;
    margin-top: -3px;
    border: 1px solid #ddd;
}

#sitecontent .contentbox input {
	font-size: 14px;
}

#sitecontent hr.divider-onlight {
    background: url("../images/divider-bg-onlight.png") repeat-x;
    border: 0 none;
    clear: both;
    left: 0;
    margin: 15px 5px;
    position: relative;
    top: 0;
	height:2px;
}

.divDescr button[type='submit'], .divHeader input[type='submit'], .divQuant input[type='submit'] {
    border-radius: 3px;
    background-color: #eaeaea;
    border: solid 1px #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    color: #333 !important;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.divDescr button[type="submit"] {
    height: 22px;
    line-height: 11px;
    width: 70px;	
    margin: 3px;
}

.divHeader input[type="submit"] {
    height: 24px;
    line-height: 13px;
    width: 40px;	
    margin-top: -2px;
}

.divField input[type='submit'] {
    border-radius: 3px !important;
    font-size: 16px !important;
    line-height: 30px;
    background-color: #00d163;
    background-image: -moz-linear-gradient(center top , #00d163 0%, #21c154 50%, #33b149 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(0, 209, 99)), color-stop(50%, rgb(33, 193, 84)), color-stop(100%, rgb(51, 177, 73)));
    border: solid 1px #00d163 !important;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    color: #ffffff !important;
    display: block;
    font-weight: bold !important;
    padding: 5px 20px !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.divField input[type='submit']:hover {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

/* FOOTER */

#site_footer {
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 20px;
}
#site_footer_text {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#site_footer_text p {
	color:#FFFFFF;
}

#site_footer a {
    color: #29abe2;
}

#site_footer h1 {
	font-size:20px;
	font-weight:200;
	letter-spacing: 0.01em;
	padding:10px 0 10px 0;
}

.site_copyright {
	font-size:11px;
}
.site_copyright a {
    font-size: 13px;
}