/* @override 
	http://rapparport.com/totex/styles.css
	http://www.totexusa.com/newsite/styles.css
	http://www.totexusa.com/styles.css
	http://www.totexusa.com/de/styles.css
*/

/* CSS DOCUMENT 
Author: Todd Rapparport
Created: 01.23.09
Modified: 01.30.09 */

/* Resets */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
}
img {
	border: 0;
}
a {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	color: #474a51;
	background: #e8e2d8;
	font: 62.5%/180% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}
.brclear {
	clear: both;
}

/* General Links */

a:link, a:visited {
	color: #ba7c00;
	text-decoration: none;
}
a:hover {
	color: #875a00;
}
	
/* Homepage Links */

a.homelink:link, a.homelink:visited, #sidebar a:link, #sidebar a:visited {
	color: #f6d186;
	text-decoration: none;
}
a.homelink:hover, #sidebar a:hover {
	color: #bd7c00;
}
	
/* Active Page Nav Links */

#home a#homenav, #capabilities a#capabilitiesnav, #contact a#contactnav, #news a#newsnav, #markets a#marketsnav, #products a#productsnav, #about a#aboutnav {
	color: #fff;
	background-image: url(images/bg.nav_on.gif);
}

/* Header Styles */

#header {
	width: 896px;
	margin: 15px auto 0 auto;
}
#header h1 {
	float: left;
	padding: 0;
	margin: 0;
	width: 560px;
}
.tagline {
	margin-left: 10px;
	margin-bottom: -5px;
}
.contact {
	background: url(images/btn.contact.gif) no-repeat;
	display: block;
	width: 225px;
	text-indent: -9999px;
	float: right;
	height: 28px;
}
a.contact:link, a.contact:visited, a.contact:active {
	background: url(images/btn.contact.gif) no-repeat;
}
a.contact:hover {
	background-position: -225px 0;
	}
	
.language {
	float: right;
	width: 250px;
	text-align: right;
	margin-top: 50px;
}

#home .language {
	margin-top: 22px;
}

/* Navigavion */

#nav {
	clear: both;
	width: 896px;
	padding-top: 0;
	background: url(images/bg.nav.gif) repeat-x;
	height: 25px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	width: 128px;
	float: left;
	display: block;
	text-decoration: none;
	border: none;
	height: 25px;
	text-align: center;
	color: #b0a285;
	text-transform: capitalize;
	font-size: 11px;
	margin-top: 0;
	background: url(images/bg.nav.gif) no-repeat 0 0;
	line-height: 23px;
}
#nav ul li a:hover {
	color: #e8e2d8;
	background: url(images/bg.nav_on.gif) no-repeat 0 0;
}

/* Structure */

#container {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg.container.gif) repeat-y;
	padding: 0 0 10px;
	text-align: left;
}
#main {
	width: 640px;
	float: left;
}
#sidebar {
	width: 256px;
	padding: 0;
	position: relative;
	height: 100%;
	float: right;
	background: url(images/bg.sidebar.gif) repeat-x;
}
#products #sidebar {
	background: url(images/bg.sidebarprod.gif) repeat-x;

}
#footer {
	background: url(images/bg.footer.gif) no-repeat 0 top;
	width: 896px;
	padding: 0;
	margin: 0 auto;
}
#sectionimg {
	width: 640px;
	height: 134px;
	float: left;
}

/* Section Header Graphics */

#capabilities #sectionimg {
	background: url(images/bg.capabilities.jpg) no-repeat;
}
#contact #sectionimg {
	background: url(images/bg.contact.jpg) no-repeat;
}
#privacy #sectionimg {
	background: url(images/bg.privacy.jpg) no-repeat;
}
#terms #sectionimg {
	background: url(images/bg.terms.jpg) no-repeat;
}
#about #sectionimg {
	background: url(images/bg.about.jpg) no-repeat;
}
#products #sectionimg {
	background: url(images/bg.products.jpg) no-repeat;
}
#markets #sectionimg {
	background: url(images/bg.markets.jpg) no-repeat;
}
#news #sectionimg {
	background: url(images/bg.news.jpg) no-repeat;
}
#capabilities .contact, #contact .contact, #about .contact, #products .contact, #markets .contact, #news .contact, #privacy .contact, #terms .contact {
	display: none;
}

/* Capabilities Structure */

