* {
	padding: 0;
	margin: 0;
}

html {
	background: #FFFFFF;
	overflow-y: hidden;
}

body {
	width: 12000px;
	font-family: Helvetica, sans-serif;
	height: 700px;
	overflow-y: hidden;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

ul {
	list-style: none;
}

h1 {
	background: #67C800;
	border-bottom: 3px solid #58AA00;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 10px;
	font-size: 26px;
	height: 31px;
}

.h1_side {
	background: url(images/h1_side.png) no-repeat bottom left;
	height: 50px;
	width: 24px;
	position: absolute;
	top: 10px;
	right: -12px;
}

h2 {
	font-size: 36px;
	color: #58AA00;
	font-weight: 900;
	letter-spacing: 3px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	color: #58AA00;
	border-bottom: 1px solid #58AA00;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

h4 {
	background: #67C800;
	border-bottom: 3px solid #58AA00;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 7px;
	font-size: 24px;
	margin-bottom: 10px;
}

.h4_side {
	background: url(images/h1_side.png) no-repeat bottom left;
	height: 49px;
	width: 24px;
	position: absolute;
	right: -12px;
	top: 7px;
}

h5 {
	font-size: 13px;
	border-bottom: 1px solid #AAAAAA;
	padding: 1px;
	margin-bottom: 3px;
}

h5:hover {
	color: #242424;
	border-bottom: 1px solid #242424;
	cursor: pointer;
}

/* Top Navigation */

#top_nav {
	position: fixed;
	top: 0px;
	left: 0px;
}

#logo1 {
	background: url(images/diligent_green.png) no-repeat top left;
	width: 300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 15px;
}

#logo2 {
	background: url(images/diligent_blue.png) no-repeat top left;
	width: 300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 20px;
}

#logo3 {
	background: url(images/diligent_yellow.png) no-repeat top left;
	width: 300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 20px;
}

#logo4 {
	background: url(images/diligent_orange.png) no-repeat top left;
	width: 300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 20px;
}

#logo5 {
	background: url(images/diligent_red.png) no-repeat top left;
	width: 300px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 20px;
}

#navigation {
	position: absolute;
	top: 40px;
	left: 340px;
	width: 660px;
	height: 70px;
}

.navigationlink {
	display: block;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	font-size: 24px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

.navigationlink:hover {
	background: #DDDDDD;
}

#contact_details {
	position: absolute;
	top: 10px;
	left: 320px;
	font-size: 16px;
	color: #58AA00;
	font-weight: 800;
	width: 460px;
	text-align: right;
}

#contact_details a {
	color: #58AA00;
}

.menu_selected {
	background: transparent url(images/menu_selected.png) no-repeat top center !important;
	height: 55px !important;
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

#menu_back {
	width: 12000px;
	height: 44px;
	background: transparent url(images/menu_back.png) repeat-x top left;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: -1;
}

#fullscreen {
	position: absolute;
	top: 10px;
	left: 810px;
	width: 150px;
	height: 30px;
}

#fullscreen a {
	background: transparent url(images/fullscreen.png) no-repeat top left;
	font-size: 15px;
	color: #58AA00;
	height: 30px;
	padding-bottom:4px;
    padding-left:28px;
    padding-top:4px;
}

#fullscreen a:hover {
	font-weight: bold;
}

/* Global Containers */

