@charset "utf-8";

/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body{
	padding:0;
	margin:0;
	text-align:center;
	font-size:0.9em;
	font-family:Arial,Verdana,Sans-Serif;
	background: url(../images/background.gif) repeat;
/*
	filter:alpha(opacity=90);
	-moz-opacity:0.8;
	opacity:0.8;
*/
	position: relative;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clr{
clear:both;
margin:0;
padding:0;
}

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align:center;
}

#header{
	margin: 0 0 0 0;
	padding: 0px;
	height: auto;
	width: 100%;
	background: url(../images/header_background2.gif) repeat-x;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.9; /*FF*/
	opacity:0.9;
	position: relative;
	z-index:10;
}

#masthead{
	color:#330099;
	margin:0 auto 0 auto;
	text-align:center;
	height:60px;
	width:100%;
}

#masthead #imgarea{
	float:left;
	margin: 0;
	padding:0;
	width:183px;
}

#masthead #gadgetslistarea {
	margin: 5px auto 0 auto;
	width:70%;
	text-align:center;
	float:left;
	z-index:100;
}

#contents_wrapper {
	clear:both;
	margin: 0 auto;
	padding: 0px;
	height: auto;
	width: 1056px;
	text-align:center;
}

#loader {
	position:absolute;
	background:#121212;
	width:330px;
	height:auto;
	margin-top: 200px;
	margin-left: 365px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	filter:alpha(opacity=90); /*IE*/
	-moz-opacity:0.95; /*FF*/
	opacity:0.95;
	z-index: 10;
}

#navi_left{
	float: left;
	height: 700px;
	width: 50px;
	margin-left:0;

	text-align:left;
}

#navi_right{
	float:left;
	height: 700px;
	width: 50px;
	margin-right:0;

	text-align:right;
}

#pos {
	position:relative;
	top:280px;
	margin-top:-1em;
}

#contents {
	text-align:center;
	float:left;
	margin:0 auto;


	padding: 0px;
	width: 950px;
}

#loginarea{
	line-height:110%;
	margin:7px 0 3px 8px;
	text-align:left;
	height:auto;

}

#loginarea #textlink {
	float:left;
	width:450px;
	margin:0;
}

#loginarea #buttonarea {
	margin: -3px 10px 0 auto;
	float: right;
	width: 107px;
	text-align: right;
}

#footer{
	clear: both;
	margin: 10px 0 0 0;
	padding: 30px 0 0 0;
	height: auto;
	width: 100%;
	text-align:center;
}

#gadgetsarea {
	clear: both;
	margin: 0 auto;
	height:auto;
	text-align:center;
}

#main {
	text-align:left;
	float:left;
	width:630px;
}

#main2 {
	text-align:left;
	float:left;
	width:940px;

}
#main3 {
	text-align:left;
	float:right;
	width:300px;
	margin-right:0;
}



#description {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#121212;
	padding: 5px 0 20px 10px;
}

#description2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#121212;
	padding: 0 0 0 0;
}

#main b {
	font-size:15px;
}

#right {
	text-align:center;
	float:left;
	width:300px;
	margin-left:20px;
}

#box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#555555;
}

#box ,#description h3 {
	padding-top:5px;
	padding-bottom:5px;
}


#login {
	width:270px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#login input, select {
	margin-bottom: 5px;
}