@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #df1c08;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #df1c08;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #df1c08;
}
h2 {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 8px;
	color: #df1c08;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
	color: #df1c08;
}


input[type=text] {
	border: 1px solid #d1d1d1;
}
input[type=submit] {
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	background-color: #5e74e8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-right: 6px;
	padding-left: 6px;
	cursor: pointer;
	width: 60px;
}
input[type=submit]:hover {
	text-decoration: underline;
}





header {
	background-image: url(../images/header-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
}
.wrap-pad {
	padding-right: 15px;
	padding-left: 15px;
}
.nav {
	text-align: right;
}
.nav ul {
	padding-right: 15px;
}
.nav ul li {
	display: inline-block;
	padding-left: 3px;
}
.nav ul li a {
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 11px;
	padding-left: 11px;
}
.nav ul li a:hover {
	background-color: #df1c08;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	text-decoration: none;

}
.nav ul li a:active {
	color: #000;
}

.nav ul li a.active {
	background-color: #df1c08;
	border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
}
.logo {
	float: left;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.contact-us {
	font-size: 21px;
	line-height: 22px;
	color: #FFF;
	text-align: right;
	float: right;
	padding-right: 25px;
	padding-top: 8px;
}
.contact-us span {
	font-size: 16px;
	line-height: 19px;
	color: #f3d616;
}
.banner {
	padding-top: 5px;
	height: 268px;
}
.root-content {
	background-image: url(../images/main-content-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
}
.discount-message {
	color: #FFF;
	background-color: #b61707;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
}






.clear {
	clear: both;
}
.root-content  section {
	padding: 15px;
	float: left;
	width: 595px;
}
.root-content  p  {
	padding-bottom: 12px;
}
.root-content  aside {
	float: right;
	width: 208px;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.root-content .contact-form {
	padding-top: 5px;
	padding-bottom: 10px;
}


.root-bottom {
	background-image: url(../images/main-content-bottom.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 892px;
	margin-right: auto;
	margin-left: auto;
}

footer {
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	padding-bottom: 10px;
}
textarea {
	border: 1px solid #d1d1d1;
}
