/* Created by Kenny Unger for HughesPeters.com */
/* This is the Global CSS Template */

#hughes-peters {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/slanted-bg.png) repeat;
	background-attachment: fixed;
	background-color: #1E5CA0;
	}

#hughes-peters a:link, #hughes-peters a:visited {
	color: #1E5CA0;
	text-decoration: none;	
	}

#hughes-peters a:hover, #hughes-peters a:active, #hughes-peters a:focus {
	color: red;
	}
	
	
#hughes-peters {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;

	}

#logo {
	background: transparent url(images/oldlogo.png) center top no-repeat;
	background-color: white;
	height: 60px;
	width: 500px;
	margin-top: 10px;
	}

#logo, #navBar, #pageFooter {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#navBar {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	}

#pageFooter {
	height: 25px;
	padding-top: 4px;
	top: 1.5em;
	}

#navBar, #pageFooter {
	width: 798px;
	text-align: center;
	font-size: 14px;
	color: #1E5CA0;
	}

/*This section controls the rounded corners and shading of the DIVs*/
.rounded {
	color: #1E5CA0;
	border: 1px solid white;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px #333;
	-moz-box-shadow: 5px 5px #333;
	box-shadow: 5px 5px #333;
	}




#container {
margin-right: auto;
margin-left: auto;
position: relative;
width: 799px;
}

/* Specific to Main.asp */
.fp_cell {
	width: 100%;
	}

#fprod_cont {
	top: 85px;
	left: 0px;
	position: absolute;
	width: 375px;
	height: 300px;		
	cursor: pointer;
}

#about, #news {
	font-weight: bold;
	}
	
#news {
	position: absolute;
	right: 0px;
	top: 85px;
	width: 380px;
	height: 280px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	}
#NewsTitle {
	position: absolute;
	top: 60px;
	left: 560px;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 20px;
}

#FProdTitle{
	position: absolute;
	top: 60px;
	left: 85px;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 20px;
	}

#about {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	color: #1E5CA0;	
	}
/*Specific to Services*/
ul{
list-style-type: disc;
padding: 0px;
margin: 0px;
}
li{padding-left: 14px; }
ul li ul{list-style-type: circle;}
ul li ul li ul{list-style-type: square;}
	
#services {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
	padding-left: 10%;
	}

/*Specific to LineCard*/
#AlphaListing {
	text-align: left;
	font-size: 10px;
	padding: 1em 1em 1em 1em;
	margin-bottom: 10px;
	overflow: visible;
	position: relative;
	vertical-align: top;
	}

	#AlphaListing li {list-style-type: none;}
	
#pdf {
	position: absolute;
	right: 20px;
	top: 20px;	
	}
	#pdf img {border: 0;}

#alph {padding: 1em 1em 1em 1em;}
#alph table{width: 100%;}
#alph td {vertical-align: top;}

/*Specific to Products*/
.ProdTable {
color: Black;
border-collapse: collapse;
border: 2px solid black;
margin-left: auto;
margin-right: auto;
}

.ProdTable img {
border: none;
}

.ProdTable h1 {
color: white;
font-weight: bold;
text-decoration: underline;
font-size: 18px;
margin-left: 4px;
margin-right: 4px;
}

.tbl_title {
	vertical-align: middle;
	}

#tabs {
	color: #1E5CA0;
	border: 1px solid white;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px #333;
	-moz-box-shadow: 5px 5px #333;
	box-shadow: 5px 5px #333;
}
	
#AdvancedProductsVHeader {
	vertical-align: bottom;
	width: 10px;
	border-left: 1px solid black;
	}

#tbl_hdr td {
	border-bottom: 2px solid black;
	}

#odd td {
	background-color: PowderBlue;
	}
#row_hdr {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	}
#vcol {
	border-left: 1px solid black;
	font-weight: Bold;
	}

/*Specific to ContactUs*/
#contact {
	font-size: 14px;
	padding: 1em 1em 1em 1.5em;
	}
	#contact h3 {
	color: #af0000;
	}
	#contact td {
		padding-top: 10px;
		padding-bottom: 10px;
		}