* {
	margin: 0; padding: 0;
	text-align: left;
}

img {
	border: 0px; vertical-align: middle;
}

.clear {
	clear: both;
}

a {
	text-decoration: underline; color: #0E00A4;
}

a:hover {
	text-decoration: none; color: #441DA0;
}

html {
	height: 100%;
    background-color: #ffbb8d; 
	
}

body {
	margin: 0 auto;
	width: 739px; height: 100%;
	background-color: #fff;
	font-family: Tahoma, sans-serif; font-size: 12px; line-height: 17px;
}

#wrapper {
	min-height: 100%; margin-bottom: -66px;
	background-color: #fff;
}

 
* html #wrapper {
	height: 100%;
}

#border {
	width: 739px; height: 100%;
	position: absolute;
	margin: 0 auto;
	z-index: -1;
}

	#border .left {
		width: 20px; height: 403px;
		position: absolute;
		top: 0px; margin-left: -20px;
		background: url(/img/body-border-left.gif) top left no-repeat;
	}

	#border .right {
		width: 20px; height: 403px;
		position: absolute;
		top: 0px; right: -20px;
		background: url(/img/body-border-right.gif) top right no-repeat;
	}
/* /Общее */


/* Лого, кнопки */
#header {
	width: 739px; height: 229px;
	background: url(/img/header-background.gif) top left no-repeat #FF6600;
	clear: both;
}

	#topNav {
		position: absolute;
	}
	
		#topNav a {
			position: absolute;
			color: #130094; background-color: #FF9C5A;
			font-weight: bold;
		}

		a.polygraphy {
			width: 106px; height: 34px;
			top: 17px; left: 227px;
			background: url(/img/topnav-polygraphy.gif) top left no-repeat;
		}

		a.souvenir {
			width: 144px; height: 34px;
			top: 17px; left: 333px;
			background: url(/img/topnav-souvenir.gif) top left no-repeat;
		}

		a.directmail {
			width: 94px; height: 34px;
			top: 17px; left: 477px;
			background: url(/img/topnav-directmail.gif) top left no-repeat;
		}

		a.gifts {
			width: 168px; height: 34px;
			top: 17px; left: 571px;
			background: url(/img/topnav-gifts.gif) top left no-repeat;
		}

		a.logo {
			width: 188px; height: 212px;
			top: 17px; left: 39px;
			background: url(/img/topnav-logo.gif) top left no-repeat;
		}

		a.sublogo {
			width: 164px; height: 178px;
			top: 51px; left: 227px;
			background: url(/img/topnav-sublogo.gif) top left no-repeat;
		}

		a.contacts {
			width: 255px; height: 56px;
			top: 96px; left: 441px;
			background: url(/img/topnav-contacts.gif) top left no-repeat;
		}
/* /Лого, кнопки */


/* Контент */
#main {
	float: left;
	width: 607px;
	overflow: hidden;
}

	#main h1 {
		margin: 10px 0 0 14px; padding: 3px 25px 4px 12px;
		font-size: 16px; color: #fff; font-weight: normal;
		background: url(/img/main-h1-background.gif) top left repeat-y #FF6600;
	}
	
	#main #content {
		margin: 20px 48px 0 26px;
		
	}
	
	#main #content p,
	#main #content div {
		margin-bottom: 10px;
		text-align: justify;

	}

	#main #content ul {
		margin: 0 0 10px 20px;
		list-style-type: disc;
		text-align: justify;
	}
	
	#main #content ul li {
		text-align: justify;
	}

	#main #content ul ul {
		margin: 0 0 10px 20px;
		list-style-type: circle;
		text-align: justify;
	}

	#main #content img {
		margin: 9px;
	}
/* /Контент */


/* Меню */
#mainNav {
	float: left;
	width: 132px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 11px; color: #fff;
}
#mainNav div {
	overflow: hidden; width: 132px;
	background: url(/img/mainnav-background.gif) top left no-repeat;
}

#mainNav div.collapsed {
	height: 25px;
}
#mainNav div span {
	display: block;
	margin-bottom: -1px; padding: 5px 6px 5px 21px;
	border-bottom: 1px solid #ddd;
	font-weight: bold; color: #17009A; text-transform: uppercase;
	background: url(/img/mainnav-expanded.gif) no-repeat 7px center;
	cursor: pointer;		
}
#mainNav div.collapsed span {
	background-image: url(/img/mainnav-collapsed.gif);
}
#mainNav div a {
	display: block;
	padding: 5px 5px 5px 28px;
	color: #17009A; text-decoration: none;
	border: 1px solid #A8A7A7;
	border-bottom: 0px;	
	background: #E5E4E4;
}
#mainNav div a.active {
	background : #ccc;
}
#mainNav div span a {
	padding: 0;
	background: url(/img/transparent.gif);
	border: none;
}
#mainNav div span a:hover {
	padding: 0;
	background: url(/img/transparent.gif);
	border: none;
}
#mainNav div a:hover {
	color: #17009A; text-decoration: none;
	background: #ccc;
}
/* /Меню */


#empty {
	height: 66px;
	clear: both;
}

/* Футер */
#footer {
	height: 66px;
	background: url(/img/footer-background.gif) top left repeat-x #EEAB7F;
}

	#links {
		float: left;
		overflow: hidden;
		 font-size: 11px; 
		 color: #535353; 
	}

		#links a {
			color: #535353; font-size: 11px; text-decoration: underline;
		}

		#links a:hover {
			color: #535353; text-decoration: none;
		}

		#links p {
			margin: 5px 5px 5px 5px;
		}

	#counters {
		float: left;
		width: 221px;
		overflow: hidden;
		text-align: right;
	}

		#counters img {
			margin: 15px 15px 0 0;
		}
		
		
#border .left {
width: 19px; height: 342px;
position: absolute;
top: 0px; margin-left: -19px;
background: url(/img/body-border-left.png) top left no-repeat;
}

#border .right {
width: 19px; height: 344px;
position: absolute;
top: 0px; right: -19px;
background: url(/img/body-border-right.png) top right no-repeat;
}
/* /Футер */
