* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body{
	background: #fff url('images/bg.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	width: 972px;
	background: #fff url('images/back.gif') no-repeat;
	font-size: 0.9em;
	margin: 0 auto -142px;
	text-align: left;
}

.wrapper .inner{
	padding: 0 37px 0 39px;
}

.wrapper .border{
	border-top: solid 1px #fff;
	background: transparent url('images/bg_top.gif') repeat-x;
	height: 18px;
}

/* Header */
.wrapper #header{
	background: transparent url('images/header_bg.gif') no-repeat bottom right;
	height: 136px;
}

.wrapper .cert{
	float:right;
	padding-right: 15px;
	width: 105px;
	height: 56px;
	background: transparent url('images/microsoft_gold_partner.png') no-repeat;
}

.wrapper #logo{
	float: left;
	padding: 20px;
}

/* Banners */
#banner{
	height: 288px;
	background: #000 url('images/banner1.jpg') no-repeat;
}

#banner2{
	height: 206px;
	background: #000 url('images/banner2.jpg') no-repeat;
}

/* Body */
#body{
	background: #fff url('images/content_bg.gif') repeat-x;
}

#body .inner{
	padding: 22px 0 0 22px;
}
#body .sidebar ul{
	list-style: none;
	font-size: 1.3em;
	text-align:right;
	color: #777;
}

#body .sidebar ul li{
	display: block;
	padding: 15px;
	background: transparent url('images/menu_sep.png') no-repeat bottom right;
	min-width: 140px;
}

#body .sidebar ul li:hover{
	color: #000;
	cursor: pointer;
}

#body .sidebar ul li.selected{
	border-right: 5px solid #404E61;
	color: #404E61;
}

#body .sidebar ul li a, 
#body .sidebar ul li a:link,
#body .sidebar ul li a:visited,
#body .sidebar ul li a:active{
	text-decoration: none;
	color: #777;
}

#body .slider{
	width: 600px;
}

#body p{
	line-height: 1.8em;
	padding: 10px;
}

#body .subheader{
	width: 391px;
	height: 58px;
	background: transparent url('images/ms_crm_solutions.png') no-repeat;
}

.learnmore{
	display:block;
	width: 152px;
	height: 45px;
	background: transparent url('images/learn_more.png') no-repeat;
}

/* Top Bar */
.topbar ul{
	list-style:none;
	font-size: 1em;
	clear: both;
}

.topbar ul li{
	float:left;
	display:block;
	margin-bottom:15px;
	padding: 0 10px;
	border-right: solid 1px #F7CB96;
	text-align: center;
	font-weight: bold;
	color: #C4996B;
	cursor: pointer;
}

.topbar ul li.selected, .topbar ul li:hover{
	color: #404E61;
}

.topbar ul li.selected span, .topbar ul li:hover span {
	color: #000;
}

.topbar ul span{
	display:block;
	font-size: .8em;
	font-weight: normal;
	color: #808080;
}

/* Footer */
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

.footer {
	position: relative;
	width: 850px;
	margin: 0 auto;
	background: url(footer.jpg) no-repeat;
	font-size: .868em;
}

.footer .location{
	position: absolute;
	right: 0;
	bottom: 4px;
	text-align:right;
}

.footer .copy {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #000;
	font: 0.8em arial,sans-serif;
	text-align: left;
}

/* Dialog */
#dialog fieldset{
	padding: 10px;
	text-align: left;
}

#dialog label{
	float: left;
}

#dialog label, #dialog input, #dialog textarea{
	padding: 5px;
	margin: 5px;
}

#dialog fieldset input{
	float: right;
}

.ui-progressbar {height: 1em;}
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }

/* Callout */
.callout{
	background: #F7F1D9;
	padding: 0 15px;
	margin: 15px;
	border: 1px solid #ddd;
	color: #5C6F8F;
	font-size: .8em;
	width: 300px;
}

.callout h1{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}

.callout ul{
	list-style: none !important;
	margin-left: 0 !important;
}

/* Body List*/
.slide ul{
	margin-left: 50px;
	list-style: square;
}
.slide ul li{
	line-height: 1.6em;
}

/* Float List */
.floatlist{
	background: #F7F1D9;
	padding: 0 15px;
	margin: 15px;
	border: 1px solid #ddd;
	color: #5C6F8F;
	font-size: 1.2em;
}
.floatlist ul{
	display: block;
	list-style:none;
	list-style-position: inside;
	margin:0;
}
.floatlist ul li{
	line-height: 1.8em;
	border-bottom: 1px solid #ddd;
}

/* Login */
.login{
	padding-top: 50px;
	margin-left: 300px;
}
.loginbox{
	text-align: center;
}

.loginbox table, 
.loginbox table td, 
.loginbox table td input, 
.loginbox table td span{
	padding: 5px;
}

.author{
	display: none;
}