@import url("getstartedstyle.css");
@import url("productsstyle.css");

/* CSS Document */
div.content {
 padding:10px;
 width: 740px; 
}

div.contentfull {
 padding:10px;
 width: 950px; 
}

/* CSS Document */

body {background-color: #ffffff;
	  margin: 0px;
	  color:#333333;
	  font-family:Helvetica, Arial, sans-serif;
	  font-size: 12px;}

/* Standard anchor tag formatting */ 
A:link, A:visited { 
  color: #003366;
  text-decoration: underline; }
A:hover, A:active {
  color: #003366;
  text-decoration: none;}
  
/* end Standard anchor tag formatting */

/* navigation link formatting */

	
A.top_nav:link, A.top_nav:visited { 
  color: #ffffff;
  text-decoration: none; }
A.top_nav:hover, A.top_nav:active {
  color: #99ccff;
  text-decoration: none;}
  
A.side_nav:link, A.side_nav:visited { 
  color: #000000;
  font-size: 14px;
  text-decoration: none; }
A.side_nav:hover, A.side_nav:active {
  color: #000000;
  font-size: 14px;
  text-decoration: none;}

A.bottom:link, A.bottom:visited { 
  color: #111111;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none; }
A.bottom:hover, A.bottom:active {
  color: #99ccff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;}
  
  
  
  
.powered{ 
  color: #000000;
  font-weight:bold;
  font-size: 12px;
  }
    
A.powered:link, A.powered:visited { 
  color: #000000;
  font-size: 12px;
  text-decoration: none; }
A.powered:hover, A.powered:active {
  color: #99ccff;
  font-size: 12px;
  text-decoration: none;}
  
    
	
/* End navigation link formatting */

/* table color formatting */
table, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000; }
  
TD.pics {border-right: white 4px solid;}

TD.bottom1 {
	border-top: black;
	border-top-width: 2px;
	border-top-style: solid;
	font-weight: bold;
  	font-size: 12px;
  	color: #111111;}

td.products {
border-top:#CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
border-bottom:#CCCCCC 1px solid;
border-left:#CCCCCC 1px solid;
}

.product:link
{
color:			#FFFFFF;
}
.product:hover
{
text-decoration:	none;
}

.productinner
{
background-image:		url(../images/products_bg.jpg);
padding-left:			12px;
padding-bottom: 		6px;
background-repeat:		no-repeat;
}

/* end table color formatting */

/* Text formatting for content */
.labels {
font-family:Arial, Helvetica, sans-serif;
  font-weight: bolder;	
  font-size: 15px;
  color: #333333;}
  
.login {
  font-weight: bold;	
  font-size: 12px;
  color: #ffffff;}
  
.white_label {
  font-weight: bold;	
  font-size: 14px;
  color: #ffffff;}
  
.top_nav {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;}
  
  .title {
  font-weight: bold;	
  font-size: 16px;
  color: #000000;}
  
  h1{
  color:#333333;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  }

/* End formatting for content */

img {
   behavior: url("pngbehavior.htc");
}



/* List formatting */
ul, li {
text-decoration: none;
margin-left: 12px;
padding: 5px 5px 5px 0px;

}

/*ul, li {font-family: verdana, Arial, Helvetica, sans-serif;
       font-weight: normal;
       font-size: 12px;}
/* end formatting */

/* Header formatting */

/* End Header formatting */

/* Class Selectors */
.underline {text-decoration: underline;}
.allcaps {text-transform: uppercase;}
.margin {margin: 10px 25px 25px 25px;}

/* End class selectors */

/* form elements formatting */

/*input, textarea, select{ BORDER: #000 1px solid;
            FONT-SIZE: 12px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
            BACKGROUND-COLOR: #fff; background-image: url(../images/form_bground.jpg);
	vertical-align: middle;}*/
	
select {font-size: 10px;}
/* end form elements formatting */
select.login {font-size: 9px;}
/* end form elements formatting */



