@charset "utf-8";
/* CSS Document */

/* reset */

body, p, ul, h1, h2, h3 {
	margin: 0;
}
img {
	border: 0;
}
.header .menu, .header .menu ul, .footer .menu, .footer .menu ul {
	list-style: none;
	padding: 0;
}
div, input, form, select, textarea {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* general */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	/*font-weight: 300;*/
	color: #404040;
	background: #edeff0;
}
a:link, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	color: #169bc6;
}
#page {
	min-width: 1032px;
	position: relative;
}
/* header */

	#headerWrap {
	position: relative;
	z-index: 3;
}
/* logobar */

		.logoBar {
	padding: 9px 0 16px;
	background: url('../images/corlib-bg-logo.jpg') center top no-repeat #169bc6;
}
.logoBar img {
	display: block;
	margin: auto;
}
/* main */

	#mainWrap {
	position: relative;
	z-index: 1;
}
/* content */

		#content p {
	line-height: 24px;
}
#content strong {
	font-weight: 600;
}
#content h1 {
	font-size: 45px;
	line-height: 42px;
	font-weight: 400;
	color: #169bc6;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 37px 0 42px;
	background: url('../images/corlib-bg-header.jpg') top left;
}
#content p.col-lib-cat {
	font-size: 25px; 
	font-weight: 600; 
	text-transform: uppercase; 
	text-align: center !important;
	position: relative;
}
#content p.col-lib-cat a {
	float: left;
  left: 70px;
  position: absolute;
  top: -20px;
}
/* color palette page */

				#palettes-page > #content > div {
	width: 1032px;
	max-width: 100%;
	margin: auto;
}
#palettes-page > #content > div > p {
	text-align: center;
	padding: 0 44px;
	margin-top: 34px;
}
/* palettes */

					#palettes {
	margin-top: 43px;
	text-align: center;
	padding-bottom: 57px;
}
#palettes > div {
	display: inline-block;
	width: 318px;
	margin: 0 10.5px 43px;
}
#palettes > div > p {
	font-size: 18px;
	color: #666;
	text-align: left;
	font-weight: 600;
	line-height: 53px;
	text-indent: 18px;
	text-transform: uppercase;
}
#palettes > div > div {
	border: 1px solid #c1c3c4;
	padding: 8px;
	background: white;
}
#palettes .flagNumber {
	position: absolute;
	background: url(../images/corlib-bg-flag.png) no-repeat;
	color: #FFF;
	font-weight: 600;
	width: 47px;
	height: 51px;
	margin: -14px 0 0 0;
	padding: 15px 0 0 0;
}
#palettes .imageWrap {
	width: 300px;
	height: 200px;
	overflow: hidden;
}
#palettes .imageWrap img {
	display: block;
	height: 100%; 
	width: auto; 
	margin-left: 0px; 
	margin-top: 0px;
}
#palettes .colorsWrap {
	margin-top: 6px;
}
#palettes .colorsWrap div {
	height: 42px;
	float: left;
}
#palettes .colorsWrap div + div {
	margin-left: 7px;
}
#palettes .colorsWrap div[class^=color-] {
  width: 95px;
	background: none;
}
#palettes > div > a, #content > div > p > a, #palettes > p > a {
	font-size: 14px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #0c719c;
	display: inline-block;
	padding: 0 20px;
	border-radius: 5px;
	margin: 18px auto 0;
	background: url('../images/corlib-bg-link.jpg') top left repeat-x #03629d;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#palettes > div > a:hover, #content > div > p > a,  #palettes > p > a {
	background-position: 0 -6px;
}
/* footer */

	#footerWrap {
	position: relative;
	z-index: 2;
}
/* misc */

.clear:before, .clear:after {
	content:"";
	display:table;
}
.clear:after {
	clear:both;
}
.alignleft {
	margin: 0 15px 15px 0;
	float: left;
}
.alignright {
	margin: 0 0 15px 15px;
	float: right;
}
 input[type="submit"]::-moz-focus-inner {
 border:0;
 padding:0
}
/* css amends - 10/27/2014 */

	
/* logo bar */

	#headerWrap .logoBar .ai-link {
	display: none;
}
#footerWrap .logoBar {
	text-align: center;
}
#footerWrap .logoBar .ai-link, #footerWrap .logoBar img {
	display: inline-block;
	vertical-align: middle;
}
#footerWrap .logoBar .ai-link {
	color: white;
	border: 1px solid white;
	padding: 5px 20px;
	margin: 0 40px;
	background: none transparent;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
#footerWrap .logoBar .ai-link:hover {
	color: #169bc6;
	background: white;
}