/*
Theme Name: Plastic Profiles
Theme URI: http://www.concept64.com/
Description: Plastic Profiles CSS design
Version: 1.0
Author: Ryan Scheuermann, Dan Wilt
Author URI: http://www.concept64.com/
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #363636;
	background:#E9EAE8;
	font: 76%/2.0 Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

form {
	text-align:center;
	padding:5px 15px 15px 15px;

}

form div {
	padding:2px;
	text-align:left;
}

form label {
	display:block;
	width:5em;
	padding-right:7px;
	text-align:right;
	float:left;
}

.error {
	color:red;
	font-weight:bold;
}

a, a:link, a:visited {
	color:#A34445;
	text-decoration:underline;
}
a:hover, a:active {
	color: #363636;
	text-decoration:underline;
}

fieldset {
	border:0;
}

html,body {
height:100%;
}

* html #container { height:100%;}

#container {
	background: transparent url(images/bg-repeat.png) repeat-y 0 0;
	width:700px;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 4px;
}

#container h1 {
	display:block;
	background: white;
	height:135px;
	width:692px;
	background: transparent url(images/header.png) no-repeat top right;
	text-indent:-999em;
}

#tagline, #accessibility, #container address {
	display:none;
}

#navigation {
	width:692px;
	text-align:center;
	padding-bottom: 226px;
	background: transparent url(images/banner.png) no-repeat bottom right;
}

ul#mainnav, ul#subnav  {
	list-style-type: none;
	text-align:center;
	vertical-align:middle;
}

ul#mainnav li, ul#subnav li {
	display:inline;
	padding-left: 10px;
	padding-right:10px;
}

ul#mainnav:first-child {
	padding-left: 0;
}

ul#mainnav {
	background-color: #363636;
}

ul#subnav {
	background-color: #7D7D7D;
}


ul#mainnav a, ul#mainnav a:link, ul#mainnav a:visited,
ul#subnav a, ul#subnav a:link, ul#subnav a:visited {
	color:white;
	vertical-align:middle;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav a, ul#mainnav a:link, ul#mainnav a:visited{
	font-size:.9em;
}

ul#subnav a, ul#subnav a:link, ul#subnav a:visited {
	font-size:.8125em;
}

ul#mainnav a:hover, ul#mainnav a:active,
ul#subnav a:hover, ul#subnav a:active {
	color: #A34445;
}

.clear {
	clear:both;
}

#content {
	padding: 10px 0 43px 5px;
	background: transparent url(images/content-top.gif) no-repeat right top;
	width:451px;
	float:left;
}

#properties {
	padding: 10px 0 50px 5px;
	background: transparent url(images/content-band.gif) no-repeat right top; /*#F0F1F0*/
	width:687px;
}

#properties table {
	margin: 10px;
	background: #F0F1F0;
	border: 4px solid #7D7D7D;
	line-height: 1em;
	table-layout: fixed;
	border-collapse: collapse;
	
}

#properties table thead tr td,#properties table thead tr th,
#properties table tbody tr td,#properties table tbody tr th  {
	padding: 5px 2px;
	border: 1px solid white;
}

#properties thead tr th, #properties table tbody tr th {
	font-weight: bold;
	text-align: left;
}

#properties table thead tr th {
	width: 15%;
}
#properties table thead tr td {
	width: 10%;
	text-align: center;
	font-weight: bold;
}

#properties table tbody tr td {
	text-align: center;
}

#content h2, #properties h2 {
	text-transform:uppercase;
	text-decoration: none;
	font-size:1em;
	font-weight: bold;	
	padding-left: 12px;
	background: transparent url(images/bullet.gif) no-repeat center left;
}

#content p {
	padding: 0 10px 10px 13px;
	
}

#content h3 {
	font-size: .9em;
	padding-left: 13px;
}

#content ul {
	padding: 0 10px 0 27px;	
	list-style: outside disc;

}





#side {
	padding-top: 15px; 
	
	background: transparent url(images/side-top.gif) no-repeat top left;
	float:left;
	width:236px;
	color:white;
}

#side a, #side a:link, #side a:visited{
	color:#E9EAE8;
	text-decoration:underline;
	font-size: .9em;
}

#side a:hover, #side a:active {
	color: #A34445;
}

#side p {
	color: #E9EAE8;
	font-size: .9em;
	padding-left:10px;
	margin: 10px 0;
	line-height: 1.3em;
}

#side h4 {
	background-color: #7D7D7D;
	text-transform:uppercase;
	text-decoration: none;
	font-size:.8em;
	font-weight: bold;	
	padding-left:4px;	
}

#side ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style-type: none;
}

#footer {
	clear: both;
	margin-top: -38px;
	height: 38px;
	width:692px;
}

#concept64 {
	float: right;
	margin-right: 10px;
	display: block;
	height: 31px;
	width: 151px;
	background: transparent url(images/c64-logo.gif) no-repeat center center;
}

#concept64 a, #concept64 a:link, #concept64 a:visited, #concept64 a:hover, #concept64 a:active {
	display:block;
	height: 31px;
	width: 151px;
	background: transparent url(images/c64-logo.gif) no-repeat center center;
	text-indent: -999em;
	text-decoration: none;
}

#navigation ul li.current a {
	color: #A34445 !important;
}
