body { 
    background-color: #9A9999;
}

.text {
	font-family: Tahoma, Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


/* Main Page Content padding = top, right, bottom, left*/
#container {
    padding: 0 12 0 10px;
}

/* Header 2 */
h2 {
   font-family: Tahoma, Times, serif;
   font-weight: bold;
   font-size: 16px;
   color: #485050;
}

/* Header 3 */
h3 {
   font-family: Tahoma, Times, serif;
   font-size: 14px;
   color: #485050;
}

/* Paragraph */
p {
	font-family: Tahoma, Times, serif;
	font-size: 12px;
	line-height: 120%;
}
/* Link States
-----------------------------------------------------------------*/
/* Default Link State */
a.two:link {
   color:#000000;
   text-decoration: none;
}

/* Link that's already visited */
a.two:visited {
   color:#000000;
   text-decoration: none;
}

/* Hovered Link State */
a.two:hover {
   text-decoration: underline;
}

a.three:link {
   color:#FFFFFF;
   text-decoration: none;
}

a.three:visited {
   color:#FFFFFF;
   text-decoration: none;
}

a.three:hover {
   text-decoration: underline;
}

a.list:link {
    color: #666;
	text-decoration: none;
}

a.list:hover {
    color: #000000;
	text-decoration: none;
}
/* End Link States
-----------------------------------------------------------------*/

/* Form Styles
-----------------------------------------------------------------*/
form {
   margin: 0;
   padding: 0;
}

fieldset {
   margin: 0 0 10px 0;
   padding: 5px;
   border: none;
}

legend {
    background-color: #DDDDDD;
	margin: 0;
	padding: 5px;
}

label {
    font-family: Tahoma, Times, serif;
	font-size: 12px;
    font-weight: bold;
}
/*
#firstname, #lastname, #email, #phonenumber, #message, #title, #company, #address, #city, #state, #country, #zip, #phone, #faxnumber, #requestnumber, #manufacturer, #distributor, #customer, #parent, #part, #material, #hardness, #operation, #condition, #testtool, #testobj, #itemdescription, #mode, #quote {
    width: 100%;
}
/*End Form Styles
------------------------------------------------------------------*/

/* Address Image Float */
.image_float {
    float: right;
	margin: 10px 8px 50px 5px;
	display: inline;	
}

/* Product Image Float */
.image_f {
    float: left;
	margin: 0 5px 5px 0;
}

.spacer {
    clear: left;
}

/* Style for top-level unordered list and contents */
ul {
	padding: 0 0 0 110px;
	font-family: Tahoma, Times, serif;
	font-size: 13px;
	color: #000000;
}

/* Style for second-level unordered list and contents */
ul li ul {
    padding: 0 0 0 0;
    list-style-type: none;
	color: #666;
}









	
