* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body {
	background:url(images/tail-top.gif) left top repeat-x #000;
	font-family:"Courier New", Courier, monospace;
	font-size:100%;
	line-height:1.4375em;
	color:#F00;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:828px;
	margin:0 auto;
	font-size:0.75em;
	position:relative;
}

#header {
	height:526px;
}
#content {
	background:#1b1a1a;
}
	#content .aside {
		float:left;
		width:207px;
	}
	#content .mainContent {
		float:left;
		width:617px;
	}

/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:23px;
	font-size: 18px;
}
.p1 { 
	margin-bottom:11px;
}
.p2 { 
	margin-bottom:23px;
}
.p3 { 
	margin-bottom:33px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#C30;
	outline:none;
}
a:hover{
	text-decoration:underline;
	color: #F00;
}

h2 {
	font-size:24px;
	color:#fff;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:1px solid #4b4a4a;
	padding:0 0 2px 0;
	margin-right:10px;
	margin-bottom:12px;
}
	h2.alt {
		letter-spacing:-1px;
	}
h3 {
	font-size:24px;
	color:#fdfdfd;
	line-height:1.2em;
	border-bottom:1px solid #4b4a4a;
	font-weight:normal;
	margin-bottom:28px;
	padding:4px 0 7px 0;
}
h4 {
	font-size:1em;
	color:#fff;
	font-weight:normal;
}

.link1 { 
	display:block;
	float:right;
	background:url(images/link1-bg.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
	font-size:1.1em;
}
.link1:hover {
	text-decoration:underline;
	font-size: 1.0em;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b {
	display:block;
	background:url(images/link1-right.gif) no-repeat right top;
	padding:0 9px 2px 9px;
	font-weight:normal;
	font-style:normal;
	font-size: large;
	}

.address dt:first-line {
	color:#fff;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:85px;
	}


/*===== header =====*/
#header .row-1 {
	height:448px;
}
	#header .row-1 .mm {
		padding:63px 0 0 55px;
	}
#header .row-2 {
	height:77px;
	background:url(images/nav-bg.gif) left bottom repeat-x;
	padding-left:30px;
	overflow:hidden;
}
	
	#header .nav li {
		float:left;
	}
		#header .nav li a {
			display:block;
			float:left;
			width:155px;
			height:68px;
			text-align:center;
			line-height:77px;
			color:#fff;
			text-decoration:none;
			font-size:18px;
			text-transform:uppercase;
			text-indent:-20px;
		}
		#header .nav li a.act {
			background:url(images/nav-act.png) no-repeat left top;
			line-height:48px;
		}

/*===== content =====*/
#content.bg {
	background:url(images/sidebar-bg.gif) left top repeat-y #1b1a1a;
}
	#content .mm {
	padding:30px 30px 50px 38px;
	font-size: xx-large;
	}
	#content .aside .mm {
	padding:30px 30px 20px 38px;
	font-size: 24px;
	}

	.list1 li {
		font-size:15px;
		padding-bottom:10px;
	}
		.list1 li a {
			color:#7b7a7a;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#fff;
			text-decoration:none;
		}
		
	
	
	.classes {
		border:none;
		border-collapse:collapse;
		width:100%;
	}
		.classes thead td {
			color:#fff;
			padding:10px 12px;
		}
			.classes td {
	border:1px solid #494848;
	padding:6px;
	vertical-align:top;
			}
			.classes td.cell-1 {
				width:80px;
			}
			.classes td.cell-2 {
				width:160px;
			}
			.classes td.cell-3 {
				width:34px;
			}
			.classes td.cell-4 {
				width:100px;
			}
	
	
	
/*===== footer =====*/
#footer {
	padding:15px 0 68px 0;
	text-align:right;
	font-size:11px;
	color:#666565;
}
#footer.bg {
	background:url(images/footer-bg.gif) no-repeat left top;
	font-size: 9px;
}
	#footer a {
		color:#970202;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	line-height:16px;
}
	#contacts-form label { 
		display:block;
		height:40px;
	} 
		#contacts-form label input { 
			width:240px;
			padding:1px 0 1px 5px;
			color:#fff;
			background:#323131;
			border:1px solid #7b7a7a;
		}
		#contacts-form textarea {
			width:240px;
			height:105px;
			padding:1px 0 1px 5px;
			margin-bottom:11px;
			color:#fff;
			overflow:auto;
			background:#323131;
			border:1px solid #7b7a7a;
		}
		#contacts-form .link1 {
			line-height:22px;
			margin-left:7px;
		}

/*==========================================*/
#page6 #main #content .mm .style18 .style2 {
	font-family: Verdana, Geneva, sans-serif;
}
#page3 #main #content .wrapper .mainContent .mm .style21 {
	font-family: Verdana, Geneva, sans-serif;
}
#main #content .mm p strong {
	font-size: 14em;
}
#main #content .mm p strong {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}
.J {
	color: #181818;
}
#page1 #main #content .wrapper .mainContent .mm .wrapper .col-2 p {
	font-size: 18px;
}
M {
	font-size: 2px;
}
#page1 #main #footer script {
	color: #000;
}
JU {
	font-size: 6px;
}
#page1 #main #footer dd .J {
	color: #000;
}
#page6 #main #content .mm p a NEW {
	color: #F00;
}
#main #content .mm h6 strong {
	font-size: 10px;
}
#main #content .mm p .style21 .style18 .style18 .style18 {
	font-size: 36px;
}
#main #content .mm p .style18 .style18 {
	font-size: 24px;
}
#main #content .mm p .style21 .style18 .style18 .style18 .style18 {
	color: #FF5A0E;
}
#main #content .mm .style28 strong u {
	font-size: 36px;
}
#main #content .mm .style2 {
	color: #CCC;
}
#main #content .mm .style2 {
	font-size: 12px;
}
.kk {
	color: #00F;
}
.kkk {
	color: #FF0;
}
#main #content .mm .kkk {
	font-size: 24px;
}
#main #content .mm .kkk {
	font-size: 16px;
}
ii {
	font-size: 36px;
}
#main #content .mm h6 {
	font-size: 18px;
}
#main #content .mm .kkk strong {
	font-size: 24px;
}
.j {
	font-size: medium;
}

