@charset "utf-8";
/* CSS Document */


/* FORM */

.box {
	float: left;
	width: 230px;
}

.box3 {
	float:left;
	width: 300px;
}

.form {
	width: 490px;
	float: left;
	margin-right: 60px;
}

label {
	font-weight:bold;
	text-decoration:none;
	color:#777777;
	display: block;
	margin:0;
	padding:0;
	padding-top:5px;
}

input, textarea, .input, .textarea  {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	font-weight:300;
	text-align:left;
	text-decoration:none;
	width:300px;
	padding:8px 10px 8px 10px;
	border:1px solid #bfbfbf;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
}

input:hover {
	background:#f3f3f3;
}

button, .button {
	padding:11px 15px 11px 15px;
	background:#083557;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	float:right;
	border:none;
	-moz-border-radius:none;
	border-radius:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-left:10px;
	display: inline-block;
	width: auto !important;
}

.button:hover {
	background:#bc2026;
	color:#fff;
	border: none;
	margin-bottom: 0;
}

.radio_label, .checkbox_label {
	font-weight:400;
	float: left;
	display:block;
}

.radio, .checkbox {
	padding:0;
	margin:0;
	width:20px;
	padding-right:5px;
	float: left;
}

.required {
	color:#da1a22;
}

.error_message, .error { 
	display: block; 
	height: 30px; 
	line-height: 30px; 
	background: #FBE3E4 url('../images/icons/error.gif') no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	margin: 0 0 15px 0; 
	color:#8a1f11;
	border: 1px solid #FBC2C4; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	text-align:left;
}

#succsess_page h1 { 
	background: url('../images/icons/success.gif') left no-repeat; 
	padding-left:22px; 
}

#contact label {
	display:inline;
	margin:0;
	padding:0;
	float:none;
}

#contact input, #contact textarea {
	margin-bottom:0px;
	margin-top:0px;
}

/* END FORM */

/* MISC */

.client {
	float:left;
	display:inline-block;
	margin-right:12px;
	margin-bottom:30px;
}

.spec_table {
	float:left;
}

.spec_table tr th {
	background:#e5e5e5;
	padding:12px 10px 12px 10px;
	border-bottom:1px dotted #9c9c9c;
}

.spec_table tr th h1, .spec_table tr th h2, .spec_table tr th h3, .spec_table tr th h4 {
	margin:0;
	text-align:left;
}

.spec_table tr td {
	padding:12px 10px 12px 10px;
	border-bottom:1px dotted #9c9c9c;
}

.spec_table tr:nth-child(even) {
	background:#e5e5e5;
}

.spec_table tr:nth-child(even):hover {
	background:#f3f3f3;
}

.spec_table tr:nth-child(odd) {
	background:#f3f3f3;
}

.spec_table tr:nth-child(odd):hover {
	background:#e5e5e5;
}

.clearfix {
	overflow: auto;
	clear: both;
}

/* END MISC */