@charset "UTF-8";
/* GALLERY SHEET STYLES*/
body {
	margin: 0;
	padding: 0;
	color: #DBDBDB;
	background: #000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	}
html>body { font-size: small; } /* be nice to Opera */

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	padding-top: 20px;
	background-image: url(picture1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 800px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
#picture {
	width: 500px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.albumDesc	{
	margin-top: -25px;
	margin-left: 200px;
	background-image: url(../../logo125.jpg);
	background-repeat: no-repeat;
	height: 125px;

}
.albumBookDesc {
	margin-top: -13px;
}
.descTitle {
	font-size: 16px;
	color: #DBDBDB;
}

.albumName {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	letter-spacing: .25em;
}


/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 90%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 248px;
	margin-top: -8px;
}
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #333333;
	background-image: url(../images/bg_grad_gray1.gif);
	background-repeat: repeat-x;
}
#transport a:visited {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #333333;
	background-image: url(../images/bg_grad_gray1.gif);
	background-repeat: repeat-x;
}
#transport a:hover {
	color: #FF0000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-color: #454545;
	background-image: url(../images/bg_grad_gray2.gif);
	background-repeat: repeat-x;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	margin-bottom: 5px;
	width: 265px;
	float: left;
	margin-right: 10px;
	background-color: #171717;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
}
#thumbnails {
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
}
#thumbnails div {
	position: relative;
	width: 48px;
	height: 48px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 48px;
	height: 48px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #333333;
	padding: 1em;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #333333;
}
#menu {
	text-align: left;
	padding-left: 25px;
}
#menu  a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff030f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff030f;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#menu  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DBDBDB;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#menu  a:active {
}

#mainImage {
	width: 100%;
	height: 100%;
}
#testimonial {
	border: 1px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 30px;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {
	border: 1px solid #F0F0F0 !important;
}
.inFocus {
	border: 1px solid #FF0000 !important;
}.header {
	margin-top: 0px;
}
#box {
	width: 625px;
	float: none;
	position: absolute;
	left: 325px;
	top: 600px;
	background-color: #000000;
}
#footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 600px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 5px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link, a:visited {
}
#footer a:hover {
	color: #FF0000;
}
#perfectwedding {
	padding-left: 10px;
	float: right;
}
