/* CSS Document */
 body {	
	background-color: #DED7CD;
	font-family: Arial, Helvetica, sans-serif;	
	color: #336699;
	}

* { font-family: Arial, Helvetica, sans-serif; }
html, body { 
	height: 100%;
	background: #ded7cd;
	text-align: left;
	font-size: 11pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

p, li, td {
	font-size: 11pt;
}

* html table td {
	padding: 2em 0;
}

ul.locations {
	list-style: none;
}
ul.locations li {
	float: left;
	display: block;
}

#content {
	float: left;
	width: 540px;
	height: 100%;
	min-height: 100%;
	padding-bottom: 70px; 
	text-align: left;
	background: transparent;
	
}

#rightbox {
	float: left;
	width: 240px; 
	margin-left: 64px;
	height: 100%;
	min-height: 100%;
	padding-bottom: 70px;
	text-align: left;
}

#main {
	clear: both;
	padding: 20px 0 20px 100px;
}
#container {
	width: 970px;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	min-height: 780px;
	position: relative;
	background: #DED7CD;
	text-align: center;
}
#page {
	/* Page will be inside container */
	width: 970px;
	height: 100%;
	min-height: 780px;	
	background: url(../images/primepakmiddle.jpg) repeat-y ;
/*	position: relative; */
}

#footer {
	width: 970px;
	height: 100%;
	min-height: 780px;
	background: url(../images/primepakbottom.jpg) bottom no-repeat;
}

#header {
	width: 970px;
	min-height: 780px;
	height: 100%;
	background: url(../images/primepakheader.jpg) top no-repeat ;
	position: relative; 
}



@media print {
	body { width: 640px; }
	#container { width: 640px; }
	#page { width: 640px; }
	#content { width: 640px; float:left; }
	#rightbox { width: 640px; float:left; }
	#footer { width: 640px; padding: 0px; float:left; }
	#header { display: none; }
	#leftbar { display: none; }
	#logo { display: none; }
	#menu { display: none; }
	#leftbg { display: none; }
	.yb-spacer { display: none; }
}

/*** Nav bar styles ***/
div#pdmenu {
	margin: 175px 0 0 60px;
	height: 80px;
	float: left;
}

#pdmenu ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
	
}

#pdmenu li  {
/*	width:100px; */
	margin: 0 -1px 0 0;
	padding: 0;
	color:blue;
	text-decoration:none;
	float:left;
	height: 50px;
}

#pdmenu a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding: 5px;
}

#pdmenu a:hover {
	text-decoration: none;
	color: #b8b7b7;
}

#pdmenu li ul {
	display: none;
}

#pdmenu li:hover ul {
	visibility: visible;
	display: inline;
	position:absolute;
	z-index:1;
	/* width:100px; */
	padding: 20px 20px 20px 20px;
	height: 50px;
/*	margin: 20px; */
	left: 45px;
	float: left;
	color: #00cc00;
}

#pdmenu li li {
	display: inline;
	margin: 0 -1px 0 -30;
	padding: 0;
	color: #00FF00;
	font-weight: bold;
	text-decoration:none;
	float:left;
	border: 1px;
}	

#pdmenu li li a {
	padding: 2px 2px 2px 10px;
	padding: 0;
	color: green;
	float: left;
}

.support {
	clear: both;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#footer-menu {
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 7px;
	text-align: center;
	background: #DED7CD; 
}

.footer-menu a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding: 5px;
}

.footer-menu a:hover {
	text-decoration: none;
	color: #b8b7b7;
}
