@charset "utf-8";

body {
	background: #1a1a1a;
	font-size: 62.5%;
	margin: 0;
	padding: 0 0 40px 0;
}
h4 {
	display: none;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0;
}
#bannerIndex {
	background: url(../images/bg_banner_tile_x.jpg) repeat-x;
	height: 230px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#bannerInternal {
	background: url(../images/bg_banner_tile_x_2_small.jpg) repeat-x;
	height: 114px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#bannerInternalSmall {
	background: url(../images/bg_banner_tile_x_2_small.jpg) repeat-x;
	height: 114px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#copyright {
	color: #565656;
	font: 1.1em/20px Arial, Helvetica, sans-serif;
	text-align: center;
}
	#copyright a:link,
	#copyright a:visited {
		color: #757575;
		margin: 0 5px;
		text-decoration: none;
	}
	#copyright a:hover {
		text-decoration: underline;
	}

#footer {
	font: 1.2em/20px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: center;
}
	#footer a:link,
	#footer a:visited {
		color: #757575;
		margin: 0 5px;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}

#formSales {
	background: url(../images/bg_form.jpg) no-repeat;
	height: 380px;
	font: 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 36px 0 0 30px;
	width: 200px;
}
	#formSales input.checkbox {
		position: relative;
		top: 2px;
	}
	#formSales input.inputBox {
		background: #dfdfdf;
		border: 1px solid #bebebe;
		height: 18px;
		margin-bottom: 0px;
		width: 160px;
	}
	#formSales label {
		line-height: 20px;
	}
	#formSales textarea.inputBox {
		background: #dfdfdf;
		border: 1px solid #bebebe;
		font: 1em Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		width: 160px;
	}

#headerBottom {
	background: #fff url(../images/header-bottom.jpg) center no-repeat;
	height: 15px;
	text-align: center;
	width: 100%;
}
#headerTop {
	background: #fff;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#headerLinks {
	font: 1.1em/20px Arial, Helvetica, sans-serif; 
	float: left; 
	position:absolute; 
	text-align: center; 
	width: 210px; /*130px*/
	left: 795px;  /*840*/
	top: 13px;
}
#navContainer {
	background: url(../images/bg_nav_tile_x.jpg) repeat-x;
	height: 35px;
	text-align: center;
	position: relative;
	width: 100%;
}
	#navContainer #nav {
		margin: 0 auto;
		width: 880px;
	}

#stageContainer {
	background: #1a1a1a url(../images/bg_stage_tile_x.jpg) top repeat-x;
	overflow: auto;
}
	#stage {
		margin: 0 auto;
		padding: 10px 0 0 0;
		width: 880px;
	}	
		#stage ul {
			color: #000000;
			font: 1.2em/20px tahoma;
			margin: 0;
		}		
		#stage li {
			margin: 0 0 15px 0;
		}
		#stage .left {
			float: left;
			width: 640px;
		}
			#stage .left #content {
				background: url(../images/bg_box_index.jpg) no-repeat;
				height: 205px;
				padding: 80px 200px 0 30px;
				width: 410px;
			}
				#stage .left #content p {
					color: #000000;
					font: 1.2em/20px tahoma;
					margin: 0 0 20px 0;
				}
				
			#stage .left #contentInternal {
				background: #fff url(../images/stage-internal_bottom.jpg) bottom no-repeat;
				padding: 0 30px 30px 30px;
				width: 580px;
			}
				#stage .left #contentInternal p {
					color: #000000;
					font: 1.2em/20px tahoma;
					margin: 0 0 20px 0;
				}
		
			#stage .left #stageInternalTop {
				background: url(../images/stage-internal_top.jpg) no-repeat;
				height: 30px;
				width: 640px;
			}
		
		#stage .right {
			float: right;
			width: 230px;
			overflow:hidden;
		}
		#stage h1, h2, h3 {
			margin: 0 0 15px 0;
			font-family: tahoma;
		}
		#stage h5 {
			margin: 0 0 0 0;
			color:#000000;
			font: 16px tahoma;
		}
		

a:link,
a:visited {
	color: #d02020;
	text-decoration: underline;
}
a:hover {
	color: #000;
}


