html, body{
	font:13px/15px Arial,Helvetica,sans-serif;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	background:url(images/background.jpg) top no-repeat;
	/*background:url(images/bg_tile.jpg) repeat-x;*/
	
}

#container {
	
}

img, img a{
	border:none;padding:0;margin:0;
}

#topbanner{
	top:0;
	position:relative;
	width:1100px;
	height:120px;
	margin:0 auto;
}

#headline{
	position:absolute;
	top:35px;
	left: 240px;
	background: url(images/headline.jpg) top no-repeat;
	height:24px;
}

#nav{
	position:absolute;
	top:94px;
	left: 195px;
	background:none;
	font-size:85%;
	height:24px;
}

ul#navigation span {
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}

ul#navigation {
	list-style: none;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 5px 0px 5px;

}

ul#navigation li a:hover, a:active {
	color: #ddd;
}

#centerbar{
	margin:0;
	height:255px;
	text-align:center;
}

* html #centerbar{
	background:#000;
	height:240px;
}

#xfade{
	display:none;
}

#titlebar{
	position:relative;
	top:0;
	height:240px;
	width:1100px;
	background:#222;
	margin:0 auto;
	padding:0;
}

#logo{
	position:absolute;top:0px;left:0px;
	width:240px;
	height:240px;
	background:#000;
}

#logo img{
	position:relative;top:0px;
}

#stage{
	position:absolute;
	top:0;
	left: 240px;
	width:360px;
	height:240px;
	background:#43434f;
	color:#fff;
	overflow:hidden;
}

#caption{
	position:absolute;top:0;left:600px;
	height:240px;
	width:160px;
}

#caption p{
	position:absolute;
	width:110px;
	font-size:85%;
	text-align:left;
	color:#aaa;
	bottom:10px;
	left:10px;
}

#caption span.headline{
	color:#bbb;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}

#slideshow{
	position:absolute;top:0;right:0;
	width:360px;
	height:240px;
	background:#222;
	padding:0;margin:0;
	z-index:5;
}

.slide{
	position:absolute;
	top:0;
	left:0;
	width:360px;
	height:240px;
	background:#000;
}

.slide img{
	float:left;
}

#base{
	position:relative;
	margin:0 auto;
	top:0px;
	width:1100px;
}

#library{
	background:none;
	font-size: 80%;
	width:210px;
	color:#666;
	padding:45px 10px 0px 10px;
	text-align:right;
	float:left;
}

#library ul{
	list-style: none;
	line-height:25px;
	padding:0px;
}
#library a:link,#library a:visited{
	color:#333;
	background: #CED1DA;
	text-decoration:none;
}
	
#library a:hover,#library a:active{
	color:#666;
	background: #CED1DA;
	text-decoration:underline;
}


.contents{
	text-align:justify;
	color: #282737;
	width:499px;
	float:left;
	background:none;
	padding:5px 0 50px;
	min-height:500px;
	margin:0px 0 10px 10px;line-height:155%;
}

.contents a:link,.contents a:visited{
	color:#4466AD;
	text-decoration:none;
}

.contents a:hover,.contents a:active{
	color:#666;
	text-decoration:underline;
}

.contents span.subhead{
	font-weight: bold;
	display: block;
	color: #444;
	font-size: 130%;
}
.contents span.highlight{
	font-weight: bold;
	color: #333;
}
.contents textarea{
	width:510px;background:#ccc;
}

/* List Elements
*/

ul.product_inline {
	list-style-type: none;
	list-style-position:inside;
}

ul.product_inline li {
	display:inline;
}

/*CONTACT FORM ELEMENTS
*/

form#in_form {
	text-align:left;
	width: 360px;
}

form#in_form p.formElement{
	margin-top: -12px;
	clear:both;
}

form#in_form label {
	color: #555;
}

form#in_form input[type='text'],input[type='password'], textarea, select {
	width: 100%;
	background:#fff;
	/*border: 1px solid #555;*/
	border: 1px solid #999;
}

form#in_form p.form_submit_button {
	text-align:right;
}

form#in_form .form_half,.form_half_2 {
	width: 175px;
	float:left;
}

form#in_form .form_half_2 {
	margin-left: 10px;
}

form#in_form .form_addr {
	float:left;
	width:275px;
}

form#in_form textarea#in_message {
	width:360px;
	height: 100px;
	background-color:#FFFFFF;
}

form#in_form .form_addr_pc {
	float:left;
	width: 75px;
	margin-left: 10px;
}
/**/
span.required {
	color:#ff0000;
}
/**/