@charset "UTF-8";
body {
	background: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
p, br, h1, h2, h3, h4, ul, li, tr, td {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
	text-align: left;
}
#header {
	width: 1000px;
	height: 90px;
	margin: 0px;
	display: block;
	background: url(../images/bg-header.gif) repeat-y left top;
}
#header .logo {
	margin: 15px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
     border: none;
}
#header .contact {
	margin: 30px 15px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
#menuContainer {
	margin: 3px auto;
	padding: 0px;
     text-align: center;
	border-top: 1px solid #161210;
	border-bottom: 1px solid #161210;
}
#menu {
	margin: 5px auto;
	padding: 8px 0px 7px 0px;
     text-align: center;
	background: url(../images/bg-menu.gif) repeat-y left top;
}
#menu a, #menu a:link, #menu a:visited {
	width: auto;
     height: auto;
	margin: 0px 3px;
	padding: 7px 9px 6px 9px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover, #menu a:active, #menu a.selected {
	margin: 0px 3px;
	padding: 6px 8px 7px 8px;
	background-color: #999999;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* IMAGE AREA */
/*****************************************/
#imageArea {
	margin: 10px 0px 3px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #161210;
}
#thumbs {
	width: 250px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
}
#thumbs td {
	height: 47px;
     width: 47px;
}
#thumbs td img {
	height: 45px;
	width: 45px;
	border: 1px solid #161210;
}
#thumbs a, #thumbs a:link, #thumbs a:visited {
	font-size: 1.1em;
     color: #FFFFFF;
     text-decoration: none;
}
#thumbs a:hover, #thumbs a:active {
	text-decoration: underline;
}
#thumbs td.galleryNav {
	height: auto;
     width: auto;
}
#images {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	text-align: left;
	display: inline;
}
#images img {
	margin: 8px;
}
#topLeft {
	background: url(../images/corner-topLeft.gif) no-repeat left top;
}
#topRight {
	background: url(../images/corner-topRight.gif) no-repeat right top;
}
#bottomRight {
	background: url(../images/corner-bottomRight.gif) no-repeat right bottom;
}
#bottomLeft {
	background: url(../images/corner-bottomLeft.gif) no-repeat left bottom;
}
/* TEXT AREA */
/*****************************************/
#textArea {
	margin: 0px;
	padding: 30px 260px;
	border-top: 1px solid #161210;
	border-bottom: 1px solid #161210;
	background: url(../images/bg-textArea.jpg) repeat-y left top;
}
#textArea h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #CE1E38;
}
#textArea p {
     margin: 0px 0px 15px;
     padding: 0px;
     font-size: 1.2em;
     line-height: 1.6em;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
	overflow: hidden;
}
/* TESTIMONIALS */
/*****************************************/
#testimonials {
	width: 440px;
	height: 375px;
     margin: 0px 15px;
     padding: 0px;
     background: url(../images/bg-testimonials.jpg) no-repeat left top;
     display: inline;
     float: left;
     text-align: center;
}
#testimonials img {
	width: 325;
	height: 118;
	margin: 100px 0px 0px 0px;
     padding: 0px;
     font-size: 1.2em;
     line-height: 1.4em;
}

#comingSoon {
	margin: 0px;
     padding: 75px 20px;
	font-size: 1.3em;
     line-height: 1.5em;
}
#AlbumShowcase {
	margin: 100px 0px 0px 0px;
}
#footer {
	margin: 10px 0px;
	padding: 0px;
}
#preload {
	display: none;
}
#contact {
	margin: 50px;
	font-size: 1.3em;
	line-height: 1.5em;
}
#contact .title {
	font-size: 1.1em;
	font-weight: bold;
	color: #CE1E38
}
#contact a, #contact a:link, #contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover, #contact a:active {
	text-decoration: underline;
}