﻿/*	==================================================
	TPMI Home Page Stylesheet
	Developed by Lively Marketing

	Last updated: 11-25-09

	--------------------------------------------------	*/
#mainPanel { width: 509px; }
	
#feature { float: left; text-align: center; }
#feature img { display: block; margin: 5px 10px 0 0; padding-bottom: 0; border: solid 6px #572a54; }
#feature a { text-decoration: none; }
#feature #movie {
	display: none;
	position: absolute;
	top: 20px;
	left: 110px;
	margin: auto;
	padding-top: 20px;
	width: 345px;
	height: 300px;
	background: #fff;
	border: solid 6px #572a54;
	z-index: 300;
	}
#backgroundPopup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 290;
	}
#feature #popupClose { 
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	font-weight:700;
	display:block; 
	}

#sideBar {
	padding-top: 10px;
	width: 254px;
	text-align: center;
	background: url( '../images/sidebar_background.gif' ) no-repeat top;
	}

#sideBarContent  {
	min-height: 419px;
	background: url( '../images/sidebar_bottom.png') no-repeat bottom;
	}
	
#sideBar h1 { padding-left: 0; }

#sideBarContent ul { margin-bottom: 0; }

#region { display: none; }

#sideNav { margin: 35px 0 -25px; }

#sideNav a, #sideNav a:visited { color: #562a54; }

#sideNav a {
	position: relative;
	margin: -25px auto 0 auto;
	padding-top: 1px;
	display: block;
	width: 199px;
	height: 49px;
	background: url('../images/orange_button.png') no-repeat;
	text-align: left;
	cursor: pointer;
	}
	
#sideNav a:active {
	position: relative;
	top: 2px;
	left: 2px;
	}

#sideNav a:hover { color: #fff; }

ul#sideNav { margin-bottom: -25px; }
#sideNav li {
	padding: 0;
	height: 59px;
	}

#sideNav span {  
	margin: 4px 0 0 8px;
	padding-top: 9px;
	display: block;
	height: 100%;
	text-align: center;
	}

#sideNav #heart { background: url('../images/heart_icon.png') no-repeat; }
#sideNav #lung { background: url('../images/lung_icon.png') no-repeat; }
#sideNav #colon { background: url('../images/colon_icon.png') no-repeat; }
#sideNav #vascular { background: url('../images/vascular_icon.png') no-repeat; }

#footer #footerMain {
	width: 574px;
	}

#footer #footerSide {
	padding-top: 15px;
	text-align: center;
	display: block;
	}