@charset "utf-8";
body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/tensph1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	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;
}
h1 {
	font-family: "tachyon" ,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.75em;
	font-weight: 400;
}
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;
	text-align: center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.content {
	margin-top: 20px;
	padding: 30px 0 0 10px;
	font-size: .8em;
	text-align: justify;
}
.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;
}
.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 20px;
	text-align: center;
}
.mainrt {
	float: left;
	margin: 0 0 0 80px;
	text-align: center;
}
.mainrt {
	float: left;
	width: 300px;
	margin-left: 210px;
	background-color: #1A1E81;
	line-height: 175%;
	color: #FFF;
	padding: 20px 10px 10px 10px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-radius: 20px;
	border-top: solid 1px #D6D7F7;
	border-left: solid 1px #D6D7F7;
	border-right: solid 12px #D6D7F7;
	border-bottom: solid 10px #D6D7F7;
}
.supp {
	text-decoration: none;
	margin-bottom: 40px;
}
.supp li {
	list-style-type: none;
	padding-top: 10px;
	font-size: .9em;
	color: #FFF;
}
.red {
	color: #F00;
}
a.brace1 :hover {
	background-color: #D6D7F7;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	border-radius: 20px;
}
