@charset "utf-8";

/* CSS RESET */
@import url(reset.css);
@import url(general.css);

/* CSS layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ece6dd url(images/blue-background.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #686868;
}

#container, #footer .in-foot {
	width:900px;
	margin:0px auto;
	text-align:left;
}

#header {
	background: url(images/blue-header-background.jpg) no-repeat;
	height: 350px;
	margin-top: 13px;
	position: relative;
}

#header .logonav {
	float:left;
	display:inline;
	width:430px;
	Height:333px;
}
	
	


h1.logo {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/k-b-walker-writes.png)  center no-repeat; 
	margin: 110px 45px 0px 35px;
}

h1.logo a {
	display: block;
	width: 322px !important;
	height: 87px;
	margin: 0px 0px 0px 0px;
}

ul.menu {
	height:35px;
	width:500px;
	display:block;
	margin:97px 0px 0px 22px;
	text-align:left;

}

ul.menu li {
	display:inline;
	line-height:35px;
	padding:0px 20px;
}

ul.menu li a:link, ul.menu li a:visited {
	color:#FFFFFF; 
	text-decoration:none; 
	font:14px  Arial, Verdana, Helvetica, sans-serif; 
	cursor:pointer; 
	text-transform:uppercase;
	font-weight: bold;
}

ul.menu li a:hover, .home ul.menu li a.home, .product ul.menu li a.product, .contact ul.menu li a.contact{
	color:#f6dab7; 
	text-decoration:none; 
	font:14px  Arial, Verdana, Helvetica, sans-serif; 
	cursor:pointer; 
	text-transform:uppercase;
	font-weight: bold;
}

#header .book {
	float:right;
	display:inline;
	width:249px; 
	Height:313px;
	margin: 30px 45px 0px 0px;
}

#content {
	text-align:justify;
	
}

.col01{
	float:left;
	display:inline;
	margin:20px 45px;
	width:356px;
	color: #686868;
}

.col02{
	float:right;
	display:inline;
	margin:20px 45px;
	width:356px;
	color: #686868;
}

#content .col02 p, #content .col01 p {
	line-height: 16px;
	margin-bottom: 16px;
}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #d53c26 url(images/footer-fade-overlay.png) repeat-x;
	height: 145px;
	margin: 50px 0 0 0;
	color:#fff;
	font-weight:bold;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color:#fff;
	text-decoration:none;
}


#footer .in-foot .col02 {
	text-align:right;
}

#footer .in-foot .col02, #footer .in-foot .col01 {
	color:#fff;
}



/*   CONTACT   */

input.inputfield {
	width:220px;	
	color:#fff;
	background:#d53c26;
	vertical-align:middle;
	padding:10px;
	border:0px;
}

input.submit, input.reset {	
	color:#fff;
	background:#d53c26;
	vertical-align:middle;
	padding:10px;
	border:0px;
}


div.dropdown-list {
	width: 207px;	
	color:#fff;
	background:#d53c26;
	vertical-align:middle;
	padding:10px;
	border:0px;
	float:left;
}

div.dropdown-list a:link, div.dropdown-list a:visited, div.dropdown-list a:hover {
	color:#fff;
}


textarea{
	width:220px;
	height:200px;
	color:#fff;
	background:#d53c26;
	vertical-align:middle;
	padding:10px;
	border:0px;
}

table#contacttable td {
	padding:10px;
	vertical-align:top;
}


p.kbson {
	margin-top:-35px;
	text-align:right;
}


p#thanks {
	border:1px solid #5b8554; 
	color:#5b8554;
	padding:5px;
	text-align:center;
	background:#d6f3d1;

}

p#fail {
	border:1px solid #810d0d; 
	color:#810d0d;
	padding:5px;
	text-align:center;
	background:#f0cbcb;
}

/******************************************************/
/* Styling for New ASP Contact Form */
/******************************************************/

form#aspcontactform {
	display: inline; /*fix ie6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 480px;
	margin: 15px 0;
}

form#aspcontactform ul {
	list-style: none;
	padding: 0px; /* no reset stylesheet being used so reset the defaults */
	margin: 0px; /* no reset stylesheet being used so reset the defaults */
}

form#aspcontactform ul li {
	margin-bottom: 15px;
	float: left;
	display: inline; /*fix ie6 */
	clear: both; /*fix ie6 and ie7 stop them being gay */
	display: block; /*fix ie6 and ie7 stop them being gay */
	width: 100%; /*fix ie6 and ie7 stop them being gay */
}

form#aspcontactform label {
	float: left;
	display: inline; /*fix ie6 */
	width: 120px;
	line-height: 30px;
	cursor: pointer;
}

form#aspcontactform input, form#aspcontactform textarea, form#aspcontactform select {
	float: left;
	display:inline; /*fix ie6 */
	width: 220px;
	border:none;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #D53C26;
	border: solid 1px #D53C26;
	padding: 0 0 0 5px;
}

form#aspcontactform select {
	width: 227px;
	padding: 5px;
}

form#aspcontactform textarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	padding: 5px 0 0 5px;
	line-height: 16px;
}

form input#submit {
	clear: both;
	width: 114px;
	height: 37px;
	display: inline; /*fix ie6 */
	border: solid 1px #CCC;
	font-size: 12px;
	font-weight: bold;
	background:#D53C26;
	margin: 15px 0 0 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	cursor: pointer;
}

form#aspcontactform input:focus, form#aspcontactform textarea:focus, form#aspcontactform input#submit:hover{
	border: solid 1px #AF301F;
}

form#aspcontactform input#submit {
	border: none;
}

form#aspcontactform input#submit:hover {
	background: #AF301F;
	border: none;
}

p.contactrequired {
	font-size: 11px;
	margin: 0 0 0 96px;
	float: left;
	display: inline; /*fix ie6 */ 
}

span.asterisk {
	font-size: 14px;
	color: #F00;
}

form .error {
	border: 1px solid #d14c0e;
}

p.success-message, ul#form-error {
	margin: 15px 0;
	padding:15px 25px;
	background-color:#DFF2BF;
	width: 296px;
	color: #4F8A10;
	border: solid 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#form-error {
	background-color:#FFBABA;
	color: #b53737;
	list-style-position:inside;
	list-style: none;
}

ul#form-error li {
	margin: 4px 0;
}

li#error-header {
	list-style-type: none;
	padding: 0 4px 0 0;
	font-weight: bold;
}
