/*------------------------------------------
Created:	01 June, 2009
Author:		Richard Smith
Contact:	richard.smith@peachdigital.com
Website:	www.peachdigital.com
-------------------------------------------*/

#wedcontainer	{
	font-family:verdana, arial, helvetica, sans serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	}
	
/* ----- Generic styles ----- */

#wedcontainer p	{
	font-size:11px;
	line-height:20px;
	margin:0px;
	padding:0px 0px 15px 0px;
	}
	
#wedcontainer img {
	margin:0px;
	padding:0px;
}
	
#wedcontainer .clear	{
	clear:both;
	}
	
#wedcontainer .bold	{
	font-weight:bold;
	}
	
#wedcontainer .micro	{
	font-size:8px;
	}

#wedcontainer a:active,
#wedcontainer a:focus {
    outline: 0;
	}
	
/* ----- Anchors ----- */
	
#wedcontainer a:link, 
#wedcontainer a:visited, 
#wedcontainer a:active	{
	color:#62394b;
	text-decoration:underline;
	font-weight:bold;
	}
	
#wedcontainer a:hover	{
	color:#62394b;
	text-decoration:none;
	font-weight:bold;
	}

/* ----- Headers ----- */

#wedcontainer h1	{
	padding:0px;
	margin:0px;
	}
	
/* ----- Main Containers ----- */

#wedcontainer	{
	width:640px;
	margin:0px;
	padding:0px;
	float:left;
	background:#f3f7e8;
	}	

/* ----- Content divs ----- */

#wedcontainer #banner	{
	float:left;
	width:640px;
	height:230px;
	margin:0px;
	padding:0px;
}

#wedcontainer #bannersmall	{
	float:left;
	width:640px;
	height:150px;
	margin:0px;
	padding:0px;
}

#wedcontainer #contentarea	{
	float:left;
	width:610px;
	padding:15px 12px 15px 15px;
	margin:0px;
}

#wedcontainer #thumbs	{
	float:left;
	width:625px;
	margin:0px;
	padding:0px 0px 15px 15px;
}

#wedcontainer #thumbs img	{
	float:left;
	margin:0px 7px 7px 0px;
	padding:0px;
}

/* ----- Navigation (courtesy of www.cssplay.co.uk) ----- */
	
#wedcontainer .menu {
	float:left;
	width:640px;
	height:26px;
	position:relative;
	z-index:100;
	}
	
/* hack to correct IE5.5 faulty box model */
* html #wedcontainer .menu {
	width:641px;
	w\idth:640px;
	}
	
/* remove all the bullets, borders and padding from the default list styling */
#wedcontainer .menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#wedcontainer .menu li {
	float:left;
	/*width:160px;*/
width: 213px;
	position:relative;
	background:url(../images/nav/navtilev2.jpg) top left repeat-x;
	}
	
/* style the links for the top level */
#wedcontainer .menu a, 
#wedcontainer .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#3e4236;
	/*width:160px; */
width: 213px;
	height:26px; 
	padding:0px; 
	line-height:26px; 
	text-align:center;
	background:url(../images/nav/navtilev2.jpg) top left no-repeat;
	font-weight:normal;
	}
	
#wedcontainer .menu a.last, 
#wedcontainer .menu a.last:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#3e4236;
	/*width:160px; */
width: 213px;
	height:26px; 
	padding:0px; 
	line-height:26px; 
	text-align:center;
	background:url(../images/nav/navtilelast.jpg) top left no-repeat;
	font-weight:normal;
	}
	
#wedcontainer .menu a.last:hover{color:#3e4236; background:url(../images/nav/navhoverlast.jpg);}
#wedcontainer .menu :hover > a.last{color:#3e4236; background:url(../images/nav/navhoverlast.jpg);}

* html #wedcontainer .menu a.last:hover{color:#3e4236; background:#deedc6;font-weight:normal;}/*IE6 gracefull degredation*/
* html #wedcontainer .menu :hover > a.last{color:#3e4236; background:#deedc6;font-weight:normal;}/*IE6 gracefull degredation*/
	
#wedcontainer .menu a#active,
#wedcontainer .menu a#active:hover,
#wedcontainer .menu li.selected a,
#wedcontainer .menu li.selected a:hover{
	display:block;
	font-size:12px;
	text-decoration:none;
	cursor:default;
	color:#3e4236;
	/*width:160px; */
width: 213px;
	height:26px; 
	padding:0px; 
	line-height:26px; 
	text-align:center;
	background:url(../images/nav/navactivev2.jpg) top left no-repeat;
	font-weight:normal;
	}
	
#wedcontainer .menu a#activelast,
#wedcontainer .menu a#activelast:hover{
	display:block;
	font-size:12px;
	text-decoration:none;
	cursor:default;
	color:#3e4236;
	/*width:160px; */
