/*********************************************************************************************************
/ Vale Window Co Ltd Web Site Style Sheet (c) 2004 Intuitive Solution, http://www.intuitivesolution.net  /
/********************************************************************************************************/

/***** listmenu *****/
/* class="menulist" element, and its 'ul' tags */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	width: 175px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

/* xtra for Submenus ('ul' tags) - hidden by default */
.menulist ul {
	position: absolute;
	top: 0;
	left: 178px;
	display: none;
}

/* menu items ('li' tags) */
.menulist li {
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	background-color: #E6E6E6;
}

/* Menu Links */
.menulist a {
	display: block;
	padding: 3px;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #4B6070
}

/* Lit items: 'hover' = mouseover, 'highlighted' = sub menus parent */
.menulist a:hover, .menulist a.highlighted:hover {
 color: #FFFFFF;
 background-color: #374652;
}

.menulist a.highlighted {
	color: #FFFFFF;
	background-color: #374652;
	text-decoration: none;
}

/* 'subind' submenu indicators, automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* Hack to fix bugs in IE/Windows */
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */

/* class="submenuwidthfix" - hack to limit submenu widths.. */
.submenuwidthfix {
	width: 137px;
}

/***** end listmenu *****/

/************ copyright ***************/
/* class="copyright" element */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	font-style: normal;
	font-weight: bold;
}

/* class="copyright" link elements */
.copyright a {
	color: white;
	text-decoration: none;
}

.copyright a:visited {
	text-decoration: none;
	color: white;
}

.copyright a:hover {
	text-decoration: underline;
	color:#036
}

/********** Main Page Area *************/
/* class="body" element */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #374652;
}

/* class="body" link elements */
.body a {
	color: #993366;
	text-decoration: underline;
}

.body a:visited {
	text-decoration: underline;
	color: #036;
}

.body a:hover {
	text-decoration: underline;
	color:#669999;
}

/* class="body_head" element */
.body_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #374652;
}

/* class="body_head" link elements */
.body_head a {
	color: #993366;
	text-decoration: none;
}

.body_head a:visited {
	text-decoration: none;
	color: #036;
}

.body_head a:hover {
	text-decoration: underline;
	color:#7b8082;
}

/* class="body_bite" element */
.body_bite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #374652;
}

.body_bite a {
	color: #993366;
	text-decoration: none;
}

.body_bite a:visited {
	text-decoration: none;
	color: #036;
}

.body_bite a:hover {
	text-decoration: underline;
	color: #7b8082;
}

/* class="footer_bite" element */
.footer_bite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}

/* class="page_title" element */
.page_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #744565;
	padding: 3px;
}

/* class="page_title_medium" element */
.page_title_medium{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #744565;
	padding: 3px;
}
.h1 {
	font-size: 120%;
}
.h2 {
	font-size: 100%;
}

/* class="advanced_search_link" link elements */
.advanced_search_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.advanced_search_link a {
	color: #FFFFFF;
	text-decoration: underline;
}

.advanced_search_link a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

.advanced_search_link a:hover {
	text-decoration: underline;
	color:#FFFFFF
}

/* class="background_image" link elements */
.background_image {
	background-image: url(../images/valebackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* class="background_image_searchresult" link elements */
.background_image_searchresult {
	background-image: url(../images/valebacksearchresult.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* class="background_image_top_right" link elements */
.background_image_top_right {
	background-image: url(../images/valebackgroundtprt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* class="background_image_btm_right" link elements */
.background_image_btm_right {
	background-image: url(../images/valebackgroundbtmrt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* class="background_image_btm_left" link elements */
.background_image_btm_left {
	background-image: url(../images/valebackgroundbtmlft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* class="background_image_top_left" link elements */
.background_image_top_left {
	background-image: url(../images/valebackgroundtplft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* class="background_image_centre" link elements */
.background_image_centre {
	background-image: url(../images/valebackgroundcntr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* class="background_image_centre_right" link elements */
.background_image_centre_right {
	background-image: url(../images/valebackgroundcntrright.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* class="special_offer" elements */
.special_offer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}

.special_offer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}

/* class="special_offer_whiteout" element */
.special_offer_whiteout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.special_offer_whiteout a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.special_offer_whiteout a:hover {
	text-decoration: underline;
}

/* class="required" elements */
.required
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: 'Arial Black'
}


/********** End Main Page Area *************/
