/* Site Logo control */
#Logo {
	background-color : White;
	border:0;
	width:231;
	height:64;
	background:url("images/CheapFTPlogo.GIF") repeat-x top;
}	
#DLogo {
	background-color : White;
	border:0;
	width:231;
	height:64;
	background:url("images/CheapFTPlogo.gif") repeat-x top;
}	
#FTPClientLogo {
	background-color : White;
	border:0;
	width:231;
	height:64;
	background:url("http://cheapftp.com/images/CheapFTPlogo.gif");
}	

/* Body, DIV tag and Table controls */
body, TD {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family: Verdana, Arial, Helvetica;
    font-size : 12px;
	color: #336633;
}
#prices TD {
	padding:6 6 6 6;
}

#Divider {
background-color : #000080;
}

a {
	text-decoration:underline;
	color: #336633;
}

a:hover {
	color:navy;
	text-decoration:underline;
}

h1 {
	font-size:1.3em;
	color: Navy;
}
h2 {
	font-size: 1.3em;
		color: navy;
	font-style : italic;
	padding: 5px 5px 5px 5px;
}
h3 {
	font-size: 1.3em;
	color: #336633;
	font-style : italic;	
}

h4 {
	font-size: 2em;
	color: #336633;
	font-style : italic;
}


#HighlightText1 {
	font-style : bold;
}

#DomainTop {
	color: #CCCCCC;
	font-size: 1.5em;
	font-style : italic;
	position:absolute;
	top:4px;
	right:0px;
/*	z-index:15;
*/
}


hr {
	border: 1px solid navy;
}

ul {
	list-style-type: square;
	color::#000080;
	font-size .85em
	padding:10px 10px 0 0;
}

.forms {
	border:1px solid #236ab4;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;  
	font-size:.6em;
}

.forms input {
	border:1px solid #236ab4;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;  
	font-size:.6em;
}

.forms label {
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;  
	font-size:.9em;
}

.forms a {
	color:#236ab4;
	text-decoration:underline;
}

.forms a:hover {
	color:#236ab4;
	text-decoration:underline;
}

#faq {
	list-style-type: square;
	color:#236ab4;
}

#faq a {
	background-color:#fff;
	color:#236ab4;
	text-decoration:underline;
}

#faq a:hover {
	background-color:#fff;
	color:#236ab4;
	text-decoration:underline;
}

#tophead {
	height:65px;
	background:url(images/headbg.png) repeat-x;
}


#header {
	width:100%;
	height:65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#000080;
}
#HdrUName {
font-size: 18px;
color::#000080;
}
#HdrCName {
font-size: 18px;
color:#ffffff;
}
#ridge {
	background-color:#fff;
	width:100%;
	height:14px;
	background:url("images/ridge.gif") repeat-x top;
}

#PageHeading {
   font-size: 20px;
   font : bold;
   text-align : center;
}

#menuleft  {
	color: Navy;
	font-weight:800;
	overflow:visible;
	font-size:12px;
	text-decoration:none;
  }
  
#maincontent  {
	color: Navy;
	font-weight:800;
	overflow:visible;
	font-size:12px;
	text-decoration:none;
  }

#keyword_page_maincontent  {
	font-family: Verdana, Arial, Helvetica;
    font-size : 12px;
	color: #336633;
	overflow:visible;
	text-decoration:none;
	margin-left : 3%;
	margin-right : 3%;
}

#menuleft a {
	color: #0066CC;
	font-weight:800;
	overflow:visible;
	font-size:12px;
	text-decoration:none;
  }
#menuleft a:hover {
  color:#000080;
  }


/* From here Down Controls the tabbed menu appearance and behavior */
/* Color Menu */
#menucell {
	height: 30px;
	background-image:url("images/menubg.gif");
	background-color:#1c2153;
}

#menucontainer {
	width:98%;
	height:40px;
	position:absolute;
	top:77px;
	left:0px;
	z-index:15;
}

#menuholder {
  width:100%;
	text-align:center;
  margin:0 auto;
}

#menu {
  font-size:12px;
	font-weight:800;
	overflow:visible;
	
  }	
	
#menu ul {
  margin:0;
  padding:0px 10px 0 0;
  list-style:none;
  color:39aa00
  }
	
#menu li {
  float:left;
  background:url("images/blue_tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 10px;
  }
	
#menu a {
  float:left;
  display:block;
  background:url("images/blue_tabright.gif") no-repeat right top;
  padding:2px 10px 2px 1px;
  text-decoration:none;
  color:#0066CC;
  }
	
/* Commented Backslash Hack
   hides rule from IE5-Mac for some reason only IE5 Mac Reads what's between here.\*/
#menu a {float:none;}

/* End IE5-Mac hack */

#menu a:hover {
  color:#000080;
  }
/* This is the part that differentiates the current selected tab*/	
#menu #current {
  background-image:url("images/blue_tableftslct.gif");
	color:#000080;
  }
	
#menu #current a {
  background-image:url("images/blue_tabrightslct.gif");
  color:#000080;
	padding-bottom: 10px;
  }
/* End Color Menu */

/* Gray Menu - This is the menu that will be colored for clients*/
/**
#menucell {
height: 30px;
background-color:#c1c1c1;
}

#menucontainer {
width:98%;
heignt:40px;
position:absolute;
top:42px;
left:0px;
z-index:15;
}

#menuholder {
width:100%;
text-align:center;
margin:0 auto;
}

#menu {
font-size:12px;
font-weight:800;
overflow:visible;
}

#menu ul {
margin:0;
padding:0px 10px 0 0;
list-style:none;
}

#menu li {
float:left;
background:url("images/gray_tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 10px;
}

#menu a {
float:left;
display:block;
background:url("images/gray_tabright.gif") no-repeat right top;
padding:2px 10px 2px 1px;
text-decoration:none;
color:#525252;
}

#menu a {float:none;}

#menu a:hover {
color:#000000;
}

#menu #current {
background-image:url("images/gray_tableftslct.gif");
color:#000000;
}

#menu #current a {
background-image:url("images/gray_tabrightslct.gif");
color:#000000;
padding-bottom: 10px;
}
**/
/* End Gray Menu */
	
/* End differentiate the current selected tab*/		
/* End tabbed menu appearance and behavior */	
	
#maintableleft {
	border-right: 2px solid #236ab4;
	padding:0 5px 0 0;
}  

#GridLightColor {
background-color: #ffffff; 
color: #000080;
}
#GridDarkColor {
background-color: #c0c0c0;
color: #000080;
}
	