* {
	margin: 0;
	padding: 0;
}

html, body, #container, #pics, #layout {
	height: 100%;
}

html#index {
	background: #fff url("../images/red-bg.gif") repeat-x;
}

html#index #layout {
	background: none;
}

body {
	background-attachment: fixed; 
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	min-width: 960px;
}

html#index body {
	background:  url("../images/body-bg.gif") no-repeat;
}

a {
	color: #C54D4D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ul li {
	list-style: none;
}

/*a:visited {
	color: #
}*/

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.margint {
	margin-top: 10px;
}

.red {
	color: #ff0000;
}

.dred {
	color: #C54D4D;
}

.clear {
	clear: left;
}

.padding {
	padding: 0 90px 0 90px;
}

#layout {
	width: 100%;	
	background: url("../images/border.gif") repeat-y top right;
}

#middle {
	width: 85%;
	background: url("../images/text.gif") no-repeat bottom left;
}

#header {
	padding-top: 50px;
}

#pics {
	background: url("../images/pics.jpg") no-repeat 0 206px;
}

.dText {
	background: url("../images/text.gif") no-repeat 90px 100%;
}

.lradiator, .rradiator {
	margin-top: 95px;
	height: 332px;
	width: 91px;
}

.lradiator {   
	background: url("../images/radiator-l.png") no-repeat;	
}

.rradiator {
	background: url("../images/radiator-r.png") no-repeat top right;
	float: right;
	}
	
#logo {
	background: url("../images/logo.png") no-repeat;
	width: 134px;
	height: 47px;
	text-indent:-1000em;
}

#logo a {
	display: block;
	height: 47px;
	width: 134px;
	}

#top {
	background: url("../images/pics2.jpg") no-repeat top right;
}

#column-box {
	padding: 20px 10px 25px 0;	
	/*float: left;
	overflow: hidden;*/
}

#right-col {
	float: right;
	width: 255px;
}

#left-col {
	margin-right: 300px;	
	padding-left: 25px;	
}

#left-col a {
	text-decoration: underline;
}

#left-col a:hover {
	text-decoration: none;
}

#left-col img.float {
	float: left;
	margin: 0 15px 15px 0;
}

#left-col img.float {
	border: 1px solid #000;
}

#left-col p {
	margin-bottom: 10px;
}

/*#left-col ul, #left-col ul li {
	list-style: disc;
}*/

#left-col ul {
	padding: 10px 0 10px 20px;
}

#left-col ul li {
	line-height: 1.5em;
	/*background: url(/images/bullet1.gif) no-repeat 0 8px;*/
	padding-left: 10px;
}

#left-col ul li ul {
	padding: 6px 0 6px 20px;
}

#left-col ul li ul li {
	background: url("../images/bullet.gif") no-repeat 0 8px;
}

.tborder {
	border-top: 1px solid #D6D6D6;
	padding: 25px 0 20px 0;
}
/*____navigation_______*/

.anLinks, .menu, .content {
	width: 100%;
}

.anLinks td, .menu td {
	text-align: center;
}

.anLinks a, .menu a {
	color: #fff;
}

.menu a {
	font-weight: bold;
}

#top .anLinks {
	margin-top: 0;
}

.anLinks {
	margin-top: 38px;
	background: #231F20;
}

.anLinks td {
	width: 50%;	
	padding: 3px 0 3px 0;
}

.anLinks h2 {
	font-size: 100%;
	color: #fff;
}

.anLinks strong  {
	color: #FF0000;
}

.menu {
	margin-top: 188px;	
}

.menu td {
	padding: 8px 0 8px 0;
	/*width: 33%;*/
	background: #B73232;
	text-align: center;
}

.menu td div {
	width: 160px;
	margin: auto;
}

.snav {
	background: #862525;
	text-align: right;
	padding: 13px 95px 9px 0;
}

.nav {
	padding: 0 0 20px 50px;
}

.nav li {
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #C54D4D;
}

.nav li a {
	color: #909493;
}

.nav li a:hover {
	color: #C4C4C4;	
}

.nav li ul {
	padding: 6px 0 0 15px;
}

.nav li ul li {
	font-weight: normal;
	padding: 3px 0 3px 10px;
	background: url("../images/bullet.gif") no-repeat 0 8px;
}

.nav li ul li a {
	text-decoration: underline;
}

/*__content______*/

.content {
	margin: 60px 0 30px 0;
}

.content td {
	width: 33%;
	padding: 0 25px 10px 25px;
	line-height: 1.2em;
}

.content h1, #left-col h1 {
	font-size: 130%;
	font-weight: normal;
	color: #A0A0A0;
	}

.content h3, #left-col h3 {
	font-size: 130%;
	color: #C54D4D;
	}
	
	.content h1 {
		padding-bottom: 5px;
	}
	
	#left-col h3, #left-col h1 {
		padding-bottom: 8px;
	}
	
	#left-col h5 {
		color: #A0A0A0;
		font-size: 120%;
	}
	
	.content h6, .tborder h6 {
		color: #A0A0A0;
		font-size: 130%;
		text-transform: uppercase;
	}
	
	#left-col table {
		margin-bottom: 10px;
	}
	
	#left-col table th {
		background: #909493;
		color: #fff;
		border: solid 1px #A0A0A0;;
		padding: 7px;
	}
	
	#left-col dl p {
		margin: 0;
		padding: 0;
			}
	
	#right-col dl dd {
		/*height: 76px;
		overflow: hidden;*/
			}
	
	#left-col table td {
		border: 1px solid #A0A0A0;
		padding: 5px;
	}
		
.arrow {
	font-weight: bold;
	background: url("../images/arrow.gif") no-repeat 100% 4px;
	padding-right: 8px;
	font-size: 90%;
}

.content td.hot {
	padding: 50px 25px 10px 25px;
}

#right-col div.hot {
	padding: 55px 0 25px 0;
	background-position: 50% 10px;
}

.hot {
	background: url("../images/hot.gif") no-repeat 50% 0;
}

.border {
	border-left: 4px solid #D5D5D5;
}

.tborder dl {
	color: #5F5F5F;
}

dl {
	padding: 20px 0 10px 0;
}

dl dt {
	color: #C54D4D;
	font-weight: bold;
}

dl dd {
	margin-bottom: 15px;
	}

dd img {
	float: left;
	margin: 0 8px 8px 0;
}

/*_____footer_______*/
 
 .bottom {
 	background: #909493 url("../images/footer-bg.gif") repeat-x;
	height: 8%;
	padding-bottom: 10px;
 }
 
 #footer {
 	padding-top: 25px;
	/*text-align: center;*/
	background: url("../images/decor.gif") no-repeat;
 }
 
 #footer a, #footer {
 	color:#ccc;	
 }
 
 #footer img {
 	vertical-align: middle;
 }
