/*
    £99 Business Card Website
    Basic version
    by Graham Wilson
*/

/* ===== global styles ===== */

body {
    font-family: Verdana, sans-serif;
    background: #bbb url(../images/page_bg.png) repeat;
    margin: 0;
    padding: 0;
	text-align: center; /* for IE */
}

a { 
	color: #666;
}

a:link, a:visited {
	color: #666;	
}

a:hover, a:active {
	text-decoration: none;
	color: #06C;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

#innerDiv h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #006;
    margin: 1ex 0 .4ex 0;
}

span.highlight {
	color: #06C;
	font-weight:bold;
}

div#outerDiv {
    width: 690px;
	min-height: 406px;
	height:auto !important;
  	height:406px;
    margin: 120px auto 10px auto;
	padding: 0;
    background: url(../images/plug_bg.gif) no-repeat;
	text-align: left; /* counter the body center */
}

div#header {
    height: 120px;
    position: relative;
	background: url(../images/header.jpg) no-repeat;
}

div#innerDiv {
    width: 690px;
	Margin: 0 auto;
	padding: 0;
    background: url(../images/innerbg.jpg) repeat-x;
	text-align: left; /* counter the body center */
}

div#left {
	display:inline;
	width: 300px;
	margin: 1ex 0 1ex 10px;
	padding: 0;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

div#right {
	display:inline;
	width: 340px;
	margin: 1ex 5px;
	float: right;
}

.clear {
	clear: both;	
}

div#full {
	width: 670px;
	margin: 0.5ex 10px 10px 10px;
	padding: 0;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 690px;
  height: 205px;
  position: relative;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .button1 {
  width: 77px;
  height: 205px;
  background: url(../images/onbutton1.gif) no-repeat;
  top: 132px;
  left: 81px;
  
}
#menu .button1 span {
  width: 77px;
  height: 205px;
  background: url(../images/overbutton1.gif) no-repeat;
  top: 0;
  left: 0;
}

#menu .button2 {
  width: 88px;
  height: 205px;
  background: url(../images/onbutton2.gif) no-repeat;
  left: 158px;
  top: 132px;
}
#menu .button2 span {
  width: 88px;
  height: 205px;
  background: url(../images/overbutton2.gif) no-repeat;
  left: 0;
  top: 0;
}

#menu .button3 {
  width: 135px;
  height: 205px;
  background: url(../images/onbutton3.gif) no-repeat;
  left: 246px;
  top: 132px;
  cursor:default;
}
#menu .button3 span {
  width: 135px;
  height: 211px;
  background: url(../images/overbutton3.gif) no-repeat;
  left: 0;
  top: 0;
}

#menu .button4 {
  width: 135px;
  height: 205px;
  background: url(../images/onbutton4.gif) no-repeat;
  left: 381px;
  top: 132px;
}
#menu .button4 span {
  width: 135px;
  height: 205px;
  background: url(../images/overbutton4.gif) no-repeat;
  left: 0;
  top: 0;
}

#menu .button5 {
  width: 135px;
  height: 205px;
  background: url(../images/onbutton5.gif) no-repeat;
  left: 460px;
  top: 132px;
}
#menu .button5 span {
  width: 135px;
  height: 205px;
  background: url(../images/overbutton5.gif) no-repeat;
  left: 0;
  top: 0;
}

#menu .button6 {
  width: 135px;
  height: 205px;
  background: url(../images/onbutton6.gif) no-repeat;
  left: 544px;
  top: 132px;
}
#menu .button6 span {
  width: 135px;
  height: 205px;
  background: url(../images/overbutton6.gif) no-repeat;
  left: 0;
  top: 0;
}


div#footer {
	width: 690px;
	margin: 0px auto;
	padding: 0;
	font-size:10px;
	text-align: right;
}

div#footer a:link, #footer a:visited {
	font-size:11px;
	color: #333;
	text-decoration:none
}

div#footer a:hover, #footer a:active {
	color: #600;
	text-decoration:underline;
}

/* ===== main menu ===== */

#header #mainMenu {
    position: absolute;
    left: 220px;
    bottom: 0;
	width: 470px;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 5px 0 5px;
    margin-right: 10px;
    line-height: 25px;
    border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #f8b449;
}

#mainMenu li a.current {
    color: #f8b449;
}

/* ===== scroller ===== */

html {
scrollbar-base-color: #000;
scrollbar-arrow-color: white;
scrollbar-track-color: #333;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

p.table {
	font-family: Verdana, sans-serif;
	font-size:90%;
}
