* {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

body {
	background: #000305 url(images/main_background.jpg) no-repeat top right;
}

.navigation{
	background-color: #000;
	width:1010px;
	position: absolute;
	top: 101px;
	height: 141px;
	z-index: 0;
	
}

.navigation_menu_outer {
	position: absolute;
	height: 31px;
	width: 790px;
	bottom: 0px;
	right:0px;
	background: #fff url('images/blockdefault.gif') repeat-x top left;
}

.navgiation_menu_inner{
	margin-left: 15px;
}

.navigation a {
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	font-size: .8em;	
}

.sub_menu_outer {	
	position:absolute;
	padding-top:9px;
}

.sub_menu_inner{
	position:relative;
	left:-15px;
	background-image: url('images/tint.png'); 
	display:none;
	padding: 10px 0px;
}

.sub_menu_item{
	padding: 3px 15px;
	cursor: pointer;
}

.sub_menu_item a {
	color: #000;
	font-weight: normal;
	font-size: 0.7em;
}

.sub_menu_item:hover {
	background-color: #ffed00;
	
}

.navigation_menu_item{
	float: left;
	padding: 7px 15px 8px 15px;
	
}





.navigation_menu_item:hover { background-image: url('images/blockactive.gif'); }


.wrapper {
	width:1010px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;	
	padding-top: 100px;
	border: solid 1px #fff;
}

#symbol {
	float: right;
}

#bushido {
	position: relative;	
	float:left
}

#warrior {
	float:left
	}

.content {
	padding-top: 41px;
	background-color: #fff;
	width:1010px;	
	height:490px;
}

.section {
	width: 1010px;
}

.full_width {
	width:1010px; 
}

.section_flash {
	padding: 0px;
	float: right;
	z-index: 0;
	padding-top: 1px;
}

.section_copy {
	float: left;
	width: 400px;
	padding: 25px;
	padding-top: 80px;
}

.section_wide_copy {
	float: left;
	width: 550px;
	padding: 25px;
	padding-top: 80px;
	height:385px;
}

h2 {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 15px;
}

p {
	font-size: 11px;
	padding: 5px 0px;
}

.section_big_image {
	z-index: 10;
}

.section_overlay_text {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;	
	position: relative;	
	height: 490px;
}

.section_overlay_text_inner {
	width: 280px;
	padding: 15px;
	position: absolute;
	background-image: url('images/tint.png');
}

.section_overlay_text_inner_narrow {
	width: 150px;
	padding: 15px;
	position: absolute;
	background-image: url('images/tint.png');
}

#bottom_right {	
	right: 50px;
	bottom: 50px;
}

#bottom_left {	
	left: 50px;
	bottom: 50px;
}

.section_overlay_text_inner p {
	font-size: 0.7em;	
}

.section_overlay_text_inner h3 {
	font-size: 0.8em;
	padding-bottom: 5px;
}

.section_overlay_text_inner h4 {
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 5px;
}

.section_overlay_text_inner ul {
	padding-left: 15px;	
}

.quote {
	font-weight: bold;
	padding-bottom: 20px;
}

.quote_author {
	position: absolute;
	right: 10px;
	font-weight: normal;
}

a {
	color: #000;
}

.sitemap ul {
	padding-left: 25px;
	list-style: none;
}

.footer {
	position: relative;
	top: 5px;
}

.footer a {
	color: #fff;
	font-size: 0.6em;
	text-decoration: none;
}

.footer_right{ float:right;}
.footer_left{ float:left;}

.no_p_padding p{
	padding:2px 0px;
}

.yellow_links a {
	color: #ffed00;
	}