﻿body {
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family:sans-serif,Tahoma, Geneva;

}

a.submenu:link,a.submenu:visited,a.submenu:active {
    color:White;
    text-decoration:none;
    background-color:#ff6600;
    font-weight:bold;
    font-size:smaller;
    text-align:center;
    padding:0px 10px 10px 10px;
}

a.submenu:hover {
    color:White; 
    text-decoration:none;
    background-color:#0d02b0;
    font-weight:bold;
    font-size:smaller;
    text-align:center;
    padding:0px 10px 10px 10px;
}


.menu-description td {
	color:White;
    text-decoration:none;
    background-color:#ff6600;
    font-weight:bold;
    font-size:small;
    text-align:center;
}

.menu{
    color:White;
    text-decoration:none;
    background-color:#ff6600;
    font-weight:bold;
    font-size:small;
    text-align:center;
    padding-bottom:4px;
    padding-top:3px;
}
.menu:hover 
{ 
    color:white; 
    text-decoration:none;
    background-color:#ff8d33;
    font-weight:bold;
    font-size:small;
    text-align:center;
}
.menu.active 
{
    color:#ffffff;
    text-decoration:none;
    background-color:#ff6600;
    font-weight:bold;
    font-size:small;
    text-align:center;
    padding-bottom:4px;
    padding-top:3px;
    border-bottom:solid 3px #0d02b0;
    
}

.headcontent {
    color:#0d02b0;
    font-weight:bolder;
    font-size:medium;
    height:30px;
}

a.subcontent:link,a.subcontent:visited,a.subcontent:active {
    color:#934305;
    font-weight:bolder;
    font-size:small;  
    text-decoration:none;
}

a.subcontent:hover {
    color: #934305;
    font-weight: bolder;
    font-size: small;
    text-decoration: underline;
}

a.headcontenttable:link,a.headcontenttable:visited,a.headcontenttable:active {
    color:White;
    font-weight:bolder;
    font-size:medium;
    text-decoration: none; 
}

a.headcontenttable:hover {
    color:White;
    font-weight:bolder;
    font-size:medium;
    text-decoration: underline;
}

.content {
    color:#464646;
    font-size:small;
}

.contenttable {
    color:#464646;
    font-size:small;
    height:230px;
    margin:10px;
    text-align:justify;
}

#wrapper {

}

#home {
	margin-bottom: 20px;
}

.home-left {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	width: 600px;
}

.backtrain {
	background-image:url(../Images/backtrain.jpg);
	width:640px;
	background-repeat:no-repeat;
	padding-top:500px;
	color:#FFF;
	text-align:center;
	display:block;
	padding-bottom:200px;
	background-position:0px 0px;
	list-style-image:none;
	list-style-type:none;
	padding-left:10px;
}

.backtrain li {
	font-size:18px;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#2a2333;
	line-height:30px;
	padding-top:15px;
	padding-right:10px;
	padding-left:10px;
	width:180px;
	height:120px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#333;
}

.backtrain li a {
	color:#0FF;
}

.backtrain li a:hover {
	color:#FFF;
}

.home-right {
	width:300px;
	display:block;
	float:right;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
}

.products-training {
	background-repeat:no-repeat;
	height:42px;
	float:left;
	font-size:15px;
	line-height:42px;
	text-decoration:none;
	font-weight:bold;
	color:White;
	background-color:#0d02b0;
	width:275px;
	display:block;
	margin-bottom:10px;
	text-align: center;
	margin-left:20px;
	margin-right:25px;
}

.link-training {
	background-color:#ff6600;
	height:35px;
	width:230px;
	float:right;
	text-align:left;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	display:block;
	color:White;
	margin-bottom:10px;
	padding-left:25px;
	margin-right:25px;
}

.link-training:hover {
	color:White;
	text-decoration:underline;
}

.link-training.active {
	height:35px;
	width:230px;
	background-color:#165dc2;
	color:White;
	padding-left:25px;
	margin-right:25px;
}

.text-description {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#666;
	list-style-image:none;
	list-style-type:none;
	display:block;
	width:280px;
	margin-right:20px;
}

.text-description li p {
	font-size:12px;
	font-weight:normal;
	display:block;
	width:222px;
	margin-right:25px;
}



