html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	outline: 0;
	list-style-type: none;
	font-weight: normal;
}
html, body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
h1, h2, h3, strong {
	font-weight: bold;
}

/* SELECTION */
::selection      { background: #ff5239; color: #FFF; text-shadow: none; }
::-moz-selection { background: #ff5239; color: #FFF; text-shadow: none; }

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FE9A1F;
	text-decoration: none;
}

/* FOOTER */

#footer {
	background-image: url(/image/bg-footer.png);
	background-repeat: repeat-x;
	padding-top: 40px;
	background-position: center top;
	clear: both;
	position: relative;
}
#footer #foot .copyright {
	width: 300px;
	margin-right: 30px;
	float: left;
	min-height: 48px;
	text-align: center;
	margin-bottom: 15px;
}
#footer #foot {
	height: 200px;
	font-size: 10px;
	color: #666;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#footer #foot .copyright.park a {
	background-image: url(/image/territory-logo-footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #foot .copyright.gss a {
	background-image: url(/image/glavspecstroy-logo-footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #foot .copyright a {
	display: block;
	height: 48px;
	width: 180px;
	text-indent: -9999px;
	margin-right: 60px;
	margin-left: 60px;
}
#footer #foot .developer {
	float: right;
	height: 48px;
	width: 300px;
}
#footer #foot .developer a {
	display: block;
	height: 48px;
	width: 110px;
	text-indent: -9999px;
	margin-right: 95px;
	margin-left: 95px;
	background-image: url(/image/artgraphic.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer #foot .copyright.park a:hover, #footer #foot .copyright.gss a:hover, #footer #foot .developer a:hover {
	background-position: 0px -48px;
}
#footer #foot .menu {
	text-align: center;
	width: 960px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	overflow: hidden;
}
#footer #foot .menu li {
	display: inline-block;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
}
#footer #foot .menu li a {
	color: #666666;
	display: block;
}
#footer #foot .menu li a:hover {
	color: #999;
}
#footer #foot .policy {
	clear: both;
	text-align: center;
	padding-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

/* MAIN */

#main {
	background-color: #00adc6;
	display: block;
	overflow: hidden;
	width: 100%;
}
#main #header {
	padding-top: 28px;
	height: 120px;
	width: 960px;
}
#main #header #logo {
	background-image: url(/image/territory-logo.png);
	display: block;
	height: 80px;
	width: 300px;
	text-indent: -9999px;
	float: left;
}

/* MENU */

#main #header ul.menu {
	height: 39px;
	width: 600px;
	background-color: #1a1a1a;
	text-align: center;
	margin-top: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px #4dc0d1, inset 0 3px 3px #000;
	-webkit-box-shadow: 0px 1px #4dc0d1, inset 0 3px 3px #000;
	box-shadow: 0px 1px #4dc0d1, inset 0 3px 3px #000;
	float: right;
	display: block;
	overflow: hidden;
	position: relative;
}
#main #header ul.menu li {
	display: inline-block;
	line-height: 40px;
	height: 39px;
	text-transform: uppercase;
	font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#main #header ul.menu li a {
	line-height: 40px;
	display: block;
	height: 39px;
	padding-right: 8px;
	padding-left: 8px;
}
#main #header ul.menu li a:hover {
	color: #0FA9C1;
}
#main #header ul.menu li a.active {
	color: #FE9A1F;
}

/* CONTENT */

#main #content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 80px;
	overflow: hidden;
}

#main #content #model {
	background-image: url(/image/model.jpg);
	background-repeat: no-repeat;
	height: 610px;
	width: 960px;
	margin-top: -40px;
	position: relative;
}
#main #content #model #techpark {
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	height: 39px;
	width: 300px;
	background-color: #0096ac;
	position: absolute;
	top: 484px;
	font-size: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-webkit-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
#main #content #model #aboutpark {
	font-size: 14px;
	text-align: right;
	height: 50px;
	width: 277px;
	position: absolute;
	top: 480px;
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	line-height: 1.3em;
	right: 0px;
	font-weight: normal;
}

/* TRICOL MAIN */

#main #content #tricol {
	width: 990px;
	height: auto;
	margin-top: -20px;
	position: relative;
	overflow: hidden;
	margin-right: -30px;
}
#main #content #tricol .dark {
	height: 74px;
	width: 185px;
	margin-right: 30px;
	margin-bottom: 29px;
	float: left;
	padding-top: 15px;
	padding-left: 95px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #1a1a1a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px #4dc0d1, inset 0 3px 3px #000;
	-webkit-box-shadow: 0px 1px #4dc0d1, inset 0 3px 3px #000;
	box-shadow: 0px 1px #4dc0d1, inset 0 3px 3px #000;
	padding-right: 20px;
	color: #00adc6;
	font-size: 18px;
}
#main #content #tricol .dark.first {
	background-image: url(/image/trio-1.png);
}
#main #content #tricol .dark.second {
	background-image: url(/image/trio-2.png);
}
#main #content #tricol .dark.third {
	background-image: url(/image/trio-3.png);
}
#main #content #tricol .dark strong {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	display: block;
	line-height: 1em;
}
#main #content #tricol .blue {
	height: 89px;
	width: 300px;
	margin-right: 30px;
	float: left;
	background-color: #0096ac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-webkit-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	line-height: 87px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1px;
}
#main #content #tricol .blue.phone {
	font-size: 28px;
}
#main #content #tricol .blue .arrow {
	height: 32px;
	padding-left: 40px;
	background-image: url(/image/arrow.png);
	background-repeat: no-repeat;
	line-height: normal;
	margin-top: 29px;
	display: block;
	margin-right: 30px;
	margin-left: 30px;
}
#main #content #tricol .blue .arrow:hover {
	background-position: 0px -32px;
}

