
/* this style is only to mark stuff that needs fixing */
.fixthis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ff00ff;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.mouseprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #4690C4;
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6CBE30;
}

.subtitle2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #990099;
}

.subtitle3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ef4118;
}

.subtitle4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1111dd;
}

.subtitle5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFad1f;
}

.subtitle6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #bb1111;
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.hometitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

a:link {color:#3290D2; text-decoration: none;}

a:visited {color: #3290D2; text-decoration: none;}

a:active {color: #3290D2;}

a:hover {color: #6CBE30; text-decoration: underline;}



/* Standardss Conforming Form Structures */
.required {color:#990000;font-size:18px}
.label {color:#878787;font-weight:bold;font-size:11px;text-transform:uppercase;text-align:right;vertical-align:top}
.data {color:#000000;font-weight:bold;font-size:13px;}
.subscript {font-size:10px;text-transform:uppercase}
.instructions {color:#666666;font-weight:normal;font-size:12px;}
.actionButton {background-color:7cdf42;}

/* Standardss Conforming Table Structures */
.tblHomesteps {border:1px solid #5a7194;font-size:11px;font-family:arial;padding:10px}/*background:#EFEFEF;*/
.tblHomesteps.td.title {background:#5a7194;font-weight:bold;color:#ffffff;font-size:14px;text-align:center}
.tblHomesteps.td.colhead {background:#99ccff;font-weight:bold;color:#ffffff;font-size:11px}
.tblHomesteps.td  {font-weight:normal;font-family:arial;font-size:11px}/*background:#EFEFEF;*/

/* Message Output  Handlers */
.message {color:#000099;font-weight:bold}
.error {color:#990000;font-weight:bold}
.photomessage {color:990000;font-weight:bold;font-size:20px;}
.bordered {border:1px solid #000000}
.colhead {background:#000000;color:#ffffff;font-size:11px;font-weight:bold}

a.button {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	vertical-align: middle;
	min-width: 75px;
	text-transform: uppercase;
}
a.button:link { 
	background-color: #5a7194; 
	color: #FFF;
	text-decoration: none;
	}
a.button:visited {
	background-color: #5a7194; 
	color: #fff;
	text-decoration: none;
	}
a.button:hover { 
	background-color: #8295b2; 
	color: #fff;
	border-color: black white white black;
	text-decoration: none;
	}
a.button:active { 
	background-color: #5a7194; 
	color: #fff; 
	text-decoration: none;
	}
	
	
	
#supplierhome ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	background:blue;
}

#supplierhome ul li a {
	display:block;
	float:left;
	list-style:none;
	width:40%;
	border:1px dashed #ddd;
	padding:5px;
	margin:2%;
}
