/* positioning, images etc */

body
{
	background-image: url(images/ta.png); 
	background-position: center;
	padding: 0; 
	margin: 0;
}

div.page
{
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-image: url(images/centerbg.png); 
	background-repeat: repeat-y;
}

div.page img
{
	border: 0;
}

div.sticks
{
	height: 184px;
	background-image: url(images/sticks.png); 
	background-position: center bottom;
	background-repeat: no-repeat;
}

div.screen
{
	background-image: url(images/centerstop.png); 
	background-repeat: no-repeat;
	padding-top: 25px;
}

ul.menu
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	margin-left:70px;
	margin-top: 17px;
}

ul.menu li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.main
{
	padding-left: 270px;
	padding-right: 70px;
}

/* fonts, alignments etc */

body
{
	font-family: Arial,Sans-Serif;
	font-size: 11pt;
	text-align: center; 
}

div.screen
{
	text-align: left;
	color: white;
}

div.main
{
	text-align: left;
}

div.main img.pic
{
	float: right;
}

div.main h1
{
	color: #ece426;
}

div.main ul
{
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

div.main ul li 
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/bullets/top1.png");
	padding-left: 17px;
}

div.main ul.nodots
{
	margin: 0;
}

div.main ul.nodots li
{
	padding: 0;
	background-image: none;
}

div.main h1
{
	font-size: 1.3em;
}

div.main h2
{
	font-size: 1.1em;
}

div.main p
{
	font-size: 0.9em;
}

div.main a, div.main a:link, div.main a:visited
{
	color: white;
	text-decoration: none;
}

div.main a:hover
{
	text-decoration: underline;
}

div.main a:active
{
	color: #ece426;
}

div.main table
{
	background-color: white;
	color: black;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ece426;
}

div.main table th
{
	background-color: #ece426;
}

div.main table td
{
	border: 1px solid #dddddd;
}

div.main table td.num
{
	text-align: right;
}

div.productdesc
{
	text-align: justify;
}

div.productdesc ul
{
	font-size: 0.9em;
}

/* Menu and Bulletpoints */

ul.menu
{
	cursor: pointer;
}

ul a, ul a:link, ul a:visited
{
	color: white;
	text-decoration: none;
}

ul a:hover
{
	text-decoration: underline;
}

ul a:active
{
	color: #ece426;
}

ul.menu a
{
	display: block;
}

ul.menu li 
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/bullets/top1.png");
	padding: 0 0 0 15px;
	cursor: pointer;
	border: 1px solid black;
}

ul.menu li ul 
{
	padding: 0;
	margin: 0;
	display: none;
}

ul.menu li.open
{
	background-image: url("images/bullets/top2.png");
}

ul.menu li ul li.s1
{
	background-image: url("images/bullets/sub1.png");
}

ul.menu li ul li.s2
{
	background-image: url("images/bullets/sub2.png");
}

ul.menu li ul li.s3
{
	background-image: url("images/bullets/sub3.png");
}

ul.menu li ul li.s4
{
	background-image: url("images/bullets/sub4.png");
}

ul.menu li ul li
{
	background-image: url("images/bullets/subsub.png");
}

div.clear
{
	height: 1px;
	clear: both;
}