@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EAEAEA;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../cms_img/bg/bg_handgirl.jpg);
	background-repeat: no-repeat;
	background-position:center 0px;
	background-color: #D8C4B3;
}
/* to stop page shift
html { min-height: 100%; margin-bottom: 1px; }
*/

img, div { behavior: url(iepngfix.htc)
}

.fbm #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
/*	background-image:url(../images/bg_filmguy.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding: 0px 100px 0px 100px;*/
	position: relative;
} 
.fbm #header {
	height: 150px;
	float: left;
} 

.fbm #logo{
	width:320px;
	float: left;
	height: 150px;
	border-bottom: 1px dotted #000000;
	text-align: right;
}
.fbm #logo_hover{
	height:300px;
	width:300px;
	top: 0px;
	left: 10px;
	z-index: 2;
	position: absolute;
	display: block;
	background-image: url(../cms_img/logo_png.png);
	background-repeat: no-repeat;
}

.fbm #navi{
	width:640px;
	float: left;
	height: 150px;
	border-bottom: 8px solid #000000;
}

.fbm #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.col {
	float: right; /* since this element is floated, a width must be given */
	width: 310px;
	padding: 20px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
.img {
	border:5px solid #FFFFFF;
	margin: 10px 0px 10px 0px;
}

.fbm #mainContent {
	float: right;
	width: 640px;
	margin: 30px 0px 20px 200px;
} 
.fbm #footer {
	height:100px;
	margin:20px 0px 0px 0px;
	float: right;
} 
.fbm #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fbm #footleft{
	width:320px;
	float: left;
	height: 90px;
	border-top: 1px dotted #000000;
}

.fbm #footright{
	width:640px;
	float: left;
	height: 90px;
	border-top: 4px solid #000000;
	padding:10px 0px 0px 0px;
	background-image: url(../cms_img/rmw_logo_png.png);
	background-repeat: no-repeat;
	background-position: 535px 10px;
}
.fbm #footer h6{
	font-weight:normal;
	color:#666666;
	letter-spacing: 0px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------------- NAVI ------------------------ */

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
	line-height: 1em;
	float: left;
	padding:5px 0px 0px 0px;
	margin:0px 6px 0px 0px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: left;
	height:26px;
}

#nav-menu li h2 {
font-size:16px;
font-weight:bold;
}

#nav-menu li a:hover
{
	color:#666666;
	border-bottom:4px solid #000000;
	border-top: 1px solid #000000;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: left;
}
/* End hide */

#nav-menu
{
	width:40em;
	height: 20px;
	margin: 114px 0px 0px 0px;
} 

.cat1{
color:#990000;
}

.cat2{
	color:#FF6600;
}
.cat3{
	color:#3399FF;
}

/* Minin Navi */
.fbm #subnavi {
	float:right;
	width:100px;
	height:20px;
	text-align: right;
	padding: 12px 0px 0px 0px;
}

/* ------------------------- TYPE ------------------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

h1 {
font-size:36px;
line-height:2em;
letter-spacing:-1px;
font-weight:normal;
}


h2 {
	font-size: 20px;
	letter-spacing:-0.5px;
	line-height: 1em;
	font-weight:normal;
}
h2 a{
color:#000000;
text-decoration:none;
}
h2 a:visited{
color:#000000;
text-decoration:none;

}
h2 a:hover{
	color:#999999;
	text-decoration:none;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing: -1px;
}

h3 a{
color:#990000;
text-decoration:none;
}
h3 a:visited{
color:#990000;
text-decoration:none;
}
h3 a:hover{
	color:#CC0000;
	text-decoration:none;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
h5 a{
color:#000000;
text-decoration:underline;
}
h5 a:visited{
color:#000000;
text-decoration:underline;
}
h5 a:hover{
color: #990000;
text-decoration:underline;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
	font-weight:bold;
	color:#990000;
	text-transform:uppercase;
}
h6 a{
text-decoration:none;
color:#990000;
}
h6 a:visited{
text-decoration:none;
color:#990000;
}
h6 a:hover{
text-decoration:none;
color:#000000;
padding-bottom:4px;
border-bottom:1px dotted #000000;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
p a{
color:#000000;
text-decoration:underline;
}
p a:visited{
color:#000000;
text-decoration:underline;
}
p a:hover{
color:#990000;
text-decoration:underline;
}



/* ------------------------------- FORM --------------*/


