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

body{
	background-color:#ffe7ce;
	margin:0;
}
#container{
	background:url(../imgs/bg_topo.jpg) repeat-x;
	top:1px;
	width:1920px;
	height:auto;
	position:absolute;
	margin:0 auto;
}
#topo{
	background:url(../imgs/topo.jpg) no-repeat center;
	top:1px;
	left:470px;
	position:absolute;
	height:214px;
	float:left;
	padding-top:0;
}
#menu{
	width:1000px;
	position:relative;
	margin-top:215px;
	text-align: justify;
}

#menu *{
	display: inline;
}

#menu li{
	list-style:none;
	display: inline-block;
}
#menu span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}

#content{
	width:1024px;
	position:relative;
	margin:265px auto;
	height:100%;
}
#content iframe{
	width:1024px;	
}

h1.resources_tit, h1.products_tit, h1.about_tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#c50010;
	border-bottom:#c50010 thin solid;
}
.resources_img, .about_img{
	float:left;
	position:relative;
}

.resources_txt{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	text-align:left;
	margin-left:15px;
	margin-top:20px;
	width:450px;
	float:left;
	position:relative;
}
.resources_vid, .about_vid{
	text-align:center;
	
}

.product_menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#bt_products_1 a img, #bt_products_2 a img, #bt_products_3 a img, #bt_products_4 a img{
	margin: 0px 20px 2px 20px;
}
#bt_products_1 a img:hover, #bt_products_2 a img:hover, #bt_products_3 a img:hover, #bt_products_4 a img:hover{
	margin: 2px 18px 0px 22px;
}

#bt_products_1, #bt_products_3{
	float:left;
	position:relative;
	width:500px;
	height:360px;
}
#bt_products_2, #bt_products_4{
	float:right;
	position:relative;
	width:500px;
	height:360px;
}

header.products_tit{
	
}
section.products_sec{

}
h2.products_tit, h2.about_tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#c50010;
}
header.products_tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#333;
}
.products_txt, .about_txt{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-align:left;
	margin:20px 0px 20px 0px;
	width:1024px;
}
.img_legend{
	float:left;
}
.img_legend p{
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;	
	margin-top:-10px;
	margin-left:5px;
}