/* MAIN styles */

html
{
	font-size: 100.01%;
}
.style4 {
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eaeaea url(/images/body-bg.gif);
	color: #000;
	font: normal 75% Tahoma, Arial, sans-serif;
}

h1, h2, h3
{
	margin: 1.2em 0 0.6em;
	font-weight: normal;
}

h1
{
	color: #000000;
	font-size: 220%;
}

h2
{
	font-size: 180%;
}

h3
{
	color: #da251d;
	font-size: 120%;
	font-weight: bold;
}

p
{
	margin: 0.6em 0;
}

ul, ol
{
	margin: 0.6em 0 0.6em 1.5em;
	padding: 0;
}

ul li, ol li
{
	margin: 0.4em 0;
}

a
{
	color: #000000;
	text-decoration: underline;
	cursor: pointer !important;
}

a:hover
{
	color: #000000;
}

img
{
	border-width: 0;
}



/* CUSTOM styles */

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

img.float-left
{
	margin: 0 1em 1em 0;
}

img.float-right
{
	margin: 0 0 1em 1em;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.align-center
{
	text-align: center;
}

.align-justify
{
	text-align: justify;
}

a.nd, a.dd
{
	text-decoration: none;
}

a.dd:hover
{
	text-decoration: underline;
}

a.dd2
{
	text-decoration: underline;
}

a.dd2:hover
{
	text-decoration: none;
}

h1.first
{
	margin-top: 0.35em;
}



/* AUX styles */

.pusher
{
	clear: both;
}

.vcenter1, .vhcenter1
{
	display: table;
	width: 100%;
}

.vcenter2, .vhcenter2
{
	display: table-cell;
	vertical-align: middle;
}

.vhcenter2
{
	text-align: center;
}



/* LAYOUT styles */

#canvas
{
	width: 944px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	color: #000000;
}

#top-line
{
	margin-bottom: 1px;
	padding: 2em 0 0.7em;
	background-color: #d30900;
	color: #fff;
	font-size: 110%;
}

#top-line ul
{
	margin: 0;
	padding: 0 0 0 0.5em;
}

#top-line ul li
{
	list-style-type: none;
	float: left;
	min-height: 22px;
	margin: 0;
	padding: 0;
}

#top-line ul li .item
{
	display: block;
	padding-left: 24px;
	margin-right: 1.1em;
	background: url(/images/bullet.gif) 2px 50% no-repeat;
	color: #fff;
	text-decoration: none;
}

#top-line ul li.active .item, #top-line ul li a.item:hover
{
	background-image: url(/images/bullet-active.gif);
	background-position: 0 50%;
}

#top-line ul li.last .item
{
	margin-right: 0;
}


#content
{
	padding: 20px 34px 29px;
	border-top: 3px solid #101010;
	border-bottom: 1px dashed #dcdcdc;
	background: url(/images/content-bg.gif) 100% 0 no-repeat;
}

#icons img
{
	margin: 0 14px;
}

.side-column
{
	float: left;
	width: 230px;
}

.side-column .inner
{
	padding: 0 8px;
}

.news .item, .news .item-first, .news .item-last
{
	margin: 1px -9px 0;
	padding: 0 9px 1em;
	border-top: 1px dashed #e7e7e7;
	border-bottom: 1px dashed #c9c9c9;
}

.news .item-first
{
	margin-top: 0;
	border-top-width: 0;
}

.news .item-last
{
	border-bottom-width: 0;
}


.main-column
{
	float: left;
	width: 620px;
}

.main-column .inner
{
	padding: 0 0 0 36px;
}

h2#slogan
{
	margin: 32px 0;
	padding-left: 4em;
	color: #626262;
	text-indent: -4em;
	font-size: 310%;
	font-weight: bold;
}

h2#slogan small
{
	color: #c2c2c2;
	font-size: 75%;
}


#exercises-line, #exercises-line .inner
{
	height: 203px;
}

#exercises-line
{
	border-top: 1px dashed #cfcfcf;
	border-bottom: 1px dashed #a4a4a4;
	background: #eee url(/images/exercises-line-bg.gif) 0 100% repeat-x;
}

#exercises-line .inner
{
	position: relative;
	z-index: 2;
	margin-left: -65px;
	padding-left: 65px;
	background: url(/images/car.gif) 0 57px no-repeat;
}

#exercises
{
	margin-left: 280px;
	padding-top: 17px;
	background: url(/images/exercises-path.gif) 35px 35px no-repeat;
}

#exercises ul
{
	margin: 0;
	padding: 0;
}

#exercises ul li
{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#exercises ul li .item
{
	display: block;
	width: 96px;
	padding-top: 60px;
	text-align: center;
	background: url(/images/exercises-item.gif) 50% 0 no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#exercises ul li.active .item, #exercises ul li a.item:hover
{
	background-image: url(/images/exercises-item-active.gif)
}

#exercises ul li .bottom
{
	margin-top: 72px;
}

#pre-footer
{
	height: 20px;
	margin-top: 1px;
	border-top: 1px dashed #dcdcdc;
}

#footer
{
	position: relative;
	height: 22px;
	padding: 13px 103px 0 25px;
	text-align: right;
	background-color: #aa0000;
	color: #fff;
	font-size: 95%;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#road-sign
{
	position: absolute;
	z-index: 3;
	bottom: 2px;
	right: 18px;
	width: 77px;
	height: 116px;
	background: url(/images/phone.gif) 100% 0 no-repeat;
}
table.forum
{
     border-collapse: collapse;
     margin: 0;
     padding: 0;
     border: 1px solid #CCCCCC;

}
td.forum
{
     border-collapse: collapse;
     margin: 0;
     padding: 0;
} 
td.dark {
background-image: bg1.gif; 
color: #FFCC00; 
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 8pt;
}

