﻿/* CSS Document */
*{
	margin:0;
	padding:0;
}

ul {
	padding-left:2em;
}


body {
	background-color:black;
	color:white;
	width:800px;
	margin:20px auto;

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

#container {

}

#left {
	width:400px;
	float:left;
	text-align:center;
}

#right {
	float:left;
	width:400px;
}

#right #pricing {
	padding:30px;
	height:100%;
	background-image:url("BrideAndGroomDark.jpg");
}
#right #pricing .package {
	list-style:none;
	border:1px white solid;
	margin:0 0 1em -1em;
	padding:.2em;
}


#right #contact {
	text-align:center;
	padding:0px;
	padding-top:200px;
	height:248px;
	background-image:url("BrideAndGroomDark.jpg");
}
	
#right #contact a {
	color:white;
	text-decoration:underline;
}
#right #contact a:hover {
	color:black;
	background-color:white;
}



#right #pricing ul {
	padding-left:0;
}
#right #pricing ul ul {
	padding-left:2em;
}

#right #pricing ul li {
	list-style:disc;
}
#right #pricing ul ul li {
	list-style:disc;
}
#right #pricing ul ul ul li {
	list-style:circle;
}






/*
#right #content {
margin-top:75px;
}*/

#left a {
	color:white;
	text-decoration:none;
}

#left h1 {
	font-family:"Charlemagne Std", "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:10px;
	font-size:36px;

	margin:0px;
	padding:0px;
}
#left h2 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:5px;
	font-family:"Times New Roman", Times, serif;

	margin:0px;
	padding:0px;
}

#left #nav {
	margin:auto;
	width:140px;
}

#left #nav a {
	display:block;
	margin:18px 0 0 0;
	padding:10px;

	text-decoration:none;
	
	color:white;
	border:1px solid white;
	border-right-color:#000;
	border-bottom-color:#000;
	background-color:black;
}




#left #nav a:hover {
	color:black;
	border:1px solid black;
	background-color:white;
}


#thumbnails a {
	display:block;
	float:left;
/*	border:1px solid white;
	border-bottom:none;
	border-right:none;*/
	margin:5px;
	padding:0px;

	color:white;
	text-decoration:none;
	height:90px;
	width:120px;
	text-align:center;
}
#thumbnails img {
	border:1px solid white;
	border-bottom:none;
	border-right:none;
}


#HoverThumbnail {
position:absolute;
padding:10px;
border:4px solid white;
visibility:hidden;
background-color:black;
}