@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: none;
}
html {
	margin: 0;
	padding: 0;
	outline: none;	
	-webkit-touch-callout: none; 
	-webkit-text-size-adjust: none; 
	-ms-text-size-adjust: 100%;
}
body {
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #222222;
	outline: none;
}

/* -- Generalize ---------------------------------------------------------------- */

body, input, textarea, select, a {
	outline: none;
}
#hr {
	width: 100%;
	border: #000000 1px dotted;
	border-style: none none dotted;
	display: block;
	margin-top: 18px;
	margin-bottom: 18px;
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 20px;
}
a, a:visited, a b {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF9933;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
   	text-decoration: none;
   	outline: none;
}
a img {
   	border: none;
   	outline: none;
}
form {
   	padding: 0;
   	margin: 0;
   	display: inline;
}
input, input[type='text'], textarea, select {
   	-webkit-appearance: none;
	outline: none;
}
.clear-both {
   	clear: both;
}
.clear_left { 
	clear: both;
	margin-bottom: 20px;
}
ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.SuccessMessage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #5f8f2b;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 20px;
}	
.ErrorMessage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 20px;
}

.contactphone_ms {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 13px;
}

/* -- Header ---------------------------------------------------------------- */

#header-wrapper {
	width: 100%;
	text-transform: none;
	background-color: #000000;
	height: 140px;
}
#header {
	width: 995px;
	margin: 0 auto;
	padding-bottom: 10px;
	height: 140px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 35px;
	left: 1px;
	width: 240px; 
	height: 75px;
	border: 0;
	background: url('../images/logo.png') no-repeat left top;
}
#header #welcome {
	position: absolute;
	top: 12px;
	right: 8px;
	width: 250px; 
	height: 125px;
	border: 0;
	background: url('../images/topographic.png') no-repeat left top;
}


/* -- Navigation Menu ------------------------------------------------------- */

#navigation-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #FF9933;
}
#navigation_container {
	width: 995px;
	height: 35px;
	margin: 0 auto;
	background-color: #000000;
}
.navMenu {
	margin: 0;
	padding: 0;
}
.navMenu li {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	width: 141px;
	height: 35px;
}
.navMenu li a:link, .navMenu li a:visited {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 8px;
	color: #FFFFFF;
	background-color: #222222;
	text-align: center;
}
.navMenu li a:hover {
	background-color: #FC7F02;	
	color: #FFFFFF;
	font-weight: normal;
}
.navMenu li a.active_menu {
	background-color: #FC7F02;	
	color: #FFFFFF;
	font-weight: normal;
}
.navMenu li a.lastbox {
	margin-right: 0;
	width: 133px;
}

/* SubMenu */

.navMenu li ul {
	position: absolute;
	visibility: hidden;
	padding: 0;
	margin-left: 8px;
	z-index: 1;
	background-color: #222222;
}
.navMenu li ul li {
	display: inline;
	float: none;
}
.navMenu li ul li a:link, .navMenu li ul li a:visited {
	background-color: #222222;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}
.navMenu li ul li a:hover {
	background-color: #FC7F02;	
	color: #FFFFFF;
}

/* -- Content -------------------------------------------------------------- */

#container-wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
}
#container {
	width: 995px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
	background-color: #000000;
}
#content {
	width: 995px; 
	min-height: 620px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
	background-color: #000000;
}
#content .box.c1 {
	float: left;
	width: 540px;
	min-weight: 540px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	list-style: none;
}
#content .box.c2 {
	float: right;
	margin-right: 5px;
}
#content .box.c3 {
	float: left;
	width: 990px;
	margin: 0;
	padding: 0;
}
#content .box.c4 {
	float: left;
	width: 510px;
	min-weight: 510px;
	margin: 0;
	padding: 0;
}
#content .box.c5 {
	float: right;
}
#content .box.c6 {
	float: left;
}
#content .box.c7 {
	float: left;
	width: 450px;
	min-weight: 450px;
	margin-right: 65px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	list-style: none;
}
#content .box.c8 {
	float: left;
	width: 450px;
	min-weight: 450px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	list-style: none;
}
#content .box.c7 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	text-decoration: underline;
}
#content .box.c7 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	text-decoration: underline;
}
#content .box.c7 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	text-decoration: none;	
}
#content .box.c8 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	text-decoration: underline;
}
#content .box.c8 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	text-decoration: underline;
}
#content .box.c8 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: normal;
	font-style: normal;
	padding-right: 20px;
	text-decoration: none;	
}
#content .box.c7 ul li {
	padding-bottom: 10px;
	list-style: none;
}
#content .box.c8 ul li {
	padding-bottom: 10px;
	list-style: none;
}
#content .box.c9 {
	float: left;
	width: 995px;
	min-weight: 995px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	list-style: none;
}

