* {
	margin:0;
	padding:0;
}

body {
	background: url("../images/background.jpg") repeat-x;
	background-color: #eeeeee;
	color: #000;
	font: normal 1em trebuchet ms,arial,sans-serif;
}

#mainContainer {
	width: 740px;
	margin: 20px auto 25px auto;
}

#mainBordered {
	position: relative;
	width: 100%;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #b4b4b4;
}

/*STYLINGS FOR HOME AND CONTACT LINKS*/
#home {
	position: absolute;
	right:0;
	width:102px;
	top: -18px;
	z-index: 10;
}

#home ul {
	list-style: none;
}

#home ul li {
	float: right;
	padding: 0 6px;
	font-size: 80%;
	font-variant: small-caps;
}

#home ul li.bordered {
	border-right: 1px solid #b4b4b4;
}
/*END STYLINGS FOR HOME AND CONTACT LINKS*/

/* INVITATION PAGE STYLINGS */
ul#invitation_steps { 
	clear: both;
	position: relative;
	list-style-type: none; 
	margin: 0 auto 800px auto;
	width: 100%;
}

ul#invitation_steps div {
	position: absolute;
	left:-30px;
	top:150px;
	width: 800px;
}

ul#invitation_steps li {
	float: left;
	width: 15%;
	margin: 0 9.1%;
	text-align: center;
	font-size: 0.8em;
}

ul#invitation_steps li a.steplink {
	padding-top: 81px;
	text-align: center;
	color: #5f5f5f;
	font-size: 1.5em;
	overflow: hidden;
	height: 0 !important;
	font-weight: bold;
	display: block;
	width: 100%;
}

ul #step1 { background: url('../images/invitations/step1.gif') center 0 no-repeat;}
ul #step2 { background: url('../images/invitations/step2.gif') center 0 no-repeat;}
ul #step3 { background: url('../images/invitations/step3.gif') center 0 no-repeat;}

ul#invitation_steps li a.steplink:hover, ul#invitation_steps li.selected a.steplink, ul#invitation_steps li.completed a.steplink {
	background-position: center -82px;
	color: #bfbfbf;
}

ul#invitation_steps li.completed a {
	background-position: center -165px;
}

img#loadingimg {
	padding: 15px; 
	background-color: #fff; 
	border: 1px solid #000; 
	position: fixed;
	display: none;
}
ul#invitation_steps li a.whichstep { color: #00f; display: block; font-size: 1.5em; font-weight: bold; padding: 1em 0;}
ul#invitation_steps li a.whichstep:hover { text-decoration: underline; }
ul#invitation_steps li a.left { float: left; }
ul#invitation_steps li a.right { float: right;margin-right: 60px;}

ul#invitation_steps li div { display: none; }
ul#invitation_steps li.selected div { display: block; }

/* MAIN MENU STYLINGS */
	#mainMenu ul {
		width: 200px;
		list-style: none;
		text-align: left;
		font-family: verdana;
		color: #fff;
	}

	#mainMenu li {
		margin-left: 1em;
		padding-left: 10px;
		font-size: 100%;
		line-height: 35px;
	}

	#mainMenu li.bordered {
		border-bottom: 1px dotted #b4b4b4;
	}

	#mainMenu li:hover p {
		color: #b4b4b4;
	}


	#mainMenu li a {
		display: block;
		line-height: 35px;
	}

	#mainMenu p {
		position: absolute;
		margin-left: 180px;
	}
/* END MENU STYLINGS */

/*STYLINGS FOR ITEMS CONTAINED IN #mainImage DIV*/
#mainImage {
	position: relative;
	float: right;
	width: 500px;
	height: 400px;
	margin: -150px 0 0 0;
}

#mainImage img.home { margin: -10px 0 0 -55px; }
#mainImage img.weddingservices { margin-left: -20px; }
#mainImage img.contact { margin: -35px 0 0 -20px; }
#mainImage img.location { margin: 0 0 0 -20px; }
#mainImage img.videoproduction, #mainImage img.honeymoonsuite, #mainImage img.weddinggarden { margin: -20px 0 0 -40px;}
#mainImage img.limousines { margin: -10px 0 0 -10px;}

