body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background: #FFFFFF;
	font-family: Arial,Tahoma,verdana,Century gothic,Tahoma,sans-serif;
	font-size:13px;
	color: black;
}
a img{ border:none;}
.container
{
	width:960px;
	margin:0 auto;
}
.header
{
	padding:12px 0 0 5px;	
}
.navigation
{
	height:36px;
	background:#000;	
}
.navigation ul
{
	margin:0;
	padding:0;
	width:960px;
	margin:0 auto;
}
.navigation ul li
{
	float:left;
	list-style:none;
}
.navigation ul li a
{
	text-decoration:none;
    color: #EEEEEE;
    display: block;
    padding: 10px 20px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.navigation ul li a:hover
{
	color: #000;
	background:#fff;
}
.navigation ul li.current-menu-item a
{
	font-weight: bold;
	background: #bd2031;
	color: #ffffff;
}
.login
{
	width:235px;
	margin:20px auto;
}
.login span
{
	display:inline-block;
	width:66px;
	margin-bottom:10px;
}
.login p
{
	color:#F00;
}
#contratc-form
{
	margin-top:20px;	
}
fieldset {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:25px 25px 0;
	margin-bottom:15px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
legend {
	font-size:14px;
	padding:0 10px;	
}
dt{
	min-height: 20px;
    text-align: right;
	display:inline-block;
	vertical-align:top;
}
dd{
	left: 85px;
    top: -21px;
	margin-left:10px;
	display:inline-block;
}
dl{
	margin:0;
}
label {
    color: #333333;
    font-weight: bold;
}
input[type="text"], input[type="password"], textarea, select {
    padding: 8px;
	border-color: #CCCCCC;
	background: url(images/bg_input.png) repeat-x top left #fff;
	color:#666666;
	margin:0;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
dd p
{
	margin:0 0 16px 0;
	font-size:10px;	
}
.medium
{
	width:240px;
}
.small
{
	width:160px;
}
.ssmall
{
	width:150px;
}
.msmall
{
	width:205px;
}
.mmedium
{
	width:431px;
}
.large
{
	width:727px;
}
.new_line
{
	width:100%;
}
.blank
{
	width:86px;	
}
.blank2
{
	width:166px;	
}
.inline
{
	padding-left:24px;	
}
.payments
{
	width:370px;
	float:left;	
}
.payments dt
{
	width:136px;
}
.payments input
{
	width:193px;
}
.cards
{
	width:370px;
	float:right;	
}
.cards dt
{
	width:136px;
}
.cards input
{
	width:193px;
}
.products
{
	width:600px;
	margin-left:160px;
}
.products input
{
	width:163px;	
}
.products select
{
	width:180px;	
}
.products p
{
	text-align:center;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	display:inline-block;
	vertical-align:baseline;
	white-space:nowrap;
	width:auto;
	cursor:pointer;
	overflow:visible;
	padding:7px 10px;
	border-width:1px;
	border-style:solid;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	color:#F2DEDA;
	background:-moz-linear-gradient(top, #d95338 0%, #ae432e 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d95338), color-stop(100%,#ae432e)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #d95338 0%,#ae432e 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #d95338 0%,#ae432e 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #d95338 0%,#ae432e 100%); /* IE10+ */
	background:linear-gradient(top, #d95338 0%,#ae432e 100%); /* W3C */
	-webkit-box-shadow:0 1px 2px #a6a6a6;
	-moz-box-shadow:0 1px 2px #a6a6a6;
	box-shadow:0 1px 2px #a6a6a6;
	border-color:#a6402b #993b28 #803121;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background:-moz-linear-gradient(top, #ae432e 0%, #d95338 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae432e), color-stop(100%,#d95338)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ae432e 0%,#d95338 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ae432e 0%,#d95338 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ae432e 0%,#d95338 100%); /* IE10+ */
	background:linear-gradient(top, #ae432e 0%,#d95338 100%); /* W3C */

	-webkit-box-shadow:0 1px 2px #a6a6a6;
	-moz-box-shadow:0 1px 2px #a6a6a6;
	box-shadow:0 1px 2px #a6a6a6;
	border-color:#a6402b #993b28 #803121;
}
