/*-------------------------------------------------
main
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 100%
}

h1 {
	font-size: 100%;
	margin: 6px 0 8px 0;
}

h2 {
	line-height: 1.5em;
	font-size: 80%;
	margin: 0 0 3px 0;
}

h3 {
	font-size: 80%;
}

a:link, a:active, a:visited {
  color: #2754A1; 
  text-decoration: underline;
/*  border-bottom: 1px dotted #999; */  
  position: relative;
}

a:hover {
  position: relative;
  text-decoration: none;
  color: #4A7E17;

}

a img {
	border: 0;
	text-decoration: none;
}

div.container {
	width: 750px;
	margin: 0 auto;
}

p, li {
	font-size: 80%;
	line-height: 1.4em;
	font-family: verdana;
	margin: 0 0 20px 0;
	font-weight: normal;
}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}

li {
	margin: 0;
}


/*-------------------------------------------------
header
-------------------------------------------------*/

div#header {
	height: 20px;
    padding: 20px 0 20px 0;
	width: 750px;
	border: solid 1px;
}

div#header p {
	font-size: 75%;
	font-weight: bold;
}

#logo {
	padding: 10px 0 10px 0;
	text-align: center;
}

#navigation {
	text-align: center;
	/*background-color: #efefef;*/
	padding: 8px ;
	
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 75%;
	background: white url(../images/menu_shade.gif) top left repeat-x;
	
	/*font-weight: bold;*/
}


div#header a img {
	border: 0;
}

/*-------------------------------------------------
top
-------------------------------------------------*/

div.ribbon {
	padding: 10px;
	height: 250px;	
	background: white;
}

div.screen {
	float: left;
	padding: 10px;
	width: 330px;
	margin: 0 0 0 0px;
	font-size: 110%;
	border: dotted 1px silver;
	background: #E4F6D4;
}

div.box {
	float: left;
	padding: 8px;	
	margin: 0 0 0 0px;
	font-size: 110%;
	border: dotted 1px silver;
	background: #eeeeee;
}

div.servicebox
{
    width: 725px;
    text-align: left;
    padding: 2px 4px 0 0;
    border-top: solid 5px #F9F7ED;      
    border-right: solid 5px #F9F7ED;   
     border-left: solid 5px #F9F7ED; 
      border-bottom: solid 5px #F9F7ED;    

}
div.serviceboxTVch
{
    width: 725px;
    text-align: left;
    padding: 2px 4px 0 0;
    border-top: solid 5px #e8f4f7;      
    border-right: solid 5px #e8f4f7;   
     border-left: solid 5px #e8f4f7; 
      border-bottom: solid 5px #e8f4f7;    

}

div.channel {
	float: left;
	width: 370px;
	margin: 0 0 0 10px;
	border: dotted 1px silver;
}

.pageheader {
	padding: 5px 0;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px dotted silver;
}

/*-------------------------------------------------
belt
-------------------------------------------------*/

div.slogan {
	padding: 10px 0;
	text-align: center;
	color: #787878;
	clear: both;
	font-size: 80%;
}



/*-------------------------------------------------
content
-------------------------------------------------*/

div.services
{
    padding: 0px 0px 0px 0;
    width: 365px;
    border-top: solid 1px #dedede;   
    border-right: solid 1px #dedede;
}





div.left {
	float: left;
	
}

div.right {
	float: right;
}

div.center 
{
    margin: 0 auto;
/*	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 20px 20px 0 20px;
	clear: both;
	margin: 0 auto;
	width: 425px;*/
}

.pagetext
{
	font-size: 75%;
	line-height: 1.5em;
}

.productname
{
	font-size: 105%;
	font-weight: bold;
}
.channeldescription
{
	font-size: 75%;
	line-height: 1.6em;
}
span.highlight {
	background-color: #ffc;
}



/*-------------------------------------------------
footer
-------------------------------------------------*/

div.footer 
{   
    text-align: center; 	
	color: gray;
	padding: 5px;
	font-size: 60%;
	line-height: 2em;
	border-top: 1px solid #cbcbcb;
}