.top_left {
	height: auto;
	width: 550px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.top_left p {
	font-size: 20px;
	color: #AAAAAA;
}

.top_right {
	height: auto;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottom {
	height: 270px;
	width: 900px;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

.top {
	height: auto;
	width: 900px;
	position: absolute;
	top: 0px;
	left: 20px;
}

.container {
	width: 100%;
	height: 100%;
}

.more {
	display: block;
	float: right;
	color: #FFFFFF;
	background: #58AA00;
	padding: 4px;
	font-weight: 500;
}

.more:hover {
	background: #478900;
}

.highlight {
	color: #58AA00;
	font-style: italic;
	font-weight: 600;
	border-bottom: 2px solid #CCCCCC;
}

.upgrade_player {
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

.video_container {
	padding: 3px;
	border: 1px solid #AAAAAA;
	background: #CCCCCC;
}

/* Background Elements */

#overlay {
	background: url(images/background.png) top left;
	position: absolute;
	width: 12000px;
	height: 300px;
	left: 0px;
	top: 285px;
	z-index: -4;
}

#background {
	background: url(images/colors2.png) no-repeat top left;
	width: 1000px;
	height: 300px;
	position: fixed;
	left: 0px;
	top: 285px;
	z-index: -5;
}

#original {
	position: absolute;
	top: 160px;
	left: 1050px;
	width: 400px;
	height: 200px;
	background: transparent url(images/original.png) no-repeat top left;
}

#original:hover {
	background: transparent url(images/original_hover.png) no-repeat top left;
}

#authentic {
	position: absolute;
	top: 160px;
	left: 1550px;
	width: 400px;
	height: 200px;
	background: transparent url(images/authentic.png) no-repeat top left;
}

#authentic:hover {
	background: transparent url(images/authentic_hover.png) no-repeat top left;
}

#branded {
	position: absolute;
	top: 190px;
	left: 5300px;
	width: 500px;
	height: 300px;
	background: transparent url(images/branded.png) no-repeat top left;	
}

#branded:hover {
	background: transparent url(images/branded_hover.png) no-repeat top left;	
}

#king {
	position: absolute;
	top: 140px;
	left: 3300px;
	
	width: 400px;
	height: 200px;
	background: transparent url(images/king.png) no-repeat top left;	
}

#king:hover {
	background: transparent url(images/king_hover.png) no-repeat top left;
}

#diligent {
	position: absolute;
	top: 290px;
	left: 9100px;
	width: 400px;
	height: 200px;
	background: transparent url(images/diligent.png) no-repeat top left;	
}

#diligent:hover {
	background: transparent url(images/diligent_hover.png) no-repeat top left;		
}

/* Home Section */

#home {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 920px;
	height: 500px;
}

#home_welcome {
	left: 30px;
}

.home_highlight {
	font-size: 22px;
	color: #58AA00;
	font-weight: 900;
	float: left;
	height: 100px;
	margin-right: 10px;
}

#blog_tab {
	display: block;
	width: 145px;
	float: left;
	height: 50px;
	background: transparent url(images/tabgrey.png) no-repeat bottom left;
	margin-right: 5px;
	cursor: pointer;
}

#blog_tab:hover {
	background: transparent url(images/tabgreen.png) no-repeat bottom left;
}

#blog_tab img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 3px;
	float: left;
}

#blog_tab p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	position: relative;
	top: 4px;
	float: left;
}

#twitter_tab {
	display: block;
	width: 145px;
	float: left;
	height: 50px;
	background: transparent url(images/tabgrey.png) no-repeat bottom left;
	margin-left: 5px;
	cursor: pointer;
}

#twitter_tab:hover {
	background: transparent url(images/tabgreen.png) no-repeat bottom left;
}

#twitter_tab img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 3px;
	float: left;
}

#twitter_tab p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	position: relative;
	top: 4px;
	float: left;
}

.selected_tab {
	background: transparent url(images/tabgreen.png) no-repeat bottom left !important;
	height: 50px !important;
}

#blog_feed {
	background: #EEEEEE;
	margin-top: 50px;
	padding: 4px;
	min-height: 150px;
}

#twitter_feed {
	background: #EEEEEE;
	margin-top: 50px;
	padding: 4px;
	min-height: 150px;
}

#home_videos {
	background: transparent url(images/transparent.png) repeat top left;
	padding: 10px;
	width: 880px;
	height: 256px;
}

#featured_container {
	float: left;
	width: 458px;
	height: 256px;
}

