body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #DCDCDC;
}

th {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   9px;
  line-height: 11px;
  color: #FFFFFF;
}

td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   9px;
  line-height: 11px;
  color: #000000;
}


#page {
	position: relative;
	width: 900px;
	/*
		TODO fix height of page element, see if it's possible to do it as a percentage instead of absolute value. Now it's set to 2200 to accomodate longer pages.
	*/
	height: 1200px;	
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#header {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 850px;
	height: 350px;
	background-image: url(../images/header4.jpg);
}

#navigation {
	position: absolute;
	left: 150px;
	top: 121px;
	z-index: 2;
}

#whiteLine {
	position: absolute;
	left: 148px;
	top: 163px;
	width: 652px;
	height: 3px;
	background-image: url(../images/white_line.gif);
}

#topImage {
	position: absolute;
	left: 600px;
	top: 166px;
}

#bottomImage {
	position: absolute;
	left: 600px;
/*	top: 359px;*/
	top: 286px;
}

#recentNews {
	position: absolute;
	left: 600px;
	top: 450px;
}

#newProducts {
	position: absolute;
	left: 600px;
	top: 550px;
}

#top2Image {
	position: absolute;
	left: 410px;
	top: 166px;
}



#pageTitle {
	position: absolute;
	left: 147px;
	top: 150px;
}

#pageContent {
	position: absolute;
	left: 147px;
	top: 165px;
/*	top: 286px;*/
	width: 440px;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #FF0000;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 14px;
	color: #333333;
}

p, ol, ul {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   11px;
  line-height: 13px;
  color: #000000;
}

p.small {
  font-size:   10px;
  line-height: 12px;
  font-style: italic;
}

p.italic {
  font-style: italic;
}

p.address {
  font-size:   11px;
  line-height: 13px;
}

#subMenusTest {
	position: absolute;
	left: 25px;
	top: 463px;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
	color: #999999;
}

#subMenusTest a {
	color: #000000;
	text-decoration: none;
}

#subMenusTest a:hover {
	color: #FF0000;
}

#subMenusTest hr {
	color: #FF0000;
}

#subMenuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-align: right;
	color: #000000;
}

#subMenuTitle a {
	text-decoration: none;
}

#subMenus {
	position: absolute;
	left: 25px;
	top: 163px;
	width: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
	color: #999999;
}

#subMenus a {
	color: #000000;
	text-decoration: none;
}

#subMenus a:hover {
	color: #FF0000;
}

#subMenus hr {
	color: #FF0000;
}

#footer {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   9px;
  line-height: 14px;
  color: #000000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}
