﻿/* 
 * Layout: Stem 
 * Created by CCG Software
*/

/* all */
* { padding: 0; margin: 0; }

html, body   
{
	background-color: #5c5c5c;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 95%;
	color: #6a6969; 
	text-align: justify;
	font: normal 1em;
} 

/* links */
a, a:visited{ text-decoration:none; color:#CECECE;  }
a:hover { text-decoration: underline; }

/* headers  */
h1, h2, h3, h4 {
	color: #555454;
	font-weight: normal;
	letter-spacing: -1px;
}

h1 { font-size: 205%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }

span, td, a, label, p
{
	font-size: 90%;
	line-height: 1.3em;
}

.clear { 
	clear: both; 
	line-height: 0; height: 0; font-size: 0;
}

/* Search Bar */
#searchwrapper {
width:172px;
height:22px;
background:url(images/searchBar.png) no-repeat ;
padding:0px;
margin-top:108px;
margin-left:580px;
position:relative;
}
 
#searchwrapper form { display:inline ; }

#searchwrapper input[type="text"], #searchwrapper select, #searchwrapper textarea, #searchwrapper input[type="file"] 
{
    border:0px;
	background: transparent;
	position:absolute;
	top:0px;
	left:7px;
	width:135px;
	height:20px;
}
 
#searchwrapper input[type="submit"] {
border:0px;
background-image: url(images/searchIcon.png);
position:absolute;
top: -4px;
left:150px;
width:15px;
height:12px;
}

#searchwrapper span 
{
    margin-top: 4px;
    margin-left: 3px;
    height: 20px;
}

/* layout */
#main-wrap {
	width: 825px;
	margin: 0 auto;
	background-image: url(images/sideshadow.png);
}

#media-wrap {
	width: 100%;
	height: 264px;
}
 
 /* 815 - 34 = 781 */
#main-container 
{
	width: 781px;
	padding-left: 22px;
	padding-right: 22px;
	float: left;
}

#header-wrap, #media-wrap, #content-wrap, #footer-wrap
{
	float: left;
	width: 781px;
}

#header-content, #content-main, #left-content, #right-content, #footer-content
{
	width: 781px; 
	position: relative;
	float: left;
}

/* header */
#header-content
{
	width: 100%;
	height: 141px;
	background: url(images/headerBackgroundImage.gif) no-repeat;
}

#header-text { display: none; }

#menu {
	position: absolute;
	left: 50px;
	top: 0;
	font-size: 80%;
	color: #a7a6b0;
}

/* content structure */
#content-main 
{	
	background: #fff;
	position: relative;
	width: 781px;
	height: 100%;
}

.content-text {
	font-family: Tahoma;
	font-size: 85%;
}

.content-news-headers {
	font-family: Tahoma;
	font-size: 85%;
	color: #6a6969;
	font-weight: bold;
}

.content-news-separator {
	margin-top: 10px;
	background: url(images/dottedsep.png);
	background-repeat: no-repeat;
}

.content-separator-all {
	margin: 10px;
	background: url(images/dottedsep.png);
	background-repeat: repeat-x;
}

.content-padding {
	padding: 20px;
}

#content-top-shadow{
	position: absolute;
	width: 781px;
	z-index: 1;
	background: url(images/contenttopshad.png) no-repeat;
}

#content-bottom-shadow{
	height: 16px;
	float: right;
	position: relative;
	width: 781px;
	margin-top: -15px;
	background: url(images/contentbtmshad.png) no-repeat;
}

#content-internal 
{
	width: 731px;
	padding: 24px;
	float: left;
	min-height: 300px;
}

/* left home content */
#content-left {
	width: 360px;
	float: left;
	height: 100%;
	min-height: 300px;
	background-color: white;
	padding: 24px 15px;
}

#productOverview
{    
}

.margin {
	margin-left: 50px;
}

.marginul {
	margin-left: 30px;
}

.center {
	text-align: center;
}
.tableheader {
	font-weight: bold;
	text-align: center;
	background-color: #FC0;
}
.tablecontent {
	background-color: #D9F1F2;
}
.tablestyle {
	background-color: #EEE;
	border: 1px solid #CCC;
}
.tickeditem {
	background-image: url(images/tickedicon.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* news sidebar */

.news-sidebar-item a
{
	font-family: Tahoma;
	font-size: 85%;
	color: #6a6969;
	font-weight: bold;	
}

/* news text */
.news-body 
{
	font-family: Tahoma;
	font-size: 90%;	
}

/* read more */
.news-body a { }


/* right box */
#content-right {
	width: 361px;
	background: #fff9ea;
	float: left;
	height: 100%;
	padding: 24px 15px;
}

#latest-works {
	height: 100%;
}

#newsletter-content {
	background: #fff9ea;
	min-height: 197px;
	height: 100%;
}

