/* CSS Document for PB Industries Design*/

* {
	margin-top: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 5px;
}

#ConT {
	background: url(../images/design/page_border_t.gif) repeat-x;
}

#ConB {
	background: url(../images/design/page_border_b.gif) repeat-x bottom;
}

#ConL {
	background: url(../images/design/page_border_l.gif) repeat-y;
}

#ConR {
	background: url(../images/design/page_border_r.gif) repeat-y right;
}

#ConTL {
	background: url(../images/design/page_border_tl.gif) no-repeat top left;
}

#ConTR {
	background: url(../images/design/page_border_tr.gif) no-repeat top right;
}

#ConBL {
	background: url(../images/design/page_border_bl.gif) no-repeat bottom left;
}

#ConBR {
	background: url(../images/design/page_border_br.gif) no-repeat bottom right;
}

#Wrapper {
	padding: 7px;
}

#Header {
	height: 114px;
	background: url(../images/design/blueprint2.jpg) no-repeat 55% top;
}

#Wrapper>#Header {
	height: auto;
	min-height: 114px;
}

#Header #Logo {
	/*position: absolute;*/
	float: left;
	width: 295px;
	height: 94px;
	overflow: hidden;
	background: url(../images/design/pbi_logo_main.gif) no-repeat;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 10px;
}

#Header#Logo {
	margin-left: 10px;
}

#Header #Logo a {
	display: block;
	width: 295px;
	height: 0;
	padding-top: 94px;
	overflow: hidden;
}

#Header p {
	float: right;
	clear: right;
	text-align: right;
}

#Header p.Address {
	margin: 20px 10px 0 0;
	font-weight: bold;
	font-size: 16px;
}

#Header>p.Address {
	margin-right: 20px;
}

#Header p.Phone {
	margin: 10px 10px 0 0;
	font-weight: bold;
	font-size: 30px;
}

#Header>p.Phone {
	margin-right: 20px;
}

#TopNav {
	clear: both;
	background: #FE0;;
	color: #000;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
}

#TopNav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 3px 20px;
	text-align: center;
}

#TopNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#TopNav a {
	padding: 0 20px;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bold;
}

#TopNav a.SkipNav {
	position: absolute;
	margin-top: -1000px;
}

#TopNav a:link, #TopNav a:visited {
	text-decoration: none;
}

#TopNav a:focus, #TopNav a:hover {
	text-decoration: underline;
}

#TopNav a:active {
	text-decoration: none;
}

#ContentWrapper {
	
}

#Content {
	/*position: relative;*/
	/*margin: 0 140px 20px 170px;*/
	/*padding: 20px 160px 20px 170px;*/
	/*border: 1px solid #000;*/
	/*display: inline-block;*/
	/*display: table;*/
	padding: 20px 0 20px 20px;
}

/*#ContentWrapper>#Content {
	display: table-cell;
	padding: 20px 20px 20px 20px;
}*/

#page_left {
	background: #FE0;
	border-right: 2px solid #000;
}

#LeftNav {
	/*float: left;*/
	width: 110px;
	margin: 0 20px 20px 10px;
	padding-top: 20px;
}

#LeftNav h2 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}

#LeftNav h2 span {
	display: block;
}

#LeftNav h2 .Left {
	text-align: left;
}

#LeftNav h2 .right {
	text-align: right;
}

#ContentWrapper>#LeftNav {
	margin-left: 20px;
}

#LeftNav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#LeftNav li {
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}

#LeftNav a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#RightNav {
	/*float: right;*/
	width: 140px;
	text-align: center;
	padding-top: 20px;
	
}

#AskTheExpert p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#RightNav p.WhatsNew {
	font-weight: bold;
	font-style: italic;
	margin-top: 40px;
}

#BottomNav {
	/*clear: both;*/
	background: #FE0;
	color: #000;
	border-top: 2px #000 solid;
}

#BottomNav ul {
	margin: 0 20px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}

#BottomNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#BottomNav a {
	padding: 0 10px;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#BottomNav a:link, #BottomNav a:visited {
	text-decoration: none;
}

#BottomNav a:focus, #BottomNav a:hover {
	text-decoration: underline;
}

#BottomNav a:active {
	text-decoration: none;
}

.spacer {
	height: 3px;
	overflow: hidden;
}