#mainImage ul {
	list-style: none;
	padding-top: 5px;
}

#mainImage li {
	float: left;
	font-variant: small-caps;
	font-size: 75%;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}

#mainImage ul.limos {
	margin-left: -10px;
	width: 120%;
	font-size: 85%;
}

#mainImage ul.limos li {
	padding: 0 3px;
}

#mainImage ul.limos a {
	color: #0000ff;
	text-decoration: underline;
	font-variant: normal;
}

#mainImage ul.limos a:hover {
	text-decoration: none;
}

#mainImage li.bordered {
	border-right: 1px solid #b4b4b4;

}

/*END #mainImage STYLINGS*/

ul li:hover a { color: #000; }
ul.schools li { width: 34%;}
ul.schools li img { position: absolute; top:400px; right:50px; visibility: hidden; }
ul.schools li:hover a { color: #7a7a81; }
ul.schools li:hover img { color: #7a7a81; visibility: visible; }
ul.schools li a:hover { color: #000; }
ul.schools { list-style: none; margin: 20px 0 20px 100px; }

ul.celebphotos { list-style: none; }
ul.celebphotos li { width: 155px; position: relative; float: left; display: block; padding: 10px; text-align: center; border: 1px solid #fff; border-width: 1px 0; vertical-align: middle;}
ul.celebphotos li:hover { border-color: #b4b4b4; background-color: #eaeaea; color: #000; }
ul.celebphotos li img { margin: 0 auto; border: 1px solid #000;; }
ul.birthdays { list-style: none; margin: 25px 0 0 35px; }
ul.birthdays li { float: left; width: 24%; }
ul.birthdays li img { border: 1px solid #000; }


/*MAIN TEXT LINK STYLINGS*/
a { text-decoration: none; color: #7a7a81; }
a:hover { color: #000; }
a.nochange:hover { color: #7a7a81; }
a.underline { text-decoration: underline; color: #0000ff; }
a.underline:hover { text-decoration: none; }
a.grey { text-decoration: underline; }
a.grey:hover { text-decoration: none; }
/*END MAIN TEXT LINK STYLINGS*/

span.limoPhone {
	position: absolute; 
	bottom:30px; 
	right: 60px; 
	z-index: 0; 
	font-weight: bold; 
	font-size: 105%; 
	color: #7a7a81;
}

img.left {
	float: left; 
	padding: 0 10px 10px 0;
	border-width:0;
}

img.right {
	float: right;
	padding: 0 0 10px 10px;
	border-width:0;
}

#mainContent {
	width: 100%;
	margin: 10px 0 50px 0;
}

#leftContentCol {
	width: 30%;
	float: left;
	padding-top: 50px;
	font-size: 85%;
	color: #7a7a81;
}
#leftContentCol img.new {
	margin: -38px 0 5px -140px;
	position: relative;
	z-index:2;
}

/*STYLINGS FOR LISTS OF IMAGES/VIDEOS*/
#leftContentCol ul {
	list-style:none;
	font-size: 80%;
}

#leftContentCol li {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #b4b4b4;
}

#leftContentCol li:hover{
	background-color: #eaeaea;
}

ul#promoBoxes {
	list-style: none;
	font-size: 100%;
	display: block;
	width: 100%;
	margin: 20px auto 60px auto;
	overflow: auto;
}

ul#promoBoxes li {
	width: 170px;
	float: left;
	margin: 0 23px;
	padding: 5px;
	text-align: center;
	border: 1px solid #b4b4b4;
	border-width: 1px 0;
}

ul#promoBoxes li:hover {
	background-color: #eaeaea;
}

#leftContentCol li.current {
	background-color: #eaeaea;
}

#leftContentCol li.bordered {
	border-bottom: 1px solid #b4b4b4;
}

#leftContentCol a {
	display:block;
	line-height: 100%;
	padding: 10px 0;
}

#leftContentCol a:hover {
	text-decoration: none;
}

#leftContentCol img {
	border: 0 solid #fff;
}

#leftContentCol img.sidePhoto, img.sidePhoto {
	border: 1px solid #000;
}
/*END STYLINGS FOR LISTS OF IMAGES/VIDEOS*/

