﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #f5f3f4;
	background:url(../images/background_v2.png) no-repeat top right;
}
#logo{
height:139px; 
width:299px; 
background-image:url(../images/PDT_logo_small.png); 
margin-top: 10px; 
margin-bottom:15px; 
margin-left:50px;
}
#divider {
background:url(../images/divider.png) #646464 no-repeat; 
height:13px; 
width:100%;
margin-top:5px;
}
#container {
	width: 100%;
}
#header {
	width: 100%;
}
#navigation {
	padding-left:50px; 
	margin-bottom:12px; 
	margin-top:0px
	width:100%;
	height:20px;
}
#content {
 width:650px; padding:25px; z-index:2; background:url(../images/bg-light.png) repeat; position:absolute; top:240px; left:25px;}
#content table{width:100%; height:100%;}
#content td {width:100%; height:100%;}
#products img {height:84px; border-width:1px; border-color:#446699;}
hr { color:#469;}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	width: 250px;
	margin: 0;
	padding:25px;
	background:url(../images/bg-light.png) repeat;
	position: absolute;
	right: 25px;
	top: 240px;
	z-index:2;
}
#footer {
	padding-bottom: 5px;
	position:relative; 
	bottom:0px; 
	z-index:3;
	background:url(images/bg-light.png) repeat;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;	
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
}
#navigation img {
	width:120px;
	height:20px;
	border:none;
	float:left;
	padding: 5px;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img {border: none;}