#featured_videos {
	float: left;
	margin-left: 20px;
	width: 402px;
}

#twitter {
	padding: 5px;
}

.firstTweet {
	font-size: 12px;
	margin-bottom: 10px;
}

.firstTweet a {
	color: #58AA00;
}

.lastTweet {
	font-size: 12px;
	margin-bottom: 10px;
}

.lastTweet a {
	color: #58AA00;
}

#profileLink {
	background: #58AA00;
	color: #FFFFFF;
	padding: 3px;
	font-size: 12px;
}

.featured_video {
	margin-top: 10px;
	position: relative;
	height: 100px;
}

.featured_video_left {
	float: left;
	height: 100px;
}

.video_thumb {
	padding: 2px;
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
}

.video_thumb:hover {
	cursor: pointer;
	background: #67C800;
	border: 1px solid #58AA00;
}

.current_view {
	background: #67C800;
	font-size: 11px;
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
	width: 130px;
	position: relative;
	top: -22px;
	border-bottom: 2px solid #58AA00;
}

.featured_video_right {
	font-size: 12px;
	height: 100px;
	margin-left: 150px;
}
#rss {
	padding: 5px;	
	padding-bottom: 0px;
}

#rss h3 {
	font-size: 11px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}

.featured_more {
	background: #58AA00;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.featured_more:hover {
	background: #478900;
}

#rss div {
	font-size: 12px;
	line-height: 13px;
	max-height: 39px;
	overflow: hidden;
	margin-bottom: 7px;
}
#rss .updated {
	display: none;	
}

#rss h3 a {
	color: #58AA00;
}

.read_blog {
	background: #58AA00;
	font-size: 12px;
	padding: 3px;
	color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 3px;
}

/* About Section */

#about {
	position: absolute;
	top: 115px;
	left: 2020px;
	width: 920px;
	height: 500px;
}

#about_menu {
	width: 500px;
}

#company_tab {
	float: left;
	margin-right: 15px;
	background: #BBBBBB;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	padding: 6px;
	margin-top: 10px;
	cursor: pointer;
}

#company_tab:hover {
	background: #58AA00;
}

#company_tab span {
	display: none;
}

#people_tab {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	background: #BBBBBB;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	padding: 6px;
	cursor: pointer;
}

#people_tab:hover {
	background: #58AA00;
}

#people_tab span {
	display: none;
}

#process_tab {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	background: #BBBBBB;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 900;
	padding: 6px;
	cursor: pointer;
}

#process_tab:hover {
	background: #58AA00;
}

#process_tab span {
	display: none;
}

.about_selected {
	font-size: 16px;
	font-weight: 900;
	background: #58AA00 !important;
	padding: 6px !important;
}

.about_selected span {
	display: inline !important;
}

.about_content {
	position: absolute;
	left: 20px;
	top: 50px;
	height: auto;
}

.about_content p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
}

#company_text {
	width: 600px;
	padding: 7px;
	padding-top: 10px;
	background: transparent url(images/transparent.png) repeat;
}

.about_people {
	width: 415px;
	float: left;
	height: auto;
	position: relative;
	background: transparent url(images/transparent.png) repeat;
}

#about_ron {
	margin-right: 10px;
	padding: 7px;
}

#ron_more {
	height: 287px;
	overflow-y: hidden;
}

#ron_more:hover {
	overflow-y: scroll;
}

#about_ron p {
	font-size: 12px;
}

#about_gabriel {
	margin-left: 10px;
	padding: 7px;
}

#about_gabriel p {
	font-size: 12px;
}

.people_photo {
	float: left;
	margin-right: 7px;
}

.people_photo img {
	padding: 2px;
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
	border-bottom: 2px solid #58AA00;
}

.people_contact {
	font-size: 12px;
	color: #EEEEEE;
	margin-top: 5px;
	background: #58AA00;
	padding-top: 3px;
	padding-bottom: 3px;
}

