/* Website by Design Asylum - www.designasylum.co.uk */
/* affordable website design; graphic design and printing */
* {
margin:0;
padding:0;

}
/* THE BODY WRAP and HEADER */
html,body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  line-height:1.4em;
}
#wrapper {
	margin-top:15px;
	border: 1px solid #000000;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background:url(bytes/ap-topgrahic-wedding-01.jpg) no-repeat;
	}
#header {
background:url(bytes/ap-top-wedding-01.jpg) no-repeat;
background-position:right;
height:97px;
}
/* ------------------------------------ */
/* THE MENUS */
/* the main menu */
#menu_horiz{
width:432px;
margin-left:auto;
margin-right:30px;
}
div#menu_horiz ul {
   height:32px;
}
div#menu_horiz li {
   list-style: none;
   float:left;
}
/* ------------end main nav------------ */
/* subnav menu and address bar on cantacts */
#subnavbar {
	/* position:absolute; */
	margin-top:120px;
	padding-bottom:0;
	float:left;
	width: 180px;
	}
#subnavbar ul{
/*	left:0;
	top:0; */
	}
#subnavbar li {
   float: left; 
   list-style: none; 
   }
#subnavbar img{
	border:0;
	}
/* end sub nav */
/* ---------------------------------- */
/* MAIN CONTENTS STRUCTURE */
#title img{
float:right;
}
/* page contents */
.pagecontent {
	position:relative;
	float:right;
	width: 680px;
	margin-right:25px;
	padding:20px 0;	
	}	
.pagecontent img {
	float: left;
	margin: 10px 15px 10px 0;
	}
.pagecontent ul{
list-style-position:inside;
padding-bottom:15px;
}
#moveover{
	clear:both;
	width:555px;
	margin-left:auto;
	margin-right:auto;
	}
.pagecontent p{
	text-align:justify;
	margin-bottom:10px;
	}
/* pagecontents headings */
.pagecontent H1{ /* use H1 for page headings only */
	margin-bottom:0;
	font-size:1.5em;
}
H1 img{ /* use H1 for page image titles */
	float:right;
	margin-bottom:10px;
}
.pagecontent H2{
	font-size:1.3em;
	font-style:normal;
    color:#333;
	line-height:14px;
	padding:5px 3px;
	clear:both;
	margin-bottom:10px;
	background-color:#FC6;
}
H3{
	font-size: 1.1em;
	color:#ff9900;
	margin-bottom:15px;
}
.alignright{ /* use throughout */
	float:right;
}

.pagecontent H4{
font-size: 1.1em;
text-align: left;
color:#9966ff;
clear:both;
margin-top:1.5em;
margin-bottom:5px;
padding-bottom:0;
}
.tel{
font-size:1.4em;
font-weight:bold;
}
.strapline{
font-size:1.1em;
padding: 10px 0;
font-weight:900;
color: #336699;
text-transform:uppercase;
}
/* ----------------------------------------- */
/* PRESENTER PAGE STRUCTURE */
.presentercontent {
	
	width: 920px;
	margin-right:auto;
	margin-left:auto;
	margin-top:120px;	
	}
.presentercontent img{
	padding:5px;
	}
/* ----------------------------------------- */
/* WEDDING PAGE STRUCTURE */
.weddingcontent {
	
	position:relative;
	float:right;
	width: 740px;
	margin-right:15px;
	padding:20px 0;	
	}

/* ----------------------------------------- */
/* FORM STUFF */

#formstuff table{
width:100%;
margin-top:0px;
margin-right:10px;
text-align:right;
font-size:80%;
}
.left{
text-align:left;
}
.middle{
text-align:center;

}

/* ----------------------------------------- */
/* THE BOTTOM */

#footer {
	/* position:absolute; */
	clear:both;
	padding: 15px 0;
	text-align:center;
	}
#copyright {
    clear: both;
	font-size: 75%;
	color: #000000;
	padding: 8px;
	text-align:center;
	bottom:0;
	}
/* flash */
#flashcontent{
width:250px;
float:left;

}
.frontflash{
	float:left;
	margin-top:140px;
}
.dropflower{
	float:left;
	margin-top:80px;
}
