/* main elements */
html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #000;
	width: 100%;
	height: 100%;
	min-width: 980px;
	background: #F4C9F6;
}


/* splash box section */

#splash div.layout {
	padding: 0 0 140px 0;
	z-index:100;
}

/*div.deco {
	position: absolute;
	top: -550px;
	left:280px;
	width: 680px;
	height: 540px;
	background: url(../images/splash_small.gif) no-repeat;
	z-index:100;
}*/

div.deco {
	display:block;
	position: relative;
	left:280px;
top:-475px;
	width: 680px;
	height: 540px;
	background: url(../images/splash_small.gif) no-repeat;
	z-index:100;
}


img {border:none;}

#container {
	width: 100%;
	height: 100%;
	position: relative;

}

body.index #container {
	min-height: 860px;
}

* html body.index #container {
	height: 860px;
}

a {
	color: #314FAD;
	text-decoration: none;
}

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

a:visited {
	color: #444;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

ul, ol {
	margin: 0 0 0 22px;
	padding: 0 0  20px 0;
}

h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 32px;
	line-height: 28px;
	font-weight: bold;
	color: #AE2C86;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #AE2C86;
}

h4, dt {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #AE2C86;
}

dl, dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0 0 20px 0;
}

blockquote {
	margin: 0;
	padding: 0 20px;
	font: italic 16px/22px Georgia, 'Times New Roman', Times, serif;
}

div.layout {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* form elements */
form {
	margin: 0;
	padding: 0;
}

input.text {
	font: 12px/20px Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	padding: 2px 4px;
	background: #FFF;
}

/* pagination box section */
div.pagination {
	bottom: 0;
	left: 0;
	clear: both;
	width: 860px;
	overflow: hidden;
}

div.pagination .full {
	width: 860px;
	float: left;
	border-top: 1px solid #DFE0E1;
	padding: 6px 0;
}

div.pagination .prev {
	width: 50%;
	float: left;
	padding: 6px 0;
}

div.pagination .next {
	width: 50%;
	float: right;
	text-align: right;
	padding: 6px 0;
}

div.pagination a {
	color: #221F1F;
	font-weight: bold;
}

div.pagination a:hover {
	color: #BF1226;
	font-weight: bold;
}

/* header section */
#header {
	width: 100%;
	position: relative;
	z-index: 6;
	background: #2C2C2C;
	height: 195px;
}

/* logo section */
h1.logo {
	position: absolute;
	top: 20px;
	left: 14px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 452px;
	height: 158px;
	background: url(../images/logo.gif) no-repeat;
	z-index: 4;
}

h1.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 452px;
	height: 134px;
}

/* navigation section */
#navigation {
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 5;
	top: 158px;
	left: -65px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 36px;
}

#navigation li {
	float: left;
	padding-left: 80px;
}

#navigation a,
#navigation a:visited {
	color: #FFF;
	float: left;
}

#navigation a:hover,
#navigation li.active a {
	color: #F4EE78 !important;
	text-decoration: none;
}

/* content section */
#content {
	width: 100%;
	position: relative;
	z-index: 4;
}

#content div.layout {
	padding: 20px 14px;
	width: 952px;
}

body.index #content div.layout {
	padding: 60px;
	width: 860px;
	padding-bottom: 210px;
}

/* inner boxes section */

/* quick news box section */
div.quick-news {
	width: 250px;
	margin-left: -45px;
}

div.quick-news h2 {
	margin-left: -20px;
	text-indent: -9999px;
	width: 140px;
	height: 70px;
	background: url(../images/headline-news.gif) no-repeat;
	position: relative;
}

div.quick-news p.date {
	padding: 0;
}

div.quick-news span {
	display: block;
}

	  /* old splash box section css*/
	  /*#splash {
		  position: absolute;
		  left: 0;
		  bottom: 0;
		  width: 100%;
		  z-index: 10;
	  }*/

/* subscribe form section */
div.subscribe-form {
	display:block;
	position:relative;
	width: 240px;
	padding-left: 14px;
	bottom:200px;
	z-index:10;
}

div.subscribe-form input.text {
	width: 230px;
	border: 1px solid #DB0908;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 5px;
}

.glasses {
	display:block;
	position:relative;
	margin-left:50px;
	margin-top:-10px;
}

/* form styles */

form {
	width: 880px;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form label {
	display: block;
	width: 410px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form label.field-email {
	clear: left;
	float: left;
	margin: 0px 45px 0px 0px;
	width: 200px;
}


form label.field-subject {
	float: left;
	margin: 0px 30px 0px 0px;
	width: 200px;
}

form label.field-email input {
	float: left;
	width: 200px;
	padding: 5px;
	border: 1px solid #DB0908;
	font: 12px Helvetica, Arial, sans-serif;
}

form label.field-subject input {
	float: left;
	width: 555px;
	padding: 5px;
	border: 1px solid #DB0908;
	font: 12px Helvetica, Arial, sans-serif;
}

textarea {
	display: block;
	width: 800px;
}

form textarea {
	margin-top: 3px;
	height: 200px;
	border: 1px solid #DB0908;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 5px;
}

/*Contact Form Page */
.contact_management {
	  display:block;
	  position:relative;
	  float:right;
	  top:0px;
	  margin-bottom:40px;
	  width:621px;
	  height:100px;
	  background-image: url(http://www.12ozprophet.com/letigreworld/images/contact_management.png);
}
.contact_message {
	  display:block;
	  position:absolute;
	  top:200px;
	  float:left;
	  margin-bottom:40px;
	  width:599px;
	  height:108px;
	  background-image: url(http://www.12ozprophet.com/letigreworld/images/send_us_a_message.png);
	  z-index:45;
}
.contact_write {
	  display:block;
	  position:absolute;
	  margin-left:80px;
	  margin-top: 60px;
	  top:300px;
	  width:370px;
	  height:155px;
	  background-image: url(http://www.12ozprophet.com/letigreworld/images/or_write_us.png);
	  }
.subscribe-form-contact {
	  display:block;
	  position:relative;
	  float:right;
	  top:250px;
}

.subscribe-form-contact h3 {
	  color:#4963b6;
	  font-size:20px;
}
.glasses-contact {
	  display:block;
	  position:relative;
	  margin-left:200px;
	  top:-35px;
}