#container #content_text {
	padding: 0;
	margin: 0;
	clear: both;
}
#container #content_text h1 { 
	margin: 0; 
	padding-top: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FF9933;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#container #content_text p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 20px;
}
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	line-height: 0;
}
.clear {
	display: block; 
	clear: both;
}
.figure img {
	border: none;
	width: 400px;
	height: 300px;
	outline: none;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
	
/* -- Product Gallery ---------------------------------------------------------------- */	

#gallery .gallery-photos {
	position: relative;
	width: 995px; 
	height: 660px;
	padding: 0;
	margin: 0;
	border: 0;
	clear: both;
}
#gallery .gallery-photos .big-photo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}
#gallery .gallery-photos .photo-thumbnails {
	position: absolute;
	top: 520px;
	right: 0;
	width: 740px;
	height: auto;
	padding: 0;
	margin: 0;
}
#gallery .gallery-photos .big-photo img {
	padding: 2px;
	margin: 0;
	border: 1px solid #000000;
}
#gallery .gallery-photos .photo-thumbnails .thumbnail {
	float: left;
	cursor: pointer;
	margin-left: 8px;
	margin-bottom: 10px;
	width: 66px;
	height: 56px;
}
#gallery .gallery-photos .photo-thumbnails .thumbnail.current {
	background-color: #000000;
}
#gallery .gallery-photos .photo-thumbnails .thumbnail img {
	padding: 2px;
	margin: 0;
	border: 1px solid #000000;
}

/* -- Contact Form ----------------------------------------------------- */

#contact-form { 
	float: left;
	width: 610px;
	min-width: 610px;
	padding: 0;
	margin: 0;
}
#contact-info { 
	float: right;
	width: 320px;
	min-width: 320px;
	height: 700px;
	min-height: 700px;
	padding-left: 35px;
}
#contact-info .infobox1 {
	margin-bottom: 25px;
	height: 170px;
	min-height: 170px;
}
#contact-info .infobox2 {
	margin-bottom: 25px;
	height: 130px;
	min-height: 130px;
}
#contact-info .infobox3 {
	margin-bottom: 25px;
	height: 140px;
	min-height: 140px;
}
#contact-info .infobox4 {
	margin-bottom: 0;
	height: 110px;
	min-height: 110px;
}
#contact-info .infobox1 h1 {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#contact-info .infobox2 h1 {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#contact-info .infobox3 h1 {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#contact-info .infobox4 h1 {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#contact-form h1 {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #FF9933;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.contact p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 12px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.contact label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
.contact .SuccessMessage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
}
.contact .ErrorMessage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
}
.contact input {
	margin-right: 5px;
	background-color: #333333;
	border: 1px solid #000000;
	height: 25px;
}
.contact input[type="text"] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	width: 550px;
	max-width: 550px;
	padding: 0 6px;
}
.contact input:hover {
    background-color: #666666;
	outline: none;
}
.contact input:focus {
    background-color: #666666;
	outline: none;
}
.contact textarea {
	width: 550px;
	max-width: 550px;
	height: 170px;
	max-height: 170px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #000000;
	background-color: #333333;
	padding: 6px;
}
.contact textarea:hover {
    background-color: #666666;
	outline: none;
}
.contact textarea:focus {
    background-color: #666666;
	outline: none;
}
.contact input[type="submit"] {
	font-family: Verdana, Geneva, sans-serif;
}
.contact input[type="submit"]:hover {
	cursor: pointer;
}
.contact .ButtonForm { 
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FF9933; 
	border: 0; 
	width: 200px; 
	height: 25px; 
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 40px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;	
}
.contact .ButtonForm:hover { 
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #FC7F02; 
	border: 0; 
	width: 200px; 
	height: 25px; 
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 40px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
#contact-info a.emailLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
#contact-info a.emailLink:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}
#contact-info a.emailLink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
.infobox4 a.facebook img {
	width: 42px;
	height: 40px;
	margin: 0;
	border: 0;
}

/* -- Footer ---------------------------------------------------------------- */

#footer-wrapper {
	width: 100%;
	padding-top: 20px;
	background-color: #222222;
}
#footer {
	width: 995px;
	margin: 0 auto;
	position: relative;	
	clear: both;
	background-color: #222222;
}
#footer .column.c1 {
	float: left;
	width: 450px;
	min-weight: 450px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	list-style: none;
}
#footer .column.c2 {
	float: left;
	width: 450px;
	min-weight: 450px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	list-style: none;
}
#footer .column.c3 {
	float: left;
	width: 90px;
	min-width: 90px;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}
