/****************************************************************************
	Landing page style and layout supplement for tronox.com.
	
	Copyright (c) 2005 Tronox Incorporated. All rights reserved.
******************************************************************************/

.outer {
	/* Set default middle column background image (specifics set below) */
	background-image: url(../images/content_bg_guy.jpg);
}
	/* Set the content background image */
	.outer.about {
		background-image: url(../images/content_bg_labmicroscope.jpg);
	}
	.outer.products {
		background-image: url(../images/content_bg_paintproducts.jpg);
	}
	.outer.ir {
		background-image: url(../images/content_bg_oilfilters.jpg);
	}
	.outer.media {
		background-image: url(../images/content_bg_computer.jpg);
	}
	.outer.careers {
		background-image: url(../images/content_bg_guy.jpg);
	}

#Wrapper #Vignette {
	height: 89px;
	margin-left: 4px;
	margin-right: 4px;
	
	background: #b7b8b9 url(../images/vignette_copy_bg.jpg) no-repeat 480px 0;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

#Wrapper #Vignette img {
	margin: 0;
	padding: 0;
	border: 0;
}

#Wrapper #Vignette #Vignette-Content {
	position: absolute;
	top: 0;
	left: 484px;
	
	height: 89px;
	width: 260px;
	padding-left: 25px;
	padding-right: 10px;
}

#Wrapper #Vignette #Vignette-Content p {
	margin: 0;
	font-size: 60%;
}

#Wrapper #Vignette #Vignette-Content p.link {
	text-align: right;
	font-size: 70%;
	color: #3a4f84;
}

#Wrapper #Vignette #Vignette-Content a {
	color: #3a4f84;
	font-weight: bold;
}

#Wrapper #Vignette #Vignette-Content h4 {
	margin-top: 8px;
	margin-bottom: 0.5em;
	
	color: #3a4f84;
	font-size: 80%;
}

#Sidebar {
	background-image: none;
}

#Sidebar #Navigation-Local {
	padding-top: 0;
}

/* Main content styles */
/* General element styles */
h1 {
	display: none;	/* We have title covered in the vignette */
}

h2 {
	margin-top: 2em !important;
	border-bottom: 1px solid #ddd;
}

p {
	padding-left: 2em;
}


/* Load override styles for IE5 + IE5.5 */
*/
@media tty {
	i{content:"\";/*" "*/}} @import 'landing_ie5x.css'; /*";}
}/* */