﻿/*
Theme Name: BestCarriers.com Login Screen
Description: BestCarriers.com login screen - February 2009
Author: Ricky Kamil
Author URI: your-URI
Version: 1
.
This file is copyrighted by BestTransport.com Inc.
.


[Table Of Contents] 

	0- Reset
	1- Global
	2- Layout
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('global.css');
/* =2 Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	background:url(../../images/loginscreen/login_background.jpg) repeat-x #fff top;
	position:relative;
}

#wrapper {
	background:url(../../images/loginscreen/login_back_right_stretch.jpg) 50% top no-repeat;
	overflow:auto;
	position:relative;
}


/* =3 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*#logo {
	background:url(../../images/loginscreen/login_logo_trans.png) no-repeat;
	width:630px;
	height:145px;
	z-index:2;
	position:absolute;
}
*/
/* =4 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =5 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#mainContainer {
	background:url(../../images/loginscreen/login_middle.jpg) no-repeat top;
	margin:auto;
	min-height:600px;
	overflow:auto;
	position:relative;
	width:900px;
	height:600px;	
}
#loginBox {
	background:url(../../images/loginscreen/login_box.jpg) no-repeat;
	/*width: 356px;*/
	height: 185px;
	left:431px;
	position:absolute;
	top:262px;
}
#loginBoxInner {
	margin: 15px 10px 10px 50px;
}
#loginBox p {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	padding-bottom: 10px;
	width:296px;
}
#loginBox span 
{
	width:200px;
}
#loginBox td {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-right:20px;
}
#loginBox a {
	color:#fff;
}
.smallwhitetext {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight:lighter;
}
.inputtext {
	width:250px;
}

/* =6 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#ButtonSignIn 
{
}
#ButtonJoinNow 
{
}

/* =7 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*Slider*/
#sliderWrap {
	margin: 0 auto;
	width: 670px;
}
#slider {
	position: absolute;
	background:url(../../images/loginscreen/slider.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 670px;
	height: 119px;
	margin-top: -105px;
	z-index:99;
	
}
#slider img {
	border: 0;
}
#sliderContent {
	margin: 0 0 0 40px;
	position: absolute;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding: 10px;
}
#sliderContent li{
	list-style-type:none;
	display:inline;
	margin-right:20px;
}
#openCloseWrap {
	position:absolute;
	margin: 104px 0 0 300px;
	font-size:12px;
	font-weight:bold;
}




/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	clear:both;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:99;
	position:absolute;
	top:480px;
	width:810px;
	
}
#footer a{
	color:#ccc;
}
#footer p{
	padding-bottom:10px;
}