.people_contact a img {
	border: none;
	background: none;
}

#company_text p {
  clear: both;	
}

#services_list p {
  clear: none;	
}

.people_contact a {
	margin-left: 4px;
	margin-right: 4px;
}

.prevent-box::-moz-selection {
	background: #58AA00;
	color: #FFFFFF;
}

.prevent-box::selection {
	background: #58AA00;
	color: #FFFFFF;
}

#process_tabs {
	width: 100%;
	height: 51px;
}

.process_tab1 {
	position: relative;
	width: auto;
	height: 50px;
	float: left;
	opacity: 0.7;
	filter:alpha(opacity=70);
	cursor: pointer;
}

.process_tab {
	position: relative;
	width: auto;
	height: 50px;
	float: left;
	opacity: 0.7;
	filter:alpha(opacity=70);
	cursor: pointer;
}

.process_hover {
	opacity: 1.0 !important;
	filter:alpha(opacity=100) !important;
}

p.process_hover {
	background: #58AA00;
	padding: 5px;
	color: #EEEEEE !important;
	min-height: 27px;
	border-bottom: 1px solid #58AA00 !important;
}

.process_hover span.highlight {
	color: #FFFFFF !important;	
}

.number {
	font-size: 28px;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	color: #FFFFFF;
}

.arrow_back {
	background: url(images/processarrowback.png) top left;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.arrow_front {
	background: url(images/processarrowfront.png) top left;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

h6 {
	font-size: 24px;
	background: #67C800;
	border-bottom: 3px solid #58AA00;
	padding-top: 7px;
	padding-left: 7px;
	height: 40px;
	float: left;
	color: #FFFFFF;
	margin: 0 30px;
}

#develop_tab {
	left: -15px;
}

#execute_tab {
	left: -30px;
}

#deliver_tab {
	left: -45px;
}

#follow_through_tab {
	left: -60px;
}

#process_steps {
	width: 800px;
	padding: 7px;
	padding-top: 10px;
	position: absolute;
	top: 60px;
	left: 0px;
}

#process_steps p {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 7px;
	color: #333333;
}

#process_steps span.highlight {
	border-bottom: none;
}

.header {
	float: left;
	font-size: 32px;
	color: #58AA00;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 5px;
	border-bottom: none;
	cursor: default;
}

.header:hover {
	color: #58AA00;
	border-bottom: none;
}

#about_left {
	float: left;
	width: 310px;
	background: #EEEEEE;
	padding: 5px;
	height: 340px;
}

#about_left_top img {
	float: left;
	clear: none;
	border: 3px solid #58AA00;
}

#about_left_top p {
	float: left;
	width: 155px;
	clear: none;
	margin-left: 7px;
	font-size: 14px;
}

#about_right {
	float: left;
	width: 310px;
	margin-left: 10px;
	background: #EEEEEE;
	padding: 5px;
	height: 340px;
}

/* Work Section */

#work {
	position: absolute;
	top: 115px;
	left: 4080px;
	width: 920px;
	height: 500px;
}

#work_menu {
	width: 300px;
}

#work_tab {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	background: #BBBBBB;
	color: #FFFFFF;
	padding: 6px;
	cursor: pointer;
	font-weight: 900;
}

/* Clients Section */

#clients {
	position: absolute;
	top: 115px;
	left: 6080px;
	width: 920px;
	height: 500px;
}


#clients_tab {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	background: #BBBBBB;
	color: #FFFFFF;
	padding: 6px;
	cursor: pointer;
	font-weight: 900;
}

.work_container {
	width: 900px;
	height: 440px;
	margin-top: 10px;
}

.work_thumb {
	width: 150px;
	height: 113px;
	background: transparent url(images/transparent.png) repeat;
	padding: 10px;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	position: relative;
}

.work_thumb:hover img {
	border: 1px solid #58AA00;
	border-bottom: 3px solid #58AA00;
}

