@CHARSET "ISO-8859-1";

/**
 *	Main StyleSheet for CSN Metals Website
 *	@author Marcel Eichner // Ephigenia
 *	@since 2006-07.05
 */
body {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	margin: 0px;
	width: auto;
	padding: 0px;
	background: #ffffff url(/images/siteBg.gif) repeat-x 0 0;
}
td {
	font-size: 11px;
}
select {
	font-size: 90%;
}

a {
	text-decoration: underline;
	color: #336666;
	font-weight: bold;
}


/**
 *	Metal-Types Tabs
 */
#metalTypes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 970px;
	font-size: 110%;
	height: 20px;
	overflow: hidden;
	clear: both;
	background-color: #ffffff;
}
#metalTypes a {
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: none;
	color: #ffffff;
	background: #b6b6b6 url(/images/tabOff.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 1px;
	display: block;
	float: right;
	cursor: pointer;
}
#metalTypes a:hover {
	background: #4c7778 url(/images/tabHover.gif) repeat-x;
}
#metalTypes a.selected {
	background: #4c7778 url(/images/tabOn.gif) repeat-x;
}
#metalTypes a.selected:hover {
	background: #4c7778 url(/images/tabOn.gif) repeat-x;
}

/**
 *	Header Styles
 */
#header {
	display: block;
	padding: 0px 0px 0px 0px;
	height: 145px;
	margin-left: 25px;
	width: 945px;
	background:#ffffff url(/images/headerCopper.jpg) no-repeat top right;
}
#header .logo {
	margin: 10px 0px 20px 0px;
}
/** Green Italic Headers **/
#header h2 {
	font-family: Georgia, Garamond, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #336666;
}

/**
 *	Big, Grey Arrow with hints in it
 */
#bigArrow {
	background: #6d6b6b url(/images/bigArrowHead.gif) no-repeat top right;
	color: #cccccc;
	width: 225px;
	height: 151px;
	position: relative;
	left: 25px;
	display: table;
}
#bigArrow tr td {
	padding: 0px 60px 0px 18px;
}

/**
 *	Marginal/left Column
 */
#marginal {
	display: table;
	width: 270px;
	background: #ffffff url(/images/marginalBg.gif) no-repeat;
	/*float: left;
	clear: none;*/
	margin: 0px 0px 35px 0px;
}

/**
 *	Language Chooser & Font Sizer
 */
#language {
	position: relative;
	left: 25px;
	margin: 15px;
}
#language input {
	border: 1px outset #999999;
	background-color: #ededed;
	font-size: 90%;
}

/**
 *	Navigation
 */
.navigation {
	display: block;
	width: 226px;
	background-color: #d6dee7;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	position: relative;
	padding: 0px 0px 0px 0px;
	left: 25px;
}
.mb10 {
	margin-bottom: 10px;	
}
.navigation h2 {
	font-size: 110%;
	color: #ffffff;
	display: block;
	margin: 0px 0px 10px 0px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	background: #4c7778 url(/images/tabOn.gif);
	padding: 0px 0px 0px 10px;
}
.navigation ul {
	list-style-type: none;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
.navigation ul li {
	margin-left: 10px;	
}
.navigation ul li.caption {
	font-weight: bold;	
}
.navigation ul li a {
	font-weight: normal;
}
.navigation img.toggle {
	position: relative;
	top: 5px;
	right: 4px;
	float: right;
	cursor: pointer;
}

#navigation1 {
	margin: -10px 0px 15px 10px;
}
#navigation1 a {
	font-weight: normal;
}


/**
 *	Common Content Styles
 */


#content {
	width: 700px;
	/*clear: none;
	float: left;*/
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 35px 0px;
	min-height: 680px;
}

#content #welcome {
	background-color: #ffffff;
	color: #666666;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	position: relative;
	text-align: center;
	top: -20px;
	display: table;
	padding: 0px 10px 0px 10px;
}
#content p {
	margin: 10px 0px 40px 0px;
}
#content h1 {
	font-family: Georgia, Garamond, serif;
	font-size: 200%;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 430px;
}
#content h4 {
	font-size: 100%;
	background-color: #000000;
	color: #ffffff;
	line-height: 24px;
	padding-left: 10px;
}
#content #left {
	width: 450px;
	display: block;
	float: left;
}
#content #right {
	float: right;
	width: 228px;
	padding-top: 65px;
}
#content .tab {
	height: 20px;
	line-height: 19px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
/**	width: 160px;**/
	padding: 0px 10px 0px 10px;
	width: auto;
	display: table;
	margin-right: 1px;
	text-decoration: none;
	cursor: pointer;
	background: #b6b6b6 url(/images/tabOff.gif) repeat-x;
}
#content .tab.selected {
	background: #4c7778 url(/images/tabOn.gif) repeat-x;
}
#content .border {
	display: table;
	padding: 10px 10px 10px 10px;
	border: 1px solid #9c9c9c;
}

/**
 *	Error Message
 */
#content #error {
	display: block;
	padding: 10px 14px 10px 14px;
	border: 3px solid red;
	color: red;	
}

/**
 *	Path
 */
#path {
	line-height: 30px;
}

/**
 *	Filter Form on starting page
 */
#content form fieldset {
	background-color: #dee7e7;
	border: none;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}
#content .left {
	float: left;
	display: block;
	width: 205px;
}
#content .right {
	width: 195px;
	display: block;
	float: left;
}
#content form fieldset label {
	font-weight: bold;
	line-height: 20px;
}
#content form fieldset select {
	width: 195px;
}
#content a.btn { text-decoration: none; }
.btn {
	background: url(/images/btnBgWhite.gif) no-repeat;
	width: 153px;
	height: 32px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 33px;
	color: #336666;
	display: block;
	border: none;
	cursor:pointer;
}
.bluebtn {
	background: url(/images/btnBgBlue.gif) no-repeat;
}

/**
 *	Metal Exchange Rates Container
 */
#metalExchangeRates {
	background-color: #dee7e7;
	width: 228px;
	padding: 0px 0px 10px 0px;
	position: relative;
	top: -40px;
}
#metalExchangeRates h2 {
	font-size: 110%;
	color: #ffffff;
	display: block;
	margin: 0px 0px 5px 0px;
	height: 20px;
	line-height: 19px;
	font-weight: bold;
	background: #4c7778 url(/images/tabOn.gif);
	padding: 0px 0px 0px 10px;
}
#metalExchangeRates small {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	display: block;
}
#metalExchangeRates table {
	width: 205px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#metalExchangeRates thead {
	font-weight: bold;
}
#metalExchangeRates hr {
	margin: 3px 10px 4px 10px;
	padding: 0px;
	height: 1px;
}
#metalExchangeRates tr {
	width: 210px;
	margin-left: 10px;
	line-height: 18px;
}

/**
 *	Invitation / Telephone Num in right column
 */
#invite {
	width: 216px;
	display: block;
	float: right;
	color: #666666;
}
#invite h2 {
	font-family: Georgia, Garamond, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #336666;
}

/**
 *	Footer in content area
 */
.contentfooter {
	font-weight: bold;
	color: #ffffff;
	background: #313131;
	display: block;
	padding: 0px 0px 0px 10px;
	height: 20px;
	line-height: 19px;	
}

/**
 *	Footer
 */
#footer {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	background: url(/images/tabOn.gif);
	height: 20px;
	line-height: 19px;
	display: block;
	width: 945px;
	margin: 0px 0px 0px 25px;
}
#footer span {
	margin: 0px 0px 0px 10px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;	
}