body
{
	margin: 0;
	padding: 0;
	background-color: #41caf8;
	background-image: url('../images/bg_body.png');
	background-position: left top;
	background-repeat: repeat-x;
}

/* tables */

.maintable
{
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;	
	border-bottom: 1px solid #006699;
}

td.header
{
	text-align: left;
	vertical-align: top;
	height: 303;	
}

#header
{
	width: 1000px;
	position: relative;
	/*background-image: url('../images/bg_header.png');
	background-position: left top;
	background-repeat: no-repeat;*/
	height: 303px;		
}

td.content
{
	background-image: url('../images/bg_fortitle.png');
	background-position: 190px top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

td.footer
{
	text-align: center;
	padding-right: 32px;
	height: 100px;
}

/* divs and elements */

.news_block strong { color: #f7941d; }
.news_block p  { color: #a3620a; font-family: arial, verdana, tahoma; font-size: 8pt; }

.forum_news_block p { color: #a3620a; font-family: arial, verdana, tahoma; font-size: 8pt; }



#copyright
{
	font-family: arial, verdana, tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #006699;
}

ul.left_brands { margin: 0; padding: 0; }

ul.left_brands li 
{
	list-style:none;
	background-image: url('../images/bg_leftlist.png');
	background-repeat: repeat-x;
	height: 24px;
	line-height: 24px;	
}

ul.left_brands li  a
{
	font-size: 10pt;
	font-weight: bold;
	color: #a0410d;
	padding-left: 25px;
	text-decoration: none;
}

ul.left_brands li  a:hover
{
	background-repeat: repeat-x;	
}

ul.left_brands li:hover
{
	background-image: url('../images/bg_leftlist2.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}


.leftbar
{
	margin-top: 3px;
	background-image: url("../images/bg_leftbar.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	width: 27%;
	padding-left: 10px;
}

.contentbar
{
	margin-top: 3px;
	margin-left: 3px;

	background-image: url("../images/bg_content.png");
	background-position: left top;
	background-repeat: no-repeat;
	
	float: left;
	width: 70%;
	padding-left: 5px;
	padding-right: 5px;
}


.bartitle
{
	font-family: tahoma, arial, verdana;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/bartitle.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 212;
	line-height: 36px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

.bartitle-closed
{
	font-family: tahoma, arial, verdana;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/bartitle2.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 212;
	line-height: 36px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

.pagetitle h2
{
	margin-top: 4px;
	margin-bottom: 30px;
	font-family: tahoma, arial, verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	/*padding-left: 72px;*/
}

.table_delimeter
{
	background-color: #cccccc;
	height: 1px;
}

.phone
{
	font-family: arial, verdana, tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}
/* forum */

table.forum td     { color: #006699; border: 0px solid #efefef; }
table.forum td  strong, table.forum td b   { color: #006699; }
table.forum td a    { text-decoration: none; /*color: #aa0000;*/}
table.forum td a:hover    { text-decoration: none; color: #aa0000; padding: 3px;}

td.forum-header		{ background: #006699; color: #ffffff; padding: 5px;}

a.forum-page { color: #006699; padding: 3px;  text-decoration: none; }
a.forum-page:hover { color: #000000; background-color: #ffffff;  }
a.forum-page-active { color: #000000; background-color: ffffff; padding: 3px;  text-decoration: none; font-weight: bold;}

.white { color: #ffffff; }

/* typo */

p,li { font-family: tahoma, verdana; font-size: 9pt; color: #000000; }
h1,h2,h3 { font-family: arial, verdana, tahoma; color: #000000; }
h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
a { color: #006699; }
a:hover {
	color: #41CAF8;
	text-decoration: none;
}


/* other */

a img { border-style: none; }
td { font-family: arial, verdana, tahoma; font-size: 9pt;}

