@charset "UTF-8";
/* Background-Styles */

/*---------Background Style-------------*/

body {
	margin:0px; padding:0px;
	background-color:#efede3;
	font-family:Arial, Helvetica, sans-serif;
	color:#2b2c2c;
	font-size:13px;
	line-height:19px;
}
#main {
	background:#efede3 url(/assets/templates/mwv/images/bg.jpg) repeat-x;
	text-align:center;
}
#main .container {
	min-height:250px;
	text-align:left;
}
#maininner {
	background:#efede3 url(/assets/templates/mwv/images/inner-bg.jpg) repeat-x;
	text-align:center;
}
#maininner .container {
	min-height:250px;
	text-align:left;
}
#footer {
	background-color:#4d5338;
	color:white;
	padding:15px;
	border-top:thin #fff solid;
}

#footer a {
	color:#FFF;
	text-decoration:underline;}
	
.container {
	width:960px;
	margin:0 auto;
  	position:relative;
}

/*---------Header Style-------------*/

#header {
	padding-top:20px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(/assets/templates/mwv/images/logo.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
	margin-left:45px;
	width:329px;
	height:142px;
}
#menu {
	background: url(/assets/templates/mwv/images/nav-b.jpg) no-repeat;
	margin-top:10px;
	width: 481px;
	height:38px;
}
	
ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	right:0px;
}
ul#menu li {
	display:inline;
	margin-left:12px;
	list-style-type:none;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }

/*------------- Menu Styles -----------------*/

#menu {
	float:right;
	top:30px;}

#menu ul {
	margin:0px; padding:0px;
	list-style-type:none;
	margin-top:8px;
	margin-left:20px;
	right:0px;
}

#menu a {}

#menu ul li {
	display:inline;
	margin-left:12px;
}
#menu ul li a {
	text-decoration:none;
	color:#4f5637;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#menu ul li a.active, #menu ul li a:hover {
	color:#4a150f;
}

/*-------------Banner-Styles------------------*/

#banner {
	background: url(/assets/templates/mwv/images/banner.png) repeat-x;
	width:960px;
	height:312px;
	margin-top:61px;
}

/*--------------- Text Styles---------------------*/

h2 {
	margin:10px 0px 5px 0px;
	padding-bottom:20px;
	font-size:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4a150f;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#202412;
	text-decoration:none;
	font-weight:bold;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
}
a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}
/*------------------Feature Products--------------------*/
#products {
	height:200px;
	width:960px;
	padding-left:1px;
	padding-top:12px;
	}

#productslist {
		list-style:none;
		margin:0;
		padding:0;
	}
#productslist li {
		float:left;
		display:block;
		width:225px;
		height:150px;
		display:inline;
		padding:7px; 
		}
#productslist li a {
		border:none;
		color:#FFF;
		font-size:1.4em;
		}
#productslist p   {
		margin-bottom:0;
		padding-top:5px;
		}
		
#productslist li .show{
			display:block;
			width:225px;
			height:150px;
		}
#productslist li .hide {
			color:#fff;
			text-align: left;
			height: 0;
			overflow: hidden;
			background:#404726;
		    }
#productslist li:hover .hide{
			cursor: pointer;
			height: 133px;
			padding:10px;
			width:215px;
		}
#productslist li:hover .show {
		height: 0;
		overflow: hidden;
		}			
img {
	border-style:none;}
	
/** Fencing Rollover Effects a.singleRollover selector **/

a.singleRollover {
	display: block;
	width: 225px;
	height: 150px;
	background: url(/assets/templates/mwv/images/fencing-bg.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

/** Fencing Rollover Effects a.singleRollover selector **/

a:visited.singleRollover {
	background-position: 0 -150px;
}

a:hover.singleRollover {
	background-position: 0 -300px;
}

a:active.singleRollover {
	background-position: 0 -450px;
}

/** Decking Rollover Effects a.singleRollover selector **/

a.singleRollover2 {
	display: block;
	width: 225px;
	height: 150px;
	background: url(/assets/templates/mwv/images/decking-bg.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

/** Decking Rollover Effects a.singleRollover selector **/

a:visited.singleRollover2 {
	background-position: 0 -150px;
}

a:hover.singleRollover2 {
	background-position: 0 -300px;
}

a:active.singleRollover2 {
	background-position: 0 -450px;
}

/** Railing Rollover Effects a.singleRollover selector **/

a.singleRollover3 {
	display: block;
	width: 225px;
	height: 150px;
	background: url(/assets/templates/mwv/images/railing-bg.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

/** Railing Rollover Effects a.singleRollover selector **/

a:visited.singleRollover3 {
	background-position: 0 -150px;
}

a:hover.singleRollover3 {
	background-position: 0 -300px;
}

a:active.singleRollover3 {
	background-position: 0 -450px;
}

/** Column Rollover Effects a.singleRollover selector **/

a.singleRollover4 {
	display: block;
	width: 225px;
	height: 150px;
	background: url(/assets/templates/mwv/images/column-bg.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

/** Column Rollover Effects a.singleRollover selector **/

a:visited.singleRollover4 {
	background-position: 0 -150px;
}

a:hover.singleRollover4 {
	background-position: 0 -300px;
}

a:active.singleRollover4 {
	background-position: 0 -450px;
}
/*------------------Content Areas------------------------*/

#content {
	overflow:auto;
	margin-bottom:10px;
}

#maincontent {
	width:615px;
	margin-right:25px;
	float:left;
	padding-bottom:20px;
}

#maincontentright {
	width:615px;
	float:right;}

#maincontentleft {
	float:left;
	width:290px;
	padding-right:20px;}	

#contactform {
	float:right;
	width:290px;
	height:425px;
	background-image: url(/assets/templates/mwv/images/form-bg.png);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:30px;
}

#contactform p {
	color:#900;
	width:250px;}

#contactform2 {
	float:right;
	width:270px;
	height:350px;
	background-color:#efede3;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:15px;
	padding-left:25px;
}

#contactform2 h3 {
	font-size:1.3em;}

