/*********************************************
W E R R A // KDD 11.2008
*********************************************/

/* Import browser reset style sheet */
@import url(reset.css); 
/* Import typography style sheet */
@import url(typo.css);
/* Import products style sheet */
@import url(products.css);
/* Import detail style sheet */
@import url(detail.css);
/* Import gallery style sheet */
@import url(gallery.css);
/*********************************************
  M A I N   L A Y O U T
*********************************************/

html 	{ 
			text-align : center;
			background-color : #747474;
		}
		
body	{
			text-align:center;
		}
		
#page-center {
		padding-top : 20px;
		width:700px;
		margin:0px auto;
		text-align:left;
		}


div#head	{
				position : relative;
				height : 101px;
				margin-bottom : 10px;
				background-image:url(../images/head.jpg);
			}

div#nav	{
			position : relative;
			height : 20px;
			text-align : left;
			margin-bottom:10px;
			background-image:url(../images/nav.jpg);
		}
		
div#catcol	{
				position : relative;
				float : left;
				width : 200px;
			}
			div#catfencing	{
								position : relative;
								width : 260px;
								height : 100px;
								margin-bottom : 10px;
								
								background-image:url(../images/catfencing.jpg);
							}
			div#catgates	{
								position : relative;
								width : 260px;
								height : 100px;
								margin-bottom : 10px;
								
								background-image:url(../images/catgates.jpg);
							}
			div#catturns	{
								position : relative;
								width : 260px;
								height : 100px;
								margin-bottom : 10px;
								
								background-image:url(../images/catturns.jpg);
							}

div#textcol	{
				position : relative;
				float : right;
				width : 430px;
			}
			div#blurb	{
							position : relative;
							height : 210px;
							width : 430px;
							margin-bottom : 10px;
							
							background-image:url(../images/blurb.jpg);
						}
			div#newsshort	{
								position : relative;
								height : 100px;
								width : 430px;
								margin-bottom : 10px;
								
								background-image:url(../images/newsshort.jpg);
							}
div#content	{
				position : relative;
				float : right;
				width : 700px;
							background-image:url(../images/page_background.gif);
							background-repeat:repeat-y;

			}
			div#textarea	{
							position : relative;
							width : 680px;
							padding-left:5px;
						}
/* FORM */
form input, form textarea	{
				margin-left : 10px;
			}

div#foot	{
				position : relative;
				clear : both;
				width : 700px;
			}
			div#contactfoot	{
								float : left;
								width : 450px;
								height : 45px;
								
								background-image:url(../images/contactfoot.jpg);
							}
			div#brochurefoot	{
									float : right;
									width : 240px;
									height : 45px;
									
									background-image:url(../images/brochurefoot.jpg);
								}
								
								
