/****** ##LOG: 
Author:  Vanessa Skane
Created: 15/02/09

Description: general styles for one40william
******/

/* main content container */
#siteContainer {
	position: relative;
	width: 988px;
	margin:0 auto;
	text-align: left;
}

/* header graphic */
#header {
	position: relative;
	width: 988px;
	height: 93px;	
	
}

/***** navigation container ******/
#navContainer {
	position: relative;
	width: 988px;
	height: 39px;
	margin:0 auto;
	text-transform: uppercase;
	text-align: center;
	z-index: 200;
	background: url(../images/navigation-bottom-line.gif) no-repeat center bottom;
}

#mainContentContainer {
	position: relative;
	width: 100%;
	height: 477px;
}

#leftContent {
	position: relative;
	float: left;
	width: 341px;
	height: 477px;
	overflow: hidden;
}

#leftContent p {
	padding: 10px 20px 0 20px;
	line-height: 1.3em;
}

#leftContent ul {
	padding: 10px 0 20px 35px;
}

#leftContent li {
	padding: 0 20px 5px 10px;
}

#leftButton {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 341px;
	height: 54px;
	background: url(../images/buttonLeftContent.gif) no-repeat center bottom;
}

#leftButton a {
	position: absolute;
	left: 57px;
	top: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
}

#leftContent #news li {
	list-style-type: none;
	background: url(../images/iconPDF.gif) no-repeat left top;
	
	padding: 0 20px 10px 35px;
}

.redHeading {
	font-size: 1em;
	font-weight: normal;
	color: #ff0000;
	text-transform: uppercase;
}

#rightContent {
	position: relative;
	float: left;
	width: 647px;
	height: 477px;
	overflow: hidden;
}

#logoOne40William {
	position: absolute; 
	width: 187px; 
	height: 73px; 
	top: 15px; 
	left: 28px;
}

#logoCbus {
	position: absolute; 
	width: 169px; 
	height: 45px; 
	top: 35px; 
	left: 415px;
}

#logoColliers {
	position: absolute; 
	width: 58px; 
	height: 48px; 
	top: 22px; 
	right: 25px;
}

.emailLink {
	color: #ff0000;
}


.flvPositionMain {
 	padding-top: 60px;
}
* html .flvPositionMain {
	padding-top: 0;
}
.flvPositionIE6 {
	padding-top: 0;
}
* html .flvPositionIE6 {
	padding-top: 60px;
}

/*****   SLIDESHOW    *****/

.slideshowContainer {
	position: relative;
	width: 647px;
	height: 397px;
	margin-bottom: 3px;
}

#thumbnails {
	float: left;
	position: relative;
}

.slideshowThumbnail {
	display: block;
	float: left;
	height: 72px;
	width: 106px;
	margin-right: 19px;
}

.outline {
	border: 2px solid #ff0000;
	position: absolute;
	z-index: 0;
}


/***** Contact Form   ******/

.formRow {
	width: 100%;
	height: 100%;
	padding: 0 0 5px 0 ;

}
.submitRow {
	width: 126px;
	height: 52px;	
	position: absolute;
	float: none;
	margin:0;
	padding: 0;
	right: 0;
	bottom: 0;
	top: 390px;
}

#contactForm {
	position: relative;
	float: left;
	font-size: 0.85em;
	margin-top: 10px;
}

#contactForm label {
	width: 62px;
}

#contactForm select {
	width: 154px;
}
#contactForm input {
	width: 530px;
}
#contactForm textarea {
	height: 81px;
	width: 595px;
}
#contactForm input.submit {
	position: absolute;
	float: right;
	background: none;
	color: #cdced0;
	font-weight: bold;
	width: 126px;
	top: 24px;
	left: 3px;
	font-size: 0.85em;
}

#contactForm p {
	margin-top: 10px;
	padding: 25px 10px 0 20px;
}

#leftContact {
	height: 390px; 
	width: 320px; 
	margin-top: 10px; 
	font-size: 0.85em;
	
}

#leftContact p {
	padding-top: 0;
	margin-top: 0;
	
	line-height: 1.2em !important;	
}

/**** Tooltip ****/

.tipHeader {
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding-left: 35px !important;
}

.tooltipRetail {
	background: transparent url(../images/tooltip-retail-background.png) no-repeat;
	width: 241px;
	height: 276px;
	top: 0 !important;
	left: 180px !important;
	color: #000000;
 }
* html .tooltipRetail {
	background: transparent url(../images/tooltip-retail-background.gif) no-repeat;
	width: 216px;
	height: 268px;
}
.tooltipRetail p {	
	margin: 0;
	padding: 8px 25px 0px 15px;
	font-size: 0.9em;
}
.tooltipRetail ul {	
	margin: 0;
	padding: 15px 25px 0px 30px;
	font-size: 0.9em;
}

.tooltipCommercial {
	background: transparent url(../images/tooltip-commercial-background.png) no-repeat;
	width: 241px;
	height: 276px;
	top: 20px !important;
	left: 180px !important;
	color: #000000;
 }
* html .tooltipCommercial {
	background: transparent url(../images/tooltip-commercial-background.gif) no-repeat;
	width: 216px;
	height: 268px;
}

.tooltipCommercial p {	
	margin: 0;
	padding: 8px 25px 0px 15px;
	font-size: 0.9em;
}
.tooltipCommercial ul {	
	margin: 0;
	padding: 15px 25px 0px 30px;
	font-size: 0.9em;
}

.tooltipTrains {
	background: transparent url(../images/tooltip-trains-background.png) no-repeat;
	width: 241px;
	height: 276px;
	top: 50px !important;
	left: 180px !important;
	color: #000000;
 }
* html .tooltipTrains {
	background: transparent url(../images/tooltip-trains-background.gif) no-repeat;
	width: 216px;
	height: 268px;
}
.tooltipTrains p {	
	margin: 0;
	padding: 8px 25px 0px 15px;
	font-size: 0.9em;
}

.tooltipGeneral {
	margin: 0;
	padding: 15px;
	font-size: 0.9em;
	top: 320px !important;
	left: 100px !important;
	background-color: #cdced0;
	color: #000000;
	width: 200px;
}




/**** Footer content ****/

#footer {
	position: relative;
	width: 988px;
	height: 30px;
	margin:0px auto;	
	font-weight: bold;
	font-size: 0.75em;
	color: #bfbfbf;
}

#footerLeft ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 350px;	
	height: 30px;
	float: left;
}
#footerLeft li {
	position: relative;
	margin:0;
	padding: 9px 10px 5px 10px;	
	float: left;
}

#footerRight ul {
	position: relative;
	margin:0;
	list-style-type: none;
	width: 450px;	
	height: 30px;
	float: right;	
	right: 0;
}
#footerRight li {
	position: relative;
	margin:0;
	padding: 9px 10px 5px 10px;	
	float: right;
}

#footer a {
	position: relative;
	color: #bfbfbf;
	text-decoration: underline;
}
#footer a:hover {
	position: relative;
	color: #bfbfbf;
	text-decoration: none;
}

