/* ----------------------------------------------
	Client : Eagle Eye Books
	Author : Trisha Adams
	Author URI : http://www.tadacreative.com/
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0px 0px 0px 0px; padding: 0; outline: 0 }

body {
	background: #C41230;
	font: 13px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #000000; 
	text-align: center;
	margin: 20px 0px 0px 0px;	
}

/* links */
a, a:visited {	
	color: #000000;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 1.9em;		
}
h2 {
	font-size: 1.5em;
	color: #88AC0B;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 5px 0px 0px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}

img.imgclear {
	background: none;
   	border: 0px;
	padding: 5px;
}
img.imgclearnp {
	background: none;
   	border: 0px;
	padding: 0px;
}

img.imgclearleft {
	background: none;
   	border: 0px;
	padding: 5px;
	float: left;
}


img.imgclearright {
	background: none;
   	border: 0px;
	padding: 5px;
	float: right;
}
img.float-right {
  	margin: 0px;  
	
}
img.float-left {
  	margin: 5px;
	background: none;
	border: none;
}


blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
	border: 1px solid #000000;		
}

th {
	font-weight: bold;
	text-align: center;
	background: #C3C3C3;
}

tr {
	background: #ffffff;
	vertical-align: top;
	border: 1px solid #000000;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
	color: #000000;

}

/* end - table */

/* form elements */
form {
	margin: 3px; 
	padding: 5px; 
	border: none; 
	background: none;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 850px;
	background: #FFF url(../images/wrap.gif) repeat-y center top;
	margin: 0px auto 0px auto;
	text-align: left;	
}

#wrap600px {
	position: relative;
	width: 600px;
	background: #FFF;
	margin: 0px auto 0px auto;
	text-align: left;	
}

#content {
	clear: both;	
	float: left;	
	width: 850px;						
	padding: 0px 0 15px 0; 	
}

#content600px {
	clear: both;	
	float: left;	
	width: 600px;						
	padding: 0px 0 60px 0; 	
}

#midwrap {
	clear: both;
	float: left;
	width: 850px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../images/midpagebg.jpg) repeat-y center top;
}

#header {
	position: relative;
	width: 850px;
	height: 181px;
	background: #ffffff url(../images/header.jpg) no-repeat;	
	color: #669ACC;	
	padding: 0px;	
	margin: 0px;	
}

#header600px {
	position: center;
	width: 600px;
	height: 300px;
	background: #ffffff url(../images/header600.jpg) no-repeat;	
	color: #ffffff;	
	padding: 0px;	
	margin: 0px;	
}

#header p {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 15px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-decoration: none;
	color: #ffffff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 110px; right: 5px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal italic 30px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 110px; left: 180px;		
}

#header #header-image {
	position: absolute;
	top: 15px; left: 35px;
	width: 40px;
	height: 40px;	
	background: none; 
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 850px;
	height: 49px;
	background: #ffffff url(../images/nav.jpg) center top no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 105px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 5px 0 5px;		
	
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0px 5px 0 5px;
	color: #000000;
	font: bold 15px/20px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-decoration: none;		
	
}
#nav ul li hover {
	color: #c41230;	
	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #c41230;	
	
}
#nav ul li#current {
	color: #000000;

}
#nav ul li#current a {	
	color: #000000;
	
}

/* Main Column */
#main {
	float: left;
	width: 810px;
	padding: 0px 20px 0px 20px; margin: 0px;
	display: inline;
	background: #ffffff;	
}

#main600px {
	float: left;
	width 600px;
	padding: 0px 20px 0px 20px; margin: 0px;
	display: inline;
	background: #ffffff;	
}

#main h2, #feature h2 {
	font: bold 1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #1d4f8b; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;

}
#main h2 a, #feature h2a, #main a, #feature a {
	color: #ED1B25;
	text-decoration: none;		
}
#main h2 a:hover, #feature h2 a:hover, #main a:hover, #feature a:hover {
	color: #1d4f8b;
	text-decoration: none;		
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#main span, #main600px span {
	color: #1d4f8b;
	font: bold 1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#main span.black, #main600px span.black {
	color: #000000;
	font: normal 1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


/* footer */
#footer {
	clear: both;
	width: 850px;
	margin: 0;
	padding: 10px 0 25px 0;
	background: #c41230 url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.8em;
	color: #000000;	
	text-align: center;	
	letter-spacing: .2px;
}
#footerwhite {
	clear: both;
	width: 850px;
	margin: 0;
	padding: 10px 0 25px 0;
	background: #ffffff;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.8em;
	color: #000000;	
	text-align: center;	
	letter-spacing: .2px;
}

#footerwhite {
	clear: both;
	width: 600px;
	margin: 0;
	padding: 10px 0 25px 0;
	background: #FFFFFF;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.8em;
	color: #000000;	
	text-align: center;	
	letter-spacing: .2px;
}

#footer600px {
	clear: both;
	width: 600px;
	margin: 0;
	padding: 10px 0 25px 0;
	background: #c41230 url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.8em;
	color: #000000;	
	text-align: center;	
	letter-spacing: .2px;
}

#footer p {
	padding:10px 0;
}
#footer p.big {
	font-size: 1.5em;
	padding: 0;
}
#footer a:hover { 
	color: #EFE2BF; 
	border-bottom: 1px dotted #EFE2BF;
	text-decoration: none;
}


	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {text-align: center; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


