@charset "utf-8";

/* CSS Document

Authored: April 07, 2009 by J.Cousins - www.inhouselogic.com

 */

* {

	font-size: 62.5%;

}

body {

	background-image: url(../imgs/bkgnd_pinstripe.png);

	background-repeat: repeat;

	background-color: #EC7BAA;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 1em;

	color: #000000;

}

a:link {
	color: #CC3399;
	font-weight: bold;
	text-decoration: none;
}

a:visited {

	text-decoration: none;
	font-weight: bold;
	color: #CC3399;

}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC3399;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC3399;
}

#outerWrapper {

	background-repeat: repeat;

	width: 100%;

}





#outerWrapper #innerWrapper {

	background-color: #FFFFFF;

	width: 979px;

	margin-right: auto;

	margin-left: auto;

	margin-top: 15px;

	margin-bottom: 20px;

	padding-top: 6px;

	padding-bottom: 8px;

}



#innerWrapper #spacer {



	
	float: none;

	width: 970px;

	margin-right: auto;

	margin-left: auto;

}



#page #leftCol {


	float: left;

	width: 230px;

	margin: 0px;

	padding: 0;

}



#page #middleCol {

	float: left;

	width: 509px;

}



#page #rightCol {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 225px;

}



#spacer #page {

	background-image: url(../imgs/bkgnd_page.jpg);

	background-repeat: repeat-y;

	background-position: 50% top;

}



#clearingBlock {

	display: block;

	margin: 0px;

	padding: 0px;

	clear: both;

	float: none;

	height: 1px;

	width: 100%;

	font-size: 9px;

}



#middleCol #navBar {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 38px;

	color: #DC68A3;

	background-color: #FBC7E6;

	display: block;

	text-align: center;

	height: 38px;

	letter-spacing: 0px;

}

#navBar ul {

	list-style-type: none;

	text-align:center;

}

#navBar #nav {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	display: inline;

	height: 35px;

	text-align: center;

}



#navBar #nav li {

	list-style-type: none;

	text-align: center;

	display: inline;

}



#navBar a {

	font-size: 9px;

	font-weight: normal;

	color: #D3438B;

	text-transform: uppercase;

	padding-right: 2px;

	padding-left: 2px;

	text-align: center;

}



h1 {

	color: #DB629E;

	font-family: Arial, Helvetica, sans-serif;

	padding-bottom: 1em;

}


h2 {

	color: #CC3366;

	font-family: Arial, Helvetica, sans-serif;
	
	font-size:12px;

	padding-bottom: .5 em;

}



#content {

	color: #C7B9C1;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding-bottom: 25px;

	padding-top: 20px;
	
	height:590px;
	
	overflow:auto;

}



#content p {

	line-height: 1.4em;

	font-weight: normal;

	color: #666666;

	font-size: 0.75em;

	padding-bottom: 0.7em;

}



#leftCol img.border {

	padding-left: 10px;

	padding-bottom: 6px;

}
#leftCol img.bottom {

	padding-left: 10px;

	/*padding-bottom: 6px;*/

}


#rightCol img.border {

	padding-left: 19px;

	padding-bottom: 6px;

}
#rightCol img.bottom {

	padding-left: 19px;

	/*padding-bottom: 6px;*/

}



#content #mainText {

	padding-right: 25px;

	padding-left: 25px;

	display: block;

}



#mainText .thanks {
	font-size: 1em;
	font-weight: bold;
	color: #E2178D;
	padding-left: 25px;
	padding-right: 35px;
}



div.scroll {
	/*height: 370px;*/
	
	width: 435px;
	
	overflow: auto;
	
	border: 1px solid #C7B9C1;
	
	background-color: #FBC7E6;
	
	padding: 8px;
}

div.scroll2 {
	/*height: 440px;*/
	
	width: 435px;
	
	overflow: auto;
	
	border: 1px solid #C7B9C1;
	
	background-color: #FBC7E6;
	
	padding: 8px;
}
 

#mainText img {
	padding:5px;
	
}

/*-- HRM Reccomends Page --*/

#productsList .productBlock {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	float: none;
}

#productsList .productBlock div {
	float: left;
	font-size:12px;
}

#productsList .productBlock .colA {
	text-align: left;
	width: 200px;
	padding-top: 0;
	padding-right:8px;
}

#productsList .productBlock .colB {
	width: 200px;
	padding-top: 0;
}


.productBlock ul {
	padding-top: 0px;
	padding-left: 5px;
}

.productBlock ul li {
	line-height: 125%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 0px;
}

.footer {
	text-align:center;
	font-size:11px;
	margin: 15px 0;
	line-height:1.5em;
	color:#fff;
}

#main_foot{
	position:absolute;
	height:90px;;
	width:300px;
	left:300px;
	top:auto;
	font-size:9px;
	color:#CCC;
}
/*-- HRM reccomends Page END --*/