.eng {
	background: url(images/bg.cap_eng.jpg) no-repeat 0 3px;
	margin-top: 25px;
	margin-left: 20px;
}
.pac {
	background: url(images/bg.cap_pac.jpg) no-repeat 0 3px;
	margin-top: 15px;
	margin-left: 20px;
}
.bat {
	background: url(images/bg.cap_bat.jpg) no-repeat 0 3px;
	margin-top: 15px;
	margin-left: 20px;
}
.cha {
	background: url(images/bg.cap_cha.jpg) no-repeat 0 3px;
	margin-top: 15px;
	margin-left: 20px;
}
.ele {
	background: url(images/bg.cap_ele.jpg) no-repeat 0 3px;
	margin-top: 25px;
	margin-left: 20px;
}
.qua {
	background: url(images/bg.cap_qua.jpg) no-repeat 0 3px;
	margin-top: 25px;
	margin-left: 20px;
}

/* Homepage Structure */

#home #container {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg.homecontainer.gif) repeat-y;
	padding: 0;
	text-align: left;
}
#colone {
	width: 318px;
	float: left;
	background: url(images/bg.homecolone.gif) no-repeat center 10px;
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
}
#coltwo {
	width: 318px;
	padding: 0;
	background: url(images/bg.homecoltwo.gif) no-repeat center 10px;
	position: relative;
	float: left;
	display: block;
}
#home #sidebar {
	background: url(images/bg.homesidebar.gif) no-repeat center 10px;
}
#homegraphic {
	width: 896px;
	height: 278px;
	background: url(images/bg.homegraphic.jpg) no-repeat;
}
#home #footer {
	background: url(images/bg.homefoot.gif) no-repeat 0 top;
	margin-right: auto;
	margin-left: auto;
	width: 896px;
	padding: 0;
}

/* Text Styling */

h1 {
	color: #786b51;
	font-size: 18px;
	padding-bottom: 6px;
	padding-left: 20px;
}
h2 {
	font-size: 12px;
	margin: 0;
	padding-left: 20px;
	padding-top: 10px;
	color: #786b51;
}
#sidebar h1 {
	color: #f4f4ed;
	background: url(images/bg.sidebarh1.gif) no-repeat 16px;
	padding: 7px 0 0 25px;
	height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 12px 0 0;
}
#sidebar h2 {
	color: #fff;
	margin: 0;
	font-size: 12px;
	padding: 10px 0 0 20px;
}
#products #sidebar h2 {
	padding-top: 115px;
}
#markets #sidebar h2 {
	color: #f4f4ed;
	font-size: 11px;
}
#sidebar p {
	color: #f4f4ed;
	font-size: 10px;
}
.divider {
	border-bottom: 1px solid #8a857c;
	margin: 4px 20px 5px;
	padding-left: 0;
	padding-bottom: 20px;
}
.divide {
	border-bottom: 1px solid #8a857c;
	margin: 0 20px 10px;
	padding: 0;
}
#capabilities #main h2, #capabilities #main p {
	margin: 0;
	padding: 0 20px 0 80px;
}
#home h1 {
	color: #fff;
	font-size: 12px;
	padding: 5px 20px 0;
	margin: 0;
	height: inherit;
	text-transform: none;
	letter-spacing: normal;
	background-image: none;
}
#header h1 {
	padding: 0 0 15px;
}
#colone h1, #coltwo h1, #home #sidebar h1.first {
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
	background-image: none;
	height: inherit;
	padding-right: 0;
	padding-top: 130px;
	padding-bottom: 0;
}
p {
	color: #666;
	font-size: 11px;
	line-height: 180%;
	margin: 0;
	padding: 0 20px 10px;
}
p.last {
	color: #666;
	font-size: 11px;
	line-height: 180%;
	margin: 0;
	padding: 0 20px;
}
#home p {
	color: #f4f4ed;
}

#footer p {
	font-size: 9px;
	text-align: center;
	margin-top: 0;
	padding-top: 20px;
	color: #45423b;
}
.iframe {
	padding-left: 20px;
	padding-top: 15px;
}

ol {
	padding-left: 50px;
	padding-right: 20px;
	color: #666;
	font-size: 11px;
}
#main ul {
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: none;
	padding-bottom: 10px;
	color: #666;
	font-size: 11px;
	line-height: 180%;
}
#main li {
	background: transparent url(images/img.bullet.gif) no-repeat left 6px;
	padding-left: 16px;
	padding-top: 0;
}
#sidebar ul {
	color: #f4f4ed;
	font-size: 10px;
	padding-left: 35px;
}
#news #main h2 {
	color: #786b51;
	font-size: 14px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 150%;
	padding-top: 15px;
}

#news h3 {
	color: #786b51;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 15px;
}
#terms ol li {
background: none;
}