/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0;
	margin:0;
}
body{
	font-family:  Arial, Helvetica, Verdana, sans-serif;	
	background-color: #FFFFFF;	
	color: #333;
	font-size: 12px;
	background-image: url(images/horiz_line.gif);
	background-repeat: repeat-x;
	background-position: 20px 487px;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h1, h2, h3, h4, h5, h6 {
	font-family:   Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}


h1{
	font-size: 140%;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
}

h2{
	font-size: 130%;
	color: #999999;
	font-weight: normal;
	letter-spacing: 1px;
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 10px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #efefef;
	width: 580px;
}

 legend{
	font-weight: bold;
	color: #666;     
 }
 
@media screen {
	* html legend {
	margin: -24px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input{
	margin-bottom: 10px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 760px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#topWrapper{
	width: 760px;	
}

#header{
	background-color: #e5e2dd;
	width: 760px;
	height: 127px;
}


#mainArea{
	padding: 0px;
}



#catNav {
	float: left;
	width: 105px;
	padding: 20px 10px 0 5px;
	text-align: right;	
	height: 337px;
	background-color: #aaa492;
	 
}

#catNav ul{
	font-size: .95em;
	list-style: none;	
}

#catNav ul a:link, #catNav ul a:visited { 
	color:#fff;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}

#catNav ul a:hover{ 
	color:#8d866f;
	text-decoration: none;
}

#mainArea #catNav  ul .down{ 
	color:#8d866f;
}

#content{
	background-image: url(images/vert_line.gif);
	background-repeat: repeat-y;
	background-position:right;	
	
}

.clear{ clear: both;}


.error{
	color:#FF0000;
	font-weight:bold;
}

/********** topStrip **************/
#topStrip{
	/* height: 119px; */
	width: 759px;
	clear: both;
}

#topStrip #tSLogo{
	padding: 20px 60px 15px 20px;
}

#tSLogo img{
	margin-right: 350px;
}

#topStrip #sectionImg{
	float: right;
	margin-top: 50px;
	margin-right: 25px;
}

#topRight {
	width: 639px;
	float: right;	
}

/************** content styles ***************/


#content .pageContent{
	padding: 10px 20px 5px 20px;
	width: 600px;
	background-image: url(images/vert_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: right;
	font-size:11px;
	
}
#content .pageContent a:link, #content .pageContent a:visited{
	text-decoration: underline;	
}
#content .pageContent a:hover{
	text-decoration: none;	
}
#content .pageContent ul li{
	padding: 10px 10px 10px 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1% 50%;
}

#content .pageImg{
	padding: 5px 0 20px 0;
	width: 270px;
	margin-left: 0px;
	float: left;
}

#content .pageImg img{
	float: right;
}


#content #pageText{
	float: left;
	width: 290px;
	padding-right: 10px;
}

/************** product page styles ***************/

#content #pageRight {
	float: right;
	width: 300px;
}


#content #pageSubNav {
	width: 144px;
	float: left;
	padding: 40px 5px 10px 10px;
	background-image: url(images/options-graphic.gif);
	background-repeat: no-repeat;
	background-position: 24px top;
}

#pageSubNav ul a:link, #pageSubNav ul a:visited{
	color:#666;	
	font-size: .95em;
}

#pageSubNav ul a:hover{
	color: #FFF;
	text-decoration:none;
}

#content #pageSubNav ul .dwn{
	color: #fff;	
}

#content #pageSubNav ul li{
	padding: none;
	background-image:none;
}

#content #pageImages {
	float: left;
	width: 235px;
}

/****************** project Styles********************/

#content #pageProjects {
	width: 440px;
	float: left;
	padding: 30px 5px 10px 10px;
	background-image: url(images/projects-graphic.gif);
	background-repeat: no-repeat;
	background-position: 285px top;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/
#navContainer{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	height: 40px;
	background-color: #56575a;
	padding-bottom: 5px;
}

#navContainer ul {
	padding: 15px 0 0 45px;
	color: #FFFFFF;
	
}



#navContainer ul  .navFinal{	
	border-right: none;	
	padding: 0px 10px 0px 10px;
	float: left;
}


#navContainer ul .nav{
	float: left;
	border-right: #ffffff solid 1px;
	padding: 0px 14px 0px 14px;
}


#navContainer ul a:link, #navContainer a:visited{
	color: #ffffff;
}

#navContainer ul a:hover{
	color: #ccc;
	text-decoration: none;
}

#navContainer ul .dwn{
	color: #8d866f;	
}


/*********** #footer styles ***********/
#footer{	
	padding: 5px 0;		
}

#footer #credit{
	font-size: 10px;
	color: #666;
	padding: 5px 0px 5px 25px;
}

 
 #footer a:hover{
 	text-decoration: underline;
 }



a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

/******************Main Page Styles********************/

#mainImage{
	height: 357px;
	float: left;
	background-color: #FFFFFF;
}

.imgPad{
	margin-right: 1px;
	float: left;
}



.style1:link, .style1:visited{
	font-weight: bold;	
}

/******************squares Styles********************/

.sq_1{
	height: 127px;
	width: 119px;
	float: left;
	background-color: #FFFFFF;
	

}




/*********** Product styles ***********/

.prodContainer{
	border: #ccc solid 1px;
	padding: 5px;
	float: left;
	width: 190px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 190px;
}

.prodContainerText{
	text-align: center;
}

.prodContainer img{
	margin-left: auto;
	margin-right: auto;
}

.prodName{
	text-align: center;
}

.projectContainer{
	padding: 5px;
	float: left;
	margin: 0 10px 5px 10px;
	border: #666 solid 1px;
	
}


#content #projRight {
	float: right;
	width: 440px;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 470px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #888;
	/*background-image: url(images/semi_trans.png); */
	background-color: #d1d2d4;
	
}

 