#rightContentCol {
	float: left;
	width: 65%;
	margin-left: 5px;
	padding: 25px 0 0 20px;
	border-top: 1px solid #b4b4b4;
	font-size: 85%;
	color: #7a7a81;
}

#rightContentCol div.photo {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
	background-color: #eaeaea;
	border: 1px solid #b4b4b4;
	border-width: 1px 0;
}

#rightContentCol div.photo #coverup {
	position: absolute;
	width: 41px;
	height: 20px;
	background-color: #dde6eb;
}


#rightContentCol div.photo div.suite, #rightContentCol div.photo div.garden { bottom: 9%; right: 10%; }
#rightContentCol div.photo div.demos { bottom: 13%; right: 49px; }
#rightContentCol div.photo div.limos { bottom: 32px; right: 48px; }
#rightContentCol div.photo div.kids { bottom: 32px; right: 159px; }

#map {
	margin: 0 auto;
	display: block;
	width: 480px;
	height: 285px;
	border: 1px solid #b4b4b4;
	margin-top: 17px;
	text-align: left;
}


#rightContentCol div.photo img {
	margin-bottom: 20px;
}

#rightContentCol p {
	text-indent: -10px;
	margin-bottom: 5px;
}

#rightContentCol ul.left {
	margin-top: 10px;
	margin-left: 50px;
}


#rightContentCol ul p {
	text-indent:0;
	font-size: 90%;
	margin-left: 20px;
}

td.center { text-align: center; }
tr.darkened { background-color: #eaeaea; }

h1 { color: #7a7a81; }
h2 { text-decoration: underline; color: #7a7a81; }
h3 { text-indent: 10px; }
h4 { color: #7a7a81; font-size: 90%; font-weight: normal;}

img.promLimo {
	margin-top: 140px;
}

ul.otherLimosList {
	list-style: none;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

li.otherLimos { 
	float: left;
	position: relative;
	display: block;
	width: 99px;
	font-size: 75%;
	text-align: center;
	text-indent:0;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 3px 0;
}

li.otherLimos:hover {
	border: 1px solid #b4b4b4;
	border-width: 1px 0;
	background-color: #eaeaea;
}

li.otherLimos img { 
	border-width:0;
	margin:0 auto;
	display: block;
}
/*CONTACT PAGE STYLINGS*/
p.label_field_pair {
	clear: both;
	float: none;
}
p.label_field_pair label {
	clear: left;
	display: block;
	float: left;
	text-align: right;
	width: 100px;
}
p.label_field_pair span {
	clear: right;
	float: left;
	margin-left: 25px;
	width: 300px;
}
/*END CONTACT PAGE STYLINGS*/

#disclaimer {
	width: 734px;
	margin: 0 0 -7px -7px;
	clear: both;
	padding: 10px;
	border-top: 1px solid #b4b4b4;
	background-color: #eaeaea;
	font-size: 80%;
	color: #7a7a81;
}

span.left {
	float: left;
	width: 25%;
}

span.center {
	float: left;
	width: 50%;
}

span.center a {
	font-size: 15px;
	color: #00f;
	text-decoration: underline;
}

span.center a:hover {
	text-decoration: none;
}

span.right {
	float: right;	
	width: 25%;
}

.weddingGarden {
	width: 80%;
	margin:0 auto;
	clear: both;
	border-top: 1px solid #b4b4b4;
}

.dark {
	background-color: #eaeaea;
}

.bottomBorder {
	border: 1px solid #b4b4b4;
	border-width: 1px 0;				
}


#rightContentCol .map {
	position:relative;
	margin:0 auto;
	text-align: center;
	background-color: #eaeaea;
	padding: 10px 0;
	margin: 25px 0;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}


/*LIMOUSINE PAGE STYLINGS*/
#limoLeft {
	float: left; 
	width: 45%; 
	text-align: right;
	margin-bottom: 15px;
}

#limoRight {
	float: right; 
	width: 45%; 
	text-align: right;
	margin-bottom: 15px;
}

ul.limoList {
	list-style: none; 
	text-align: center; 
	padding:0; margin:0;
}

ul.limoList li {
	clear: both; 
	position: relative;
	border: 1px solid #b4b4b4; 
	border-width: 1px 0; 
	margin-top: 15px;
}

ul#top { width: 50%; margin: 0 auto; }

ul.limoList li:hover {
	background-color: #eaeaea;
}

a.blockLink {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}

ul.limoList li img.limoImg {
	float: right;
	border-width:0;
}

ul.limoList p.head {
	font-weight: bold;
}

ul.limoList p.capacity {
	margin-top: -5px;
	font-size: 80%;

}

p.padding {
	padding: 10px 0;
}

ul.limoList span.outoftown {
	display: block;
	clear: both;
	text-align: center;
	font-size: 75%;
}


ul.limoList img.promotion {
	position: absolute; 
	left:0;
	top:0;
	border-width:0;
}

ul.limoList div.promotion {
	position: absolute; 
	left:0;
	top:0;
	border-width:0;
	width: 175px;
	height: 100px;
}


/*END LIMOUSINE PAGE STYLINGS*/

/*BOTTOM CORNER ICONS*/
.contact, .proms {
	position: absolute;
	margin-top: -65px;
	margin-left: 610px;
}

.limousinesCorner {
	position: absolute;
	margin-top: -65px;
	margin-left: 580px;
}

.video {
	position: absolute;
	margin-top: -50px;
	margin-left: 590px;
}

.suv, .lincolnblack, .lincolnsilver, .lincolnwhite, .partybus20, .partybus26, .wedding {
	position: absolute;
	margin-top: -45px;
	margin-left: 580px;
}

/*END BOTTOM CORNER ICONS*/


/*STYLINGS FOR LIMOUSINE FEATURE PAGES*/

img.bigLimo {
	float: right;
	padding-right: 10px;
}

ul.indent {
	margin-left: 20px;
}

p.clear {
	clear: both;
}

img.legend {
	position: absolute;
	left:2%;
}

/*END STYLINGS FOR LIMOUSINE FEATURE PAGES*/

/* ABANDONED STYLINGS THAT I CANT FIND ON THE SITE
#centerPicture {
	margin-top: 17px;
	text-align: right;
	background-color: #fff;
	border: 1px solid #b4b4b4;
}
*/


/* stylings for kid's birthday invitation form */

ul#invitation_steps div.invitationForm {
	background-color: #eaeaea; 
	width: 85%; 
	margin-left: 1%;
	padding: 2% 10%;
	padding-bottom: 5%;
}

