/* Project: Portable Rental Systems
URL: http://www.portablerentalsystems.com/
Date: January 2008
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 13px for most browsers */
html {
	font-size: 76%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}
img { 
	behavior: url(iepngfix.htc); 
}
/**************************************
  Default rules
**************************************/
/*html {
	 height: 100%; Required for footerstickalt 
	text-align: left;
}*/
h1, h2, h3, h4 {
	margin-bottom: 0.2em;
	padding: 0;
	color: #373737;
	background-color: transparent;
	font-style: italic;
	font-weight: bold;
	line-height: 120%;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
	padding: 0.4em 0 0.2em 0;
	font-weight: normal;
}
h3 {
	padding-top: 0.4em;
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
p {
	margin-bottom: 0.6em;
	padding: 0;
	color: #373737;
	background-color: transparent;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
a {
	color: #596D54;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bolder;
}
a:link, a:visited {
	color: #234646;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #373737;
	background-color: #DCE9EB;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul li {
	margin: 0.2em 0;
	padding-bottom: 0.8em;
}
acronym {
	border-bottom: 1px dotted #333;
}
hr {
	margin: 1em 0;
   border-top: 3px double #C6C6C6;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 3px;
}
th {
	padding: 4px;
}
/************************************************
  Document and header rules
************************************************/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #234646;
	background-image: url(images/bg_fade.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 30px;
	width: 850px;
	height: auto;
	color: #373737;
	background-color: #FFF;
	background-image: url(images/wrapper_bg.jpg);
}
#wrapper-subs {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 30px;
	width: 850px;
	height: auto;
	color: #373737;
	background-color: #FFF;
	background-image: url(images/wrapper_bg_blue.gif);
}
#wrapper-internal {
	margin: 0;
	padding: 0;
	position: relative;
	width: 850px;
	height: auto;
	color: #373737;
	background-color: #FFF;
	background: url(images/wrapper_int_bg.jpg) no-repeat bottom;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 850px;
	height: 103px;	
}
#top-background {	
	position: absolute;
	top: -17px;
	left: -27px;
	width: 880px;
	height: 103px;	
	background: url(images/header_bg_lg.jpg) no-repeat top;
}
#logo {
	position: absolute;
	/*top: -18px;
	left: -19px;*/
	top: -20px;
	left: -28px;
	background-image: url(images/logo.png);
	z-index: 1;
}
/* This is to make the transparency work in IE6 */
img, #logo { 
	behavior: url(iepngfix.htc); 
}
/* This is the invisible line on the logo text */
#logo-link {
	position: absolute;
	top: 38px;
	left: 100px;
	width: 260px;
	height: 20px;
	background-color: transparent;
}
/************************************************
  Content rules
************************************************/
#content {
	float: left;
	position: relative;
	top: -22px;
	left: 1px;
	margin-bottom: 1em;
	padding: 1em;
	width: 622px;
}
ul.bullet-list {
	margin: 1em 1em 1em 3em;
	list-style-type: disc;
}
ul.bullet-list li, ul.nonbullet-list li {
	padding-bottom: 0.8em;
	font-size: 110%;
}
ul.bullet-list li ul {
	margin: 1em 1em -0.8em 3em;
	padding: 0;
	list-style-type: disc;
}
ul.bullet-list li ul li {
	padding-bottom: 0.6em;
	font-size: 100%;
}
ul.nonbullet-list {
	margin: 1em 1em 1em 3em;
	list-style-type: none;
}
ul.sidebar-bullet-list {
	margin: 0.6em 0.6em 0.6em 2em;
	list-style-type: disc;
}
ul.sidebar-bullet-list li {
	padding-bottom: 0.2em;
	font-size: 110%;
}
#sidebar {
	float: right;
	position: relative;
	top: -22px;
	right: 2px;
	margin: 0;
	padding: 0.9em;
	width: 178px;
}
/************************************************
  Table rules
************************************************/
table {
	margin-bottom: 1.5em;
	font-size: 105%;
	border-collapse: collapse;
	width: 525px;
}
table caption {
	margin-top: 1em;
	padding-bottom: 0.2em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #373737;
}
td {
	padding: 0.2em 0 0.2em 0.4em;
	vertical-align: top;
	border-bottom: 1px solid #373737;
}
td+td {
	border-left: 1px solid #373737;
	text-align: left;
}
/************************************************
  Footer rules
************************************************/
#footer {
	clear: both;
	position: relative;
	left: 0;
	bottom: 7px;
	width: 847px;
	z-index: 5;
}
#footer p {
	margin: 0;
	padding: 2px 0 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #2D2E29;
	background-color: transparent;
}
#footer-nav {	
	margin: 0;
	padding-left: 15px;
	text-align: left;	
}
#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 0.6em 0 0.6em;
}
#footer-nav li a, #footer-nav li a:link {
	font-size: 1em;
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
}
#footer-nav li a:hover, #footer-nav li a:active {
	color: #454426;
	background-color: transparent;
}
#subfooter {
	position: absolute;
	bottom: -20px;
	left: 22px;
	margin: 0;
	padding: 0;
}
#subfooter p {
	font-size: 11px;
	color: #EBEBEB;
	background-color: transparent;
}
#subfooter a, #subfooter a:link, #subfooter a:visited {
	font-weight: normal;
	color: #EBEBEB;
	background-color: transparent;
	text-decoration: underline;
}
#subfooter a:hover {
	font-weight: normal;
	color: #CFE7E7;
	background-color: transparent;
	text-decoration: underline;
}
/************************************************
  Main navigation rules
************************************************/
#nav {
	position: relative; /* must do for z-index to work! */
	top: 64px;
	left: 1px;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 847px;
	/*border-bottom: 1px solid #bbb;*/
	list-style-type: none;
}
ul#navlist {
	float: right;
	position: relative;
}
#navlist li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;	
}
#navlist li a, #navlist li a:link {
	padding: 2px 10px 1px 10px;
	display: block;
	background-color: transparent;
	color: #FFF;
	text-decoration: none;	
}
#navlist li a:hover {
	color: #504F2C;
	background: #BDBB86;
	cursor: pointer;
}
#navlist li a.current, #navlist li a.current:link {
	color: #FFF;
	background: #817F46;
	cursor: default;
	font-weight: bold;
}
#navlist li a.current:hover {
	color: #504F2C;
	background: #BDBB86;
}
/************************************************
  Teaser box rules (456bereastreet.com)
************************************************/
.teaser {
	width: 175px;
	padding: 0 0 12px 0;		
	margin: 0 auto 8px auto;
	background-color: #CFE2E2;
	background: url(images/tsrbox_160.gif) no-repeat bottom left;
}
.teaser-subs {
	font-size: 0.9em;
	background: transparent;
}
.teaser h3 { /* use this when there's a header for box */
	font-size: 1em;
	margin: 0;
	padding: 7px 10px 3px 10px;
	color: #373737;
	background: url(images/tsrbox_160.gif) no-repeat top left;
}
.teaser h5 { /* use this when there's no header for box */
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: url(images/tsrbox_160.gif) no-repeat top left;
}
.teaser p .teaser a.more {
	font-size: 0.8em;
	margin: 0;
	padding: 0 10px 3px 10px;
	color: #373737;
	background-color: #CFE2E2;
}
.teaser p, .teaser2 p {
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 10px 0 10px;
	color: #373737;
	background-color: #CFE2E2;
}
.teaser span.name {
	text-align: right;	
	font-style: italic;
}
/**************************************
  Contact form rules (Aneko Studios)
**************************************/
#formbox {
	margin: 10px 10px 0 10px;
	padding: 15px;
}
div#formbox form fieldset { 
	margin: 10px 0; 
	padding: 10px; 
	border: 1px solid #C6C6C6; 
}
div#formbox form legend { 
	padding: 0 4px;
	font-weight: bold; 
	font-size: 14px;
	color: #666; 
}
p.legend { 
	margin-bottom: 1em; 
}
div#formbox form fieldset div { 
	padding: 0.25em 0; 
}
.form_field {
	padding-bottom: 5px;
	font-size: 1.1em;
}
.form_field input {
	font-size: 13px;
}
p.fieldname {		
	margin: 10px 0 0 0;
	padding-right: 10px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	background-color: transparent;
}
.fieldname {
	position: relative;
	display: block;
	float: left;
	margin-right: 6px;
	font-size: 13px;
	text-align: right;	
	width: 200px;
}
div.formbox div.controlset fieldname, 
div.formbox div.controlset input { 
	display: inline; 
	float: none; 
}	
.required {
	color: Red;
	background-color: transparent;
	font-weight: bold;
}
input.form  {	
	margin-top: -15px;
	padding: 0 4px 1px 1px;
	font-size: 12px;
}
/*input.button {			
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	color: #3F3F3F;
	background-color: #C2C2C2;
}*/
.button {
	margin: 0;
	padding-top: 0;
}
div.form_checkboxes {
	margin-left: 205px;
	font-size: 1.1em;
}
ul.error {			
	margin-top: 10px;
	color: #C00000;
	background-color: transparent;
	font-size: 1.1em;
}
ul.error li {			
	margin-left: 15px;
	font-size: 1em;
}
.thankyou {
	margin: 0 auto;
	padding-top: 0;
	width:425px; 
	vertical-align: top;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}
