*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	list-style: none;
}
body{
	background: #C3CED9 url(../images/background.png) center top no-repeat fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #404952;
}
a{
	color: #20688a;
}
a:hover{
	text-decoration: none;
	color: #404952;
}
a:active{
	color:#b3b6b9;
}
header{
	border-bottom:1px solid #869CB3;
	display:block;
	width:100%;
	background:url(../images/header_background.png) center top no-repeat ;
}
header div.fix{
	width: 980px;
	margin: 0 auto;
	display: block;
}
header .top{
	background:url(../images/header_top.png) center top repeat-x ;
	height: 70px;
}
header .top h1{
	display:block;
	width:200px;
	height:70px;
	background:url(../images/stedio_logo_header.png) no-repeat center;
	float: left;
}
header .top h1 a {
	display:block;
	height:100%;
}
header .top h1 a span {
	display:none;
}
header .top nav{
	float: right;
	margin: 15px 10px 0 0;
}
header .top nav ul{
	background: #18375b url(../images/header_nav.png) repeat-x center;
	height: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 1px 0px #607790;
	-webkit-box-shadow: 0px 1px 0px #607790;
	padding: 0px 3px 0px 2px;
}
header .top nav li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 5px 2px 5px 3px;
}
header .top nav li a {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 6px 12px;
	font-size: 14px;
	color: #607790;
	text-shadow: 0px -1px 0px #062039;
	font-family:"Trebuchet MS";
}
header .top nav li a:hover{
	background: #264467 url(../images/header_nav.png) repeat-x center;
	color: #CFDEE5;
	-moz-box-shadow: 0px 1px 1px #062039;
	-webkit-box-shadow: 0px 1px 1px #062039;
}
header .top nav li a:active{
	background: #304d6e url(../images/header_nav.png) repeat-x center;
	color: #c4d3d9;
	-moz-box-shadow: 0px -1px 1px #062039;
	-webkit-box-shadow: 0px -1px 1px #062039;
	text-shadow: 0px 1px 0px #062039;
}
header .center{
	background:url(../images/header_center.png) center top repeat-x ;
}
header section{
	width: 980px;
	margin: 0 auto;
	display: block;
}		
header section article{
    width: 960px;
    height: 336px;
    font-size: 14px;
    padding: 10px;
    color: #FFFFFF;
}
header section article aside{
	display: block;
	height: 360px;
	width: 980px;
	background: no-repeat center;
	
}
header section .bar{
    position: absolute;
    top: 325px;
    color: white;
    padding: 0px 10px 0px 10px;
    overflow:visible;
    z-index:100;
    display: block;
}

header section .bar_under {
    width: 90000px;
    overflow: visible;
    z-index:150;
}

header section .bar_over {
    overflow: hidden;
    position: absolute;
    top: 325px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    z-index:150;
}
.bar_left, .bar_center, .bar_right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
}

