/* Default Elements */

body {

	margin: 0;
	padding: 0;
	
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	
	background-color: #EDEDED;

}

h1 {

	font-size: 2em;
	font-weight: bold;
	
	margin: 5px 0 15px 0;

}

h2 {

	font-size: 1.25em;
	font-weight: bold;
	
	margin: 5px 0 10px 0;

}

h3 {

	font-size: 1.1em;
	font-weight: bold;

	margin: 5px 0 5px 0;	

}

h4 {

	font-size: 1em;
	font-weight: bold;
	
	margin: 5px 0 5px 0;	

}

p {

}

a { 
	color:#00F; 
	text-decoration:underline;
}

a:hover { 
	text-decoration:none;
}

a img {

	border: 0;

}

li {

	margin-top: 0.25em;

}

li.current {

	font-weight: bold;

}

.bold {

	font-weight: bold;

}

.center {

	text-align: center;

}

form input[type="text"] {
	
		font-size: 16px;
	
	}
	
form input[name="ext"] {
	
		font-size: 16px;
		
		width:  30px;
	
	}
	
form textarea {
	
		font-size: 14px;
	
		width: 100%;
		height: 100px;
	
	}
	
span.download a img {

	vertical-align: middle;
	
}

span.download a span {

	font-weight: bold;
	margin-left: 8px;

}

/* Named Divs */

#wrapper {

	width: 1000px;
	margin: 0 auto;

}

#wrapper #header-sep {

	height: 6px;
	width: 100%;
	
	background-color: #48719F;

}

/* HEADER styles */

#header {

	background-color: #FFF;

	width: 980px;
	
	padding: 10px;

}

#header #header-navigation {

	display: inline-block;
	float: right;
	text-align: center;

}

span.contact {
	
	margin: 20px 10px 0 0;
	display: inline-block;
	
	background-color: #FFF;

}

/* NAVIGATION area styles */

#navigation {
	
	width: 1000px;
	height: 54px;
	clear: both;
	
	background-color: #D9D9D9;
	background-image: url('images/bg-nav.png');
	background-repeat: repeat-x;
	
	margin: 0;

}

#navigation span {

	display: inline-block;
	
	margin: 13px 5px 0 10px;

}

#navigation > * {

	font-size: 1.25em;

}

#navigation span a {

	display: inline-block;
	
	margin-right: 25px;

	color: #454C59;
	
	text-decoration: none;

}

#navigation span a.current {

	color: #E36906;
	
}

#navigation span a.current:hover {

	text-decoration: none;

}

#navigation span a:hover {

	text-decoration: underline;

}

/* ERROR RIBBON STYLE */

#error-ribbon {

	width: 996px;
	padding: 2px;

	background-color: #F92;
	
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;

}

/* CONTENT area styles */

#content {

	background-color: #FFF;

}

#content #top-ribbon {

	height: 150px;
	
	clear: both;

}

#content #top-ribbon > * {

	background-color: #FFF;
	vertical-align: top;

}

#content #top-ribbon #banner {
	width: 750px;
	
	height: 150px;
	
	float: left;
}

#banner .banner-ad {

	width: 730px;
	
	height: 130px;
	
	padding: 10px;

}

#content #top-ribbon #login {
	width: 240px;
	height: 140px;
	padding: 5px;
	
	text-align: center;
	
	background-color: #48535F;
	color: #FFF;
	background-image: url('images/bg-right.png');
	background-repeat: repeat-x;
	
	float: right;

}

/* Login area styles */

#login h3 {

	margin: 0 0 10px 5px;

}

#login span {

	margin: 10px 0 10px 0;

}

#login p {

	font-size: 11px;

}

/* BODY stles */

#content #body-ribbon {

	color: #333;

	clear: both;

}

#content #body-ribbon > * {

	background-color: #FFF;
	vertical-align: top;
	
}

#content #body-ribbon #body-content {

	width: 700px;
	
	padding: 25px;
	
	float: left;
	
	vertical-align: top;

}

#content #body-ribbon #body-content p {

	line-height: 125%;

}

#content #body-ribbon #right {

	width: 240px;
	background-color: #D9D9D9;
	
	float: right;
	
	padding: 5px;
	
	vertical-align: top;
	
	font-size: 0.8em;

}

#right p {

	padding: 0 20px 0 20px;

}

#content #bottom-ribbon {

	color: #333;
	font-size: 0.8em;
	
	padding-top: 25px;

	clear: both;

}

#content #bottom-ribbon > * {

	background-color: #FFF;
	vertical-align: top;

}

#content #bottom-ribbon #mysteryshopping {

	width: 323px;
	
	padding: 5px;
	
	float: left;
	
}

#mysteryshopping h3 a, #mysteryshopping .moreLink a {

	color: #48719F;
	
}

#mysteryshopping .moreLink {

	display: inline-block;
	width: 100%;
	text-align: center;

}

#content #bottom-ribbon #surveys {

	width: 324px;
	
	padding: 5px;
	
	float: left;

}

#surveys h3 a, #surveys .moreLink a {

	color: #41812C;
	
}

#surveys .moreLink {

	display: inline-block;
	width: 100%;
	text-align: center;

}

#content #bottom-ribbon #employee-recognition {

	width: 323px;
	
	padding: 5px;
	
	float: left;
	
	clear: right;

}

#employee-recognition h3 a, #employee-recognition .moreLink a {

	color: #E36906;
	
}

#employee-recognition .moreLink {

	display: inline-block;
	width: 100%;
	text-align: center;

}

/* FOOTER styles */

#footer {

	clear: both;
	width: 990px;

	margin: 10px 0 5px 0;	
	padding: 5px;
	
	background-color: #FFF;
	
	text-align: center;
	
}

#footer p {

	font-size: 0.8em;
	
	margin: 0;

}

/* One-off styles */

.linkButton {

	display: inline-block;
	
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	
	
	cursor: pointer;
	
	color: #000;
	border: 2px solid #99F;
	background-color: #CCF;
	
	padding: 8px 16px 8px 16px;
	margin: 0 8px 0 8px;

}

.linkButton:hover {

	text-decoration: underline;

}

[class='linkButton red'] {

	color: #000;
	border: 2px solid #F00;
	background-color: #FCC;

}

#clientInfo {

	display: none;

}

#shopperInfo {

	display: none;

}

span.example {
	
	display: inline-block;
	
	background-image: url('images/ex-top.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 660px;
	
	margin: 0 0 10px 0;
	padding: 15px 10px 0 30px;
	
	color: #FFF;
	background-color: #48719F;

}

span.example p {

	margin: 0;

	color: #FFF;
	font-family: "Times New Roman", Times, Serif;
	font-size: 1.25em;
/*	font-style: italic; */

	line-height: normal;

}

span.ex-bottom {
	
	display: inline-block;

	background: url('images/ex-bottom.png') bottom left no-repeat;
	width: 700px;
	height: 14px;

	margin: 0 0 -5px -30px;
	padding: 0px;
	

}

#choose a { /* For the "Why you should choose PerformaLogics right include */

	display: block;

	padding: 0 0 10px 5px;

	font-size: 1.10em;
	font-weight: bold;
	
	color: #48719F;

}

#choose p {

	display: block;
	
	margin: 0;
	padding: 0 0 10px 5px;
	
	font-size: 1.10em;
	font-weight: bold;
	
	color: #E36906;

}

span.bbbs { /* For the small BBB buttons. */

	margin-top: 5px;
	
	display: inline-block;

}
