/****************************************************************************
	Home page style and layout supplement for tronox.com.
	
	Copyright (c) 2005-2006 Tronox Incorporated. All rights reserved.
******************************************************************************/
#Wrapper {
	/* This BG tiles a border on the left side of the page */
	background: url(../images/content_border.jpg) repeat-y left top;
}

#Styler {
	/* This BG displays behind the Company Info / Trading section */
	background: url(../images/content_bg_labtech.jpg) no-repeat 6px 162px;
}

#Wrapper #Vignette {
	height: 160px;
	margin-left: 4px;
	margin-right: 4px;
	
	/* This BG displays behind the News & Events section */
	background: #b7b8b9 url(../images/vignette_copy_home.jpg) no-repeat 481px 0;
	border-bottom: 2px solid #fff;
}
	
#Wrapper #Vignette img {
	margin: 0;
	
	padding: 0;
	border: 0;
}

#Wrapper #Vignette #Vignette-Content {
	position: absolute;
	top: 0;
	left: 491px;
	height: 89px;
	width: 260px;	/* Overridden in IE5x stylesheet */
	
	padding-left: 25px;
	padding-right: 10px;
}

.float-wrap {
	border-left: 1px dashed #dedede;
}
	/* Defining a border on one side requires a reduction on the other side in IEWin */
	/*\*/
	* html .float-wrap {margin-right: -1px;}
	/* */

.outer {
	margin-left: 485px !important;    /*** Critical left col width value ***/
	margin-right: 0;   /*** Critical right col width value ***/
	
	border-left: 2px solid #fff; /*** Critical left divider dimension value ***/
	border-right: none; /*** Critical right divider dimension value ***/
	
	/* This BG tiles the center column */
	background-image: none;
}

#Nav-Home {
	/* We don't need to show the Home link on the Homepage */
	display: none !important;
}

#Main .textpadder {
	padding-left: 0.5em;
}

#Main h3 {
	margin-top: 8px;
	margin-bottom: 0.6em;

	color: #3a4f84;
	font-size: 100%;
}

#Main p {
	font-size: 89%;
}

#Main p.link a {
	color: #3a4f84;
	font-weight: bold;
}

#Sidebar {
	width: 481px; /*** Critical left col width value ***/
	margin-left: -483px; 
	
	background-image: none;
}

#Sidebar .textpadder {
	padding: 10px 1em 0 150px;
}

#Sidebar h3 {
	color: #656565;
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 1em;
}

#Sidebar p {
	font-size: 75%;
	line-height: 140%;
}


#Sidebar h4 {
	padding-top: 0.5em;
	margin-bottom: 0;
	color: #3a4f84;
	font-size: 85%;
	border-top: 1px dashed #dedede;
}

#Company-Info.textpadder {
	padding-bottom: 0 !important;
}

#Sidebar #Stock-Quote-Wrapper {
	margin-top: 0;
	padding-top: 1px;
	padding-bottom: 0.2em;
}

#Sidebar p#Stock-Quote {
	margin-top: 0;
	margin-bottom: 0;	
	padding-top: 3px;
	border-top: 1px dashed #dedede;
}

p#Stock-Quote .ticker {
	color: #3a4f84;
	font-weight: bold;
	font-size: 120%;
}

p#Stock-Quote .price, 
p#Stock-Quote .change, 
p#Stock-Quote .delay {
	color: #4a4a4a;
	font-size: 100%;
}

p#Stock-Quote .price {
	font-weight: bold;
}

p#Stock-Quote .change {
	padding-left: 18px;
	padding-right: 10px;
	
	background-repeat: no-repeat;
	background-position: left 3px;
}

p#Stock-Quote .up {
	background-image: url(../images/stock_up.gif);
}

p#Stock-Quote .down {
	background-image: url(../images/stock_down.gif);
}

p#Stock-Quote .none {
	background-image: url(../images/stock_nochange.gif);
}

p.delay {
	margin-top: 0;
	margin-bottom: 0;
	
	font-size: 65% !important;
	color: #999;
}

/* News Releases */
ul#News-List {
	margin: 0.5em 0 0 1.4em;
	padding: 0;
	list-style-type: disc;
	list-style-image: url(../images/bullet_link.gif);
	font-size: 75%;
}

ul#News-List li {
	margin-bottom: 0.5em;
}

#Sidebar p.link {
	margin-top: 0;
}

#Sidebar p.link a {
	color: #3a4f84;
	font-weight: bold;
	font-size: 85%;
}





/* Industry Events */
ul#events {
	margin: 0.5em 0 0 1.4em;
	padding: 0;
	list-style-type: disc;
	list-style-image: url(../images/bullet_link.gif);
	font-size: 90%;
}

ul#events li {
	margin-bottom: 0.5em;
}

#industryEvents h4 {
	padding: 0;
	margin: 5px 0 0 0;
	color: #3a4f84;
	border-top: 1px dashed #dedede;
}


	
/* Load override styles for IE5 + IE5.5 */
*/
@media tty {
	i{content:"\";/*" "*/}} @import 'home_ie5x.css'; /*";}
}/* */