/*
-------------------------------
Main template Layout styles 
-------------------------------
*/

* {
	margin: 0px;
}
/*Outside of content, centred top and bottom */
#pagewrapper {
	display: block;
	height: 530px;
	width: 735px;
	position: absolute;
	top: 50%;
	margin-top: -265px;
	margin-left: -367px;
	left: 50%;
}
/* Logo */
#logo {
	background-image: url(../images/logo.gif);
	display: block;
	height: 80px;
	width: 735px;
	background-repeat: no-repeat;
}
/* Navigation */
#nav {
	display: block;
	height: 40px;
	width: 735px;
}
#nav ul {
	background-image: url(../images/navEnd.gif);
	background-repeat: no-repeat;
	display: block;
	list-style-type: none;
	width: 735px;
	height: 11px;
	padding: 0px;
}
#nav li {
	float: left;
	display: block;
	margin: 0px;
	text-align: center;
	width: 103px;
}
/*Content area */
#content {
	display: block;
	height: 345px;
	width: 735px;
}
/*Bottom area */
#bottom {
	display: block;
	height: 65px;
	width: 735px;
	position: relative;
	clear: both;
}
#bottomLinks {
	display: block;
	width: 735px;
	position: absolute;
	bottom: 0px;
}
/*Home page content pix */
#homePic1 {
	display: block;
	float: left;
	height: 256px;
	width: 173px;
	background-image: url(../images/homePic1.jpg);
	background-repeat: no-repeat;
}
#homePic2 {
	display: block;
	float: left;
	height: 256px;
	width: 171px;
	margin-left: 8px;
	background-image: url(../images/homePic2.jpg);
	background-repeat: no-repeat;
}
#homePic3 {
	display: block;
	float: left;
	height: 256px;
	width: 363px;
	margin-left: 8px;
	background-image: url(../images/homePic3.jpg);
	background-repeat: no-repeat;
}
/*Home page spacer below pix */
#homeSpacer {
	display: block;
	clear: both;
	height: 30px;
	width: 735px;
}
/*Home page 3 quote boxes below pictures */
#homeQuote1, #homeQuote2, #homeQuote3 {
	display: block;
	float: left;
	height: 55px;
	width: 245px;
}
/*About page content structure boxes */
#aboutLeft {
	display: block;
	float: left;
	height: 345px;
	width: 255px;
}
#aboutText {
	display: block;
	height: 344px;
	width: 235px;
	padding-right: 20px;
	overflow: auto;
}
#aboutMiddle {
	display: block;
	float: left;
	height: 345px;
	width: 235px;
}
#aboutQuote {
	display: block;
	height: 80px;
	width: 235px;
	padding-right: 20px;
	position: relative;
}
#aboutRight {
	display: block;
	float: left;
	height: 345px;
	width: 235px;
	margin-left: 10px;
}
/*About page picture boxes */
#aboutPic1 {
	display: block;
	height: 341px;
	width: 231px;
	background-image: url(../images/aboutPic1.jpg);
	background-repeat: no-repeat;
}
#aboutPic2 {
	display: block;
	height: 164px;
	width: 231px;
	margin-bottom: 10px;
	background-image: url(../images/aboutPic2.jpg);
	background-repeat: no-repeat;
}
#aboutPic3 {
	display: block;
	height: 163px;
	width: 231px;
	background-image: url(../images/aboutPic3.jpg);
	background-repeat: no-repeat;
}
/*Packages page content structure boxes */
/*Left side structure */
#packagesLeft {
	display: block;
	float: left;
	height: 345px;
	width: 235px;
}
#packagesText {
	display: block;
	height: 125px;
	width: 235px;
}
#packageslinks {
	display: block;
	height: 125px;
	width: 235px;
}
#packageslinks ul {
	list-style-type: none;
	padding: 0px;
}
#packagesExtras {
	display: block;
	height: 95px;
	width: 235px;
	position: relative;
}
#packagesExtras ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	bottom: 0px;
}
.list {
	padding-left: 10px;
	display: block;
	background-image: url(../images/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.header {
	list-style-type: none;
	padding-left: 0px;
}
/*Right side structure */
#packagesRight {
	display: block;
	float: left;
	height: 345px;
	width: 490px;
	margin-left: 10px;
}
/*Packages Picture - starting image*/
#packagesPic {
	display: block;
	height: 341px;
	width: 486px;
	background-image: url(../images/packagesPic.jpg);
	background-repeat: no-repeat;
}
/*Package details gradient box */
#packagesPacks {
	display: block;
	height: 341px;
	width: 486px;
	background-image: url(../images/packageBack.gif);
	background-repeat: repeat-x;
	position: relative;
}
/*Package details platinum box */
#packsPlatinum {
	display: block;
	height: 255px;
	width: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -128px;
	margin-left: -120px;
}
/*Package details gold box */
#packsGold {
	display: block;
	height: 230px;
	width: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -115px;
	margin-left: -120px;
}
/*Package details silver box */
#packsSilver {
	display: block;
	height: 205px;
	width: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -103px;
	margin-left: -120px;
}
#packsPlatinum ul, #packsGold ul, #packsSilver ul {
	list-style-type: none;
	padding: 0px;
}
#packsPlatinum li, #packsGold li, #packsSilver li {
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
}
/*Testimonials page styling */
#testyScrollBox {
	display: block;
	height: 311px;
	width: 711px;
	padding-top: 10px;
	padding-left: 20px;
	overflow: auto;
	position: relative;
}
.testyMainBox {
	display: block;
	width: 675px;
	position: relative;
	height: auto;
	margin-top: 10px;
}
.testyPicBox {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 186px;
	width: 186px;
	float: left;
}
.testyQuoteBox {
	display: block;
	float: left;
	height: auto;
	width: 465px;
	padding-left: 20px;
}
.testySpacer {
	display: block;
	clear: both;
	height: 10px;
	width: 675px;
}
#yourWedStartLeft {
	display: block;
	float: left;
	height: 345px;
	width: 200px;
	margin-right: 10px;
}
#yourWedStartPic {
	display: block;
	float: left;
	height: 341px;
	width: 521px;
	background-image: url(../images/yourWeddingPic.jpg);
	background-repeat: no-repeat;
}
#yourWedStartIntro {
	display: block;
	height: 75px;
	width: 200px;
}
#yourWedStartdate {
	display: block;
	height: 130px;
	width: 200px;
}
#yourWedStartResult {
	display: block;
	height: 140px;
	width: 200px;
	position: relative;
}
#yourWedStartdate select {
	display: block;
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
}
.buttonPnk {
	display: block;
	height: 20px;
	width: 100%;
	margin-top: 5px;
}
#contactLeft {
	display: block;
	float: left;
	height: 345px;
	width: 358px;
}
#contactPic {
	display: block;
	float: left;
	height: 341px;
	width: 353px;
	margin-left: 20px;
	background-image: url(../images/contactPic.jpg);
	background-repeat: no-repeat;
}
#contactForm {
	display: block;
	height: 285px;
	width: 314px;
	padding-right: 20px;
	padding-left: 20px;
}
#contactDetails {
	display: block;
	height: 48px;
	width: 354px;
	padding-top: 6px;
}
#contactForm input {
	width: 100%;
}
#contactForm textarea {
	width: 312px;
	height: 60px;
}
#contactForm #confirm, #contactForm #cancel, #contactForm #send {
	cursor: pointer;
}
#linksHeads {
	display: block;
	height: 40px;
	width: 735px;
}
#linksCats {
	display: block;
	height: 255px;
	width: 735px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: auto;
	clear: both;
}
#linksBottom {
	display: block;
	height: 40px;
	width: 735px;
	position: relative;
}
.linksCategory {
	display: block;
	float: left;
	height: auto;
	width: 235px;
	padding-right: 8px;
}
#portfolioImgLft {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 321px;
	width: 506px;
	margin-right: 10px;
	float: left;
}
.categoryLink {
	float: left;
}
#portfolioImgRght {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 321px;
	width: 211px;
	float: right;
}
#portfolioNav {
	display: block;
	clear: both;
	height: 20px;
	width: 735px;
}
#portfolioPgNums {
	display: block;
	float: left;
	height: 20px;
	width: 510px;
}
#portfolioCatName {
	display: block;
	float: left;
	height: 20px;
	width: 85px;
	position: relative;
}
#portfolioPgNav {
	display: block;
	float: right;
	height: 20px;
	width: 215px;
}
#portfolioPgNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#portfolioPgNav li {
	display: block;
	float: left;
}
#portfolioPgNumLinks {
	display: block;
	float: right;
	height: 20px;
	width: 415px;
	position: relative;
}
#portfolioPgNumLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#portfolioPgNumLinks li {
	float: left;
	height: 12px;
	padding-top: 8px;
	display: block;
}
#portfolioText {
	display: block;
	height: 30px;
	width: 735px;
}
#back2Start {
	display: block;
	width: 79px;
	height: 17px;
	padding-top: 3px;
	text-indent: 21px;
}
#prev {
	display: block;
	width: 80px;
	height: 17px;
	padding-top: 3px;
	text-indent: 20px;
}
#next {
	display: block;
	width: 55px;
	height: 17px;
	padding-top: 3px;
	text-indent: 10px;
}
#mpaLogo {
	display: block;
	height: 90px;
	width: 120px;
	position: fixed;
	right: 2%;
	bottom: 2%;
	background-image: url(../images/mpaLogo.gif);
	background-repeat: no-repeat;
}
