.box {
	position: absolute;
	width: 1120px;
	top: 10%;
	left: 10%;
	
	margin-top: -50px;
}

.titleimg {
	position: relative;
	width: 100%; /* for IE 6 */
}

#galleria {
	margin-top: 20px;
	width: 800px; 
	height: 500px; 
	background: #FAF0D9;
}

h2 {
	padding: 30px;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #F0EAEA;
	font-size: 45px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
}

.address {
	font-family: cambria, georgia, times, serif;
	font-size: 15px;
	margin-top: 5px;
	float: right;
	z-index: 100;
	margin-right: 100px;
}

.email {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 13px;
}

.links a:link {
	color: #039903;
	text-decoration: underline;
}

.links a:visited {
	color: red;
	text-decoration: underline;
}

.links a:hover {
	color: green;
	text-decoration: underline;
}

.links a:active {
	color: red;
	text-decoration: underline;
}

.links a.otherLink:link {
	color: red;
	text-decoration: none;
}

.links a.otherLink:visited {
	color: red;
	text-decoration: none;
}

.links a.otherLink:hover {
	color: green;
	text-decoration: underline;
}

.links a.otherLink:active {
	color: red;
	text-decoration: none;
}

#titlegallery {
	position: relative;
	width: 1120px;
	height: 300px;
}

#titlegallery img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#titlegallery img.active {
	display: block;
}


#navcontainer {
	position: absolute;
	top: 247px;
	color: #FF0000;
	margin-left: 33px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #FF0000;
}

.ul-content {
	font-family: cambria, georgia, times, serif;
	font-size: 16px;
}

.base-container .menubar div{
	margin-left: 40px;
}

.center{
	display: table;
	margin: 0 auto;
}

.main-container{
	width: 100%;
	margin-top: 7px;
}

.content-cotainer{
	margin: 0em 12px -2em;
}

.footer {
	text-align: center;
	margin: 2em;
}

.clear { clear: both; }

/* Shared styles */
.drop-shadow {
	position: relative;
	float: left;
	width: 504px;
	padding: 1em;
	margin: 1em 6px 0em;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	behavior: url(js/PIE.htc);
}

.drop-shadow:before,.drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}


.drop-shadow h4 {
	text-align: center;
	color: #3D87C3;
}

/* Raised shadow - no pseudo-elements needed */
.raised {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
		rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
		rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
		rgba(0, 0, 0, 0.1) inset;
}

/* Lifted corners */
.lifted {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.lifted:before,.lifted:after {
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.lifted:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* Rotated box */
.rotated {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.rotated>:first-child:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.menubar {
	background-color: #C4E7C4;
	width: 90%;
	height: 20px;
}

.menuItem {
	float: left;
}

.hg {
	background-color: #FFFF6F;
}

.bg {
  background: url('../images/solar_strip.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

.jumbotron {
  margin-bottom: 0px;
  height: 326px;
  color: white;
  text-shadow: black 0.3em 0.3em 0.3em;
  background:transparent;
}
.navbgcolor,.navlinks{
	background-color: #0a3151!important;
}
.navlinks{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.quote-container {
   position: relative;
}

.note {
  color: #333;
  position: relative;
  width: 300px;
  float: right;
  padding: 10px;
  font-family: cambria, georgia, times, serif;
  font-size: 15px;
  box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}

.yellow {
  background: #eae672;
 }
.pageheader{
margin: 20px 0 10px;
padding-bottom: 10px;
}
.company{
	font-family: Arial,sans-serif;
	font-weight:600;
	color:#0a3151!important;
}
.subheading{
	color: #999!important;
}

.hideClass{
	display: none;
}

