@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {background: #fff url(../images/bg-body.jpg) center top no-repeat; height: 100%; line-height: 1.5em; font: 13px/18px Helvetica, Arial, sans-serif; text-align: center; }

h1, h2, h3, h4, h5, h6, ul, ol, p { font-size: 1em; margin: 0; }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
p { }

ul { margin-left: 3em; }
	ul li { }
ol { margin-left: 3em; }
	ol li { }

a:link, a:visited { color: #fff; text-decoration: none; }
a:hover, a:active { color: #fff; text-decoration: underline; }
	a img { border: none; }



#container {width: 980px; margin: 0 auto; text-align: left;}

#head { height: 102px; }
#logo { padding-top: 15px; padding-left:0px;}
#logo img { }

#about-deltrol h1 { margin-bottom:4px; }

#main { height: 365px; }
#main-wrapper { 
	BACKGROUND: url(../images/bg-main-home.jpg) no-repeat; POSITION: relative; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 411px; PADDING-TOP: 0px;
}



#main-text { color: #fff; display: inline; width: 451px; margin-left: 10px; float: left; }
	#main-text #about-deltrol { padding: 30px 20px 15px 10px; }
	#main-text h1 { color: #fff; font-size: 20px; font-weight: bold; }
	#main-text p { }
	#main-text 
ul#companies {BACKGROUND: url(../images/bg-text.png) no-repeat center top; list-style-type: none; margin: 0; padding: 4px; }
		#main-text ul#companies li { margin: 0; padding: 15px 10px; }
			.has-js #main-text ul#companies li { cursor: pointer; }
			#main-text ul#companies li h2 { color: #f3f12f; font-size: 16px; font-weight: bold; }
			#main-text ul#companies li p { font-size: 13px; }
			#main-text ul#companies li p.more { font-size: 12px; text-transform: uppercase; }
			#main-text ul#companies li p.more a:link, #main-text ul#companies li p.more a:visited { background: url(../images/icon-yellowarrow.gif) 0 50% no-repeat; padding-left: 12px; color: #fff; text-decoration: none; text-transform: uppercase;}
			#main-text ul#companies li p.more a:hover, #main-text ul#companies li p.more a:active { background: url(../images/icon-yellowarrow.gif) 0 50% no-repeat; padding-left: 12px; color: #fff; text-decoration: underline; text-transform: uppercase;}
		#main-text ul#companies #controls { } #fluid { }

#splash { width: 473px; float: right; height: 411px; position: relative;}
	#splash img { position: absolute; right: 0; bottom: 0; }
		* html #splash img { bottom: -1px; }
	#splash #splash-controls { }
	#splash #splash-fluid { display: none; }


#footer { color: #999; font-size: 10px; padding: 30px; text-transform: uppercase; }


