html {
	font-family: "Verdana";
	font-size: 14px;
}

body {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {text-decoration: none;}
img {border: 0;}

#wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 960px;
	height: 810px;
	background-color: #FFF;
	border-bottom: 13px solid #FFE580;
}

#logo {
    height: auto;
    left: 46px;
    position: absolute;
    top: -25px;
    width: 176px;
}

#topMenu {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #1D1D1B;
	font-size: 12px;
	text-transform: uppercase;
}

#topMenu a {
	color: #1D1D1B;
	margin: 0 10px;
}

#topMenu a:hover, #topMenu a.selected {color: #2457A4;}

#leftMenu {
    border-right: 1px solid #9D9D9C;
    height: 670px;
    left: 0;
    padding-top: 15px;
    position: absolute;
    top: 104px;
    width: 250px;
}

#leftMenu a {
	display: block;
	height: 20px;
	margin-top: 10px;
	padding: 3px 30px 0 0;
	color: #9D9D9C;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
}

#leftMenu a:hover {
	color: #000;
	background-color: #EDEDED;
}

#leftMenu a.selected {color: #575756;}

#leftMenu a.selected:hover {
	color: #575756;
	background-color: #EDEDED;
}

#demo {
	position: absolute;
	top: 350px;
	left: 45px;
	width: 163px;
	height: 163px;
	background: url("trainingbubble.png") -1px 0 no-repeat #FFF;
	cursor: pointer;
	text-indent: -9999px;
}

/*#demo:hover {background-position: -199px -1px;}*/

#content {
	position: absolute;
	top: 80px;
	right: 0px;
	height: 450px;
	width: 710px;
	text-align: left;
	padding: 0 25px;
}

#content h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

#content h4 {
	font-size: 14px;
	margin: 0;
}

#content ul {
	padding: 0;
	list-style-type: none;
}

#content p, #content li {
	font-size: 13px;
	color: #4D4D4D;
	line-height: 25px;
}

#content a {color: #2457A4;}
#content a:hover {text-decoration: underline;}

.address{
	float: right;
	width: 175px;
}

.name {text-transform: uppercase;}

.contact{
	width: 250px;
	margin: 0;
	padding: 20px 0;
}

.middle {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

a .demos{
	margin: 0 10px 5px 0;
	border: 3px solid #e3e3e3;
}

a:hover .demos{
	border-color: #fce789;
	
}

#copyright {
	color: #FFF;
	font-size: 9px;
}
