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

/*Styles to overwrite slick.css ///// */

.slick-track {
	transform: none !important;
}

.slick-slide {
	border: 3px solid #fff !important;
}

.slider-for .slick-slide {
	border: none !important;
	border-bottom: 7px solid #000 !important;
	margin-bottom: 3px !important;
}

/* //////////////////////////////// */

body {
	margin: 0;
	padding: 0;
	/*background: #EFF7FC url(images/bg-back.jpg) center top no-repeat;*/
	font: 12pt Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.25em;
}

body#indexPage {
	/*background: #EFF7FC url(images/bg-full.jpg) center top no-repeat;*/
	background: #fff;
	background-image: none;
}

img {
	border: none;	
}

#wrap {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#container {
	width: 990px;
	min-height: 270px;
	text-align: center;
	float: right;
}

#header {
	width: 990px;
	height: 103px;
	float: left;
	position: relative;
	z-index: 2666;
}

#logo a {
	display: block;
	width: 300px;
	height: 103px;
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: 40px;
	background: url(images/GJ-logo.png) no-repeat;
}

#slogan {
	width: 548px;
	height: auto;
	position: absolute;
	top: 4px;
	right: 0px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}

#slogan h2 {
	font-weight: bold;
	font-size: 28pt;
	color: #000;
	margin: 0;
}

#slogan span {
	color: #000;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	margin-top: 0;
}

#nav {
	width: 965px;
	height: 42px;
	float: left;
	background: url(images/bg-nav.png) center top no-repeat;
	padding-left: 25px;
}

#nav ul {
	list-style: none;
	line-height: inherit;
}

#photoMain {
	display: none;
}

body#indexPage #photoMain, body#proofPage #photoMain {	
	width: 990px;
	height: 430px;
	float: left;
	display: inline;
	position: relative;
	z-index: 6666;
}

body#indexPage #photoMain {	
	width: 1300px;
	height: 730px;
	margin: 10px auto 10px -150px;
	display: inline;
	position: relative;
	z-index: 6666;
}

body#indexPage #colorLink a, body#proofPage #colorLink a {
	display: block;
	width: 500px;
	height: 500px;
	position: absolute;
	right: 0;
	bottom: 0;	
}

h1 {
	font-weight: bold;
	font-size: 20pt;
	color: #000;
	line-height: normal;
}

h2 {
	font-weight: bold;
	font-size: 15pt;
	color: #4DAADE;
	line-height: 1.25em;
}

h3 {
	font-weight: bold;
	font-size: 13pt;
	color: #111;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#hOne {
	width: 950px;
}

#hOne h1 {
	margin-top: 0;
	margin-left: 8px;
}

body#indexPage #contentMain, body#proofPage #contentMain {
	width: 950px;
	min-height: 250px; 
	padding: 0 20px;
	margin-top: 0px;
	float: left;
	text-align: left;
	background: #FFF url(images/bg-green.png) bottom center no-repeat;
	/* #B2E76F green */
}

#contentMain {
	width: 950px;
	min-height: 550px; 
	padding: 0 20px;
	margin-top: 0px;
	float: left;
	text-align: left;
	background: #FFF url(images/bg-green.png) bottom center no-repeat;
	/* #B2E76F green */
}

#columnLeft {
	width: 580px;
	min-height: 200px;
	float: left;
	margin: 0px 10px;
	background: url(images/vert-line.png) right repeat-y;
	position: relative;
}

#columnRight {
	width: 338px;
	min-height: 161px;
	float: right;
}

.imgLeft {
	width: auto;
	float: left;
	text-align: center;
	margin-right: 15px;
}

.imgRight {
	width: auto;
	float: right;
	text-align: center;
	margin-left: 15px;
}

.priceLine {
	font-size: 50px;
    margin-top: 0;
    margin-bottom: 2px;
}

.homeHeading {
	margin-bottom: 2px;
	font-size: 230%;
}

.shadedBox {
	width: 60%;
    margin: 26px auto 0 auto;
    padding: 15px 10px;
    text-align: center;
    background: #E3F7CC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ul {
	list-style: square;
	margin: 0 auto;
	padding-left: 23px;
}

ul ul {
	list-style: circle;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	color: #7B470E;
	background: #7B470E;
	margin: 20px 0;
}

#footer {
	width: 980px;
	min-height: 55px;
	float: left;
	text-align: center;
	color: #000;
	line-height: 1.5em;
	position: relative;
}

#footer a {
	color: #111;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

#footerBoxLeft {
	width: 445px;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 0px;
}

#footerBoxRight {
	width: 445px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0px;
}

a {
	color: #4DAADE;
	text-decoration: underline
}

a:hover {  
	color: #666; 
	text-decoration: none
}
