/* -----------------	 Forma Design -------------------- */

/* ---------------------------------------------------- */
/* -----------------	 SITE DEFINITION  ---------------- */
/* ---------------------------------------------------- */

div.site {
	display: table; 
	height: 100%; 
	width: 100%; 
	position: fixed; 
	#position: relative; 
	overflow: hidden;
}
div.images {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
div.content {
	#position: relative; 
	#top: -50%;
	background-image: url(../images/bg.jpg);
	background-position: center 48px;
	#background-position: center 51px;
}
h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	#margin-bottom: 3px;
}
#title{
	background-image: url(../images/under.jpg);
	width: 343px;
	height: 48px;
}

/* ---------------------------------------------------- */
/* -----------------	 MAIN SITE		   ---------------- */
/* ---------------------------------------------------- */
div.main {
	height: 100%; 
	width: 100%; 
	text-align: left;
}
div.imagess {
	margin-left: 0px;
	text-align: center;
	text-align: left;
}
div.fixed {
	clear: both;
}
/* ---------------------------------------------------- */
/* -----------------	 HEADER 				---------------- */
/* ---------------------------------------------------- */
div.header img.logo {
	float: left;
}

div.menu {
	border-bottom: 1px solid #9c242d;
	margin-left: 310px;
	padding-top: 35px;
	padding-bottom: 2px;

}
div.menu a:link, div.menu a:active, div.menu a:visited{
	padding-right: 6px;
}
div.decor {
	height: 1px;
	background-color: #9C242D;
	margin-bottom: 2px;
}
div.menuLinks {
	padding: 2px 2px 2px 10px;
	background-color: #9C242D;
}

div.subMenu {
	margin-left: 310px;
	padding-top: 10px;
	padding-left: 10px;
}
div.subMenu a:link, div.subMenu a:active, div.subMenu a:visited{
	padding-right: 25px;
}
span.selected {
	color: white;
	padding-right: 25px;
}

/* ---------------------------------------------------- */
/* -----------------	 LEFT 				---------------- */
/* ---------------------------------------------------- */
div.left {
	width: 310px;
	float: left;
	padding-top: 30px;
}
div.right {
	margin-left: 311px;
}

/* ---------------------------------------------------- */
/* -----------------	 RIGHT 				---------------- */
/* ---------------------------------------------------- */
div.right {
	padding-right: 20px;
}
h1.title {
	border-top: 2px solid white;
	border-bottom: 1px solid white;
	padding: 5px 0px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
	text-indent: 0%;
}
span.data {
	font-size: 14px;
	font-weight: bold;
	color: white;
}
div.articleImages {
	margin-top: 20px;
	float: left;
	margin-right: 10px;
}
div.articleImages img {
	border: 2px solid #c1c0bf;
}
div.imagesAltText {
	padding: 2px;
	background-color: #C1C0BF;
	width: 250px;
	margin-top: 2px;
	color: black
}
div.programe {
	color: white;
}
h2.title {
	color: #9C242D;
	font-size: 16px;
}
span.hour {
	color: #9C242D;
	font-weight: bold;
}

/* ---------------------------------------------------- */
/* -----------------	 BOTTOM			   ---------------- */
/* ---------------------------------------------------- */
div.bottomMenu {
	border-top: 1px solid #9C242D;
	border-bottom: 1px solid #9C242D;
	text-align: center;
	color: white;
	padding: 3px;
}
div.bottomSubMenu {
	padding-top: 5px;
	text-align: center;
	color: white;
}
div.copySite {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #6C6A69;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.copySite a:active, div.copySite a:visited, div.copySite a:link {
	text-decoration: none;
	color: #6C6A69;
}

div.copySite a:hover {
	color: #DA251D;
}
/* ---------------------------------------------------- */
/* -----------------	 CONTACT FORM   ---------------- */
/* ---------------------------------------------------- */
table.contact {
	padding: 0px;
	width: 400px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
}
table.contact td {
	padding: 1px;
	color: white;
}
table.contact td.right {
	text-align: right;	
	color: white;
}
table.contact td.top {
	vertical-align: top;
}
table.contact td.leftProp {
	width: 60px;
}
table.contact td.reque{
	font-size: 10px;
}
table.contact input {
	width: 300px;
	font-size: 12px; 
	border: 1px solid black;
}
table.contact textarea {
	width: 300px;
	font-size: 12px;
	border: 1px solid white;
}
table.contact select.industryTrade {
	width: 145px;
}
span.red {
	color: #9C242D;
}
span.contact {
	font-weight: normal;
	color: white;
	font-size: 16px;
}
input.btn {
	margin-left: 270px;
	border: 1px solid #9C242D;
	width: 100px;
	color: white;
	text-align: center;
	background-color: #9C242D;
}
input.btn:hover {
	color: white;
}
div.infoText {
	color: white;
	margin-top: 20px;
}

/* ---------------------------------------------------- */
/* -----------------	 COPYRIGHT		   ---------------- */
/* ---------------------------------------------------- */
div.copy {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #6C6A69;
	padding-top: 10px;
	width: 1000px;
}

div.copy a:active, div.copy a:visited, div.copy a:link {
	text-decoration: none;
	color: #6C6A69;
}

div.copy a:hover {
	color: #DA251D;
}