div.invitationForm h2 {
	text-align: left;
	text-indent: 40px;
	text-decoration: underline;
	margin: 10px 0;
	padding: 10px 0;
	clear: left;
}

div.invitationForm label { 
	float: left;
	clear: left;
	display: block;
	width: 35%;
	text-align: right;
	font-size: 1.4em;
	line-height: 2em;
}

div.invitationForm input.field {
	float: left;
	font-size: 1.3em;
	padding: 3px;
	margin: 0.2em 0 0.2em 5%;
	border: 1px solid #7a7a81;
	width: 50%;
}

div.invitationForm input#make {
	padding: 5px;
	font-weight: bold;
	width: 40%;
	clear: both;
	display: block;
	float: none;
	margin: 0px auto;
}

div.invitationForm select {
	border: 1px solid #7a7a81;
	font-size: 1.1em;
	margin-top: 2px;
	padding: 3px;
	width: 50px;
}

div.invitationForm table {
	float: left;
}

div.invitationForm table td {
	height: 1.5em;
	padding:0;
	margin:0;
}

#templates ul {
	list-style-type: none;
}

#templates ul li {
	border: 1px solid #b4b4b4;
	border-width: 1px 0;
	float: left; 
	width: 25%;
	margin: 0 2%;
	text-align: center;
	font-size: 1.2em;
	padding: 10px;
	position: relative;
}

#templates ul li:hover, #templates ul li#selected {
	background-color: #eaeaea;
}

#templates li img {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

#templates li#selected {
	font-weight: bold;
	color: #000;
}

#templates li#selected img {
	border: 1px solid #000;
}