/* CSS Document */

body{
	background:#ffffc1;
}

p{
	line-height:2.0em;
}

div#banner{
	background: url(/sites/www.woozleceramics.com/images/header_bgr.jpg) no-repeat;
}

h1,h2,h3,h4,h5,h6 {
	color:#b40100;
	clear:both;
}

h2{
	font-size: 1.0em;
}

h3{
	font-size: 1.0em;
	margin:20px 0 10px 0;
}
h4{
	font-size: 1.0em;
}

table{
	border-collapse:collapse;
	font-size:0.9em;
	width:500px;
}

table td, table th{
	border: 1px solid #ff9a16;
	padding:3px 6px;
}


a{
	color:#b40100;
}

a:hover{
	color:#fe9915;
}

a:focus {
	outline:none;
}

div#container {
	background: url(/sites/www.woozleceramics.com/images/container_bgr.jpg) repeat-y;

}

div#banner {
	background: url(/sites/www.woozleceramics.com/images/header_bgr.jpg) no-repeat;
}


div#main_content {
	padding:20px 60px 60px 60px;
}

div#main_copy ul {
	margin:10px 0;
}

div#main_copy ul li{
	background: url(/sites/www.woozleceramics.com/images/bullet.gif) no-repeat left;
	padding: 0 0 0 40px;
	list-style:none;
}


div#testimonial {
	background: #fff url(/sites/www.woozleceramics.com/images/sidebar_bottom.gif) bottom no-repeat;
}

div#testimonial {
	font-size:0.9em;
/*	padding: 10px 10px 40px 10px;*/
	width:198px;
	background:#fff239;
	margin: 23px;
}

blockquote {
	background: #fff239 url(/sites/www.woozleceramics.com/images/open_quotes.gif) top left no-repeat;
	font-style: italic;
	padding: 30px 10px 10px 20px;
	width:168px;
	margin:0;
}

cite {
	background: url(/sites/www.woozleceramics.com/images/close_quotes.gif) bottom no-repeat;
	width:168px;
	height:71px;
	text-align: right;
	display:block;
	padding: 0 30px 20px 0;
	font-style: normal;
	margin:20px 0  0 0;
}

ul#primary_navigation{
	background: transparent;
}

ul#primary_navigation li {
	border-bottom:1px solid #000;
}


ul#primary_navigation li a{
	color:#000;
}

ul#primary_navigation li a:hover{
	color:#fff;
	background:#b40100;

}


div#subsidiary {
	background:  url(/sites/www.woozleceramics.com/images/sidebar_bgr.jpg) no-repeat;
	/*margin-left: -1px;*/
}


ul#breadcrumb li {
	color:#000;
}
ul#breadcrumb li a{
	color:#b40100;
}


ul#footer_navigation{
	padding-top:45px;
	background: #ffffc1 url(/sites/www.woozleceramics.com/images/footer_bgr.gif) no-repeat;
}

ul#footer_navigation li a{
	color:#fff;
	text-decoration:none;
}

ul#footer_navigation li a:hover{
	color:#000;
}

ul#company_details li{
	color:#000;
}
	
ul#company_details li{
	margin: 0 10px 0 0;
}

ul#company_details li a{
	color:#b40100;
}


div#share h3{
	color:#e56e05;
	border-bottom: 2px #e56e05 solid;
}

div#call_to_action{
	background: url(/sites/www.woozleceramics.com/images/call_bgr.jpg) repeat-y;
}

div#call_to_action_top{
	background: url(/sites/www.woozleceramics.com/images/call_top.jpg) no-repeat;
	height:84px;
}

div#call_to_action_end{
	background: url(/sites/www.woozleceramics.com/images/call_bottom.jpg) no-repeat;
}

div#call_to_action p{
	text-align:center;
	margin:-60px 0 0 0;
	font-size:1.3em;
}

/*div#call_to_action{
	background:red;
}

div#call_to_action_top{
	background: green;
	
}

div#call_to_action_end{
	background: blue;
}

*/
img{
	margin:10px;
	/*border:2px solid #fe9915;*/
}

img.center{
	text-align:center;
	margin: 0 20px;
}

img.right{
	float:right;
}

img.left{
	float:left;
}

p.clear{
	clear:both;
}

span.large{
	font-size:1.4em;
}