#fulldiv {
	width:960px;
	padding-bottom:20px;}

.floatright {
	float:right;}

.floatleft {
	float:left;}

.contactinfo h3 {
	font-size:1.4em;
	margin-top:-18px;}

/*------------------Suppliers Area--------------------------*/

.suppliers {
	width:960px;
	height:96px;
	margin:0 auto;
  	position:relative;
	background: url(/assets/templates/mwv/images/suppliers-bg.png) no-repeat;
	padding-bottom:10px;
	margin-top:-20px;
}

.suppliers ul {
	list-style-type:none;
	margin-right:-3px;
	margin-left:0px;
}

.suppliers li {
		display:inline;
}	

#supp {
	float:left;
	height:53px;
	margin-left:-33px;}

#supp ul {
	list-style:none;
	margin:0px;
	padding-top:25px;
	padding-bottom:0px;
	padding-left:-3px;
	padding-right:0px;}
	
#supp li {}	

/*------------------Products Page Accordian Menu------------------*/

/*-----------------Bread Crumbs---------------------------------*/

#breadcrumb{
	width:960px;
	height:30px;
	margin-top:5px;}
	
/*-------------------Fencing Submenus----------------------------*/

#fencetypes li {
	list-style-type:none;
	margin-left:-30px;
	line-height:2em;}

#fencetypes a:hover img {
	border:2px solid #9e947a;}

#fencetypes a:active img {
	border:2px solid #343e19;}

.justifyleft {
	float:left;}
	
.justifyright {
	float:right;}
	
#colors ul {
	margin-left:-20px;
}

#colors li {
	list-style-type:none;
	display:inline;
}

#column li {
	display:inline;}

#columns	{
	margin-left:0px;
	border:0px solid #e0ded1;
	padding-left:0px;}
	
#columns li {
	list-style-type:none;
	display:inline;
	width:150px;
	height:150px;
}	
	
#fencing li {
	display:inline;}

#fences	{
	margin-left:0px;
	background:#FFF;
	border:1px solid #e0ded1;
	padding-left:0px;}
	
#fences li {
	list-style-type:none;
	display:inline;
	width:150px;
	height:150px;
}

#chr	{
	margin-left:0px;}
	
#chr li {
	list-style-type:none;
	display:inline;
	
}

#screenrail	{
	margin-left:0px;}
	
#screenrail li {
	list-style-type:none;
	display:inline;
	
}

#railing li {
	display:inline;}

#railing	{
	margin-left:0px;
	background:#30351b;
	border:1px solid #e0ded1;
	padding-left:0px;
	margin-bottom:20px;}
	
#railings li {
	list-style-type:none;
	display:inline;
	width:150px;
	height:150px;
}


#fieldset { border: none;
padding-bottom:20px;}

.fieldset {
  width: 30em;
  position: relative;
  padding: 2.5em 1em 0.5em 1em;
  border: 1px solid #000;
  background: #cec4aa;
  font-size: 90%;
}

legend span {
  position: absolute;
  width: 29em;
  top: 0.5em; left: 1em;
  color: #000;
  font-weight: bolder;
}

#brochures {
	padding-bottom:15px;
	padding-top:10px;}

	
#product {
	padding-left:5px;
  margin:0;
  }
#product li {
  list-style-type: none;
  font-size:1.3em;
  line-height:1.7em;
  font-weight: 575;
  color:#404726;
  }

#presource {
	padding-top:30px;}	
	
#featureslist ul	{
	margin-left:20px;
}
	
#featureslist li {
	margin-left:10px;
}

#links {
	margin-top:20px;
	padding-bottom:20px;}
	