/*css updated 18/5/09*/

* {
    padding: 0;
    margin: 0;
} 

body {
    background: #FFFFFF;
	line-height: normal;
	/*text-align: center;*/
}
a {
	color: #036;
	text-decoration: underline;
}

img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 1021px;
background: #fff url('/images/vertborder.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('/images/colour-choice-logo.jpg');
background-repeat: no-repeat;
height: 116px;
}
#categoriesbar { 
background: #fff url('/images/categories-bar.jpg');
height: 43px;
background-repeat: no-repeat;
}

#content {
padding: 0 10px 0 10px; /*used to determine how far out you want the boxes from the sides*/
}

#bottom {

background: #fff url('/images/botbg.jpg');
background-repeat: no-repeat;
height: 92px;
}

#lowerbar {

background: #fff url('/images/lower-bar.jpg');
background-repeat: no-repeat;
height: 18px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


.footer {

	padding: 0px;
	
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 11px;

	color: #000000;

	text-decoration: none;
	
	text-align: center;
	
	line-height: 18px;
	
}

A.footer {

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

	font-size: 11px;

	color: #000000;

	text-decoration: none;
	
	border: 5px;
}

A:hover.footer {

	text-decoration: underline;

}

.headermenubg {

	padding-top: 12px;
	
	padding-left: 30px;

	height: 47px;
	
	color:#FFFFFF;

}
A.headermenu {

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

	font-size: 13px;

	color: #FFFFFF;

	margin-right: 2px;
	
	text-decoration: none;
}

/* MODIFIED */
A:hover.headermenu {

	text-decoration: underline;

}


.designerTool {
	text-align: center;
}

.help {
	font-size: 12px;
	padding: 16px;
}

.help_question {
	color: #000066; 
	font-size: 12px;
	font-weight: bold; 
}

.helptext {
    color:#000000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 12px;
}

a.help_link {
    color:#000000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}