/* ====================

Title: Crested Cushions Main stylesheet
Last updated: 15/09/2007

==================== */


/* --------------------------
 @Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; } :focus { outline : 0; } ol, ul { list-style : none; } table { border-collapse : collapse; border-spacing : 0; } caption, th, td { text-align : left; font-weight : normal; }


/* --------------------------
 @Base
----------------------------- */

html	{ height: 100%; margin-bottom: 1px;}

body	{ background: #fbf8ec url('../images/bg_body.gif') repeat-x; padding-bottom: 10px;}


/* --------------------------
 @Typography
----------------------------- */

body {
	font-family: georgia, times, serif;
	color: #222;
	line-height: 1.5; /* http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
}

body { font-size: 75%; } /* Set font size */

p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1.5em
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, serif;
}

h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.222em;
	margin-bottom: 0.7em
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.222em;
	margin-bottom: 1.15em;
	padding-top: 0.45em;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.222em;
	margin-bottom: 0.7em;
	padding-top: 0.45em;
}

a:link {
	color: #2b5589
}

a:hover, a:active {
	text-decoration: none;
}

#content ul, #content ol {
	margin: 0 0 1.8333em 1.2em;
}

li {
	line-height: 1.8333em
}

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border: 0.1em solid #ddd; padding: 1.5em; }
code        { font: 0.9em Monaco, monospace; }


.last { margin-bottom: 0;}


/* --------------------------
 @Structure 
----------------------------- */

#content {
	background: url('../images/bg_content.gif') repeat-y;
	margin: 15px auto;
	overflow: hidden;
	width: 764px;
}

#content_main {
	padding: 10px 20px 15px 0px;
	width: 485px;
}

#content_secondary {
	padding: 15px 0px 15px 20px;
	width: 239px;
}


/* --------------------------
 @Branding
----------------------------- */

#branding {
	background: #692023 url('../images/bg_branding.gif') repeat-x;
	border-bottom: 1px solid #4a0b0a;
	height: 135px;
	text-align: center;
}

#logo {
	margin-top: 15px;
	margin-right: -15px;
}


/* --------------------------
 @Navigation 
----------------------------- */

#navigation_main {
	background: #d25251 url('../images/bg_navigation_main.gif') bottom left repeat-x;
	border-bottom: 1px solid #ae2726;
	border-top: 1px solid #e76665;
	min-height: 38px;
	overflow: hidden;
}

#navigation_main ul {
	margin: 0 auto;
	width: 768px;
}

#navigation_main li {
	float: left;
	font-family: times, "times new roman", "times roman", serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	list-style-type: none;
	margin: 0 20px;
	padding: 8px 3px 6px;
	text-transform: uppercase;
}

	#navigation_main li.current {
		color: #f7dda4;
	}
	
	#navigation_main li.last {
		margin-right: 0;
	}

#navigation_main li a {
	color: #000;
	text-decoration: none;
}

#navigation_main li a:hover {
	color: #7e0e0d
}

/* --------------------------
 @Home page
----------------------------- */

#teaser {
	margin-bottom: 1.5em;
}

#teaser p {
	font-size: 1.3em;
	font-style: italic;
}

#example {
	float: right;
	margin-top: -20px;
}


/* --------------------------
 @Process slideshow
----------------------------- */

#slide {
	display: block;
	margin: 0;
}

#slidecaption {
	background: #f1ecd6;
	margin: 0;
	padding: 8px 0;
	text-align:center;
}

.caption {
	background: #f1ecd6;
	padding: 6px;
	text-align: center;
}

.caption .pipe {
	color: #d4cba5;
}


/* --------------------------
 @Examples
----------------------------- */

.example {
	display: block;
	margin: 0 0 20px 0;
}


/* --------------------------
 @Features
----------------------------- */

.feature {
	background: transparent url('../images/bgbottom_feature.gif') bottom left no-repeat;
	margin: 0 0 25px;
	text-align: center;
}

