body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
	background: #eaeaea;
}

a {
	text-decoration: none;
	color: #333333;
}

/* @group HeaderFrame */

#HeaderFrame {
	background: #ffffff;
	width: 100%;
	float: left;
}

#Header {
	width: 880px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #111111;
}

#Header a {
	color: #111111;
}

#Header #Logo img {
	float: left;
	width: 40%;
	margin-right: 10px;
}

#Header h1 {
	margin: 10px;
	background: url(../graphics/SolarPixelLogo.png) no-repeat;
	width: 300px;
	height: 130px;
}

#Header h1 span {
	display: none;
}

#Header .header-contact {
	float:right;
	text-align:center;
}

/* @end */

/* @group NavFrame */

#NavFrame {
	background: #ffffff;
	width: 100%;
	float: left;
	border-bottom: solid 5px #262626;
}

#Nav {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#Nav a {
	float: left;
	width: 14%;
	margin-left: 1%;
	padding: 2px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	text-align: center;
	background: #336699;
	background: linear-gradient(180deg, #0f4375 0%, #5a8ec0 100%);
	color: #ffffff;
	border-bottom: 5px solid #0f4375 ;
	margin-bottom: -5px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

#Nav a small {
	color: #000000;
}

#Nav a:hover, #Nav a.selected:hover {
	background: #cccccc;
	background: linear-gradient(180deg, #cccccc 0%, #eeeeee 100%);
	color: #000000;
	border-bottom-color: #999999;
}

#Nav a.selected {
	background: #bbbbbb;
	background: linear-gradient(180deg, #aaaaaa 0%, #cccccc 100%);
	color: #000000;
	border-bottom-color: #777777;
}

#Nav a:hover small {
	color: #003366;
}
/* @end */

/* @group MarketingFrame */

#MarketingFrame {
	background: #002356;
	width: 100%;
	float: left;
}

#Marketing {
	width: 880px;
	height: 250px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #000000 url(../graphics/marketingback.png) no-repeat right;
	color: #ffffff;
}

#Marketing h3 {
	width: 325px;
	padding-left: 25px;
	background: url(../graphics/SBlackBack.png) no-repeat left;
	line-height: 32px;
}

#Marketing p {
	width: 325px;
	text-align: justify;
	line-height: 26px;
	padding-left: 25px;
}

#dynamictext {
	float: right;
	width: 250px;
}

#dynamictext a {
	color: #ffffff;
	float: left;
	clear: left;
	line-height: 32px;
	text-shadow: #000 1px 1px 2px;
	list-style-position: outside;
	list-style-type: disc;
}



/* @end */

/* @group ContentFrame */

#ContentFrame {
	width: 100%;
	float: left;
	border-top: 5px solid #262626;
}

#Content {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding: 10px;
	border-top: 5px solid #878787;
	margin-top: -5px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

#Content h2 {
	margin-top: 4px;
	margin-bottom: 8px;
}

#Content h3 {
	color: #003366;
	margin-bottom: 2px;
	margin-top: 5px;
}

#Content p {
	color: #333333;
	line-height:1.3em;
}

#Content table {
	color: #666666;
}

#Content table h3 {
	margin: 0;
	color: #000000;
}

.contentright {
	width: 28%;
	float: right;
	padding: 1%;
	margin: 1%;
}

.contactinfo {
	background: #336699;
	background: linear-gradient(270deg, #0f4375 0%, #5a8ec0 100%);
	text-align: center;
	color: #ffffff;
	float: left;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contactinfo a {
	color: #eeeeee;
}

.contactinfo a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#Card, .contactinfo {
	border-radius:8px;
	box-shadow:1px 1px 3px #999999;
	width: 100%;
}

/* @end */

/* @group FooterFrame */

#FooterFrame {
	background: #eaeaea;
	width: 100%;
	float: left;
}

#Footer {
	width: 880px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.bottomlinks a {
	color: #eaeaea;
	font-size: 10px;
}

.bottomlinks {
	color: #eaeaea;
	font-size: 10px;
}
/* @end */

.decor_image {
	margin: 5px;
	padding: 3px;
	border: solid 1px #cccccc;
	border-radius:6px;
	background: #f5f5f5;
}

@media only screen and (max-width:800px) {
	#Header, #Nav, #Marketing, #Content, #Footer {
		width: 96%;
		padding: 1%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width:480px) {
	#Header #Logo img {
		float: left;
		margin-left: 20%;
		width: 60%;
	}
	#Header .header-contact {
		width: 100%;
		float:right;
		text-align:center;
	}
	#Nav a {
		font-size: 0.84em;
	}
	#Nav a small {
		line-height: 0.5em;
	}
	.contentright {
		width: 38%;
		float: right;
		padding: 1%;
		margin: 1%;
	}
}