@charset "utf-8";
body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0E095D;
	background-image: url(../images/hmph1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #FFF;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
/*h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. 
}*/
h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #F00;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 982px;
	height: 700px;
	/*background-color: #FFF;*/
	margin: 160px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	/*border-top: 15px #f2332c solid;*/
	/*border-left: 3px #F2332C solid;
	border-right: 3px #F2332C solid;*/
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}
.header {
	background-color: #000;
	height: 130px;
	position: absolute;
	padding-top: 10px;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}
ul.nav {
	list-style: none;
}
ul.nav li {
	/*border-left: 1px solid #F90;
	border-right: 1px solid #F90;*/
	display: inline-block;
	color: #FFF;
	text-align: center;
}
ul.nav a {
	padding: 0 20px 0 20px;
	display: block;
	/*width: 120px;*/
	line-height: 30px;
	text-decoration: none;
	/*background: transparent;*/
	color: #FFF;
	font-size: .8em;
	font: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif ;
}
ul.nav a:hover {
	background: #1A1E81;
	/*background-image: url(../images/nav_link_bg_mouse_over40.png);*/
	color: #F00;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
}
.navbar {
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	height: 32px;
	background: transparent;
	/*background-image: url(../images/nvbtopgrad.png);
	background-repeat: repeat-x;*/
	text-align: center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.sidebar1 {
	clear: both;
	float: left;
	width: 180px;
	margin: 31px 0 0 10px;
	/*background-color: #FFF;*/
	/*font-size: .9em;*/
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: solid 3px #D6D7F7;
	padding: 10px 10px 25px 10px;
	background-color: #1A1E81;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-radius: 20px;

}
.sidebar1 li {
	list-style-type: none;
	padding-top: 10px;
	display: block;
	text-align: center;
}
.sidebar2 {
	float: left;
	width: 410px;
	margin: 31px 0 0 30px;
	/*background-color: #FFF;*/
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: solid 3px #D6D7F7;
	padding: 10px;
	background-color: #1A1E81; 
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-radius: 20px;
	text-align: justify;
	line-height: 175%;	
}
.sidebar3 {
	float: left;
	width: 180px;
	margin: 31px 0 0 30px;
	/*background-color: #FFF;*/
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: solid 3px #D6D7F7;
	padding: 10px 10px 30px 10px;
	background-color: #1A1E81; 
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	/*background-image: url(../images/sbbg1.png);
	background-repeat: repeat-x;*/
	border-radius: 20px;	
}
.sidebar3 li {
	list-style-type: none;
	padding-top: 10px;
	display: block;
	text-align: center;
}
.content {
	margin-top: 20px;
	padding: 10px 0 0 20px;
	font-size: .8em;
	text-align: justify;
	/*background-color: #FFF;*/
}
.footer {
	height: 40px;
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: .8em;
	color: #FFF;
}
img.prodimg2rt {
	float: left;
	margin: 0 10px 0 10px;
	clear: left;
	border-radius: 30px;
	border: 1px #FFF solid;
	padding: 3px;
}
img.prodimg2lft {
	float: left;
	margin: 0 10px 0 10px;
	clear: right;
	/*border-radius: 10px;
	border: 1px #000 solid;
	padding: 3px;*/
}
.bantxt {
	clear: left;
	margin-top: 95px;
	font-style: italic;
	font-size: .9em;
	padding-right: 10px;
	color: #7378D6;
}
ul.sbbrdrb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.18em;
	color: #FFF;
	border: solid 5px #D6D7F7;
	padding: 10px;
	background-color: #1A1E81; 
	/*background-image: url(../images/sbbg1.png);
	background-repeat: repeat-x;*/
	border-radius: 20px;	
}
.prov1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.18em;
	color: #FFF;
	border: solid 5px #D6D7F7;
	padding: 10px;
	background-color: #1A1E81; 
	border-radius: 20px;
	text-align: justify;
	line-height: 150%;	
}
.mainleft {
	float: left;
	margin: 0 0 0 20px;
	text-align: center;
}
.mainctr {
	float: left;
	margin: 0 0 0 40px;
	text-align: center;
}
.mainrt {
	float: left;
	margin: 0 0 0 60px;
	text-align: center;
}
.imgsize {
	width: 330px;
	height: 300px;
}
a.imgsize :hover {
	width: 396px;
	height: 360px;
	background: images/product/itens3900_large.jpg;
	margin: 0 400px 1000px 0;
}
a.brace1 :hover {
	background-color: #D6D7F7;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	border-radius: 20px;
}
.red {
	color: #F00;
}
.yellow {
	color: #FFE164;
}
.smtxt {
	font-size: .7em;
}
