/*main description*/
body, html {
    margin: 0;
    padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #5d5d5d;
	background-image: url(images/Background.gif);
	color: #5d5d5d;
	margin-top: 10px;
	margin-bottom: 20px;
}
body a{
	color: #6781bd;
	text-decoration: underline;
}
body a:hover{
	color: #CCA400;
}
.ContactsContainer, .Header, .ContentContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
ul, ul li {
	margin: 0px;
	padding: 0px;
    list-style:none;
}
/*END main description*/
/*Contacts pannel description*/
.ContactsContainer {
	height: 35px;
	font-size: 10px;
	font-weight: bold;
}
.ContactsElement {
	color: #6781bd;
	line-height: 35px;
	width: auto;
	float: left;
	text-align: left;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
}
.PhoneIcon{
	background-image: url(images/Icons/PhoneIcon.gif);
	margin-left: 50px;
	display: inline;
}
.FaxIcon{
	background-image: url(images/Icons/FaxIcon.gif);
}
.MobileIcon{
	background-image: url(images/Icons/MobileIcon.gif);
}
.EmailIcon{
	background-image: url(images/Icons/EmailIcon.gif);
}
.SkypeIcon{
	background-image: url(images/Icons/SkypeIcon.gif);
}
.Lang{
	background-image: url(images/ContactsLine.gif);
}
/*END Contacts pannel description*/
/*Header description*/
.Header {
	height: 255px;
	background-image: url(images/HeaderBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.LogoContainer {
	height: auto;
	width: auto;
	padding-left: 35px;
	padding-top: 40px;
	margin-bottom: 18px;
	color: #254689;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}
.BigButtons{
	height: 125px;
	margin-bottom:5px;
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
}
.BigButtons a{
	line-height: 95px;
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 110px;
}
.DownloadPowerPoint{
	background-image: url(images/Icons/DownloadPowerPoint.gif);
	margin-left: 30px;
}
.DownloadPowerPoint:hover{
	background-image: url(images/Icons/DownloadPowerPoint_Hover.gif);
}
.DownloadMovie{
	background-image: url(images/Icons/DownloadMovie.gif);
}
.DownloadMovie:hover{
	background-image: url(images/Icons/DownloadMovie_Hover.gif);
}
.DownloadDemo {
	background-image: url(images/Icons/DownloadDemo.gif);
}
.DownloadDemo:hover{
	background-image: url(images/Icons/DownloadDemo_Hover.gif);
}
.ResellerProgram {
	background-image: url(images/Icons/ResellerProgramIcon.gif);
}
.ResellerProgram:hover{
	background-image: url(images/Icons/ResellerProgramIcon_Hover.gif);
}
/*END Header description*/
/*Content description*/
.ContentContainer {
	height: auto;
	overflow: hidden;
}
.ContentTitle, .TextContainer{
	margin-right: 30px;
	margin-left: 30px;
	height: 100%;
	overflow: hidden;
}
.ContentTitle {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-bottom: 10px;
}
.TitleLink, .TitleDescription{
	line-height: 20px;
	width: auto;
	height: 15px;
}
.TitleDescription {
	font-size: 18px;
	color: #6882BE;
	font-style: italic;
	float: left;
	font-weight: bold;
	font-size: 17px;
}
.TitleLink {
	float: right;
	padding-left: 15px;
	background-image: url(images/TitleBullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
.TitleLink:hover{
	background-image: url(images/TitleBullet_Hover.gif);
}
.TextColumn{
	height: auto;
	width: 425px;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	display: inline;
	text-align: left;
}
.RightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e7e7e7;
	width: 424px;
	padding-right: 20px;
	padding-left: 0px;
}
.TextDescription{
	height: auto;
	padding-bottom: 20px;
}
.TextColumn img{
	clear: left;
	float: left;
	padding-right: 20px;
	height: 100px;
	width: 140px;
}
.MarkerTextTitle {
	font-size: 12px;
	color: #6882BE;
}
.MarkersLines li {
	padding-left: 15px;
	background-image: url(images/TextMarker.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 10px;
	height: auto;
}
.Footer {
	margin-right: 20px;
	margin-left: 20px;
	height: 40px;
	background-color: #e1e1e1;
	margin-top: 40px;
	line-height: 40px;
	color: #535353;
	text-align: center;
}
/*END Content description*/
