@charset "utf-8";
/* Seal Tight Solutions - Main Screen Style Sheet */

body {
	background: #FFF url(../images/main-background-amh.jpg) repeat-x fixed;
	margin: 0px;
	font: 90% Verdana, Geneva, sans-serif;
}
#wrapper {
	background: #FFF url(../images/left-background.gif) repeat-y 24px;
	max-width: 1200px;
	margin: 0px auto;
	min-width: 900px;
	width: 90%;
}
#container {
	background: url(../images/right-background.gif) repeat-y right;
	position:relative;
}
#navbar {
	background: #FFF url(../images/nav-back.gif) repeat-x;
	margin-left: 24px;
	margin-right:24px;
	height: 70px;
}
#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
}
#navbar li a{
	padding: 20px 15px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	background: url(../images/nav-link-separator.gif) no-repeat left 19px;
	text-transform: uppercase;
}
#navbar li a:hover {
	color: #eee;
}
#contentcontainer {
	margin: 0px 24px;
	position: relative;
}
#maincontent {
	margin-right: 315px;
	margin-left: 160px;
	padding-top: 10px;
	position: relative;
}
#maincontent a {
	font-weight: bold;
}
#support .article h3 {
	background: url(../images/info-heading-background.gif) no-repeat;
	color: #1D8743;
	font-size: 14px;
	height: 30px;
	padding: 12px 27px 10px 50px;
}

#support .infoblock h4 {
	background-color:#F2F8F4;
	margin:0 24px 0 10px;
	color: #1D8743;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #82BD97;
}
#support .infoblock h4 img {
	margin: 0px 0px 0px -20px;
	float: left;
}
.article div {
	border: 2px solid #1E8744;
	background: #F2F8F4;
	padding: 10px;
	margin: 0px 24px 10px 10px;
	color: #1D8743;
}
#subnavigation {
	width: 150px;
	float: left;
	position: relative;
}
#header {
	height: 120px;
	background: #fff url(../images/sts-logo.gif) no-repeat left bottom;
}
#footer {
	background: #231F20;
	color: #fff;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	clear: both;
}
#support {
	width: 300px;
	float: right;
	position: relative;
}
img {
	border-width: 0px;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.5em;
	color: #1D8743;
}
p {
	margin: 0 auto .7em;
}
a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #29B4A9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
}
#logotext {
	padding-top: 60px;
	margin-right: 24px;
	float: right;
}
#subnavigation .sublinks a {
	text-decoration: none;
	display: block;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #333;
	font: bold 14px Verdana, Geneva, sans-serif;
	padding-top: 8px;
	padding-bottom: 0px;
	border-bottom: 2px solid #1E8744;
}
#subnavigation .sublinks a:hover {
	color: #000;
	border-bottom: 2px solid #000;
	background: #eee;
}
.scene {
	border: 1px solid #000;
}
.optional-label {
	font-weight: bold;
	color: #060;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}

.attention {
	font-variant: small-caps;
	color: #060;
}
#footer a {
	color: #43d4c8;
}
#header h1 {
	font-size: 3em;
	padding-top: 60px;
	padding-left: 24px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.warning {
	font-weight: bold;
	color: #930;
}
.shipping-special {
	font-size: 1.1em;
	text-decoration: line-through;
}
div.qa {
	margin: 0 1em 2em;
}
.qa h3 {
	background: #F2F8F4;
	border: 2px solid #1E8744;
	padding: 5px;
}
.qa h3 img {
	float: left;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: 6px;
}
.qa p img {
	float: left;
	margin: 0 10px 0 -10px;
}
.hide {
	display: none;
}
.testimonial  {
	width: 90%;
	margin: 0 auto 1em;
	border: 4px ridge #F2F8F4;
	padding: 5px;
}
#support .contactblock h3 a {
	color: #C00;
	text-decoration: none;
}
#support .contactblock h3 {
	text-align: center;
}
#certlink {
	background: #F2F8F4;
	border: 1px solid #1D8743;
	margin: 5px 10px 5px 0px;
	padding: 2px;
}
#certlink a {
	font-weight: bold;
	color: #1D8743;
}
#certlink a:hover {
	text-decoration: underline;
}

