﻿@import url("Main.css");
#main h1
{
    background: url( '../img/v1/CentreColumn/MainHeaderBlue.gif' ) no-repeat;
}
p
{
	font-weight:normal;
}
#main h2 
{
	color:#336699;
}
.login-title
{
	color: #336699;
}
#nav-header
{
	background: url(../img/v1/LeftColumn/HeaderBlue.gif) no-repeat;
}
.Cart-Header
{
    background: url(../img/v1/RightColumn/CartHeaderBlue.gif) no-repeat;
}
.Feedback-Header
{
	background: url(../img/v1/RightColumn/FeedbackHeaderBlue.gif) no-repeat;
}
#ProductBoxBottom
{
	background: url( '../img/v1/CentreColumn/ProductSearchBottom.gif' ) 0px 0px no-repeat;
}
#global-table caption
{
   background-image: url(../img/v1/RightColumn/GHIHeaderBlue.gif);
}
#global-table-zh-cn caption, #global-table-de-de caption
{
	background-image: url(../../img/v1/RightColumn/SectionHeaderBlue.gif);
}
#dots
{
	background: url(../img/v1/blue-dots.gif) repeat-x;
}
div.Home a, div.Products a, div.AboutUs a, div.Resources a, div.Login a, div.Search a {
	color:#ffffff;
	}
div.News a
{
	color:#ffffff;
}
div.Home a {
	background: url( '../img/v1/NavBar/Home.gif' ) top left no-repeat;
}
div.Products a {
	background: url( '../img/v1/NavBar/Products.gif' ) top left no-repeat;
}
div.AboutUs a {
	background: url( '../img/v1/NavBar/AboutUs.gif' ) top left no-repeat;
}
div.News a, div.News a:visited, div.News a:active {
	background: url( '../img/v1/NavBar/News.gif' ) -260px 0px no-repeat;
	color:#ffffff;
}
div.Resources a {
	background: url( '../img/v1/NavBar/Resources.gif' ) top left no-repeat;
}
div.Login a {
	background: url( '../img/v1/NavBar/Login.gif' ) top left no-repeat;
}
/*--
Button elements
*/

.button:hover span, .button.over span {
        background:url('../img/v1/button.gif') no-repeat 0 -175px;
}
.button:active span, .button.down span, #button a:active
{
	background:url('../img/v1/button.gif') no-repeat 0 -200px;
}
.button:hover em, .button.over em {
        background:url('../img/v1/button.gif') no-repeat 100% -175px;
}
.button:active em, .button.down em, #button a:active
{
	background:url('../img/v1/button.gif') no-repeat 100% -200px;
}
