body {
	
  }
  
label.filebutton {
    overflow:hidden;
    position:relative;
}

label.filebutton:hover {
	
}

label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: alpha(opacity=0);
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}

#content,
.content_page{
	width:980px;
	margin:auto;
	position:relative;
	overflow: hidden;
	padding-left:30px;
}

#header {
	margin-right: 30px;
}

#header h1 {
	margin:0 0 50px 0;
	padding-top:30px;
	position: relative;
	top: -20px;
}

#header h1#foliodrop_logo {
	width: 250px;
	margin: auto;
}

#header h1 img {
	width: 250px;
}

#header #user_section {
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background:	#000;
	padding:5px;
	width:220px;
}

#header #user_section a {
	font-size:11px;
}

#header #user_section a:hover {
	color:#fff;
	text-decoration:none;
}

#slideshow {
	margin:0 0 50px 0;
	position:relative;
	overflow:hidden;
}

#alphaline {
	position:absolute;
	top:566px;
	left:0;
	height:20px;
	width:100%;
	background: url(../img/fd/alphaline.png) 0 0 repeat-x;
	z-index: 9;
}

.alphaline_inbox {
	position:absolute;
	left:0;
	bottom: 10px;
	height:20px;
	width:100%;
	background: url(../img/fd/alphaline.png) 0 0 repeat-x;
	z-index: 9;
}

#alphaline_register {
	position:absolute;
	top:680px;
	left:0;
	height:10px;
	width:100%;
	background: url(../img/fd/alphaline.png) 0 0 repeat-x;
}

#slideshow_navi {
	position:absolute;
	bottom:-25px;
	right:10px;
	z-index:9;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background:	#000;
	padding:5px;
	padding-bottom: 25px;
	width:157px;
}

#slideshow_navi a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px ;
}

#slideshow_navi a.activeSlide {
	color:#FFF;
}

#slideshow img.slide {
	width:945px;
	height:450px;
	display:none;
}

#slideinfo_container {
	position:absolute;
	right:0;
	top:300px;
	z-index:10;
	width:15px;
	display:none;
	overflow:hidden;
}

#slideinfo_container .info_content {
	display:none;
}

#slideinfo_container a:hover {
	text-decoration:none;
	color:#fff;
}

#slideinfo_right {
	position:relative;
	top: -3px;
}

#slideinfo_container .background {
	/*background-color: rgba(200,200,200,0.8); */
	background-color: #00B3F2;
	padding:10px 20px 10px 20px;
}

#slideinfo_container h2 {
	margin:0 0 5px 0;
	font-size:22px;
	line-height: 24px;
	font-family: FuturaBT-Medium, arial, verdana;
	/*
	text-shadow: 1px 1px 1px #7f8082;
	filter: dropshadow(color=#7f8082, offx=1, offy=1);
    */
}

#slideinfo_container p {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	font-family: FuturaBT-Light, arial, verdana;
}

#slideinfo_right {
	
}

#search {
	margin:0 30px 5px 0;
}

#search form,
#search form input {
	margin:0;
}

#account_info {
	padding:10px;
	border:3px solid #02b2ee;
}

/* account info */
#account_info .row.row_headline {
	margin-bottom:30px;
	font-size:16px;
	font-weight:bold;
}

#account_info .row {
	margin-bottom:15px;
	font-size:11px;
	line-height:13px;
}

#navi ul  {
	position:relative;
	top:5px;
}

#navi ul  li {
	float:left;
	margin:0 10px 0 0;
}

#navi ul  li a {
	font-size: 14px;
	font-family: functions_cap_bold, arial, verdana;
	font-weight: normal;	
}

.txt_blue {
	color:#00B3F2;
}

.txt_info {
	font-weight:bold;
	font-size:14px;
}

.txt_center {
	text-align:center;
}

.txt_normal,
a.txt_normal {
	font-weight:normal;
}

.txt_grey {
	color:#9b9a98
}

.txt_small {
	font-size:11px;
}

.txt_italic {
	font-style:italic;
}

.txt_uppercase {
	text-transform: uppercase;
}

.txt_white {
	color:#fff;
}

.overflow_clear {
	overflow:hidden;
}

#navi {
	margin:0 0 10px 0;
}

#navi ul  li  a {
	text-transform:uppercase;
	text-decoration: none;
	color:#222;
	display:block;
	/* font-weight:bold; */
}

#navi ul  li  a:hover,
#navi ul  li  a.active {
	color:#00B3F2;
}

#register_account {

}

#register_account .intro {
	padding-right:20px;
	font-size:11px;
	line-height:13x;
}

#register_account label {
	display:block;
	font-weight:bold;
}

#register_account label  span.required {
	color:#fa0100;
}

#register_account .row {
	margin-bottom:10px;
}

.btn-primary {
  background-color: #68bef7;
  background-image: -moz-linear-gradient(top, #68bef7, #5296c3);
  background-image: -ms-linear-gradient(top, #68bef7, #5296c3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#68bef7), to(#5296c3));
  background-image: -webkit-linear-gradient(top, #68bef7, #5296c3);
  background-image: -o-linear-gradient(top, #68bef7, #5296c3);
  background-image: linear-gradient(top, #68bef7, #5296c3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#5296c3', GradientType=0);
  border-color: #5296c3 #5296c3 #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5296c3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #5296c3;
  *background-color: #004ab3;
}

#footer {
	border-top:2px solid #d5d4d2;
	background: #f6f5f1;
	padding:20px 0 20px 0;
}

#footer #footer_inner {
	margin:auto;
	width:940px;
}

#footer #footer_inner a {
	color: #9c9b97;
}

#footer #footer_inner h4 {
	margin:0 0 10px 0;
}

#footer #footer_inner ul {
	list-style:none;
	margin:0;
}
