@charset "utf-8";
div#header {
	background-color: #000000;
	padding-left: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
}
div#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	margin: 0 auto -1em;
}

.navmenuitem {
	display: block;
	width: 110px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px;
}
ul#menulist {
	padding: 15px 0px;
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
}
#navmenu {
	background-image: url(images/nav_bar.jpg);
	height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menulist a:hover {
	background-color: #000000;
	color: #CCCCCC;
}
#footer {
	background-color: #000000;
	height: 1em;
	bottom: 0px;
	width: 900px;
	margin: 0;
	border: 0;
	position: absolute;
	padding: 0;
}
html, body {
	margin: 0px;
	background-color: #666666;
	height: 100%;
	padding: 0;
}
#menulist li {
	float: left;
}
#content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#sidepanel {
	background-color: #CCCCCC;
	height: 600px;
	width: auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#pagetext {
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
div#Statement {
	border-width: 0px;
}
div#weddingpanels {
}
div#installed {
}
div#hangingpanels {
}
div#solutions {
}
.sectiondiv {
	padding: 16px;
	margin: 16px;
	border-style: solid;
	clear: both;
	position: relative;
	border-width: 5px;
}
.sectionsubdiv {
	padding: 16px;
	margin: 16px;
	border-style: solid;
	clear: both;
	position: relative;
	border-width: 2px;
	font-size:11px;
	text-align:justify;
}
.sectiontitle {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 1em;
	border-bottom: 3px;
	border-bottom-style: solid;
	text-transform: uppercase;
}
.centeredimg {
	margin: auto;
}
.contentimage {
	border: 3px solid #000000;
	margin: 1em;
}
a {
text-decoration:none;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:active {
color: #000000;
}
a:hover {
background-color: #999999;
}

