@charset "utf-8";
/* CSS Document */



body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size:10pt;

}

h1 {
	color:#000;
	font-size:32px;
	font-weight:normal;
}

h2 {
	color:#339999;
	font-size:20px;
	font-weight:normal;
}

h3 {
	color:#666666;
	font-size:14px;
	font-weight:normal;
}







/********** HEADER & BUTTON STUFF ***************/

#header {
	height: 125px;
}

.login {
	background-image:url(images/login-box.png);
	background-repeat:no-repeat;
}
.buttonBG {
	background-image:url(images/buttons.png);
	background-repeat:no-repeat;
	height: 43px;
}

#productbg {
	background-image:url(images/product-bg.gif);
}


#whiteText h1 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
}


/************** NAV LINKS ******************/

#mainNav{
  margin-top: 10px;
  color: #FFFFFF;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
}

#mainNav a, a:visited{
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#mainNav a:hover{
  color: #baf2c5;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#secondaryNav{
  margin-top: 10px;
  color: #baf2c5;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
}

#secondaryNav a, a:visited{
  color: #baf2c5;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#secondaryNav a:hover{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#greyNav{
  margin-top: 10px;
  color: #000000;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
}

#greyNav a, a:visited{
  color: #000000;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#greyNav a:hover{
  color: #2D9789;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#greyNavLine{
  margin-top: 10px;
  color: #000000;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
}

#greyNavLine a, a:visited{
  color: #000000;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-decoration:underline;
}

#greyNavLine a:hover{
  color: #2D9789;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

/************* TEXT STUFF *******************/

#whiteText{
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 100%;
}

#blackText{
  color: #000000;
  font-family: Tahoma;
  font-weight: 90%;
  font-size: 90%;
}

#boldText{
  color: #000000;
  font-family: Tahoma;
  font-weight: Bold;
  font-size: 100%;
}

#boldGRN{
  color: #baf2c5;
  font-family: Tahoma;
  font-weight: Bold;
  font-size: 100%;
}

/* ***************  FORM STUFF   ************** */

.forma {
 font-size: 10px;
 background-color: #ffffff;
 border: 1px solid #b9b9b9;
}

/* ***********  IMG BG's N STUFF   ************** */


#bg1 {
background-image:url(images/dedicated-bg.gif);
height: 205px;
}

#bg2 {
background-image:url(images/ecom-bg.gif);
height: 205px;
}

#bg3 {
background-image:url(images/eml-bg.gif);
height: 205px;
}

#bg4 {
background-image:url(images/std-bg.gif);
height: 205px;
}

#bgMAIN {
background-image:url(images/header-bg.png);
height: 205px;
}

/* ***************  FOOTER STUFF   ************** */

#footer {
	background-color: #99dcb7;
	height: 80px;
}

a:link, a:visited, a:active {
	color: #339999;
	text-decoration: underline;
}

a:hover {
	color: #339999;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