width: 213px;
	height:26px; 
	padding:0px; 
	line-height:26px; 
	text-align:center;
	background:url(../images/nav/navactivelast.jpg) top left no-repeat;
	font-weight:normal;
	}
	
/* a hack so that IE5.5 faulty box model is corrected */
* html #wedcontainer .menu a, 
* html #wedcontainer .menu a:visited {
	/*width:161px; 
	w\idth:160px;*/
width: 213px;
w\idth: 213px;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#wedcontainer .menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:26px;
	left:-1px; 
	width:202px;
	}
	
* html #wedcontainer .menu ul ul {
	top:25px;
	}

/* position the third level flyout menu */
#wedcontainer .menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#wedcontainer .menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#wedcontainer .menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#wedcontainer .menu ul ul a, 
#wedcontainer .menu ul ul a:visited {
	font-size:11px;
	color:#3e4236;
	height:26px;
	line-height:26px;
	padding:0px 0px 0px 10px;
	/*width:192px;*/
width: 213px;
	border:solid 1px #7e8672;
	border-top:none;
	text-align:left;
	background:url(../images/nav/navarrow.jpg) center right no-repeat #deedc6;
	font-weight:normal;
	}
	
/* yet another hack for IE5.5 */
* html #wedcontainer .menu ul ul a, 
* html #wedcontainer .menu ul ul a:visited {
	width:201px;
	w\idth:200px;
	}

/* style the top level hover */

#wedcontainer .menu a:hover{color:#3e4236; background:url(../images/nav/navhoverv2.jpg);}
#wedcontainer .menu :hover > a{color:#3e4236; background:url(../images/nav/navhoverv2.jpg);}

#wedcontainer .menu ul ul a:hover,
#wedcontainer .menu ul ul :hover > a{background:url(../images/nav/navarrowhover.jpg) center right no-repeat #c6d3b0;}

* html #wedcontainer .menu a:hover{color:#3e4236; background:#dfeec7;font-weight:normal;}/*IE6 gracefull degredation*/
* html #wedcontainer .menu :hover > a{color:#3e4236; background:#dfeec7;font-weight:normal;}/*IE6 gracefull degredation*/

* html #wedcontainer .menu ul ul a:hover{color:#3e4236; background:url(../images/nav/navarrowhover.jpg) center right no-repeat #c6d3b0;font-weight:normal;}/*IE6 gracefull degredation*/
* html #wedcontainer .menu ul ul :hover > a {color:#3e4236; background:url(../images/nav/navarrowhover.jpg) center right no-repeat #c6d3b0;font-weight:normal;}/*IE6 gracefull degredation*/

/* make the second level visible when hover on first level list OR link */
#wedcontainer .menu ul li:hover ul,
#wedcontainer .menu ul a:hover ul{visibility:visible; }

	
/* ----- table1 ----- */

#wedcontainer #table1	{
	float:left;
	font-size:11px;
}

#wedcontainer #table1 .required	{
	font-size:11px;
	color:#FF0000;
	}
	
#wedcontainer #table1 label	{
	margin:0px;
	padding:0px;
	line-height:11px;
	}
	
#wedcontainer #table1 input.textInput	{
	width:150px;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
	
#wedcontainer #table1 select	{
	margin:5px 0px 0px 0px;
	padding:0px;
	}
	
/* ----- table2 ----- */
	
#wedcontainer #table2	{
	width:260px;
	float:left;
	background:#dfeec7;
	border:solid 1px #b4bd9f;
	font-size:11px;
	padding:10px;
	margin:0px;
}

#wedcontainer #table2 input.textInput	{
	width:50px;
	margin:5px 0px 5px 0px;
	padding:0px;
	}
	
#wedcontainer #table2 select	{
	margin:5px 0px 0px 0px;
	padding:0px;
	}
	
#wedcontainer #table2 textarea	{
	width:260px;
	height:40px;
	margin:0px;
	padding:0px;
}

#wedcontainer #button	{
	width:600px;
	float:left;
	clear:both;
	margin:0px;
	padding:10px 0px 0px 0px;
	text-align:right;
}

/* -----  footer nav ----- */

#wedcontainer #footernav	{
	float:left;
	margin:0px;
	padding:10px 0px 0px 15px;
	font-size:10px;
}

#wedcontainer #footernav a:link, 
#wedcontainer #footernav a:visited, 
#wedcontainer #footernav a:active	{
	color:#62394b;
	text-decoration:underline;
	font-weight:normal;
	}
	
#wedcontainer #footernav a:hover	{
	color:#62394b;
	text-decoration:none;
	font-weight:normal;
	}