/* Purple Consulting stylesheet, May-June 2006 */
/* Andy Darley, Carino Communications, +44 (0) 1628 526005 */

/* structural styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: transparent url(../images/bg.gif) repeat;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 768px;
	height: 550px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: #fff;
	text-align: left;
	position: relative;
}

#masthead {
	background: #906 url(../images/fade.png) no-repeat right top;
	height: 76px;
	border-bottom: 0.75em solid #999;
	margin-bottom: 15px;
	position: relative;
}

/* this places the Quin logo */
#masthead img.logo { 
	float: left;
	border: none;
}

#masthead img.logo a {
	border: none;
}

/* styles for the black navbar */
#navlist {
	height: 25px;
	left: 132px;
	bottom: 0;
	position: absolute;
	font-size: 12px;
}

#navlist ul {
	border: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
	width: auto;
}

#navlist li {
	padding-right: 7px;
	float: left;
	list-style-type: none;
}

#navlist li.last {
	padding-right: 0;
}

#navlist a, #navlist a:VISITED {
	color: #CDCDCD;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 3px 2px 3px;
	text-align: center;
	display: block;
	background-color: #000;
	width: 92px;
	height: 19px;
}

#navlist a:HOVER, #navlist a.current, #navlist a.current:VISITED {
	color: #FFF;
	background-color: #609;
}

#navlist a.current, #navlist a.current:VISITED {
	cursor: default;
	background-color: #999;
}

#navlist a:active {
	color: #FFF;
	background-color: #609;
}

/* page headlines */

.pageheadline {
	margin: 0 0 0.5em 15px;
	padding: 0;
	text-indent: -5000px;
	width: 267px;
	height: 23px;
}

.bizdrlogo {
	background: url(../images/header-bizdr.gif) no-repeat top left;
}

.contactlogo {
	background: url(../images/header-contact.gif) no-repeat top left;
}

.payrolllogo {
	background: url(../images/header-payroll.gif) no-repeat top left;
}

.dmlogo {
	background: url(../images/header-dm.gif) no-repeat top left;
}

.supportlogo {
	background: url(../images/header-support.gif) no-repeat top left;
}

.clinklogo {
	background: url(../images/header-links.gif) no-repeat top left;
}

/* text formatting styles */
h1, h2, p {
	margin: 0 15px 10px 15px;
	text-align: left;
}

h1 {
	font-size: 1.4em;
	color: #906;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #906;
}

a, a:VISITED {
	color: #000;
}

a:HOVER {
	background-color: #906;
	color: #FFF;
	text-decoration: none;
}

.address {
	text-align: left;
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: 45px;
}

ul {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

.customer {
	overflow: auto;
	height: 275px;
	margin-bottom: 15px;
	width: 482px;
}

.customer p {
	margin-bottom: 1.2em;
	width: 422px;
	padding: 5px 5px 10px 5px;
	color: #906;
	font-size: 12px;
	border: 1px solid #906;
	background: #FFF url(../images/testfade.gif) repeat-x top left;
}

.customer p a, .customer p a:VISITED {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}

.customer p a:HOVER {
	text-decoration: underline;
	background-color: transparent;
}

.customer img {
	margin: 7px 0 5px 10px;
	padding: 0;
	border: 0;
	float: right;
}

/* footer setup and styles */
#footer {
	color: #FFF;
	text-align: left;
	height: 45px;
	border-top: 4px solid #999;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #906 url(../images/footer.gif) no-repeat center left;
}

#footer img {
	border: 0;
	margin-top: 0;
	float: right;
	padding-right: 10px;
}

#footer a:HOVER {
	background-color: transparent;
}

#footer h6, #footer p {
	display: none;
}

/* promo panel */

.promopanel {
	padding-top: 0.5em;	
}

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

.promopanel li {
	list-style-type: none;
	padding-left: 15px;
	display: inline;
	float: left;
}

.promopanel a, .promopanel a:VISITED {
	width: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;	
	color: #906;
}

.promopanel a:HOVER {
	color: #FFF;
}

/* use for right-floated images */
.floatright {
	float: right;
	margin: -15px 0 0 10px;
}
.floatcontentright {
	float: right;
	margin: -55px 0 0 10px;
}

.clear {
	clear: both;
}

form {  
  font:12px verdana,arial,sans-serif;
  margin: 0 12px;
  padding: 0;
  width: 457px; 
}

form fieldset {
  border: 1px solid #906;
  padding: 10px;     
  margin: 0;
}

form fieldset legend {
	font-size:1.1em;
	font-weight: bold; 
	color: #906;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}