body{
	font-size: 80%;
	height:100%;
	margin:0px;
	padding:0px;
	FONT-FAMILY: Tahoma;
	color:black;
	background-color: white;
}
/*table{
	  border="0" 
	/*border-collapse:collapse; /* cellspacing="0" 
}*/

table td{
	/*padding:0px; /* cellpadding="0" */
	vertical-align: top;
}
.pad{
	border-collapse: collapse;
	border:0px;
}
td.p{
	padding: 0px;
}
td {
	font-size: 80%;
}
p {
	margin-top:0px;
	margin-bottom:5px;
	padding-left:0px;
}

ol,ul {
	margin-top:0px;
	margin-left:20px;
}

li {
	list-style-type: square;
	line-height: 20px;
	top:1px;
}
li.normal {
	list-style-type: square;
}

hr {
	border: solid 0px #D2D7BF;
	height:1px;
	margin:0px;
	padding:0px;
	height:1px;
	color: #D2D7BF;
	background-color: #D2D7BF;
}

A{
	 COLOR: #921a26;  
	 TEXT-DECORATION: none;
}

A:hover {
	 TEXT-DECORATION: underline;
}

img.left {	
	margin-top:3px;
	margin-right:15px;
	margin-bottom:12px;
}
img.right {
	margin-top:3px;
	margin-left:15px;
	margin-bottom:15px;
}

h1 {
 	background: #4c0f16 url(images/h1_bg.gif) repeat-y right;
	/*border: 1px solid #c1aeb0;*/
	font-size:100%;
	color:white;
	margin-top:1px;
	padding:3px 40px 3px 30px;
	font-weight: normal;
}
h2 {
	color:#696969;
	FONT-SIZE: 100%;
	margin:0px;
	padding-bottom:5px;
}
h3 {
	color:#000000;
	FONT-SIZE: 110%;
	margin:0px;
	padding-bottom: 10px;
}

h4,h6 {
	margin:0px;
	font-weight:normal;
}
.botm{
	font-size: 85%;
	color: #8a8989;
}
a.botm:hover, span.botm{
	color: #921a26;
	text-decoration: none;
}
.comp{
	display: block;
	float: left;
	padding: 5px 7px;
	text-transform:uppercase;
	color: #474646;
	margin: 2px 2px 0 0;
}
span.comp{
	background: #cfcfcf;
	color: #474646 !Important;
}
a.comp:hover{
	background: #f2f2f2;
	color: #474646 !Important;
	text-decoration: none;
}
.comp_im{
	display: none;
}
.content img{
	/*border: 1px solid #9c9c9c;*/
	padding: 10px;
	/*background: url(images/red_cube.gif) no-repeat top left;*/
}
.hot, .hot_act{
	background: url(images/hot.gif) no-repeat 0 5px;
	display: block;
	margin: 3px 10px 0 5px;
	padding-left: 12px;
	color: #474646;
}
span.hot, a.hot:hover,.hot_act{
	color: #921b27;
	background: url(images/hot_act.gif) no-repeat 0 5px;
	text-decoration: none;
}
.hot_title{
	color: White;
	background: #989999 url(images/hot_title_bg.gif) no-repeat 1px 1px;
	font-weight: bold;
	display: block;
	padding: 0 2px 2px 16px;
}
.inp{
	border: 1px solid white;
	font-size: 10px;
}
.left{
	float: left;
}
.leftcol{
	background: url(/images/leftcol_bg.gif) no-repeat left bottom;
	padding-left: 30px;
	font-size: 70%;
}
.leftm{
	color: #474646;
	display: block;
	text-decoration: underline;
	font-size: 85%;
	margin: 0px 4px 5px 10;
}
span.leftm, a.leftm:hover{
	color: #921b27;
}
.mainm{
	color: #4f4f4f;
	background: url(images/mainm_ic.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-right: 10px;
}
a.mainm:hover, span.mainm{
	background: url(images/mainm_ic_act.gif) no-repeat 0 5px;
	color: #921b27;
	text-decoration: none;
}
.mont{
	border-top:2px solid #cccccc;
	border-bottom:2px solid #cccccc;
	margin-bottom: 25px;
}
.mont a{
	color: #474646;
}
.mont a:hover, .mont span{
	color:#921b27;
	text-decoration: none;
}
.mont_block{
	border-left:1px solid #cccccc;
	padding-left:12px;
	margin-top: 5px;
}

.fixMenu {
	position:fixed;
	left:30px;
	top:205px;
	width:185px;
}
	.fixMenu .title {
		color: White;
		width:167px;
		_width:185px;
		background: #989999 url(images/hot_title_bg.gif) no-repeat 1px 1px;
		font-weight: bold;
		font-size:12px;
		display: block;
		padding: 2px 2px 2px 16px;
	}

* html{
  background:url(images/null.gif) fixed;
}

* html .fixMenu {
position:absolute;
left: expression( ( 30 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 205 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.fixMenu .leftm {
	font-size:12px;
}

/* Forms */
#Forms {
	margin:10px 0 0 0;
	float:left;
}

	#Forms label span {
		color:#F00		
	}	

	#Forms table.form {
		
	}

	.formrow {
		width:100%;
		margin:0 0 10px 0;
		float:left;
		position:relative;
	}

		fieldset .formrow  label {
			margin:0 10px 0 0;
		}	
	
		.formrow .label {
			margin:3px 0 0 0;
			width:170px;
			float:left;
			color:#696969;
			font-weight:bold;
		}
		
		.formrow textarea {
			width:410px;
			height:100px;
			*width:375px;
		}
		
		.formrow .inputtext {
			width:250px;
			font-family:"Courier New", Courier, monospace, Tahoma, Verdana;
			font-size:100%;
		}
		
	fieldset {
		width:530px;
		border:1px solid #999;
		position:relative;
		margin:0 0 10px 0;
		padding:10px 15px 0 15px;
		zoom:1;
	}
	
		fieldset legend {
			font-size:110%;
			font-weight: normal;
			font-weight:bold;
			padding:0 5px;
			color:#851a2c;
			background:#fff;
			position:relative;
			margin:-2px 0 0 0;
			//margin-bottom:7px;
		}
		
		@media all and (-webkit-min-device-pixel-ratio:10000),
		not all and (-webkit-min-device-pixel-ratio:0) {
			legend { top:-21px; margin-bottom:-5px; }
		}	
		
		fieldset .formrow .label {
			margin:0 0 0 0;
			width:200px;
			float:left;
			font-weight:normal;		
		}
		
		fieldset .formrow .checkboxes {
			float:left;
		}
		

		
		.btn {
			float:left;
			padding:5px 10px;
			cursor:pointer;
			margin:10px 0 0 0;
			zoom:1;
			background:#8c222d;	
			border:1px solid #c1aeb0;
			color:#fff;
			text-decoration:none;
		}
		
			.btn:hover {
				background:#333;
				text-decoration:none;
			}
			
		.markedBorder {
			width:100%;
			float:left;
			font-style:italic;
		}
	

/* end Forms */
