/* CSS Document */
/* layout2.css
   Cross-Browser.com & SitePoint.com - Equal Column Height Demo (2 Column)
*/

* {
margin-top:0;
padding-top:0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: medium verdana, arial, sans-serif;
	color: #000000;
	background: #FFFFFF url(../images/bkgd1.jpg) repeat-y;
	width: 795px;

}
#header, #footer {
   margin: 0;
}
#header {
	height: 185px;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: none;
	text-align: center;
}
#footer {
  height: 40px;
  padding: 16px 0 0 0;
  font-size: small;
  font-weight: bold;
  text-align: center;
}
#centerColumn {
	padding: 0;
	margin: 0 0px 0 600px;
	width: 195px;
	left: 600px;
	top: 185px;



}
#leftColumn {
	background-color: #CCFFFF;
	position: absolute;
	top: 186px;
	width: 600px;
	margin: 0;
	padding: 0;
	font-size: small;
	left: 0px;
	background-image: url(../images/bkgd2.jpg);
	background-repeat: repeat-y;


}
#leftColumn {
  left: 2px;
}
#leftColumnContent {
  margin: 0;
  padding: 0;
}
#lccmaintext {
  padding: 0 1em;
}
#centerColumnContent {
  font-size: small;
  padding: 0 1em;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: large;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: small;
  font-weight: normal;
}
h3 {
	font-size: medium;
	color: #003366;

}
h4 {
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	border: 3px double;
	text-align: center;

}
p {
  margin-top: 1em;
  margin-bottom: 0;
}
#logo {
	padding:15px 0 0 0;
}
.fw {
  font-weight:bold;
}

li {
  margin-bottom:.5em;
}
/* Anchor Elements */

a:link {
  color:#003366; background:transparent;
  text-decoration:underline;
/*  padding:1px; */
}
a:visited {
  color:#003399; background:transparent;
  text-decoration:underline;
/*  padding:1px; */
}
a:active {
  color:#003366; background:transparent;
  text-decoration:underline;
/*  padding:1px; */
}
a:hover {
  color:#000066; background:#CCFFFF;
  text-decoration:none;
/*  padding:1px; */
/*  border:1px solid #663; */
}
.input {
  border: 2px solid #003366;
}
.box {
	color: #003366;
	border: 3px double;
	text-align: center;
}
.listp {
	margin-left: 15px; 
	font-size: 12px; 
	color: #000000;
}
/*  start css for faq's page */
.question {
	font-size: 14px;
	color: #003366;
	text-align: left;
}
.questiona {
	font-size: 16px;
	color: #003366;
	text-align: left;
	text-decoration: underline;
}
.answer {
	padding-left: 15px;
	padding-bottom: 18px;
}
/*  end css for faq's page */

/* common styling */
.menu {font-family: arial, sans-serif; width:600px; height:20px; position:relative; margin:0; font-size:10px; margin:0px 0 40px 0; background:#ccffff; position:relative; z-index:100;}
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu ul li {float:left; border-left:1px solid #eee; width:84px;}
.menu ul li a, .menu ul li a:visited {display:block; float:left; width:84px; text-decoration:none; padding:0 0 0 0px; height:20px; line-height:20px; color:#003366; background:#ccffff url(../images/drop.png) right no-repeat;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#003366;}
.menu ul li:hover ul {display:block; position:absolute; width:600px; top:20px; left:0; background:#003366; color:#fff;}
.menu ul li:hover ul.right_side li {float:right; border:0; border-left:1px solid #eee;}
.menu ul li:hover ul.left_side li {float:left; border:0; border-left:1px solid #eee;}
.menu ul li:hover ul li a.hide {background:#ccffff url(www.myspamgone.com/images/drop2.png) bottom right no-repeat; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#003366; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:##003366; color:#fff;}
.menu ul li:hover ul li a:hover {background:#66cccc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:0; top:20px; color:#000; background:#66cccc;}
.menu ul li:hover ul.right li {float:right;}
.menu ul li:hover ul li:hover a.hide {background:#66cccc; color:#000;}
.menu ul li:hover ul li:hover ul li a {background:#66cccc; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#ccffff; color:#fff;}

#versions {
	overflow:visible; 
	width:100%;
	height:300px;
	background-image:url(../images/bkgd2.jpg);
}
#products {
	overflow:visible;
	width:100%;
	height:400px;
	background-image:url(../images/bkgd2.jpg);
}	