#footer .column c1 ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#footer .column c1 ul li {
	padding-bottom: 35px;
	margin-bottom: 5px;
	list-style: none;
}
#footer .column c1 ul li a {
	font-size: 12px;
	list-style: none;
}
#footer .column c2 ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#footer .column li {
	padding-bottom: 5px;
	list-style: none;
}
#footer .column c2 ul li a {
	font-size: 12px;
	list-style: none;
}
#footer .title {
	padding-bottom: 10px;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer .column ul.address {
	padding-bottom: 40px;
	font-weight: normal;
	list-style: none;
}
#footer .column ul.mails {
	padding-bottom: 20px;
	font-weight: normal;
	list-style: none;
}
#footer .column .mails a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
#footer .column .mails a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
#footer .column .mails a:focus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
#footer .column .mails a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;	
}
#footer .column c3 ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#footer .column c3 ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	list-style: none;
}
#footer .column c3 ul li a {
	font-size: 12px;
	list-style: none;
}
#footer .column.c3 a.fbLink {
	display: inline-block;
	background: url('../images/facebook.png') no-repeat left top;
	padding: 0;
	width: 44px;
	height: 44px;
}
#footer .column.c3 a.fbLink:link {
	display: inline-block;
	background: url('../images/facebook.png') no-repeat left top;
	padding: 0;
	width: 44px;
	height: 44px;
}
#footer .column.c3 a.fbLink:visited {
	display: inline-block;
	background: url('../images/facebook.png') no-repeat left top;
	padding: 0;
	width: 44px;
	height: 44px;
}
#footer .column.c3 a.fbLink:focus {
	display: inline-block;
	background: url('../images/facebook.png') no-repeat left top;
	padding: 0;
	width: 44px;
	height: 44px;
}
#footer .column.c3 a.fbLink:hover {	
	display: inline-block;
	background: url('../images/facebook_hover.png') no-repeat left top;
	padding: 0;
	width: 44px;
	height: 44px;
	text-decoration: none;	
}
#footer .phone_ms {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 12px;
}
#footer .column.c1 p {
	line-height: 18px;
}
#footer .column.c1 .copyright {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}

/* -- Copyright ------------------------------------------------------------ */

#copyright-wrapper {
	margin: 0;
	padding-bottom: 20px;
	background-color: #222222;
}
#copyright {
	clear: both;
	width: 995px;
	margin: 0 auto;
	color: #FFFFFF;
	padding-bottom: 80px;
	background-color: #222222;
}
#copyright .column.c1 {
	float: left;
	width: 600px;
	min-weight: 600px;
	margin: 0;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#copyright .column.c2 {
	float: right;
	width: 300px;
	min-width:300px;
	margin: 0;
	margin-top: 10px;
	text-align: right;
	list-style: none;
}
#copyright .column a.webdesigner {
	display: inline-block;
	background: url('../images/logo_stdesign4u.png') no-repeat left top;
	width: 72px;
	height: 14px;
	text-decoration: none;
}
#copyright .column a.webdesigner:link {
	display: inline-block;
	background: url('../images/logo_stdesign4u.png') no-repeat left top;
	width: 72px;
	height: 14px;
	text-decoration: none;
}
#copyright .column a.webdesigner:visited {
	display: inline-block;
	background: url('../images/logo_stdesign4u.png') no-repeat left top;
	text-decoration: none;
}
#copyright .column a.webdesigner:hover {
	display: inline-block;
	zoom: 1;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 72px;
	height: 14px;
	text-decoration: none;
}

/* Scroll To Top */
#back-top {
	clear: both;
	overflow: auto;
	width: 995px;
	margin: 0 auto;
	text-align: center;
	outline: none;
}
#back-top a  {
    display: inline-block;
	width: 51px;
	height: 51px;
	background: url('../images/backtotop.png') no-repeat left top;
	border: none;
	outline: none;
}
#back-top a:visited  {
    display: inline-block;
	width: 51px;
	height: 51px;
	background: url('../images/backtotop.png') no-repeat left top;
	border: none;
	outline: none;
}
#back-top a:hover {
	zoom: 1;
	display: inline-block;
	width: 51px;
	height: 51px;
	background: url('../images/backtotop_hover.png') no-repeat left top;
	border: none;
	outline: none;
}