/*defaults for every class and id*/
* { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

body{
	background-color: #114A87;
	text-align:center; /*centering for IE*/
	margin: 0;
	padding: 0;
}

p{
	padding: 10px;
	text-align: justify;
}

#container {
	background-color: #4378B1;
	width: 770px;
	height: 100%;
	margin: 0px auto;  /*centering of current, for normal browsers*/
	padding: 0px;
	border: 5px solid #FFFFFF;
	text-align:center; /*centering of child, for IE*/
}

#header {
	padding: 0px;
	margin: 0;
	height: 86px; /* height of header image */
}

#header h1{
	background-image: url('../images/site/pa_hdr_general.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%; /* fill up all of above height */
	font-color: #FFFFFF;
	overflow: hidden;
	text-indent: -100em; 
	padding: 0px;

}

#extTable{
	width: 770px;
	margin: 0px auto;  /*centering of current, for normal browsers*/
	padding: 0px;
	
}

#intTable{
	width: 760px;
	margin: 0px;  /*centering of current, for normal browsers*/
	padding: 0px;
	
}

.box {
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0px auto;
	border: 1px solid #114A87;
	text-align: justify;
	
}

.box h2{
	color: #FFFFFF;
	background-color: #536883;
	font-size: 16px;
	text-align: center;
	padding: 2px 0px;
	border: 1px solid #2F4C6F;
}

#productInfoBox h2{
	margin: 0 0 10px 0; /* margin below header to product image */
	text-align: center;
}

#menu {
	width: 100%;
}

#menu td {
	text-align: center;
	width: 12%;
}

#menu a, #menu a:hover, #menu a:visited {
	/*width: 100%; *//* full widht of li block */
	color: #114A87;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
}

#photoBox{
	display: none;
	padding: 5px;
}

#promosRow .box{
	width: 25%;
	text-align: center;
}

#contentBox {
}

#itemPhoto{
}

/* from old css, used for subheaders of content pages */
#subheader {
			margin-top: 0px;
			margin-bottom: 0px;
			background-image: url('http://www.paidauthentic.com/images/site/pa_subhead-repeat.jpg');
			background-repeat: repeat-x;
}

#subheader_right {
	display: none;
}

#verifyBox {
	text-align: center;
	height: 90px;
}

#verifyButton {
	display: block;
	margin: 0px auto;
}

#debugTable{
	display: none;
}

#sampleNumMsg, #welcomeMsg{
}