header section .barwrapper {
    background-position: left;
	overflow: hidden;
    font-size: 1px;
    float: left;
}
header .bottom{
	background: url(../images/header_background_bottom.png) top repeat-x ;
	max-height: 70px;
	text-align: center;
	padding: 15px;
}
header .bottom a{
	color: #9eaebd;
	text-decoration: none;
	border: 1px none;
	padding: 5px 10px;
	font-size: 24px;
	text-shadow: 0px -1px 0px #123456;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
header .bottom a:hover{
	color: #52677c;
	text-shadow: 0px 1px 0px #FFFFFF;
	background: url(../images/header_background_bottom_h1.png) top repeat-x ;
	border: 1px solid #52677c;
}
header .bottom a:active{
	color: #123456;
	text-shadow: 0px -1px 0px #FFFFFF;
	border: 1px solid #123456;
	background: url(../images/header_background_bottom_h1.png) bottom repeat-x;
}

ul.formcontent{
	margin: 20px 10px;
	width: 700px;
}
ul.formcontent li.formtop{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	height: 26px;
	border:solid 1px #123456;
	padding: 9px 9px 9px 85px;
	font-size: 20px;
	color: #cfdee5;
	font-weight: normal;
	background: url(../images/formtop.png) center repeat-x;
	text-shadow: 0px 1px 0px #123456;
}
ul.formcontent li.formtop span{
	background: #cfdee5 url(../images/formtop_span.png) center no-repeat;
	border: solid 1px #3d6387;
	height: 64px;
	width: 64px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	margin-top: -20px;
	margin-left: -76px;
}
ul.formcontent li{
	background: #cfd8e1 url(../images/form_background.png) bottom repeat;
	margin-left: 20px;
	padding: 0px 10px;
	border-left: solid 1px #869cb3;
	border-right: solid 1px #869cb3;
	border-bottom:1px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: none;
	padding: 9px;
	min-height:16px;
}
ul.formcontent li.dark{
	background: #bcc7d1 url(../images/form_background.png) top repeat;
}
ul.formcontent li label{
	width: 200px;
	text-align: right;
	padding: 5px;
	float: left;
}
ul.formcontent li input{
	background: #fafbfc;
	height: 24px;
	font-size: 12px;
	margin: 0 0 0 3px;
	padding: 0 5px;
	width: 435px;
	color: #404952;
	border: 1px solid #a0afbf;
}
ul.formcontent li select{
	background: #fafbfc;
	border: 1px solid #a0afbf;
	color: #404952;
	font-size: 12px;
	height: 26px;
	margin: 0px 0px 0px 3px;
	padding: 3px;
	width: 447px;
}
ul.formcontent li.formbottom{
	border-bottom: solid 1px #869cb3;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
input[type="text"], input[type="password"]{
	background:#aebdcc;
	color:#123456;
	border: 1px solid #869cb3;
	padding: 3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 0px #CFDEE5;
    font-size: 13px;
    font-family:"Trebuchet MS";
}
input[type="submit"]{
	background:#3D6387 url(../images/formtop.png) repeat-x center ;
	color:#CFDEE5;
	border: 1px solid #123456;
	padding: 3px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #CFDEE5;
	-webkit-box-shadow: 0px 0px 3px #CFDEE5;
	text-shadow: 0px 1px 0px #123456;
    font-size: 13px;
    font-family:"Trebuchet MS";
}
input[type="submit"]:hover{
	color: #FFF;
	background: #20688a url(../images/formtop.png) top repeat-x;
}
input[type="submit"]:active{
	background: #2d7597 url(../images/formtop.png) bottom repeat-x;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.75);
}
input[type="submit"]::-moz-focus-inner{
	border: 0;
}
.wrapper section{
	float: left;
	width: 720px;
	margin: 10px;
	display: block;
}
.wrapper aside{
	float: right;
	width: 220px;
	margin: 10px;
	display: block;
}
.wrapper aside a.button{
	background: #589917 url(../images/button.png) top repeat-x;
	color: #dbf3c3;
	text-align: center;
	font-size:18px;
	letter-spacing:2px;
	border: 1px solid #4a8c07;
	padding: 5px;
	display: block;
	text-decoration: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0px -1px 0px #4a8c07;
	font-family:"Trebuchet MS";
}
.wrapper aside a.button:hover{
	background: #589917 url(../images/buttonhover.png) top repeat-x;
	color: #e6f2da;
	text-shadow: 0px -1px 0px #3c7306;
	border: 1px solid #3c7306;
}
.wrapper aside a.button:active{
	background: #589917 url(../images/buttonactive.png) top repeat-x;
	color: #c3d9ad;
	text-shadow: 0px 1px 0px #385916;
	border: 1px solid #385916;
}
.wrapper{
	margin: 0 auto;
	width: 980px;
}
.background{
	background: url(../images/contentbackground.png) center repeat-y;
}
footer{
	display: block;
	width:100%;
	border-top: 1px solid #869cb3;
}
footer section{
	display: block;
}
footer section article{
	display: block;
	margin:0 auto;
	width:960px;
}
footer section.top{
	background: #e6ecf2;
	border-bottom:1px solid #869CB3;
}
footer section.top article ul{
	width:190px;
	float:left;
	padding:15px;
	margin:10px;
}
footer section.top article ul:hover{
	width:190px;
	float:left;
	background:#FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
footer section.dark{
	background: #040f1a;
	border-bottom:1px solid #869CB3;
	color: #869bb3;
}
footer section.dark ul{
	width:480px;
	float:left;
}
footer section.dark ul li{
	padding:10px;
	font-size:12px;
}
footer section.dark ul.twitter{
	margin-top:-40px;
}
footer section.dark ul.twitter li{
	background: url(../images/twitter.png) center no-repeat;
	height:140px;
}
footer section.dark ul.twitter li a{
	color:#672605;
	font-size:14px;
	display:block;
	text-shadow: 0px 1px 0px #f2d291;
	text-decoration: none;
	padding: 95px 30px 5px 10px;
	font-weight: bold;
	font-family:monospace;
	text-align: justify;
}
.sectionbalk{
	background: #869cb3;
	color: #FFFFFF;
	font-size: 12px;
	margin: 10px -10px 0 10px;
	padding: 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.mention{
	background: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size:12px;
	padding:20px;
	font-weight: bold;
	border: solid 1px #aebdcc;
}
.menudomein{
	background:url(../images/menudomein.png) no-repeat center;
	width:200px;
	padding: 10px;
	font-size: 14px;
	font-family:"Trebuchet MS";
	color:#fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin:0 0px 10px;
	text-shadow: 0px 1px 1px #123456;
}
.menudomein p{
	text-align: center;
}
.domeininput{
	width: 125px;
	margin-top: 5px;
}
.domeincheck{
	float: right;
	margin-top: 5px;
	width: 53px;
	text-align: center;
	padding:3px 0px;
}
.menulogin{
	background:url(../images/menulogin.png) repeat-y center;
	width:220px;
	color:#c7e5f4;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin:10px 0;
}
.menulogin h3{
	background:url(../images/menuloginh3.png) no-repeat bottom;
	color:#fff;
	font-family:"Trebuchet MS";
	font-size:18px;
	letter-spacing:2px;
	padding:5px;
	text-align:center;
	font-weight:normal;
	text-shadow: 0px 1px 1px #123456;
}
.menulogin li{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	list-style:none;
	cursor:pointer;
}
.menulogin p{
	padding: 10px;
	font-size: 15px;
	color: #fff;
	font-family:"Trebuchet MS";
}
.menulogin a{
	display:block;
	color:#c7e5f4;
	padding:8px 24px;
	text-decoration: none;
	font-size:13px;
	letter-spacing:1px;
	line-height: 15px;
}
.menulogin a:hover{
	color:#fff;
	background:url(../images/menuloginhover.png) no-repeat 10px;
}
.menulogin li:hover{
	background:#2d7597;
}
.menulogin li:active{
	background:none;
}
.menuloginrow{
	background:#20688a;
}
textarea {
	font-family:"Trebuchet MS";
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
}