/*-----------------------------*/
/*--- Swype, Inc.---*/ 
/*------------------------*/

@import "navigation.css";
@import "content.css";
@import "central.css";
@import"thickbox.css";
/* Login Area */

#login-area {
	position: absolute; 
	top: -2000px;
	left: 800px;
	width: 90px;
	padding: 2px;
	background: #000;
	border: 1px solid #191919;
	border-top: none !important;
}

#login-area a {
	font-size: 10px;
	text-transform: uppercase;
}

#login-area:hover {
	background: #191919;
}
	

/*
------------------------------------------------------------------------------
- Global Items -
*/

* {
	margin: 0; padding: 0;
	background-color: transparent;
}


a:link, a:visited  {
	color: #73b2e3;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

img, img a, img a:visited, img a:hover,  a:link img, a:visited img , a:hover img {
	background: transparent !important;
	border: none !important;
}

body {
     margin: 0;
     padding: 0;
     background:  #000 url("../i/bg-splash.png") 0 0 repeat-x;
     text-align: center;
     font: 12px  "Trebuchet MS", Arial, sans-serif; 
     color: #ccc;
     line-height: 16px;
     border-top: 2px solid #191919;
}

#myswype-logo h1, #swype-logo h1 {
	display: block;
	float: left;
	position: relative;
	left: 0;
	top: 35px;
	width: 155px;
	height: 55px;
	margin-right: 25px;
	background: url("../i/logo.png") 0 0 no-repeat;
	text-indent: -99999px;
}
#myswype-logo a, #swype-logo a  {
	display: block;
	width: 155px;
	height: 55px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}

#myswype-logo h1 {
	background: url("../i/myswype_logo.png") 0 0 no-repeat;
}

.tagline {
	position: absolute;
	top: 40px;
	left: 185px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 19px;
	margin: 5px 0;
	color: #fff;
}
.tagline span {font-weight: bold; color: #fff;}


/*
------------------------------------------------------------------------------
- Shell -
*/


#wrap {
	float: left;
	width: 900px;
}

#wrap_wrap {
	position: relative;
	margin: 0 auto;
	width: 900px;

}

#header,  #content {
	float: left;
	position: relative;
	width: 900px;
}

#header {
	height: 80px;
	margin-bottom: 25px;
	border-bottom: 1px solid #2f3942;	
}

#content {
	min-height: 420px;
	background: #000;
}

/* for Internet Explorer */
/*\*/
* html  .container {
height: 420px;
}

.welcome {
	float: left;
	width: 900px;
	height: 70px;
	background: url('../i/welcome.png') top center no-repeat;
}
#west, #east { text-align: left; min-height: 400px;}
#west p, .east-pad p {padding: 5px 0;}

#west span {
	font-size: 13px;
	font-weight: bold;
}

#west a, #west a:visited { color: #fff;}
#west a:hover { color: #73b2e3; text-decoration: underline;}

#west {
	float: left;
	left: 10px;
	position: relative;
	width: 175px;
	height: 425px;
	background: url('../i/bg-left.jpg') 0 0  no-repeat;
}

.blank {background: url('../i/bg-left-blank.jpg') 0 0  no-repeat !important;}

#east {
	float: left;
	left: 25px;
	position: relative;
	width: 715px;
	text-align: left;
	background: url('../i/bg-e ast.jpg') center center no-repeat;
}

#east strong {color: #bebebe !important;}

.eHome {top: 30px; left: 0 !important; width: 630px !important; }

/* for Internet Explorer */
/*\*/
* html  #east {
	height: 400px;
}
.east-pad p {
	background: url("../i/alinks.png") right bottom repeat-x;
	padding: 10px 0;
}

.east-pad {
	float: left;
	position: relative;
	width: 295px;
	left: 25px;
}

#footer {
	position: relative;
	float: left;
	width: 900px;
	margin:15px 0 40px 0;
	padding: 10px 0;
	border-top: 1px solid #2f3942;
}