/* LEFTCOL */

#main #content #leftcol {
	float: left;
	width: 300px;
}
#main #content #leftcol .blue {
	height: 89px;
	width: 300px;
	margin-bottom: 10px;
	background-color: #0096ac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-webkit-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-moz-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	line-height: 87px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#main #content #leftcol .blue.phone {
	font-size: 28px;
}
#main #content #leftcol .blue .arrow {
	height: 32px;
	padding-left: 40px;
	background-image: url(/image/arrow.png);
	background-repeat: no-repeat;
	line-height: normal;
	margin-top: 29px;
	display: block;
	margin-right: 30px;
	margin-left: 30px;
}
#main #content #leftcol .blue .arrow:hover {
	background-position: 0px -32px;
}
#main #content #leftcol .blue.text {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding: 30px;
	width: 240px;
	height: auto;
	font-weight: normal;
	-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

/* RIGHTCOL */

#main #content #rightcol {
	float: right;
	width: 600px;
	line-height: 1.5em;
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	color: #000;
}
#main #content #leftcol .blue.text strong {
	font-weight: bold;
	font-size: 14px;
}
#main #content #rightcol h1 {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
}
#main #content #rightcol h2 {
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: 16px;
	margin-bottom: 15px;
}
#main #content #rightcol p {
	margin-bottom: 20px;
}

/* TABLE */

#main #content #rightcol table {
	width: 100%;
	background-color: #FFF;
	border: none;
	line-height: normal;
	text-shadow: none;
	margin-bottom: 20px;
}
#main #content #rightcol table th {
	background-color: #000;
	font-weight: bold;
	color: #FFF;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	line-height: normal;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00ADC6;
}
#main #content #rightcol table td {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00ADC6;
	border-bottom-color: #00ADC6;
}
#main #content #rightcol table strong {
	font-weight: bold;
}
#main #content #rightcol table tr .grey {
	background-color: #B5DDE3;
}
#main #content #rightcol img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
#main #content #rightcol a {
	color: #000;
	text-decoration: underline;
}
#main #content #rightcol a:hover {
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}


/* DOCS LIST */

#main #content #rightcol .docs li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0D97AB;
}
#main #content #rightcol .docs li a {
	display: block;
	min-height: 25px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
#main #content #rightcol .docs li a:hover {
	color: #FFF;
	text-decoration: underline;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#main #content #rightcol .docs li .pdf {
	background-image: url(/image/pdf.png);
}
#main #content #rightcol .docs li .jpeg {
	background-image: url(/image/jpeg.png);
}
#main #content #rightcol .docs li .word {
	background-image: url(/image/word.png);
}
#main #content #rightcol .docs li .gif {
	background-image: url(/image/gif.png);
}
#main #content #rightcol .docs li .png {
	background-image: url(/image/png.png);
}
#main #content #rightcol .docs li .exel {
	background-image: url(/image/exel.png);
}
#main #content #rightcol .docs li .cad {
	background-image: url(/image/cad.png);
}
#main #content #rightcol .docs li .zip {
	background-image: url(/image/zip.png);
}
#main #content #rightcol .docs li .rar {
	background-image: url(/image/rar.png);
}
#main #content #rightcol .docs li .text {
	background-image: url(/image/text.png);
}
#main #content #rightcol .docs li .file {
	background-image: url(/image/file.png);
}
#main #content #rightcol .d300 {
	width: 300px;
	float: left;
	margin-bottom: 30px;
}

/* FORM */

#main #content #rightcol #order {
	clear: both;
	width: 600px;
}
#main #content #rightcol #order #id_name, #main #content #rightcol #order #id_email,#main #content #rightcol #order #id_phone {
	width: 580px;
	border: none;
	margin-bottom: 10px;
	line-height: 20px;
	height: 20px;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
#main #content #rightcol #order #id_text {
	padding: 10px;
	width: 580px;
	height: 100px;
	overflow: auto;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	resize: none;
}
#main #content #rightcol #order input, #main #content #rightcol #order textarea, #main #content #rightcol #order #id_captcha_1 {
	border: none;
	outline: 0;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #0D97AB;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	-webkit-box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
	box-shadow: 0px 1px #4dc0d1, inset 0 1px 2px #007e90;
}
#main #content #rightcol #order #id_name:focus, #main #content #rightcol #order #id_email:focus, #main #content #rightcol #order #id_phone:focus, #main #content #rightcol #order #id_text:focus, #main #content #rightcol #order #id_captcha_1:focus {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #FFF;
	color: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main #content #rightcol #order #id_captcha_1 {
	line-height: 60px;
	text-align: center;
	float: left;
	height: 60px;
	width: 120px;
	margin-right: 10px;
	font-size: 12px;
	color: #FFF;
}
#main #content #rightcol #order img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#main #content #rightcol #order #sent {
	float: right;
	line-height: 60px;
	text-align: center;
	height: 60px;
	width: 280px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	cursor: pointer;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
#main #content #rightcol #order #sent:hover {
	background-color: #000;
}

