/* CSS Document */

a	{text-decoration: none; color: #000; border: 0; font-weight: bold;}
a:visited	{text-decoration: none; color: #000;}
a:hover {background: #000; color: #fff;}
img	{border: 0;}
select {text-align: center;}

body	{
	font: 1em tahoma #ccc;
	margin: 0;
	text-align: center;
	background-color: #fff;
	background-image:  url(images/bg_repeat.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 1em;
}

div#contentdiv 	{
	margin-top:0;
 	width: 780px;
	min-height: 550;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgfull.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}

* html div#contentdiv 	{
	height: 580;
}

div#menudiv	{
	padding-top: 130px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

div#menudiv ul li	{
	display: inline;
}

div#menudiv ul	{
	margin-left: -35;
}

* html div#menudiv ul	{
	margin-left: 0;
}


div#starttext	{
	font-size: 13px;
	font-family: tahoma,sans-serif ;
	color: #444;
	text-align: justify;
	line-height: 180%;
	padding-top: 20px;
	margin-left: 230;
	margin-right: 230;
}

.textwork	{
	font-size: 13px;
	font-family: tahoma,sans-serif ;
	color: #444;
	text-align: center;
	line-height: 180%;
}

div#categorytitle h2	{
	margin-top: 40px;
	font-family: tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ccc;
}

div#workexdiv	{
	margin-top: 20px;
	margin-left: 215;
	margin-right: 215;
	width: 350;
}

div#imagebig	{
	width: 100%;
}

table#prenext	{
	text-align: center;
	width: 300;
}

table#prenext td	{
	padding: 10;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

* html table#prenext	{
	width: 100%
}

table#productstable	{
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

table#outertable	{
	width: 100%;
}

table#productstable td	{
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

.boldwork	{
	width: 100%;
	font-weight: bold;
}

table#productstable td a	{
	color: #f00;
}

div#footerdiv	{
	margin-top: 40;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color:#777;
}

