/* Alexander Makarov, 2008 (http://rmcreative.ru/) */

html {font-size: 100%}
body {
	font: normal 1em/1.3 "lucida sans unicode", tahoma;
	color: #333; background: #f5fafe;
}

/* Common Elements */
strong {
    font-weight: bold;
}

del {
	text-decoration: line-through;
}

h1 {
	font-size: 20pt;
} 

h2 {
	font: normal 13pt "lucida sans unicode", tahoma;
	margin-bottom: 4px;
	text-transform: uppercase;
}

h3 {
	font: bold 9.5pt "lucida sans unicode", tahoma;
	margin-bottom: 4px;
}

/* Links */
a:link {
	color: #06c;
	text-decoration: underline;
}

a:visited {
	color: #4484c5;
}

a:hover, a:active {
	color: #1378dd;
	text-decoration: underline;
}

a:focus {
	
}

ol.list {
	list-style-type: decimal;
	margin-left: 20px;
}

ul.list {
	list-style-type: disc;
	margin-left: 20px;
}

ul.list li, ol.list li {
	margin-bottom: .4em;
}

ul.list li a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

/* stick footer */
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -164px; /*=.footer, .push height:*/
}

.footer, .push {
	height: 164px; /*=-.wrapper margin:*/
	clear: both;
}

/* footer */
.footer {
	background: url(/img/footer-grass.jpg) repeat-x;
	font-size: 9pt;
}

.footer .copy-design {
	float: right;
	color: #3e9c00;
	padding: 80px 32px 0 0;
}

.footer .copy-content {
	width: 170px; height: 84px;
	padding: 80px 0 0 42px;
	background: url(/img/footer-bush.png) no-repeat;
}

.footer .copy-content a {
	color: #000;
}

/* header */
.header {
	height: 365px;
	background: url(/img/owl.jpg) 100% 0 no-repeat;
}

.header .logo, .header .phone {
	display: block;
	padding: 42px 0 0 42px;
}

.logo-hide {
	display: none;
}

.header .logo {
	width: 395px;
}

.header .phone {
	width: 196px;
}

/* menu */
.menu {
	/*text-align: center;*/
	height: 40px;
	background: #828282 url(/img/menu-bg.png) repeat-x;
	border-bottom: 1px solid #3e3e3e;
	font: 11pt "Myriad Pro", "lucida sans unicode", tahoma;
	padding-left: 30px;
}

.menu li {
	display: inline;
	padding: 11px 0;
}

.menu li.selected {
	background: #078095 url(/img/menu-selected-left.png) 0 0 no-repeat;
}

.menu li.selected a {
	background: url(/img/menu-selected-right.png) 100% 0 no-repeat;	
}

.menu li a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding: 11px 12px;
}

/* content */

.content {
	float: left;
	margin: 0 0 20px 42px;
	font-size: 9pt;
	line-height: 140%;
}

.content .column {
	width: 270px;
	float: left;
	display: inline;
	margin-right: 82px;
}

.content .column.big {
	width: 650px;
	margin-right: 0;
}

.content .column.last {
	margin-right: 0;
}

.content p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

.content p.advert {
	font-size: 11pt;
}

.content h2.advert {
	font-weight: bold;
	font-size: 10pt;
}

/* sidebar */
.sidebar {
	float: right;
	width: 260px;
}

.sidebar a.order {
	background: url(/img/button-order.png) no-repeat;
	padding: 25px 62px;
	font-size: 24px;
	line-height: 78px;
}

.sidebar div.icq {
	background: url(/img/icq.png);
	width: 226px; height: 113px;
	margin-left: auto;
}

/* prices table */
.prices {
	width: 100%;
	font-size: 11pt;
}

.prices th {
	text-align: left;
	font-size: 13pt;
	background: #fff;
	font-weight: normal;
	height: 34px;
	vertical-align: middle;
	text-align: center;
}

.prices th.left, .prices td.left {
	padding-left: 14px;
	text-align: left;
}

.prices th.right, .prices td.right {
	text-align: left;
}

.prices th.left {
	background: #fff url(/img/price-th-l.png) 0 0 no-repeat;
}

.prices th.right {
	background: #fff url(/img/price-th-r.png) 100% 0 no-repeat;
}

.prices td.stripe.left {
	background: #dcf4ff url(/img/price-stripe-l.png) 0 0 no-repeat;
}

.prices td.stripe.right {
	background: #dcf4ff url(/img/price-stripe-r.png) 100% 0 no-repeat;
}

.prices td.big.stripe {
	height: 37px;
}

.prices td.big.stripe.left {
	background: #dcf4ff url(/img/price-stripe-big-l.png) 0 0 no-repeat;
}

.prices td.big.stripe.right {
	background: #dcf4ff url(/img/price-stripe-big-r.png) 100% 0 no-repeat;
}

.prices th em {
	font-style: normal;
	font-size: 9pt;	
}

.prices td {
	height: 24px;
	vertical-align: middle;
	text-align: center;
}

.prices td em {
	font-size: 8.5pt;
}

.prices td.stripe {
	background: #dcf4ff;
}

/* about */
.contact td {
	padding: 7px 0;
}

.contact td strong {
	padding-right: 14px;
}

.contact-time {
	margin-top: 40px;
	display: block;
	font-weight: normal;
	font-size: 13pt;
}

/* samples */
.samples {
	margin-top: 6px;
}

.samples li {
	background: url(/img/document.png) no-repeat;
	padding-left: 34px;
	margin-bottom: 26px;
}

/* forms */
form {
	width: 462px;
	height: 980px;
	background: url(/img/forms.png) 0 14px no-repeat;
}

fieldset {
	display: block;
	overflow: hidden;
	padding: 10px 10px 10px 28px;
	margin-bottom: 54px;
}

fieldset.last {
	margin-bottom: 10px;
}

fieldset.novis {
	padding: 10px; margin: 0;
}

legend {
	color: #006dba;
	font-size: 24px;
	line-height: 24px;
	margin-left: 14px;
}

label, .label {
	float: left; clear: left;
	width: 126px;
	margin-bottom: 10px;
}

textarea {
	margin-bottom: 10px;
	height: 90px;
}

.input, select, textarea, .checkbox, .radio {
	float: left;
}

.radio, .checkbox {
	margin-right: 8px;
}

label.tips {
	width: 120px;
}

.input, select, textarea {
	width: 272px;
}

.noclear {
	clear: none;
}

.clear {
	clear: left;
}

.submit {
	width: 174px;
	float: right;
	height: 42px;
}

/* news */
.news .date {
	color: #666;
}

.news h3 {
	font-weight: normal;
}

/* disciplines */
ul.list.disciplines li a {
	border: 0;
	text-decoration: underline;
}

/* index decorations */
.index.content {
	margin: -80px 0 20px 10px;
}

.column.dove {
	background: url(/img/dove.jpg) no-repeat;
	padding: 80px 0 0 112px;
	margin-right: 0;
}

.butterfly {	
	background: url(/img/butterfly.jpg) no-repeat 0 26px;
	padding: 80px;
	padding-left: 106px;
	padding-top: 80px;
}