/* --------------------------------- VIDEO ----------------- */

.fbm #vid_list {
	float: right;
	width: 640px;
	margin: 30px 0px 20px 200px;
} 
#vid_list p{
line-height:normal;
}
#vid_list h2{
line-height:normal;
font-size:14px;
font-weight:bold;
}

.vid_item {
	float:left;
	width:200px;
	height:180px;
}

.fbm #vid_display {
	float: right;
	width: 640px;
	margin: 30px 0px 10px 200px;
	border-bottom: 1px dotted #FFFFFF;
} 
.fbm #vid_flash {
	float: left;
	width: 640px;
	height:320px;
	background-color: #000000;
} 
.fbm #desc {
	float:left;
	width:300px;
	padding: 10px 10px 0px 0px;
}

#mydiv {
padding:10px 10px 10px 0px;
}

.fbm #share {
	float:left;
	width:110px;
	padding: 8px 0px 0px 0px;
}

.fbm #comment_col {
	float: right;
	width: 400px;
	padding: 20px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
}
#comment_col p{
	padding: 0px 0px 10px 0px;
}
#comment_col h5{
	padding-bottom:10px;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom: 10px;
	;
}


.fbm #morevid {
	float: right;
	width: 220px;
	padding: 20px 0px 0px 0px;
	margin: 0px 00px 0px 0px;
}	

#morevid h2{
line-height:normal;
font-size:14px;
font-weight:bold;
}

/*------------------------- ARTICLE ------------------ */
.fbm #article {
	float: right;
	width: 450px;
	padding: 20px 10px 0px 0px;
	margin: 0px 10px 0px 0px;
}
.fbm #submenu {
	float: right;
	width: 170px;
	padding: 20px 0px 0px 0px;
	margin: 0px 00px 0px 0px;
}	

#submenu ul {
list-style: none;
padding: 0;
margin: 0;
}
#submenu li {
	width:160px;
	float:left;
	padding:0px 0px 10px 0px;
}
#submenu li h2{
font-size:16px;
}

#submenu li a {
	display:block;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
}
#submenu li a:hover {
	color:#990000;
	border-bottom:1px solid #990000;
}

/* --------------------- COMPONENTS ------------------ */


.input { /* FIELD */
	background-color:#F3F3F3;
	font-size: 11px;
	color: #333333;
	padding: 10px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button { /* FIELD */
	background-color: #F3F3F3;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.input:focus { /* FIELD */
	background-color:#FFFFFF;
	color:#333333;
	border:2px solid #990000;
}

.input_search{ /* FIELD */
	background-color:#FF9900;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	border: 1px dashed #7A471F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.select { /* FIELD */
	background-color:#F3F3F3;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:focus { /*FIELD FOCUS*/
	background-color:#E5E5E5;
}

.textarea {
	background-color:#EBEBEB;
	font-size: 11px;
	color:#633F14;
	padding: 3px;
	border: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}

textarea:focus { /*FIELD FOCUS*/
	background-color:#FFFFFF;
}

.input_btn_submit { /*BUTTON*/
	background-color:#990000;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
	border: 0px solid;
	cursor: pointer;
}

.input_btn_clear { /*BUTTON*/
	background-color:#669900;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid;
	border-bottom-color: #003300;
	border-right-color: #003300;
	border-left-color: #669900;
	border-top-color: #669900;
	cursor: pointer;
}
/* SEARCH */
.fbm #search {
	float:right;
	width:139px;
	height:30px;
	text-align: left;
	padding: 10px 0px 0px 15px;
	background-image:url(../cms_img/search_bg.png);
	background-repeat:no-repeat;
	background-position: 10px 8px;
}
#search input {
	background:none;
	font-size: 11px;
	color: #333333;
	border: 0px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}
#search input:focus {
outline:none;
}

/*----------------- UPLOAD */

	.progressBar {
		position: relative;
		padding: 2px;
		width: 300px;
		height: 40px;
		font-size: 14px;
	}
	.progressBar .background {
		border: solid 1px black;
		width: 270px;
		height: 20px;
	}
	.progressBar .bar {
	position: relative;
	background-color: #990000;
	width: 0px;
	height: 20px;
	}

