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


/*  *********** PAGE PROPERTIES  ***********  */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image: url(http://www.oscommercesupport.net/images/bg.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a:link, a:visited, a:active {
	font-weight:normal;
  	font-size: 90%;
	color: #626262;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
  	font-size: 90%;
	text-decoration: underline;
	color: #131313;
}

h1 {
	color: #ffffff;
	font-size: 18px;
    margin: 9px 0px;
	margin-top: 0;
	margin-left: 18px;
	margin-bottom: 0;
	float:left;
} 

h2 {
	color: #000000;
	font-size: 18px;
    margin: 0px 0px;
	margin-top: 0;
	margin-left: 18px;
	margin-bottom: 0;
} 

/*  *********** PAGE TEXT  ***********  */


#pagetext{
  font-weight: normal;
  font-size: 100%;
  color: #626262;
  text-decoration: none;
}

#pagetext a:link, #pagetext a:visited, #pagetext a:active {
	font-weight:normal;
  	font-size: 100%;
	color: #626262;
	text-decoration: none;
}

#pagetext a:hover {
	font-weight: normal;
  	font-size: 100%;
	text-decoration: underline;
	color: #131313;
}





#headbg {
	background-image:url(http://www.oscommercesupport.net/images/searchbox-tile.gif);
	background-repeat:repeat-x;
}


P {text-align:left;} 

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

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

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

#boldBLU{
  color: #19459d;
  font-family: Tahoma;
  font-weight: Bold;
  font-size: 100%;
}




/* ***************  Navi STUFF   ************** */

#mainNav{
  color: #FFFFFF;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 90%;
  background-image:url(http://www.oscommercesupport.net/images/nav-tile.gif);
  background-repeat:repeat-x;
}

#mainNav a, a:visited{
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  font-size: 100%;
}

#mainNav a:hover{
  color: #e1171f;
  text-decoration: none;
  font-size: 100%;
}


#footerNav{
  color: #626262;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 90%;
}

#footerNav a, a:visited{
  color: #626262;
  text-transform: none;
  text-decoration: none;
  font-size: 100%;
}

#footerNav a:hover{
  color: #0f75bc;
  text-decoration: none;
  font-size: 100%;
}



/* ***************  Form STUFF   ************** */

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


/* ***************  Etc. Link STUFF   ************** */

#Product{
  font-family: Tahoma;
  font-weight: bold;
}

#Product a, a:visited{
  color: #000000;
  text-transform: none;
  text-decoration: none;
  font-size: 100%;
}

#Product a:hover{
  color: #19459d;
  text-decoration: underline;
  font-size: 100%;
}

#quote{
  font-family: Tahoma;
  font-weight: bold;
}

#quote a, #quote a:visited{
  color: #00d266;
  text-transform: none;
  text-decoration: underline;
  font-size: 100%;
}

#quote a:hover{
  color: #ffffff;
  text-decoration: underline;
  font-size: 100%;
}



