/*------------------------------------------------------------------
[Master Stylesheet]

Project:			SaleTrack Parcel Service
Version:			0.1b
Last change:		12/11/08
Author:				Rick Nunn
------------------------------------------------------------------*/

@import url('content.css');
@import url('slider.css');
@import url('helper.css');
@import url('tabel.css');

/* General */

*{margin: 0; padding: 0; list-style: none;}

img{
	border: none;
}

body{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/bodybg.png) repeat-x 30% 0 #FFF;
	color: #333;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

/* Head */

#head{
	padding: 15px 0;
	height: 120px;
	position: relative;
}

#head h2{
	position: absolute;
	top: 110px;
	left: 133px;
	font-size: 23px;
}

#head h1{
	margin-left: -999px;
	font-size: 0px;
}

#head #topmenu{
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
}

#head #topmenu li{
	display: inline;
}

#head #topmenu a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#head #topmenu a:hover{
	color: #000;
}

/* Sidebar */

#sidebar{
	width: 213px;
	float: left;
}

.sidebardcontainer{
	background: #F6F4EF;
	border: 1px solid #E0E0E0;
	padding: 5px;
	margin-bottom: 10px;
}

#sidebar #ballance{
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

#sidebar strong{
	font-weight: bold;
	color: #000;
}

#sidebar li{
	list-style: none;
}


#sidebar ul.mainmenu li.menutop{
	background: url(../images/liheadbg.png) no-repeat right top;
}

#sidebar ul.mainmenu li h3 {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: : 40px;
	line-height: 40px;
	width: 192px;
	padding-left: 10px;
	font-weight: normal;
	background: url(../images/liheadabg.png) no-repeat right top;
	_background: url(../images/li_head_background_ie6.jpg) no-repeat right top;
	margin-bottom:5px;
}

#sidebar ul.mainmenu h3.hover{
	color: #000;
	background: url(../images/liheadabg.png) no-repeat right bottom;
	_background: url(../images/li_head_background_ie6.jpg) no-repeat right bottom;
}


#sidebar ul.mainmenu .open h3 {
	color: #FFFFFF;
	background: url(../images/liheadabg.png) no-repeat right bottom;
	_background: url(../images/li_head_background_ie6.jpg) no-repeat right bottom;
}


#sidebar ul.mainmenu .open h3.hover {
	color: #000;
	background: url(../images/liheadabg.png) no-repeat right top;
	_background: url(../images/li_head_background_ie6.jpg) no-repeat right top;
}

#sidebar ul.mainmenu ul li{
	margin-bottom: 5px;
}

#sidebar ul.mainmenu ul{
	padding-bottom: 5px;
}

#sidebar ul.mainmenu ul li a{
	color: #4B4B4B;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	background: #E9E5E2 url(../images/lilibg.png) top left;
	border: 1px solid #D3D2CD;
	display: block;
}

#sidebar ul.mainmenu ul li a:hover{
	background: #E9E5E2 url(../images/lilibg.png) bottom left;
}

#dhl p{
	text-align: center;
	padding-bottom: 5px;
}

/* Content */

#content{
	width: 713px;
	float: right;
	background: #F6F4EF;
	border: 1px solid #E0E0E0;
	padding: 10px;
	text-align: justify;
}

/* Foot */

#foot{
	clear: both;
	height: 50px;
	padding-top: 20px;
}

#foot a, #foot p{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}

#foot a:hover{
	color: #000;
}

/* Misc */

.left{
	float: left;
}

.right{
	float: right;
}

.content .buttons a { border: none };

/* form */

#head #login{
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
}

#head #login li{
	height: 14px;
	padding-bottom: 5px;
}

#head #login input, #head #login label{
	float: left;
	width: 100px;
}

#head #login label{
	float: left;
	width: 80px;
}

#head #login .buttons input{
	width: 50px;
	float: right;
}

/* Error Message */

#content .error{
	border: 1px solid #000;
	padding: 10px;
	background: #F4B581;
	margin-bottom: 18px;
}

#content .error p{
	padding: 0;
}

/* Network */

#network{
	position: absolute;
	top: 10px;
	right: 0;
}

#network img{
	border: none;
}

#network #dropdown{
	width: 275px;
	border: 1px solid #747474;
	position: absolute;
	top: 20px;
	right: 0px;
	background: url(../images/dropdownbg.jpg) #F3F0E9;
	display: none;
	z-index: 999;
}

#network #dropdown li{
	padding: 0 10px 10px 30px;
}

#network #dropdown li a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 19px;
}

#network #dropdown li p{
	font-size: 12px;
}

#network #dropdown li#networksg{
	padding-top: 10px;
	background: url(../images/dotsg.jpg) no-repeat 7px 12px;
}

#network #dropdown li#networksg a:hover{
	color: #000;
}

#network #dropdown li#networksp{
	background: url(../images/dotsp.jpg) no-repeat 7px 2px;
}

#network #dropdown li#networksp a:hover{
	color: #A9D500;
}

#network #dropdown li#networkst{
	background: url(../images/dotst.jpg) no-repeat 7px 2px;
}

#network #dropdown li#networkst a:hover{
	color: #0A68D7;
}

#network #dropdown li#networksps{
	background: url(../images/dotsps.jpg) no-repeat 7px 2px;
}

#network #dropdown li#networksps a:hover{
	color: #000;
}

#network #dropdown li#networkmims{
	background: url(../images/dotmims.jpg) no-repeat 7px 2px;
}

#network #dropdown li#networkmims a:hover{
	color: #B41641;
}

.error {
	color: #F00;
}

/* Feed Back */

#feedback{
	position: absolute;
	top: 0;
	left: 0;
	width: 87px;
	height: 86px;	
	z-index: 9998;
}

#feedback img{
	border: none;
	
}

body.feedback{
	background: #F6F4EF none ;
}

body.feedback h1{
	text-align: center;
	margin-top: 140px;
	width: 650px;
}

body.feedback a{
	color: #000;
}

body.feedback form{
	margin-top: 10px;
}

body #TB_window a#TB_closeWindowButton{
	color: #FFF;
}


/* Jobs */ 

.ad{
	background: transparent url(../images/ad_back.png) no-repeat 50% 50%;
	border: none;
	height: 360px;
	width: 314px;
	padding: 25px 20px 0 20px;
	font-size: 90%;
}

.ad .enquire{
	text-align: right;
}

.content p.only{
	padding-bottom: 0;
}

/* Brands */

ul.brands{
	margin: 0;
	padding: 0;
}

ul.brands li{
	display: block;
	width: 460px;
	height: 100px;
	list-style: none;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 123px;
}

ul.brands li a{
	display: block;
	width: 460px;
	height: 100px;
	border-bottom: none;
	background: url(../images/brands.png) no-repeat;
	text-indent: -9999px;
}

ul.brands li a:hover{
	border-bottom: none;
}

ul.brands li.sc a{ background-position: 0 -100px; }
ul.brands li.sp a{ background-position: 0 -200px; }
ul.brands li.st a{ background-position: 0 -300px; }
