/*----- Trams Fujitsu "My very first" Style Sheet -----*/

/*------ Fujitsu Wrap ------*/
#fj_main_content_wrap {
	width:900px;
	height:auto;
	margin:0 0 20px 0;
	float:left;
}
#fj_main_content {
	width:898px;
	height:auto;
	float:left;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:0 0 20px 0;
}
#fj_bordertop {
	width:900px;
	height:5px;
	background:url(../assets/structural/maincontent_topborder.gif);
}
#fj_borderbottom {
	width:900px;
	height:5px;
	background:url(../assets/structural/maincontent_bottomborder.gif);
	clear:both;
}
/*----- Fujitsu Sub-Navigation -----*/
#fj_navi {
	width:auto;
	height:50px;
	float:right;
	font-size:1.3em;
}
#fj_navi li {
	height:auto;
	float:left;
	margin-left:30px;
	color:#B8D300;
	width:auto;
}
#fj_navi li a {
	color:#000;
	display:block;
	text-align:right;
	height:auto;
	padding:15px 0 15px 40px;
	width:auto;
}
#fj_navi li a:hover {
	color:#B8D300;
}
/*-- Sub Navi Button --*/
.sub_button {
	background:url(../assets/structural/subnavi_arrow_off.gif) left no-repeat;
}
.sub_button:hover {
	background:url(../assets/structural/subnavi_arrow_on.gif) left no-repeat;
}
.sub_button_off {
	background:url(../assets/structural/subnavi_arrow_on.gif) left no-repeat;
	color:#000;
	display:block;
	text-align:left;
	padding:15px 0 15px 40px;
}
/*----- Pro Photo Content - Columns -----*/
.fj_leftcol {
	width:425px;
	margin:30px 0 0 0;
	height:auto;
	float:left;
}
.fj_rightcol {
	width:425px;
	height:auto;
	margin:30px 0 0 0;
	float:right;
}
/*----- Column Styles -----*/

.fj_leftcol.leftcol_txt {
	width:395px;
	padding:0 0 0 30px;
}
.fj_rightcol.rightcol_txt {
	width:395px;
	padding:0 30px 0 0;
}
.fj_leftcol .fj_rightcol, #fj_main_content ul {
	margin:10px 0 10px 10px;
}
.fj_leftcol .fj_rightcol, #fj_main_content ul li {
	padding:2px;
	list-style:disc outside;
}
.red_h2 {
	color:#9e0000;
}
/*---- Horizontal Line ----*/
.hl {
	width:838px;
	margin:15px 30px 5px 30px;
	height:1px;
	background-color:#333;
	float:left;
}

