/* -------------------------------------------------------------------------- */
/*              (c) Copyright 2008 by Susie Collins             */
/* -------------------------------------------------------------------------- */
/* Filename       : Global.css                                                */
/* Directory      : www.chilcaresupplies.com.au/config                        */
/* Description    : Default Style Sheet for Microsoft Browsers                */
/* Version        : 1.00                                                      */
/* Change History : none                                                      */
/* Created at     : 28.10.08 by : Susie Collins                               */
/* Changed at     :                                                           */
/* -------------------------------------------------------------------------- */

/* ---- Links and Anchors---------------------------------------------------- */
a:link  {
	color: #009999;
}

a:visited {
    color:#009999;
}

a:active  {
	color: #009999;
}

a:hover {
	color: #009999;
}

a:link.footer  {
	color: #ffffff;
	text-decoration: none;
}

a:visited.footer {
    color:#ffffff;
	text-decoration: none;
}

a:active.footer  {
	color: #ffffff;
	text-decoration: none;
}

a:hover.footer {
	color: #ffffff;
	text-decoration: none;
}

/* ---- This is used ---- */
#StdBodytext {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#666666;
	text-align:left;
	line-height: 15px;
}

#StdBodytextSmall {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#999999;
	text-align:left;
	line-height: 15px;
}
#StdPrice {
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-align:left;
	line-height: 15px;
}

#StdHeader {
	font-size:20px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#666666;
	text-align:left;
	line-height: 24px;
}

#StdHeaderDark {
	font-size:20px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
	text-align:left;
	line-height: 32px;
}

#StdProductName {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	text-align:left;
	line-height: 13px;
}

#StdNavs{
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	text-align:left;
	line-height: 15px;
}

/* ----- Collapsible Menu ------------------------------------------------ */
.hidesubnavs {display:none;}
                    