/* CSS Document
 *	File    	:   default.css
 *	System      :   Capital Resource Consultants
 *	Author      :   Smart Marketing > Christy Sobolewski
 *	Description :   Sets layout and default styles for entire site 

 *					This file is required on all pages
 */

/* ********** PRINT RELATED *************************** */
.print {display:none;}

/* ********** STANDARD HTML *************************** */
em {font-style:italic;}
strong {font-weight:bold;}
h2 {font-size:18px; line-height:28px;}
h3 {font-size:22px; line-height:36px;}
h4 {font-size:22px; line-height:24px;}
p {line-height:24px; margin:12px 0;}
#books form {text-align:center;}
table {width:400px; margin:0 auto;}
#contact table {margin:0;}
table#purchase_table, table#payment_table { margin:0 auto; width:500px;}
table#purchase_table table { margin:0 auto;width:500px;}
table tr td {padding:2px;}
/* ********** PAGE LAYOUT *************************** */
body {margin:0; padding:0; line-height:16px; color:#022A5E; font-family:"Times New Roman", Times, serif; font-size:100%; text-align:center;  background:url(../layout/images/bkgnd_repeat.jpg) repeat 0 0;}
#wrapper { background:url(../layout/images/bkgnd_norepeat.jpg) repeat-x 0 0;}
#content_wrapper {margin:auto; text-align:center; width:993px;}
#header { background:url(../layout/images/header.jpg) no-repeat bottom left; width:993px; height:260px; float:left;}
	#header #nav {width:43%; float:left; color:white; margin-left:18px;}
		#header #nav li {float:left; font-size:18px; padding:90px 6px 0 6px;}
			#header #nav li a {color:#ffffff; text-decoration:none;}
			#header #nav li a:hover {color:#C09E42;}
			#home #header #nav li a.nav_home, #books #header #nav li a.nav_books, #contact #header #nav li a.nav_contact {color:#C09E42;}
	#header #search {width:43%; float:right; text-align:right;}
#content { background:url(../layout/images/body_repeat.jpg) repeat-y 0 0; text-align:left; line-height:20px; float:left; position:relative; margin-top:7px;}
	#content #ordernow {float:right;}
	#content #one {float:left; padding:0 12px; border-right:1px solid #AD8006;}
	#content #two {float:left; width:70%; padding-left:12px;}
#identity { background:url(../layout/images/identity.jpg) no-repeat 0 0; width:993px; height:160px;}
#footer { background:url(../layout/images/footer.jpg) no-repeat 0 0; width:993px; height:112px; float:left;}
	#footer p {font-size:22px; line-height:122px;}
		#footer p a {text-decoration:none;}

/* ********** MISC CLASSES *************************** */
.left { float:left; border-right:1px solid #AD8006; margin-right:12px; }
.right { float:right;}
.content_left {float:left; padding:0; padding-left:12px; width:100%;}
.gold {color:#C09E42;}
.center {text-align:center;}
.blue {color:#022A5E;}