@charset "utf-8";

body {
/*	background:url(images/mainBG.jpg) repeat-y; */
	font:12px/30px Helvetica;
	background-attachment:fixed;
	background-position:center; 
	margin: 0;
	padding: 0;
	background-color: #eeeed8;
}

p.doc{
	font-family: Helvetica, Arial;
	font-size: 12px;
    color:#000000;
	margin: 0px 0px 4px 8px;
}
p.doc:hover{
	font-family: Helvetica, Arial;
	font-size: 12px;
    color:#000000;
    text-decoration: underline;
	margin: 0px 0px 4px 8px;
}

a.doc{
	font-family: Helvetica, Arial;
	font-size: 12px;
     background-color: Transparent;
COLOR: #ffffff;
	margin: 0px 0px 4px 5px;
	border: line 0px transparent;
}
td.doc
{
    height: 150px;
    width: 110px;
}
 
#holder{
	margin:0 auto;
	width:1000px;
	padding:0;
}

#leftCol{
	width: 100px;
	float: left;
	display:inline;
}


#rightCol{
	width:1000px;
	height: 150px;
	padding:0;
}

#header{
	background:url(images/logo.jpg) no-repeat;
	width:1000px;
	height:120px;
	margin:0;
	padding:0;
}

#login{
    background:url(images/gbutton.jpg);
	font:12px/30px Helvetica;
	width: 130px;
	margin: 10px 0px 0 0;
	height:30px;
	float: right;
	color: white;
}
#login a
{
	padding: 0 33px;
	color: white;
	text-decoration: none;
}
#login a:hover
{
	padding: 0 33px;
	color: yellow;
	text-decoration: none;
}

#login2{
    background:url(images/gbutton.jpg);
	font:12px/30px Helvetica;
	width: 130px;
	margin: 10px 0px 0 0;
	height:30px;
	float: right;
	color: white;
}
#login2 a
{
	padding: 0 22px;
	color: white;
	text-decoration: none;
}
#login2 a:hover
{
	padding: 0 22px;
	color: yellow;
	text-decoration: none;
}

/*Nav Section*/


#navHolder{
	background:url(images/navBGBar.jpg) no-repeat;
	height:70px;
	width:1000px;
	margin: 0;
	padding:0;
}

.indentmenu{
	font:12px/30px Helvetica;
	width: 100%;
	overflow: hidden;
}

.indentmenu ul{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 100%; 
	border-top: none;
	border-bottom: none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	padding: 0px 20px;
	text-decoration: none;
	border-left: 1px solid #999999;
	width: 82px;
}


.indentmenu ul li a:hover{
	color: white;
	background:url(images/MainNavActiverBg.jpg) center center repeat-x;
}

.indentmenu ul li .current{
	background:url(images/MainNavActiverBg.jpg) repeat-x;
}

/*-------------------------------*/

#contentContainer{
	width: 1000px;
	padding:0;
	min-height:450px;
	background-color: #ffffff;
}

#bottomLeftCol{
	font-family:Helvetica, Arial;
	font-size:14px;
	color:#999999;
	width:140px;
	padding: 30px 0 0 20px;
	float:left;
	display:inline;
	background-color: #ffffff;
}

#sideNav{
	list-style:none;
	width: 150px;
	font-family:Helvetica, Arial;
	font-size:14px;
	color:#999999;
	border-right: 1px solid #dddddd;
	height: 300px;
}

#sideNav ul{
	list-style:none;
	margin: 0;
	padding:0;	
}

#sideNav ul il{
	display: block;
}

#sideNav ul li a{
	display: block;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size:14px;
	color: #999999;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height: 30px;
}

#sideNav ul li a:hover{
	display: block;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size:14px;
	color: red;
	margin: 0;
	text-decoration:underline;
	/* background:url(images/vertInactive.jpg) no-repeat; */
}

#sideNav ul li .current{
	background:url(images/bullet.jpg) no-repeat; 
	color:#990000;
	font-weight:bold;
}

#sideNav ul li .inactive{
	/* background:url(images/vertInactive.jpg) no-repeat; */
	color:gray;
}

/*-------------------------------------------*/


#bottomRightCol{
	width: 790px;
	padding: 20px 0 0 50px;
	margin: 0 0 0 140px;
}

#contact{
	background:url(images/groupwhite.jpg) no-repeat;
	width: 800px;
	height: 532px;
}

#bottomCenter{
	background:url(device_list.jpg) no-repeat;
	font-family: Helvetica, Arial;
	font-size: 12px;
	width: 940px;
	height:465px;
	padding: 8px;
	margin: 0 0 0 0px;
}

#bottomCenter p{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}

#bottomCenter h1{
	font-family: Helvetica, Arial;
	font-size: 16px;
	color:#990000;
}

#bottomCenter h2{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color:#990000;
}

#bottomCenter ul li{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#333333;
}

#bottomCenter a, a:visited{
	font-family: Helvetica, Arial;
	font-size: 12px;
    color:#ffffff;
	border: none;
	background-color: Transparent;
	text-decoration: none;
}

#bottomCenter a:hover{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#990000;
	text-decoration:underline;
}


#supportpic{
	background:url(images/iNode3.jpg) no-repeat;
	width: 272px;
	height: 200px;
	float: right;
}

#contactpic{
	width: 800px;
	height: 532px;
	float: right;
}

#bottomRightCol p{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}

#bottomRightCol a{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#993333;
	border: none;
	background-color: Transparent;
	text-decoration: none;
}

#bottomRightCol a:hover{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#990000;
	line-height: 20px;
	text-decoration:underline;
}
#bottomRightCol a.doc{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:white;
	background-color: Transparent;
	text-decoration: none;
}


#bottomRightCol table{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}

#bottomRightCol td{
	border-color: #cccccc;
    border-width: 0 0 0px 0;
    border-style: solid;
    
}
#bottomRightCol th{
	border-color: #cccccc;
    border-width: 0 0 0px 0;
    border-style: solid;
}

#bottomRightCol h1{
	font-family: Helvetica, Arial;
	font-size: 16px;
	color:#990000;
}

#bottomRightCol h2{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color:#990000;
}

#bottomRightCol ul li{
	list-style:disc;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color:#333333;
	line-height:20px;
}

#bottomRightCol td.partner{
	padding: 10px 10px 10px 20px;
	margin: 10px;
}

/*----------------------*/

#footerHolder{
	margin: 0;
	width: 1000px;
}

#footer{
	margin: 0 0 0 130px;
	width: 800px;
}

#footer ul{
	list-style:none;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	list-style:none;
	display: inline;
	padding: 0 15px;
	font-family:Helvetica, Arial;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	border-right: 1px solid #999999;
}

#footer ul li a:hover{
	list-style:none;
	display: inline;
	padding: 0 15px;
	font-family:Helvetica, Arial;
	font-size:10px;
	color:#999999;
	text-decoration:underline;
	border-right: 1px solid #999999;
}

#copyArea{
	margin: 0 0 0 130px;
	width: 800px;
}

#copyArea h2{
	font-family:Helvetica, Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	font-weight:normal;
}

#copyArea h2 a{
	text-decoration:none;
	font-family:Helvetica, Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	font-weight:normal;
}

#copyArea h2 a:hover{
	text-decoration:underline;
	font-family:Helvetica, Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	font-weight:normal;
}







