/* DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */

body {
	font-family: verdana, arial, sans-serif;
}

#sts {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

h1 {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
h1, h1 a {
	height: 60px;
	width: 375px;
}
h1 a {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
}

h2, h3 {
    color: #699028;     /*#6b9200;*/
    margin-top: 0;
    margin-bottom: 5px;
}


p {
    margin-top: 0;
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
li {
    margin: 0;
    padding: 0;
}

.halfcol {
   float: left;
   margin-right: 10px;
}

emph {
	font-style: italic;
}

.clear {
    clear: both;
    height: 1px;
}

#sts-header {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #a2dc00;
}
#sts-nav {
	position: absolute;
	top: 10px;
	left: 0;
	height: 50px;
	list-style: none;
}
#sts-nav, #sts-nav li {
	margin: 0;
	padding: 0;
}
#sts-nav li {
	float: left;
	margin-right: 15px;
	height: 50px;
}
#sts-nav a {
	display: block;
	padding: 10px;
	background: #acc72d;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#sts-nav a:hover, #sts-nav .selected a {
	background: #6b9200;
}

#sts-content {
/*  position: absolute;
    top: 60px;*/
	/*border-top: 1px solid #a2dc00;*/
}

.sts-col {
	width: 150px;
	float: left;
	padding: 10px;
	border-right: 1px solid #a2dc00;
	font-size: 0.8em;
}
.sts-col-last {
	border: none;
}

/* homepage */

#sts-index #sts-header {
	height: 180px;
}
#sts-index #sts-content {
	top: 180px;
}
#sts-index h1 {
	left: 410px !important;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
}
#sts-index h1, #sts-index h1 a {
	height: 93px;
	width: 375px;
}
#sts-index .connect p {
    float: left;
    margin-right: 5px;
    padding-top: 8px;
}
#sts-index .connect img {
    border: 0;
}
#sts-index .contacts {
    clear: left;
    padding-top: 10px;
}
#sts-index #sts-anim {
	position: absolute;
	left: 150px;
}
#sts-index #sts-nav {
	top: 120px;
	left: 417px;
}


#sts-index .sts-col-product-shots {
	width: 351px;
        border:"0";
}
#sts-index .sts-col-first {
    width: 200px;
}

#sts-index .sts-col-last {
	width: 200px;
}
#sts-image1 .sts-twitter {
        border:"0";
}

/* about us */

#sts-about .sts-col-first {
	width: 550px;
	padding-right: 40px;
}
#sts-about .sts-col-last {
	position: relative;
	width: 370px;
	padding-bottom: 50px;
}
#sts-about .sts-og-trade-member {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* news */

#sts-news .sts-col-first {
	width: 200px;
	padding-left: 30px;
}
#sts-news .sts-col-first li, #sts-news .sts-col-first ul {
	padding-left: 0;
	margin-left: 0;
}
#sts-news .sts-col-first li, #sts-news .sts-col img {
	padding-bottom: 15px;
}
#sts-news .sts-col-pub-images {
	width: 280px;
}
#sts-news .sts-col-last {
	width: 420px;
}

/* work */


#sts-work .sts-col {
	padding-left: 20px;
}
#sts-work .sts-col-first {
	width: 550px;
}
#sts-work .sts-col-last {
        width: 380px;
}
#sts-work .sts-col ul, #sts-work .sts-col li {
	margin-left: 0;
	padding-left: 0;
}
#sts-work .sts-col li {
	margin-left: 15px;
	padding-bottom: 15px;
}
#sts-work .sts-col-last ul {
    margin-top: 10px;
}
#sts-work .sts-col-last li {
    float: left;
    width: 170px;
    margin-right: 5px;
}

#footer {
    clear: left;
    margin-top: 10px;
    text-align: right;
    color: #999;
}
#footer p {
    font-size: 11px;
}