body {
  font-family: "Verdana", Geneva, Arial, helvetica, sans-serif;
  margin-top:0px;
  font-size:12px;
  background-color:#b5b5ba;
  color:#FFFFFF;
}

/* CSS Document */

div.MainContainer{
	width:800px;
	padding:0px 15px;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-y;
	text-align:left;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

div.HeadContainer{
	height:112px;
	width:800px;
	background-image:url(../images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}

div.PeriphialContainer{
	text-align:left;
	float:left;
	width:180px;
	padding:280px 10px 10px 10px;
	background:url(../images/bg-periphial.jpg) no-repeat top left;
}

	div.PeriphialContainer ul{
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}

		div.PeriphialContainer ul li{
			margin-top:5px;
			width:180px;
			height:40px;
			padding-top:10px;
			background-image: url(/images/bg-menu-periphial.jpg);
			background-repeat: no-repeat;
		}

		div.PeriphialContainer ul li:hover{
			margin-top:5px;
			width:180px;
			height:40px;
			padding-top:10px;
			background-image: url(/images/bg-menu-periphial-hover.jpg);
			background-repeat: no-repeat;
		}

			div.PeriphialContainer ul li a{
				margin:40px 0px 0px 20px;
				font-weight:bold;
			}

			div.PeriphialContainer ul li a:hover{
				color:#990000;
			}
div.PeriphialContainer div.toledotelnetservices {
	padding-left:5px;
}

div.PeriphialContainer a {
	color:#FFFFFF;
}

div.PeriphialContainer a:hover {
	color:#990000;
}

div.ContentContainer{
	float:right;
	width:550px;
	padding: 180px 25px 20px 25px;
line-height:18px;
	background-image:url(../images/titlegraphic.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.FootContainer{
	height:95px;
	background-image:url(../images/footbackground.jpg);
	position:relative;
	background-repeat:repeat-y;
}

div.FooterText{
	/* position:absolute; */
	width:560px;
	padding:35px 0px 30px 240px;
	line-height:15px;
	text-align:center;
}

div.FooterImage{
	position:absolute;
	top:-20px;
	left:136px;
	border:none;
}

div.CLEAR_BOTH{
	clear:both;
}


table{
	width:100%;
}

td {
	text-align:left;
	vertical-align:top;
}

td.Prices{
	background-color:#CCCCCC;
	color:#000000;
	text-align:center;
}

td.Information{
	background-color:#DDDDDD;
	color:#000000;
	padding:10px;
}

td.Information a {
	color:#000000;
}

h1{
	font-weight:bold;
	font-size:18px;
	color:#ffc968;
}

.h1-small {
	font-size: 9px;
	font-variant:small-caps;
}

h2{
	font-size:14px;
}

a{
	color:#FFFFFF;
	font-weight:bold;
}

a:hover{
	color:#990000;
}



div.rightcolumn{
	margin: 5px 5px 5px 5px;
	border-left:dashed;
	border-left-color:020570;
	border-left-width:thin;
}


div#menucontainer
{
	width:400px;
	height: 25px;
	position:absolute;
	left:400px;
	top:74px;
}

div#menucontainer ul
{
	margin: 0px;
	padding: 0;
	height: 25px;
	width: 100%;

}

div#menucontainer li
{
	display: inline;
	list-style-type: none;
	height: 25px;
	width: 100px;
	float: left;
}

div#menucontainer a span
{
	visibility: hidden;
	display: none;
}

div#menucontainer a, div#menucontainer a:visited
{
	display: block;
	float: left;
	height: 25px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
}

div#menucontainer a#home		{
	background: url(../images/menu-home-off.jpg) no-repeat 50% 0 #ffffff;
}

div#menucontainer a:hover#home		{
	background: url(../images/menu-home-on.jpg) no-repeat 50% 0 #ffffff;
}

div#menucontainer a#about		{
	background: url(../images/menu-about-off.jpg) no-repeat 50% 0 #ffffff;
}

div#menucontainer a:hover#about		{
	background: url(../images/menu-about-on.jpg) no-repeat 50% 0 #ffffff;
}

		div#menucontainer a#contact		{
	background: url(../images/menu-contact-off.jpg) no-repeat 50% 0 #ffffff;
}

div#menucontainer a:hover#contact		{
	background: url(../images/menu-contact-on.jpg) no-repeat 50% 0 #ffffff;
}

		div#menucontainer a#linkmail		{
	background: url(../images/menu-linkmail-off.jpg) no-repeat 50% 0 #ffffff;
}

div#menucontainer a:hover#linkmail		{
	background: url(../images/menu-linkmail-on.jpg) no-repeat 50% 0 #ffffff;
}
a img {
	border:0px;
}
a.homepageimage:hover{
	text-indent:5px;
}

.Display-Linear{
	display:inline;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color:#000033;
}