@charset "utf-8";
/* Author: Adam Allegretta - adam@caligrafx.com */
/* reset_ie6.css */

body{
	background-color: #FFF;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}

h1, h2, h3, h4, h5 {
	color:#D0A445;
	text-decoration: underline;
}

#container{
	margin: 0px auto;
	width: 950px;
}

#soundplanning{
	text-align: center;
	margin: 5px 0px;
}

#logo {
	text-align: center;
	margin-top: 25px;
}

#nav{
}

#nav ul{
	display: inline;
}

#nav li{
	display: inline;
}
.lights {
	width: 295px;
	height: 250px;
	background-color: #666;
	float:left;
	margin:5px;
}

.thumbnail{
	width: 254px;
	height: 123px;
	border-right-width-value: 7px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-left-width-value: 7px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-style-value: solid;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-color-value: #009cc4;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-left-color-value: #009cc4;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border: solid 7px;
	border-color: #D0A445;
}

.thumbnail:hover{
	border-right-color-value: #f2003e;
	border-left-color-value: #f2003e;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border: solid 7px;
	border-color: #232323;
}

p.thumbnail_heading{
	font-family: Lucida Sans Unicode;
	font-size: 11px;
	color: #D0A445;
}

.thumbnail_background{
	width: 268px;
	height: 226px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	background-image: url(../images/bg_thumb_large.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
}

#content{
	color:#303030;
	padding: 15px;
}

#content a:link{
	color:#AB852E;
	text-decoration:underline;
}
#content a:visited{
	color:#AB852E;
	text-decoration:underline;
}
#content a:hover{
	color:#000;
	text-decoration:none;
}

#content li{
	list-style-type: circle;
}

.title{
	font-weight:bold;
	margin-top: 45px;
}


#footer{
	text-align: center;
	margin-top: 55px;
	background-image: url(../images/footer.jpg);
	padding: 8px;
	color: #303030;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