/************************************************
  Misc. rules
************************************************/
.img-right, .img-right-noborder {
	float: right;
	margin: 0 0 0.2em 1em;
	width: 153px;
}
.img-right img {
	border: 3px double #A5A5A5;
}
.img-right-noborder img {
	border: none;
}
.img-right p, .img-right-noborder p {
	position: relative;
	top: -15px;	
	font-size: 11px;
	text-align: center;
}
#threed-toilet {
	position: absolute;
	right: -70px;
	bottom: 4px;
}
#threed-toilet p {
	position: absolute;
	left: -55px;
	bottom: 22px;
	line-height: 1.1em;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.quotes {
	margin: 0 0 1em 2em;
}
.quoted {
	margin: 0.5em 3em 0.5em 3em;
	font-style: italic;
}
.indent-15 {
	padding-left: 15px;
}
.clear-both {
	clear: both;
}
.error-spacer {
	height: 400px;
}
.clearfix:after {
	content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE Mac */

.pullquote {
	float: right;
	margin: 0.6em 0 0.6px 1em;
	padding: 0.5em;
	width: 150px;
	text-align: center;
	font-size: 120%;
	font-family: Georgia, serif;
	line-height: 1.3em;
	color: #373737;
	background-color: transparent;
	border-top: 3px double #C6C6C6;
	border-bottom: 3px double #C6C6C6;
}
.smaller {
	font-size: 90%;
	font-style: italic;
}
#sidebar hr {
	margin: 1em 0;
   border-top: 3px double #629E9F;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 3px;
}