/* ************************************************************************ */
/* West Country Stoves style sheet                                          */ 
/* CSS Common block tags                                           		    */
/* ************************************************************************ */
a 			{
			color: #ff6600;
			text-decoration: none;
			}

a.copyright {
			bottom: 1%;
			clear: both;
			color: gray;
			float: right;
			font: bold 10px san-serif;
			margin-right: 1%;
			margin-top: 1%;
			position: relative;
			text-align: right;
			text-decoration: none;
			}		
body  		{
			background: black;
			color: white;
			font: 100% sans-serif;
			height:80%;
			margin-right: auto;
			position:absolute;
			width: 98%;
			}
p			{
			color: white;
			float: left;
			}
p.block		{
			display: block;
			float: left;
			margin: 0em 0em 1em 0em;
			position: relative;
			}
p.blockC	{
			display: block;
			float: left;
			position: relative;
			text-align: center;
			width: 100%;
			}
p.title		{
			border-bottom: solid 2px #ff6600;
			color: white;
			float: left;
			font: 28px sans-serif;	
			margin: 0px;
			position: absolute;
			text-align: left;
			}
.subtitle 	{
			height: 1em;
			margin-left: 1em;
			margin-right: 1em;
			}
#homecontact 	{			
				border:1px solid #ff6600;
				float: right;
				margin-right:  5px;
				margin-top: -10px;
				padding: 10px 5px;
				position:relative;
				text-align: left;
				width: 300px;
				}				
#logo			{
				background: black;
				color: white;
				float: left;
				font: 14px sans-serif;
				margin-bottom: 0px;
				margin-top: 0px;
				text-align: left;
				width: 100%;
				}	
#longbox 		{
				background:black;
				border:1px solid #ff6600;
				font: 1em Arial;
				height: 90%; 
				margin-bottom: auto;
				margin-left:  5px;
				margin-right:  5px;
				margin-top: 90px;
				padding-bottom:15px;
				padding-left:15px;
				padding-right:15px;
				padding-top:15px;
				position: relative;
				}		
#subtitle 		{
				color: white;
				float: left;
				font: 0.75em sans-serif;
				margin-left: 1%;
				margin-top: 10px; 
				text-align: left;
				}				 
/* ****************************************** */
/* Menu tags                                  */ 
/* ****************************************** */
#tabs 			{
				margin-left: -20px;
				margin-top: -51px;
				width: 100%;
				}
#tabs ul 		{
				list-style:none;
				margin:0;
				padding:10px 10px 0 0px;
				}
#tabs li 		{
			   	display:inline;
			   	margin:0;
			   	padding:0;
			   	}
#tabs a 		{
  		 		float:left;
				margin:0; 
      			padding:0px 0px 0px 5px;
      			text-decoration:none;
		 	   	}
#tabs a span 	{
			    background:url("tabright WCS3.gif") no-repeat center top;
				display:block;
				color:#FFF;
				float:left;
				font: bold 14px Arial;
      			padding: 5px 6px 4px 6px;
     			}
#tabs a.tabs0 span {
				background-color: #FFF;
				background:url("tabright WCS5.gif") no-repeat center top;
				border: thin solid #ff6600; 
				font: bold 14px Arial;
				margin-top: -2px;
				}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
				background:url("tabright WCS4.gif") no-repeat center top;
				color:#ff6600;
     			}
#tabs0 a 		{
			   	background:url("tabright WCS5.gif") no-repeat left top;
				float:left;
			   	height: 50px;
			   	margin:0; 
			   	text-decoration:none;
			   	}
#tabs0 li 		{
				background:url("tabright WCS5.gif") no-repeat left top;
				color:#ff6600;
				display:block;
				float:left;
        		font: bold 14px Arial;
	        	margin-left: 2px;
	        	padding: 5px 15px 4px 6px;
	    	    }
/* ************************************************************************ */
/* End of tags																															*/ 
/* ************************************************************************ */

