/*
	Copyright (C) 2010 INTERGERAIS, todos os direitos reservados.
	version/CSS: 0.1
	author: klausmadeira
	url: http://www.intergerais.com.br
*/
*{margin:0; padding:0;}
.clear {clear:both;}
img.logo{float: left; clear:both; border: none;}
img{border:none;}
body{background:#000 url("images/bg.jpg") repeat-x 50% 0;}
#global{
	margin:0 auto;
	width:800px;
	height:auto;
	padding:0 50px; 
	background:url("images/bg1.jpg") no-repeat;
	background-position:0 200px;
}
#header{width:800px; height:150px; background:#CC0000 url("images/bg-header.png")no-repeat 50% 0;}
#navigation{width:800px; height:50px;}
#content{
	margin-top:40px;
	width:720px;/*800*/
	min-height:840px;
	padding:30px 40px;
	background:#FFF;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	behavior:url("border-radius.htc");/*IE hack*/
}

/*cyrcle*/
#slideshow{height:280px; width:720px;}
#slideshow img{border:none; height:280px; width:720px;}

#footer{
	margin:20px auto 60px auto;
	width:750px;
	padding-left:50px;
	height:360px;
	background:#514F4F url("images/bg-welder.png") no-repeat right bottom;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	behavior:url("border-radius.htc");/*IE hack*/
}

/*sub divs*/
#a,#b,#c{width:200px; height:auto; padding-right:50px; margin-top:20px; float:left;}

/*p's  and misc*/
p{font:12px arial, helvetica, sans-serif; color:#999;}
.footer{font:15px/20px "trebuchet ms", arial, sans-serif; color: #FFF;}
address{font: 15px/20px "trebuchet ms", arial, sans-serif; color: #FFF;}

/*h's*/
h1{font:28px/26px "trebuchet ms", arial, helvetica, sans-serif; color:#333; letter-spacing:-1px; word-spacing:4px; text-align:justify; border-bottom:1px dotted #FFF; padding-bottom:12px;}

h2{font:30px/34px "trebuchet ms", arial, sans-serif; color:#FFF; text-align:right; padding-top:30px;}
h2 span{font-weight:bold; font-size:38px; letter-spacing:-3px;}
h6{font:30px "trebuchet ms", arial, sans-serif; color:#FFF; text-align:left; padding-bottom:30px; letter-spacing: -1px; text-shadow:1px 2px 1px #000;}

/*#*/
a.load:link,a.load:visited,a.load:active{
	font:bold 15px "terbuchet ms", arial, sans-serif;
	color:#FFF;
	background:#FF0000;
	padding:2px 4px;
	text-decoration:none;
}
a.load:hover{background:#000;}

/*nav*/
ul#nav{margin:0; padding:0;}
ul#nav li{list-style-type:none; display:inline; width:800px;}
ul#nav li a{
	float:left;
	width:auto;
	height:38px;
	font:bold 20px/34px "trebuchet ms", arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	padding:6px 10px;	
}
ul#nav li a:hover{background: url("images/bg-menu.jpg") repeat-x top center;}