/*************** Misc ****************/
@font-face {
  font-family: 'TrajanPro Regular';
  src: url('TrajanPro-Regular.ttf');
}

.last {
	border-right: 1px inset #ACA99C;
}

.notoSans {
	font-family: 'Noto Sans', sans-serif;
		font-weight: 100;
		letter-spacing: 2px;
}

.trajan {
	font-family: 'TrajanPro Regular';
}

.blue {
	color: #232078;
}

.red {
	color: #A0121E;
}

.hasSub {
	margin-bottom: 0px;
}

body {
	margin: 0px;
	background: url(images/body-bg1.jpg);
	background-size: 100% 2100px;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2, h3, h4, h5, h6 {
	font-weight: 100;
	font-family:"Times New Roman",Georgia,Serif;
}

h2, h4 {
	color: #A0121E;

}

h2 {
	font-size: 21px;
}

h3 {
	color: #232078;
	margin-bottom: 4px;
	font-size: 20px;
}

h4 {
	font-style: italic;
	font-size: 24px;
}

/************** Header ***************/
#headWrap {
	text-transform: uppercase;
	background: #E9DDA4;
	box-shadow: 0px 1px 10px #000;
	position: relative;
}

#headTopWrap {
	background: #000;
	width: 100%;
}

#headTop {
	background: #000;
	color: #FFF;
	padding: 0px 0px 2px 9px;
	width: 915px;
	margin: auto;
}

#headTop span {
	letter-spacing: 8px;
}

.headSmall {
	font-size: .7em;
}

#headBannerWrap {
	background: url(images/head_banner_bg.png);
	box-shadow: 0px 1px 10px #000;
}

#headBanner {
	background: none;
	color: #FFF;
	padding: 5px 0 20px 5px;
	width: 915px;
	margin: auto;
} 

h1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	margin-bottom: -8px;
	font-size: 1.91em;
}

#headBanner span {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: 6px;
}

#headWrap ul {
	list-style: none;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	position: relative;
	width: 915px;
	margin: auto;
}

#headWrap ul li {
	display: inline-block;
	border-left: 1px outset #ACA99C;
	padding: 4px 10px;
	margin: 0;
	font-weight: 700;
}

/************* Content ****************/
#contentWrap {
	padding: 10px 0px 0px 0px;
	width: 950px;
	margin: auto;
	background: url(images/content-bg1.jpg);
	background-size: 100% 1960px;
	min-height: 1860px;
}

.headingsWrap {
	padding-left: 10px;
}

.column {
	float: left;
	position: relative;
	margin: 0px 0px 0px 20px;
}

.column.left {
	width: 608px;
}

.column.right {
	width: 280px;
}

#imagesWrap {
	margin-bottom: 10px;
	float: left;
}

.featuredImg {
	text-align: center;
	width: 50%;
	float: left;
	margin: 2px 0px;
}

.featuredImg img {
	width: 296px;
	height: 200px;
}

#centerImg {
	position: absolute;
	left: 196px;
	top: 104px;
}

#centerImg img {
	width: 220px;
}

/********* Catalog *********/
#catalogWrap {
	position: relative;
	margin-top: -100px;
}

#catalogWrap img {
	width: 295px;
	margin-top: -22px;
}

#catalogWrap p {
	font-size: 32px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	color: #A0121E;
	margin-bottom: 20px;
}


/********* Form ************/
#formWrap {
	border-radius: 10px 10px;
	width: 244px;
	margin: auto;
	background: rgba(250, 245, 233, .8);
	padding: 8px 16px 20px 16px;
}

.required {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 12px;
	text-align: center;
}

#formWrap ul {
	list-style: none;
	padding-left: 10px;
}

#formWrap ul li {
	position: relative;
}

#formWrap p {
	margin: 15px 0 0px 0px;
}

.form-heading {
	font-weight: 700;
}

.form-field {
	width: 222px;
	height: 24px;
	border-radius: 4px;
	box-shadow: inset 0px 0px 5px #444;
	border: none;
	padding-left: 4px;
}

.horizontal-radio {
	margin-left: 30px;
}

input {
	margin: 3px 5px 3px 0px;
}

.nontext-input {
	margin-bottom: 10px;
}

.nontext-input p {
	margin-bottom: 12px !important;
}

#state {
	width: 226px;
	height: 28px;
	padding-bottom: 20px;
	padding-right: 8px;
}

.form-field:focus {
	outline: none;
}

.submit {
	font-size: 16px;
	margin: 20px 2px 10px;
	border: none;
	background: #fff;
	padding: 8px 25px;
	min-width: 104px;
	border-radius: 6px;
	box-shadow: 1px 1px 5px #999999;
	background: #CCCCCC;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #CCCCCC);
	background-image: -moz-linear-gradient(top, #EBEBEB, #CCCCCC);
	background-image: -ms-linear-gradient(top, #EBEBEB, #CCCCCC);
	background-image: -o-linear-gradient(top, #EBEBEB, #CCCCCC);
	background-image: linear-gradient(top, #EBEBEB, #CCCCCC);
}

.submit:hover, .submit:focus {
	outline: none;
	background: #EBEBEB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#EBEBEB));
	background-image: -webkit-linear-gradient(top, #CCCCCC, #EBEBEB);
	background-image: -moz-linear-gradient(top, #CCCCCC, #EBEBEB);
	background-image: -ms-linear-gradient(top, #CCCCCC, #EBEBEB);
	background-image: -o-linear-gradient(top, #CCCCCC, #EBEBEB);
	background-image: linear-gradient(top, #CCCCCC, #EBEBEB);
}

.submit:active {
	box-shadow: inset -1px 1px 5px #999999;
}

.error {
	background: #FFF;
	padding: 4px;
	box-shadow: 0px 1px 4px #999;
	position: absolute;
	top: 17px;
	width: 160px;
	right: -175px;
	z-index: 99;
	text-align: center;
	color: #9E121D;
	border: 2px solid #9E121D;
}

.error:before {
	content: '';
	position: absolute;
	left: -0.78em;
	top: 0px;
	width: 0;
	height: 0;
	border-right: 0.8em solid #9E121D;
	border-top: .9em solid transparent;
	border-bottom: .9em solid transparent;
}

/* mail error */
#formWrap .mail-error{
	display: none;
	color: red;
	margin: 0;
	margin-top: 5px;
}

/********* Footer  *************/
.footer {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	padding: 20px 0;
}

.footer h6 {
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.footer p {
	color: rgb(153, 153, 153);
}


/***************** Thank You Page *********************/
body.thankyou {
	background-size: 100%;
}

.thankyou #contentWrap {
	min-height: 400px;
}

.thankyou.column.left {
	padding: 0px 40px;
	width: 470px;
}

.thankyou p {
	margin: 35px 0px;
}

