/** ABOUT US */

#about{
	margin: 0px;
	padding: 0px;
	width: 400px;
	color: #ccc;
}

#about td{
	vertical-align: top;
}

#about #heading{
	color: #cc0000;
	FONT-SIZE: 12pt; 
	font-WEIGHT: bold;
	display: block;
}

#about table img{
	width: 125px;
	border: 0px;
}

#about #subInfo{
	font-family: "Times New Roman";
	FONT-SIZE: 12px; 
	font-WEIGHT: bold;
	font-style:italic; 
	text-align: center;
}

/**Product Pages **/
#orderProduct {
	width: 200px;
	float: left;
	margin: 10px;
	FONT-SIZE: 12px; 
	font-WEIGHT: normal;
	text-align: left;
}

#orderProduct h1 {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 2px 2px 0px;
	
}

#catalog {
	width: 200px;
	float: right;
	margin: 10px;
}

#catalog h1 {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 2px 2px 0px;
	
}

/**Career Pages **/
#career {
	width: 400px;
	float: left;
	margin: 10px;
	FONT-SIZE: 12px; 
	font-WEIGHT: normal;
	text-align: left;
}

#career h1 {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 2px 2px 0px;
	
}

#career #radio {
	padding: 5px;
	width: auto;
	height: auto;
	border: 0px;
}

#career label {
	padding: 5px;
	display: block;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
}

#career input {
	padding: 5px;
	display: inline;
	width: 200px;
	height: 10px;
}

#career select {
	padding: 5px;
	display: inline;
	width: 200px;
	height: 10px;
}

#career textarea {
	padding: 5px;
	display: inline;
	width: 200px;
	height: 100px;
}

#career .submit {
	background: #cc0000;
	width: 100px;
	height: 25px;
	display: block;
}

/**Single Source**/
#single {
	text-align:center;
	width: 460px;
}
#singletitle {
	text-align:center;
	font-size: 20px;
	color: #CC0000;
	font-weight: bold;
}
#singleheader {
	font-size: 12px;
	color: #CC0000;
	padding: 2px;
	font-weight: bold;
}
#singlesubhead1 {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	padding: 2px;
	font-style: italic;
}
#singlesubhead2 {
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
}