@charset "utf-8";

/* Для всех элементов */
* {
	padding: 0;
	margin: 0;
}

/* Документ */
body {
	background: #8babc3;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
a {
	text-decoration: none;
	color: #222;
}

img {
	float: left; margin: 9px 10px 9px 0px
}

/* Контейнер */
#container {
	margin: auto;
	border-color: #77787a;
	border-style: solid;
	border-width: 1px;
	width: 958px;
	height: 100%;
	overflow:hidden;
	zoom:1;
}

/* Шапка */
#header {
	float: left;
	width: 100%;
	height: 409px;
}

#logo {
	float: left;
	background: url("images/template_03.png"/*tpa=http://oaudia8.ru/themes/default/images/template_03.png*/) no-repeat right #fff;
	width: 313px;
	height: 409px;
}

#car {
	float: left;
	background: url("images/template_04.png"/*tpa=http://oaudia8.ru/themes/default/images/template_04.png*/) no-repeat right #fff;
	width: 645px;
	height: 409px;
}

/* Меню - список страниц */
#menuline {
	float: left;
	background: url("images/template_06.png"/*tpa=http://oaudia8.ru/themes/default/images/template_06.png*/) repeat-x right #fff;
	width: 958px;
	height: 46px;
}

#menu {
	float: left;
	position: relative;
	top: 12px;
	left: 18px;
}

#menu li {
	display: inline;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 12px;
	padding-right: 32px;
}

#menu a {
	text-decoration:none;
	font-size: 13pt;
	color: #ddd;
}

#menu a:hover {
	color: #bbb;
}

/* Страница - сайдбар + контент */
#page {
	float: left;
	width: 958px;
	background: url("images/template_09.png"/*tpa=http://oaudia8.ru/themes/default/images/template_09.png*/) no-repeat bottom left #f5f6f9;
}

/* Сайдбар */
#sidebar {
	float: left;
	padding: 18px;
	padding-left: 30px;
	width: 192px;
}

#sidebar ul {
	padding-left: 12px;
	font-size: 11pt;
}

#sidebar ul li {
	margin-left: 4px;
}

#sidebar h1 {
	color: #222;
	font-size: 12pt;
	padding-bottom: 12px;
}

#sidebar a {
	text-decoration: none;
	color: #222;
}

#sidebar a:hover {
	color: #555;
	text-decoration: underline;
}

/* Блок контента */
#content {
	float: left;
	text-align: justify;
	width: 682px;
	padding: 18px;
	background: url("images/template_10.png"/*tpa=http://oaudia8.ru/themes/default/images/template_10.png*/) repeat-x bottom #f5f6f9;
	color: #222;
}

#content h1 {
	font-size: 12pt;
	padding-bottom: 12px;
}

#footer {
	float: left;
	width: 100%;
	height: 57px;
	background: url("images/template_11.png"/*tpa=http://oaudia8.ru/themes/default/images/template_11.png*/) repeat-x top #859cb0;
	text-align: center;
}

#copyrights {
	color: #eee;
	position: relative;
	top: 20px;
}
