﻿@import url("Main.css");
#main h1
{
    background: url( '../img/v1/CentreColumn/MainHeaderLogin.gif' ) no-repeat;
}

#main h2 
{
	color:#436f55;
}
.login-title
{
	color: #436f55;
}
#nav-header
{
	background: url(../img/v1/LeftColumn/HeaderLogin.gif) no-repeat;
}
.Cart-Header
{
    background: url(../img/v1/RightColumn/CartHeaderLogin.gif) no-repeat;
}
.Feedback-Header
{
	background: url(../img/v1/RightColumn/FeedbackHeaderLogin.gif) no-repeat;
}
#ProductBoxBottom
{
	background: url( '../img/v1/CentreColumn/ProductSearchBottom.gif' ) 0px 0px no-repeat;
}
#global-table caption
{
   background-image: url(../img/v1/RightColumn/GHIHeaderLogin.gif);
}
#global-table-zh-cn caption, #global-table-de-de caption
{
	background-image: url(../../img/v1/RightColumn/SectionHeaderLogin.gif);
}
#dots
{
	background: url(../img/v1/login-dots.gif) repeat-x;
}
div.Home a, div.Products a, div.AboutUs a, div.News a, div.Login a, div.Search a {
	color:#ffffff;
	}
div.Resources a, div.Resources a:visited, div.Resources a:active
{
	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 {
	background: url( '../img/v1/NavBar/News.gif' ) top left no-repeat;
}
div.Resources a {
	background: url( '../img/v1/NavBar/Resources.gif' ) top left no-repeat;
}
div.Login a {
	background: url( '../img/v1/NavBar/Login.gif' ) -260px 0px no-repeat;
}
#SmallPanels a.header 
{
	background: url( '../img/v1/CentreColumn/SubPanelHeaderLogin.gif' ) no-repeat;
}
#DoubleSubPanels a.subheader
{
	background: url( '../img/v1/CentreColumn/LongSubPanelHeaderLogin.gif' ) no-repeat;
}
/* Tutorial specialist classes */
#Tutorials h1
{
	height:25px;
	width:275px;
	background: url( '../img/v1/CentreColumn/LongSubPanelHeaderLogin.gif' ) 0px -25px no-repeat;
}
#Tutorials p
{
	width:270px;
}
.TutorialsRight
{
	float:right;
}
.TutorialsLeft
{
	float:left;
}
/*--
Button elements
*/

.button:hover span, .button.over span {
        background:url('../img/v1/button.gif') no-repeat 0 -350px;
}
.button:active span, .button.down span, #button a:active
{
	background:url('../img/v1/button.gif') no-repeat 0 -375px;
}
.button:hover em, .button.over em {
        background:url('../img/v1/button.gif') no-repeat 100% -350px;
}
.button:active em, .button.down em, #button a:active
{
	background:url('../img/v1/button.gif') no-repeat 100% -375px;
}