#image-holder {
	width: 100%;
	margin-top: 10px;
}

input[type="text"], select, textarea, input[type="file"] {
	border: 1px solid grey;
	font-size: 95%;
	height: 18px;
	line-height: 18px;
	padding-left: 2px;
	width: 267px;
	margin-top: 2px;
}

textarea { height: auto; }

.form-nav-bar { margin-top: 30px; width: 360px; }

input[type="submit"] 
{
	width: 103px;
	margin-top: 10px;
	height: 18px;
	background: url(images/submitBTNNrml.jpg);
	float: right;
	margin-right: 10px;
	border: 0;
	color: White;
	text-decoration: none;
	cursor: pointer;
	text-indent: -999em;
	font-size: 0;
}

label {
	font-family: Tahoma;
	color: #6a6969;
	font-weight: bold;
	font-size: 90%;
	height: 20%;
	Float: left;
	width: 80px;
}

.newsletter-entry{
	clear:both;
	float:left;
	margin-bottom:3px;
	width:400px;
}

/* Menu */
#menu #menu-wrap {
	padding: 10px;
}

#menu ul {
	width: 173px;
	list-style: none;
	float: left;
	padding: 0px;
}

#menu li 
{
	float: left;
	width: 173px;
	background:url(images/btnBGNrml.gif) no-repeat;
	text-indent:30px;
}

#menu li a{
	display:block;
	color: white;
	font-size:100%;
	text-decoration:none;
	height:30px;
	line-height:30px;
}

#menu li a:hover{
	background:url(images/btnBGHvr.gif) no-repeat;
	height:30px;
	line-height:30px;
	color: white;
}
#menu li a.selected, #menu li a:hover.selected{
	background:url(images/btnBGHvr.gif) no-repeat;
}

#menu li ul  
{
	float: left; width: 173px; 
	position: absolute; left: 173px; 
	border-left: 1px solid #960000; 
	margin-top: -30px;
	display: none;
}
#menu li:hover ul ul, #menu li ul ul { display: none; }

#menu li:hover ul { display: block; } /* 1st level show */
#menu li li:hover ul { display: block; } /* 2nd level show */
#menu li li:hover ul ul { display: none; } /* 3rd hide */
#menu li li li:hover ul { display: block; } /* 3rd level show */
#menu li li li:hover ul ul { display: none; } /* 4th hide */
#menu li li li li:hover ul { display: block; } /* 4th level show */
#menu li li li li:hover ul ul { display: none; } /* 5th hide */
#menu li li li li li:hover ul { display: block; } /* 5th level show */
#menu li li li li li:hover ul ul { display: none; } /* 6th hide */

/* footer */

#footer-content {
	background: #494949;
	height: 31px;
	color: #a7a6b0;
	font-size: 80%;
	line-height: 2.2em;
	padding: 10px 0 15px 0;
}

#footer-left {
	float: left;
	padding: 5px 0px 6px 17px;
	width: 93px;
	height: 20px;
}

#footer-right {
	padding: 5px 17px 6px 0px;
	float: right;
}

#footer-bottom-shadow  {
	width: 825px;
	height: 21px;
	background: #5c5c5c url(images/btmshadow.png);
}

#stem-sitemap ul
{
	list-style: none;
	margin-top: 15px; 
	margin-left: 7px;
	padding-left: 7px; 
}

#stem-sitemap ul ul
{
	margin: 3px 0;
	margin-left: 12px;
}
#stem-sitemap a  
{
	color: #505050;
	font-size: 100%;
	line-height: 1.6em;
}

/* news */
.newsevent-item-row  
{
	float: left; width: 100%; margin: 0; padding: 10px 0; 
	background: #fff; font-family: Verdana, Arial, Sans-Serif;
}

.newsevent-item-sticky
{
    border: 1px solid #E5DE91; background: #FFFFD4;
}

.newsevent-item-row a { font-size: 100%; color: #808080; }
.newsevent-item-row h5 { margin-top: 0; color: #222;}
.newsevent-item-row h3 { font-size: 100%; margin: 0; }
.newsevent-item-row span.newsevent-item-abstract  
{
	display: block; font-size: 80%;
	color: #505050; margin-top: 6px;
}

#cms-event-details  
{
	clear: left; font-weight: bold; font-size: 90%;
	border-bottom: 1px solid #efefef; padding-bottom: 10px; 
	width: 100%; margin-bottom: 10px;
}

/* end of Stem Stylesheet */

.cms-body-home #content-placeholder { display: none; }
#content-placeholder { display: block; }

.cms-body-home #content-home { display: block; }
#content-home { display: none; }

/*contact us page */
.dynamic-form-fields { position: absolute; top: 100px; left: 275px; }
.form-row { height: 27px; }
button[type="reset"] { display: none; }
