@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; } /* If only all browsers rendered properly. */

img { border: none; } /* remove ugly blue link border around images */

a { color: #730303; outline: none; }

h1, h2, h3, h4, h5, h6, p, img, ul, ol, table { margin-bottom: 1em; } /* restore equal margins */
blockquote, li { margin-left: 2em; } blockquote { margin-right: 2em; } /* restore equal indents */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5c5a;
	background: #efefef;
	}
	
.error {
	text-decoration: blink;
	color: red;
	font-weight: bold;
	}

#site {
	width: 936px;
	margin: 0px auto;
	padding: 0px 14px;
	background: white;
	}
	
#header {
	height:	105px;
	}
	#logo {
		float: left;
		}
	#site-info {
		float: right;
		padding-top: 13px;
		text-align: right;
		}
		#site-info .navigation { height: 20px; overflow: hidden; margin: 0; padding: 0; }
		#site-info .navigation a { line-height: 14px; margin: 0; padding: 0; }
		#site-info .navigation img { margin: 0; margin-left: 1em; padding-bottom: 6px; vertical-align: top; }
		#site-info .navigation .selected { font-weight: bold; text-decoration: none; }
		#site-info .navigation img.selected { border-bottom: 3px solid #730303; padding-bottom: 3px; }
		#site-info .phone-number {
			/* background: url(../images/tiny-cdn-flag.gif) 0px 0px no-repeat; removed CDN flag */
			padding-left: 30px;
			line-height: 14px;
			font-size: 22px;
			color: black;
			margin-top: 45px;
			}
	
#navigation {
	clear: both;
	float: none;
	background: white url(../images/navigation/nav-back.gif) 0px 0px repeat-x;
	color: white;
	padding-left: 30px;
	width: 906px; /* 936 */
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
	border-bottom: 2px solid white;
	}
	#navigation ul { margin-left: 15px; }
	#navigation a { color: white; text-decoration: none; }
	#navigation a.selected { text-decoration: underline; }
	#navigation li { display: block; float: left; height: 35px; line-height: 35px; padding-left: 10px; padding-right: 10px; margin: 0px 22px; }
	#navigation .dropdown li {
		font-size: 12px;
		height: 162px;
		border-right: 1px solid #bfbfbf;
		padding: 0;
		margin: 0;
		padding-left: 2em;
		}
	#navigation li.last { 
		border-right: none;
		}
	#navigation .third {
		margin: 0 !important;
		padding: 0 !important;
		}
	#navigation .third li { 
		display: block; 
		clear: both; 
		float: none; 
		margin: 0;
		padding: 0;
		padding-left: 2em;
		background: url(../images/home/marketing-rarr.gif) 0px 5px no-repeat; 
		line-height: 1.2em;
		height: 2em;
		border-right: none;
		}
	#navigation .dropdown { 
		display: none;
		}
	#portable, #services { margin-right: -1em; }
	#portable ul {
		width: 150px;
		overflow: hidden;
		margin-left: 12px;
		}
	#services .dropdown {
		padding-top: 1em;
		}
	#services ul {
		margin-left: 12px;
		}
	#services .dropdown li {
		display: block;
		clear: both;
		float: none;
		border-right: none;
		height: 1.8em;
		text-align: left;
		line-height: 1.8em;
		}
		
#content {
	background: url(../images/content-back.gif) 0px 0px repeat-y;
	clear: both;
	float: none;
	padding: 40px 0px;
	}
	#content .clear { clear: both; float: none; } /* clear float hack for 2-column display */

	#subnavigation {
		background: #eaeaea;
		width: 187px;
		overflow: hidden;
		float: left;
		border-left: 1px solid #bcbcbc;
		margin-left: 50px;
		}
		#subnavigation a {
			text-decoration: none;
			}
		#subnavigation li {
			list-style: none;
			padding-left: 1.5em;
			background: url(../images/subnav-chevron.gif) 0.5em 0.4em no-repeat;
			margin-bottom: 1em;
			margin-left: 0;
			}
			#subnavigation li ul { margin-top: 0.5em; }
			#subnavigation li.selected {
				background: #730303 url(../images/subnav-chevron-selected.gif) 0.5em 0.4em no-repeat;
				}
				#subnavigation li.selected a {
					color: white;
					display: block;
					}
		
	#copy {
		display: block;
		float: right;
		width: 673px;
		}
		#copy .breadcrumb a {
			text-decoration: none;
			}
		#copy .breadcrumb .page {
			font-weight: bold;
			font-size: 12px;
			}
		#copy .breadcrumb .subpage {
			font-weight: bold;
			font-size: 30px;
			line-height: 1em;
			padding-left: 35px;
			background: url(../images/subpage-chevron.gif) 0em 0.1em no-repeat;
			text-transform: capitalize;
			}
			
		#copy img.supporting {
			float: right;
			margin-left: 2em;
			margin-bottom: 2em;
			}

		#copy .currency-conversion-rate { display: none; }
		#copy abbr { border-bottom: none; }
			
#rentals table {
	text-align: left;
	width: 600px; 
	margin-bottom: 20px;
	}
	#rentals td.sectionHeader { font-size:14px; font-weight:bold; padding-bottom: 5px; }
	#rentals td.columnHeader { font-weight:bold; padding-bottom: 5px; }
	#rentals td.displayName { width: 125px; }
	#rentals td.color { width: 75px; }
	#rentals td.dimensions { width: 100px; }
	#rentals td.cost { width: 75px; }
	
#contactInformation td { padding-right: 10px; padding-bottom: 7px; vertical-align: top;}

.submit input {
	font-size: 11px;
	margin-left: 230px;
	padding: 2px;
	color: #ffffff;
	background: #730303;
	border: 2px outset #d7b9c9;
	}

#contact-form hr {
	color: 	#E8E8E8;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#footer {
	clear: both;
	float: none;
	background: url(../images/footer-back.gif) 0px 0px repeat-x;
	width: 936px;
	height: 111px;
	font-size: 11px;
	margin-top: 1em;
	}
	#contact-info { width: 250px; float: left; margin-top: 29px; margin-left: 25px; }
	#contact-info span { display: block; }
	#contact-info .name { font-size: 14px; font-weight: bold; }
	#contact-info .city, #contact-info .prov { display: inline; }
	#contact-info a { text-decoration: none; }
	#footer-navigation { width: 600px; float: right; margin-top: 29px; text-align: right; font-weight: bold; }
	#footer-navigation ul { margin-bottom: 0.2em; }
	#footer-navigation li { display: inline; margin-left: 0; padding-left: 0; padding-right: 0.5em; margin-right: 0.2em; border-right: 1px solid #730303; }
	#footer-navigation li.last { border-right: 1px solid white; margin-right: 0; }
	#footer .copyright { display: block; clear: both; float: none; text-align: right; margin-right: 0.2em; font-weight: bold; margin-top: 1em; }