.feature h3 {
	background: transparent url('../images/bgtop_feature.gif') top left no-repeat;
	color: #000;
	font-size: 1.7em;
	margin: 0 0 0.5em;
	padding: 15px 0 0 0
}

.feature p {
	color: #222;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
	padding: 0 20px 18px
}

#ad_footloose p {
	text-align: left;
}

#ad_footloose img {
	float: right;
	margin: 3px 13px 0 10px;
}

#ad_footloose .learnmore {
	display: block;
	margin: 0.5em 0 0 0
}

#content_secondary hr {
	background: url('../images/divider.gif') top center no-repeat;
	border: 0;
	height: 17px;
	margin: 0 0 25px;
}

.testimonial {
	margin: 0 0 25px;
	padding: 0 7px;
	text-align: center;
}

	#contact .testimonial {
		background-image: none;
		margin-top: 0;
		padding-top: 0;
	}

.testimonial p {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0;
}

.testimonial .customer {
	font-style: normal;
	font-weight: bold;
	line-height: 1.8em
}


/* --------------------------
 @Footer
----------------------------- */

#site_info {
	background: url('../images/bg_site_info.gif') top center no-repeat;
	margin: 0 auto;
	padding: 0 4px 4px 4px;
	width: 768px;
}

#site_info p {
	border-top: 1px solid #e7e0c7;
	color: #676354;
	margin-bottom: 0px;
	padding: 15px 20px;
	text-align: center;
}

.pipe {
	color: #e6dfc5;
	margin: 0 10px;
}



/* --------------------------
 @Presentational classes
----------------------------- */

.container {
	margin: 0 auto;
	position: relative;
	width: 991px;
}

.column {
	float: left;
}

.colspan-1 {
	width: 237px;
	margin-right: 11px
}

#page_contact .last {
	margin-right: 0;
}

.highlight {
	background: #fffbe2;
	border: 3px solid #ffe222;
	padding: 10px;
}

img.thumb {
	width: 100px;
}

img.small {
	width: 200px;
}

.left {
	float: left;
	margin: 0 20px 5px 0;
}

.photoleft {
	border: 10px solid #e9e1c4;
	float: left;
	margin: 0 15px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 20px;
}

.photoright {
	border: 10px solid #e9e1c4;
	float: right;
	margin: 0 0 5px 15px;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}


/* --------------------------
 @Forms
----------------------------- */

#enquiryform {
	border-bottom: 1px solid #e7e0c7;
	padding-bottom: 20px;
}

.form {
	margin-bottom: 15px;
}

.form fieldset {
	border: 0;
}

	.form fieldset.nolegend legend {
		display: none;
	}
	
#content .form ol {
	margin: 0
}

.form li {
	list-style-type: none;
	margin: 0 0 1.2em 0;
}

	.form li.last {
		margin: 0
	}

.form label {
	font-weight: bold;
	display: block;
	margin: 0 0 4px;
}

.form input.textfield {
	font-size: 1em;
	padding: 3px;
	background: #FBFDFE;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	font-family: verdana, arial, sans-serif;
}

	.form input.textfield:focus {
		background: #FFF
	}
	
	#enquiryform input.textfield {
		width: 382px;
	}

.form textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: #FBFDFE;
	padding: 3px;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
}

	.form textarea:focus {
		background: #FFF
	}
	
	#enquiryform textarea.textfield {
		height: 15em;
		width: 382px;
	}

.form select {
	font-family: verdana, arial, sans-serif;
}

.form input.submit {
	font-weight: bold;
	font-size: 0.8em;
	padding: 4px 0;
}

.error {
	padding: 10px;
	background: #f7e8e8;
	color: #000;
	border: 3px solid #c84040;
	margin: 0 0 20px 0;
}

#content .error ul {
	margin-bottom: 0;
}

.error li {
	margin: 0 0 5px 1.4em;
	list-style-type: decimal;
}

.success {
	background: #f8e7a1;
	border: 2px solid #dcc153;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
}

.error h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.4em;
	padding: 0;
}

.required, label span.required {
	color: #A6010C;
}