* {
	outline: hidden;
	outline: none;
	padding: 0px;
	margin: 0px;
}
html {
	width: 100%;
}
body {
	width: 100%;
	font-family: Helvetica,Arial;
	padding: 0px;
	margin: 0px;
	background-color: #191b1e;
}
.web {
	width: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}


/***********************************************************************
 * content
 ***********************************************************************/
.leftContentContainer img, .smallRightContentContainer img {
	width: 200px;
	height: auto;
}


.contentContainer {
	width: 1200px;
	color: #2c2e31;
}
.smallHeader {
	position: relative;
	top: -265px;
}

.leftContentContainer {
	background-color: #e5e5e5;
	width: 240px;
	
	float: left;
}
.leftContentContainer .border-top {
	border-top: 5px solid #a0a0a0;
	padding: 15px 22px;
	clear: both;
}


.mainContentContainer {
	background-color: #ffffff;
	width: 480px;
	position: relative;
	top: -90px;
	
	float: left;
}
.bigMainContentContainer {
	width: 720px;
}
.bigSearchMainContentContainer {
	width: 960px;
}
.smallHeader .mainContentContainer {
	top: 0px;
}
.mainContentContainer .border-top {
	border-top: 5px solid #a0a0a0;
	padding: 15px 22px;
	clear: both;
}
.mainContentContainer .subDiv {
	padding: 18px 0 0 0; 
	border-top: 5px solid #e5e5e5;
	margin: 15px 0 0 0;
	clear: both;
	display: table;
}


.rightContentContainer {
	background-color: #e5e5e5;
	width: 480px;
	
	float: left;
}
.smallRightContentContainer {
	width: 240px;
}
.rightContentContainer .border-top {
	border-top: 5px solid #a0a0a0;
	padding: 15px 22px;
	clear: both;
}
.rightContentContainer .subDiv {
	padding: 18px 0 0 0; 
	border-top: 5px solid #cecece;
	margin: 15px 0 0 0;
	clear: both;
}

.smallBox h1, .smallBox  h2, .smallBox  h3 {
	font-size: 16px;
}

.mainContentContainer ul {
	margin-left: 20px;
}

/***********************************************************************
 * fonts
 ***********************************************************************/
h2 {
	color: #cb1c27;
	font-size: 22px;
	margin: 0 0 2px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 0px 0;
}

h4 {
	font-size: 16px;
	margin: 0 0 2px 0;
	font-weight: normal;
}

h5 {
	/*color: #a0a0a0;*/
	font-size: 16px;
	margin: 0 0 5px 0;
	font-style: italic;
}

p {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 16px;
}

a {
	cursor: pointer;
	color: #cb1c27;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.dark {
	color: #2c2e31 !important;
}

.red {
	color: #cb1c27 !important;
}

strong {
	font-weight: bold;
}

code {
	font-size: 13px;
}

/***********************************************************************
 * cta Box
 ***********************************************************************/
.ctaBox {
	padding: 20px 35px;
	margin: 20px 0 15px;
	display: block;
	
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #7b7b7a;
	border-right: 1px solid #7b7b7a;
	
	-moz-box-shadow:    1px 1px 3px -1px #2c2e31;
	-webkit-box-shadow: 1px 1px 3px -1px #2c2e31;
	box-shadow:         1px 1px 3px -1px #2c2e31;
	
	text-align: center;
	color: #2c2e31;
}
.ctaBox:hover {
	text-decoration: none;
	
	border: 1px solid #7b7b7a;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}


.ctaSearch {
	padding: 15px;
	margin: 20px 0 15px 115px;
	background-color: #cb1c27;
	display: block;
	width: 180px;
	
	border: 1px solid #dc686f;
	border-bottom: 1px solid #6d0f15;
	border-right: 1px solid #6d0f15;
	
	-moz-box-shadow:    1px 1px 3px -1px #2c2e31;
	-webkit-box-shadow: 1px 1px 3px -1px #2c2e31;
	box-shadow:         1px 1px 3px -1px #2c2e31;
	
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #6d0f15;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.ctaSearch:hover {
	text-decoration: none;
	
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	
	border: 1px solid #6d0f15;
	border-bottom: 1px solid #dc686f;
	border-right: 1px solid #dc686f;
}


.ctaToGallery {
	padding: 15px 20px;
	margin: 0 0 25px 235px;
	background-color: #cb1c27;
	display: block;
	width: 140px;
	clear: both;
	position: relative;
	top: 10px;
	
	border: 1px solid #dc686f;
	border-bottom: 1px solid #6d0f15;
	border-right: 1px solid #6d0f15;
	
	-moz-box-shadow:    0px 0px 3px -1px #2c2e31;
	-webkit-box-shadow: 0px 0px 3px -1px #2c2e31;
	box-shadow:         0px 0px 3px -1px #2c2e31;
	
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #6d0f15;
	text-transform: uppercase;
	color: #fff;
}
.ctaToGallery:hover {
	text-decoration: none;
	
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	
	border: 1px solid #6d0f15;
	border-bottom: 1px solid #dc686f;
	border-right: 1px solid #dc686f;
}