/* CSS Document for DeAndrade Designs						*/
/* Author:	Design Consolidated    							*/
/* Date Created:	16/06/2008								*/
/* Date Modified:	18/08/2008          	 				*/
/* Filename:  styles.css            	 					*/

/*
Colours

#660000 - Rust Background
#8B4327 - Light Rust Strips
#0070A6 - Blue
#CB8808 - Gold Trim
*/

body h1 {
	color: #8B4327;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 1px;
}

body h2 {
	color: #8B4327;
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 15px;
	letter-spacing: 1px;
}

body h3 {
	color: #8B4327;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.bold {
	font-weight: bold;
}

/* Forms */

input, select, textarea, button {
	background: #FFF;
	border: 1px solid #A6AAAD;
}

#contactForm input, #contactForm select, #contactForm textarea, #contactForm button {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 257px;
}


input.checkbox, input.radio {
	background: transparent!important;
	border: 0!important;
}

#contactForm #contactSubmit {
	width: 80px;
}

.required {
	color: red;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

#error_list li {
	color: red;
}

td, th {
	font-size: 0.8em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 1.0em;
}
table td { } /* Fix bug in IE 5 */

#submenu {
	text-align: right;
	margin-bottom: 5px;
}

#submenu a {
	text-decoration: underline;
}

#submenu span {
	color: #CB8808;
}

#orderForm #orderSubmit {
	width: 80px;
}

#orderForm input, #orderForm select, #orderForm button {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 300px;
	margin-bottom: 5px;
}

#orderForm label {
 	margin-bottom: 5px;
}

#orderForm textarea {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 600px;
	height: 200px;
	margin-bottom: 5px;
}

/*ordering help page*/

#help_form_link a {
	text-decoration: underline;
}

#help_enquiry_link a {
	text-decoration: underline;
}

#help_enquiry2_link a {
	text-decoration: underline;
}