.work_thumb:hover p {
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.project_image {
	border: 1px solid #BBBBBB;
	border-bottom: 3px solid #BBBBBB;
}

p.project_title {
	background-color: #242424;
	padding: 4px;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
	color: #FFFFFF;
	width: auto;
	display: block;
	position: absolute;
	top: 77px;
	left: 11px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.project_type {
	color: #333333;
	font-size: 10px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 3px;
	font-weight: bold;
}

#brands_section {
	width: 289px;
	padding-right: 10px;
	border-right: 1px solid #CCCCCC;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#distributor_section {
	width: 300px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 309px;
}

#agencies_section {
	width: 289px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 609px;
}

.client_thumb {
	border: 1px solid #DDDDDD;
	float: left;
	margin-left: 2px;
	margin-bottom: 5px;
}

#distributor_section .client_thumb {
	margin-left: 5px !important;	
}

.work_container h2 {
	font-size: 26px;
	letter-spacing: 1px;
}

#gallery_text {
	position: absolute;
	top: 30px;
	left: 700px;
	width: 220px;
	font-size: 12px;
	padding-left: 4px;
}

#gallery {
	position: absolute;
	top: 50px;
	left: 700px;
	display: block;
	width: 220px;
	height: 400px;
}

#services_list {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}

#services_list p {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: 20px;
	font-size: 13px;
}

#position_correct {
	position: relative;
}

#officeimages a img {
	padding: 2px;
	border: 1px solid #BBBBBB;
	background: #DDDDDD;
	float: left;
	margin-bottom: 3px;
}

#officeimages a img:hover {
	border: 1px solid #58AA00;
	background: #67C800;
}

/* Blog Section */

#blog {
	position: absolute;
	top: 115px;
	left: 8020px;
	width: 920px;
	height: 500px;
}

#blog_description {
	position: absolute;
	width: 340px;
	top: 50px;
	left: 20px;
	line-height: 20px;
	color: #545454;
}

#blog_content {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 450px;
}

#blog_rss {
	background: transparent url(images/transparent.png) repeat top left;
	padding: 7px;
}

#blog_rss h3 a {
	color: #58AA00;
}

#blog_rss h3 a:hover {
	color: #67C800;
}

#blog_rss .date {
	font-size: 11px;
	color: #848484;
}

#blog_rss .description {
	color: #333333;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Contact Section */

#contact {
	position: absolute;
	top: 115px;
	left: 10100px;
	width: 920px;
	height: 500px;
}

#office_map {
	position: relative;
	float: right;
	margin-left: 20px;
}

#google_map {
	width: 350px;
	height: 300px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

#contact_content {
	margin-left: 20px;
	margin-right: 400px;
	background: transparent url(images/transparent.png) repeat top left;
	position: relative;
}

.contact_text {
	background: #FFFFFF;
	font-size: 13px;
	margin-bottom: 10px;
}

.contact_text a {
	color: #58AA00;
}

#address_section {
	display: block;
	float: left;
	margin-right: 15px;
}

#phone_section {
	display: block;
	float: left;
	margin-right: 15px;
}

#fax_section {
	display: block;
	float: left;
}

.other_section a {
	color: #58AA00;
}

.other_section a:hover {
	text-decoration: underline;
}

#email_section {
	position: absolute;
	top: 120px;
	left: 0px;
	display: block;
	margin-right: 45px;
}

#jobs_section {
	display: block;
	position: absolute;
	top: 120px;
	left: 190px;
	width: 310px;
}

.more_clients {
	font-size: 12px;
	letter-spacing: normal;
	padding: 3px;
	background: #58AA00;
	color: #FFFFFF;
	position: absolute;
	bottom: -50px;
	right: 5px;
	cursor: pointer;
}

#copyright {
	position: absolute;
	right: 0px;
	bottom: 115px;
	font-size: 12px;
	padding: 3px;
	width: 350px;
	color: #545454;
}

#delay {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 100px;
	left: 1000px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
