@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF url(images/header_1.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 110px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF url(images/btmcurve.jpg) no-repeat scroll right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 10px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.oneColFixCtrHdr #leftpic {
	float: left;
	width: 170px;
	padding: 0px;
}
.oneColFixCtrHdr #addressheader {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	text-align: center;
}


.oneColFixCtrHdr #centretext {
	width: 560px;
	padding: 0px;
	margin-left: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.oneColFixCtrHdr #centretextretail {
	width: 560px;
	padding: 0px;
	margin-left: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(images/PhilipHall.jpg);
	color: #FFF;
	font-weight: bold;
}



.oneColFixCtrHdr #pageheader {
	display: inline;
	font-weight: bold;
	color: #FF6600;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	padding: 4px;
}
.oneColFixCtrHdr #rightbodypic {
	float: right;
	padding: 5px;
}
.sixteen_ptbold {
	font-size: 16px;
	font-weight: bold;
}
.retailleftpanel {
	width: 300px;
	padding-left: 10px;
}
.retailrightpanel {
	width: 180px;
	float: right;
}
.retailheader {
	font-size: 1.2em;
	font-weight: bold;
	color: #F39;
	padding-left: 10px;
	padding-right: 10px;
}
.retailheader1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #FFF;
	background-image: url(images/retailbck_1.png);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-bottom: 30px;
	padding-left: 150px;
}
.menuholder {
	background-color: #000;
}

