﻿/* general */
body
{
    font-family: Arial, Helvetica, sans-serif;
}

a.link , a.hover , a.active , a.visited
{outline::none;}

.bg
{background-image:url(../../images/bg-tile-2.png); background-repeat:repeat-y;}

/* header */
.header
{background-image:url(../../images/header-bg-tile-2.png); background-repeat:repeat-x; height:100px; border:1px solid white;}

.header3
{background-image:url(../../images/header-bg-nontile-3.png); background-repeat: no-repeat;height:134px;}

.header4
{background-image:url(../../images/header-bg-nontile-4.png); background-repeat: no-repeat;height:134px;}

/* main */
.main
{background-image:url(../../images/main-area-backdrop-glass.png); background-repeat: repeat-x; border:1px solid white;}

.bottomshadow
{ background-image:url(../../images/shadow-bottom.png ); background-repeat: repeat-x;}

.cornershadow
{ background-image:url(../../images/shadow-corner.png ); background-repeat: no-repeat;}

.rhshadow
{ background-image:url(../../images/shadow-rh.png); background-repeat: repeat-y;}

/*sidebar*/

.sidebar
{background-image: url(../../images/sidebar-texture.png); background-repeat:no-repeat; /* border-bottom:1px solid white; width:167px;*/  }


 

#home a
{
	display: block;
	background: url(   '../../images/nav-home.png' ) top;
	width: 158px;
	height: 35px;
}

#home a:hover
{
	background: url(   '../../images/nav-home.png' ) no-repeat bottom;
}



#why a
{
	display: block;
	background: url(   '../../images/nav-why.png' ) top;
	width: 158px;
	height: 35px;
}

#why a:hover
{
	background: url(   '../../images/nav-why.png' ) no-repeat bottom;
}

#inspecting a
{
	display: block;
	background: url(   '../../images/nav-inspecting.png' ) top;
	width: 158px;
	height: 35px;
}

#inspecting a:hover
{
	background: url(   '../../images/nav-inspecting.png' ) no-repeat bottom;
}

#four a
{
	display: block;
	background: url(   '../../images/nav-four.png' ) top;
	width: 158px;
	height: 35px;
}

#four a:hover
{
	background: url(   '../../images/nav-four.png' ) no-repeat bottom;
}

#new a
{
	display: block;
	background: url(   '../../images/nav-new.png' ) top;
	width: 158px;
	height: 35px;
}

#new a:hover
{
	background: url(   '../../images/nav-new.png' ) no-repeat bottom;
}

#chinese a
{
	display: block;
	background: url(   '../../images/nav-chinese.png' ) top;
	width: 158px;
	height: 35px;
}

#chinese a:hover
{
	background: url(   '../../images/nav-chinese.png' ) no-repeat bottom;
}

#fee a
{
	display: block;
	background: url(   '../../images/nav-fee.png' ) top;
	width: 158px;
	height: 35px;
}

#fee a:hover
{
	background: url(   '../../images/nav-fee.png' ) no-repeat bottom;
}

#contact a
{
	display: block;
	background: url(   '../../images/nav-contact.png' ) top;
	width: 158px;
	height: 35px;
}

#contact a:hover
{
	background: url(   '../../images/nav-contact.png' ) no-repeat bottom;
}

#getreport a
{
	display: block;
	background: url(   '../../images/nav-getreport.png' ) top;
	width: 157px;
	height: 35px;
}

#getreport a:hover
{
	background: url(   '../../images/nav-getreport.png' ) no-repeat bottom;
}

#sample a
{
	display: block;
	background: url(   '../../images/nav-sample.png' ) top;
	width: 157px;
	height: 35px;
}

#sample a:hover
{
	background: url(   '../../images/nav-sample.png' ) no-repeat bottom;
}