@import url(reset.css);

body {
	background: #f6f1d8 url(../images/bg.gif) repeat-x top;
	color: #613f1e;
	font: normal 11px Tahoma, sans-serif;
	text-align: center;
	}

.wrap {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}

.head {
	background: url(../images/head_bg.gif) repeat-x bottom;
	height: 1%;
	padding: 28px 70px 1px;
	}

.head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	.logo {
		float: left;
		}
	
	.phone {
		background: url(../images/phone.gif) no-repeat bottom;
		float: right;
		height: 51px;
		margin-bottom: 5px;
		overflow: hidden;
		text-indent: -10000px;
		width: 206px;
		}
	
	.topMenu {
		background: url(../images/top_menu_r.gif) no-repeat right;
		clear: right;
		color: #fff;
		font-weight: bold;
		height: 18px;
		padding-right: 20px;
		position: relative;
		right: -40px;
		}
		
		.topMenu ul {
			background: #890120 url(../images/top_menu.gif) no-repeat left;
			height: 18px;
			float: right;
			list-style-type: none;
			margin: 0;
			padding-left: 17px;
			}

			.topMenu ul li {
				float: left;
				}
				
				.topMenu ul a, .topMenu ul span, .topMenu ul a:visited {
					color: #fff;
					float: left;
					padding: 2px 17px 3px;
					}
				
				.topMenu ul a:hover, .topMenu ul a.active, .topMenu ul span, .topMenu ul a:visited:hover {
					background: #2d87d6 url(../images/top_menu_a.gif) repeat-x;
					text-decoration: none;
					}

.headPic {
	background: #fffae0 url(../images/head_pic_bg.jpg) no-repeat top;
	padding-bottom: 2px;
	text-align: center;
	}
	
	.headPic img {
		display: block;
		margin: auto;
		}

.menu {
	background: #890120 url(../images/menu.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	height: 24px;
	padding: 0 30px;
	}
	
	.menu table {
		border-collapse: collapse;
		margin: 0;
		width: 100%;
		}
		
		.menu table td {
			border: 0;
			padding: 4px 0 5px;
			text-align: center;
			vertical-align: middle;
			}
					
			.menu table td a, .menu td a:visited {
				color: #fff;
				}

.mainContent {
	background-color: #fffae0;
	margin-bottom: 1px;
	padding: 15px 60px 0;
	zoom: 1;
	}
	
	.mainContent .banners {
		border-collapse: collapse;
		table-layout: fixed;
		width: 100%;
		}
		
		.mainContent .banners td {
			border: 0;
			color: #006ccc;
			font: normal 15px Garamond, Georgia serif;
			padding: 0 10px 20px;
			}
			
			.mainContent .banners td img {
				border: 2px solid #adaa8b;
				display: block;
				margin: 2px 0;
				}

.footer {
	border-top: 8px solid #fff;
	color: #adaa8b;
	text-align: right;
	padding-top: 4px;
	}
	
	.rusoft {
		background: url(../images/rusoft.gif) no-repeat left 2px;
		float: left;
		height: 25px;
		padding-left: 22px;
		text-align: left;
		}
	
	.footer a {
		color: #adaa8b;
		}

/* Globals begin */

a {
	color: #006ccc;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin-bottom: 9px;
	}

h1 {
	font-size: 18px;
	margin-bottom: 7px;
	}

h2, h3, h4 {
	margin: 16px 0 6px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 15px;
	font-style: italic;
	}

h4 {
	font-size: 14px;
	}

h5, h6 {
	margin: 12px 0 3px;
	}

h5 {
	font-size: 12px;
	}

h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	}


ul {
	list-style-type: disc;	
	margin: 5px 0 10px 20px;
	}
	
	ul ul {
		list-style-type: square;
		}
		
		ul ul ul {
			list-style-type: circle;
			}

ol {
	list-style-type: decimal;
	margin: 5px 0 10px 25px;
	}

table {
	margin-bottom: 10px;
	}

	table td, table th {
		border: 1px solid #000;
		margin-bottom: 10px;
		padding: 2px 4px;
		}

.floatLeft {
	float: left;
	margin: 2px 12px 3px 0;
	}

.floatRight {
	float: right;
	margin: 2px 0 3px 12px;
	}

.picDescription {
	width: 1px;
	}

.picDescription td {
	border: 0;
	color: #444;
	font-style: italic;
	line-height: 12px;
	padding: 5px 0;
	text-align: center;
	}

.picDescription .picCell {
	padding: 0;
	}

/* Globals end */