#measurer {
	height: 1px; 
	position: absolute; 
	visibility: visible; 
	left:0; 
	top:0; 
	width: 96%; 
}
body {
	background: #fff;
	font-family:  Helvetica, Arial, Sans-serif;
	//font-family: Arial, Sans-serif;
	color: #777776;
	font-size: 0.8125em;
	cursor: default;
	padding:0;
	margin:0;
	line-height: 1.385em;
	min-width: 960px;
}
h1, h2 {
	font-family: Georgia, Serif; 
	font-style: italic; 
	font-weight: bold;
	font-size: 1.69em;
	line-height: 1.23em;	
	margin: 1em 0 0.5em 0;
}
img {
	border:0;
}
.ispng {
	-background-image: none !important;
	-behavior: url('/pngfix.htc');
}
small {
	font-size: 0.846em;
	line-height: 1.36em;
}
big {
	font-size: 1.15em; 
	line-height: 1.375em;
}
a {
	color: #07a;  
	cursor: pointer; cursor: hand;  
	font-size: 1.076em;
	font-family: Georgia, Serif; 
	font-style: italic; 
	line-height: 1.24em;
}
a:visited {
	color: #758;
}
a:hover {
	color: #c10 !important;
}
small a {
	font-size: 1em; 
	line-height: 1.36em;
}

#page {
	width: 96%; 
	margin: 0 auto; 
	padding: 0;
	-width: expression(
		(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 922
		)
		?	'922px'
		:	'96%'
	);
}
.sized {
	width: 84%;
	margin: 0 auto;
}
.column {
	width: 26.4%; 
	float:left; 
	min-width: 243px; 
	margin:0;
}
.content {
	width: 85%; 
	min-width: 784px; 
	margin-bottom: 4em; 
	float:left; 
	margin-right: -100%; 
	//margin-bottom: 5em; 
} 
.column_r {
	width: 21%; 
	float: right; 
	padding-top: 125px; 
	padding-bottom: 9em; 
	-margin-left: -50px; 
}
.column_r .sized, #logo .sized {
	width: 92%; 
	margin: 0 0 0 auto;
}
.floating {
	width:25.34%; 
	position: fixed; 
	-width: 100%; 
	-position:inherit;
}
#sites, #identity, #graph {
	min-width: 243px;
}
#logo {
	margin: 0 0 -100px auto; 
	width: 21%; 
	color: #333; 
	height: 100px;  
	min-width:193px; 
	z-index: 100;
	-position:inherit; 
	-width: 21%;  
	top:0; 
}
#logo h1, #logo h2 {
	font-style:normal;
	font-family: Helvetica, Arial, Sans-serif;
	//font-family: Arial, Sans-serif;
	text-align:left;
	margin:0; 
	background: url('/@imgs/logo.png') no-repeat 0 1.85em; 
	padding: 2.05em 0 1.1em 38px;
	line-height: 1em;
	-background-image: url('/@imgs/logo.gif');
}
#logo a { 
	position: relative;
	display:block;
	margin-left: -40px; 
	padding-left: 40px; 
	width: 5.5em;
	font-size: 1em; 
	font-family: Helvetica, Arial, Sans-serif; 
	//font-family: Arial, Sans-serif;
	color: #333; 
	text-decoration: none;
	font-style:normal; 
	line-height: 1em; 
	//margin-bottom: -0.5em; 
	//padding-bottom: 0.5em; 
}
#logo a:visited, #logo a:hover {
	color: #333 !important;
}
#anouncement {
	width: 78%; 
	float:left; 
	padding: 2em 0 0 0; 
	margin-bottom: -30px; 
	text-align:center; 
	color: #38a
}
h1.index, h2.index, h1.main, h2.main  {
	color: #c10; 
	text-align:center; 
	margin: 0 auto 20px auto;
	padding-top: 65px; 
	width: 70%;  
	-padding-top: 56px;
}
h1.index, h2.index {
	height: 65px;
	line-height: 1.1em;
}
h1.main, h2.main {
	color:#333;
	margin: 0 auto 2.2em auto; 
	padding-top: 64px; 
	padding-bottom:0; 
	-padding-top: 55px;
}
h2 small {
	font-size: 0.5em; 
	position:absolute; 
	font-family: Helvetica, Arial, Sans-serif; 
	//font-family: Arial, Sans-serif;
	font-weight: normal; 
	font-style: normal; 
	color: #ccc; 
	margin: 1.2em 0 0 0.4em; 
	//margin: 0.55em 0 0 0.2em;
} 
div.links {
	width: 70%; 
	margin: -2.5em auto 3.7em auto; 
	text-align:center; 
	background: url('/@imgs/divisor.gif') no-repeat 50% 0%; 
	padding-top: 1em; 
	color: #b5b5b3;
}
div.links a, div.links b {
	font-size: 0.85em; 
	font-style: italic; 
	font-family: Georgia, serif; 
	margin: 0 1em;
	font-weight: normal;
}
ul.works {
	margin:0;
	padding:0 0 4em 0;
	list-style: none;
}
ul.works li {
	display: block; 
	width: 94%; 
	margin: 0 auto; 
	text-align:center; 
	background: url('/@imgs/divisor.gif') no-repeat 50% 0%; 
	padding: 1.5em 0;
}
ul.works.inline {
	white-space: nowrap;
	vertical-align:bottom;
}
ul.works.inline li {
	display: inline-block;
	//display: inline; //zoom: 1;
	margin: 0 0 0 -0.5ex;
	width: 140px;
	background: none;
	white-space: normal;
	vertical-align:middle;
	position: relative;
	//position: static;
}
ul.works li:first-child {
	background:none; 
	padding-top:0.7em;
}
ul.works li p {
	margin: 0.5em auto; 
	width: 80%;
}
ul.works.inline li p {
	margin: 0.5em auto; 
	width: 90%;
	font-size: 0.77em;
	line-height: 1.2em;
}
ul.works.inline li a {
	font-size: 1em;
}
ul.works li img {
	display: none;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

ul.works li small {
	display: none;
	line-height: 1.6em; 
	color: #888;
}
ul.works li.best img {
	display: inline;
	border: none;
	margin:0 0 -35px 0;
}
ul.works.inline li.best img {
	margin-bottom: -20px;
}
.content p {
	width: 82%; 
	margin: 0.5em auto; 
	padding: 0 0.5em; 
	max-width: 800px;
}
.content h3 {
	width:  86%; 
	margin: 2em auto 1em auto; 
	font-size: 1.23em; 
	color: #444; 
	line-height: 1.25em;
}
.content p.tip {
	color: #888885; 
	width: 42%; 
	padding-left: 0.5em;
}
.content p.tip.site {
	margin: -1.7em 8% 3em auto; 
}
.content p.tip.graph {
	margin:  -1.7em 8% 3em auto;
}
.content p.tip.logo {
	margin: -5em 8% 6em auto;
}
.content.o_O {
	text-align:center;
	width: 97%;
	padding-bottom: 2em;
}
.content.o_O .item {
	margin: 3em 0 5em 0;
}
.content.o_O p {
	text-align:left;
}
.content.o_O img {
	margin: 2.3em auto 0.5em auto;
}
.content.o_O p.tip {
	margin: 1em 8% 1em auto;
	display: block;
	font-style:italic;
	font-family:  Arial, Helvetica, Sans-serif;
}
.content.o_O p.tip .date {
	color: #bbb;
	line-height: 2em;
}
.content p:last-child {
	margin-bottom: 3.5em;
}
.content p.tip .size {
	display: block;
	width: 80%; 
	font-style: italic;
	font-family:  Arial, Helvetica, Sans-serif;
}
.content.o_O p.tip .size {
	width: 70%;
}
.column_r .about a {color: #959593;}
.column_r p {color: #959593; margin:10px 0; padding-left: 13px; line-height: 1.39em; padding-right: 0.5em;}
.workinfo {	padding-top: 30px; position: relative; z-index: 50;}
.workinfo p {font-size: 0.846em; line-height: 1.36em; margin: 8px 0;}
.workinfo p a {color: #959593; font-size: 1em;}

.contacts_fixed {position: fixed; top: 125px; left: 79.54%; width: 18%; min-width: 173px; padding-left: 0.5em; -positon: inherit; -top:0; -width: auto; -padding-left: 0;}
.contacts_inherit {positon: relative; top:0; width: auto;}
a.mail { color: #07a; white-space: nowrap;}
a.mail span {padding: 0 5px; background: url('/@imgs/mailbox.png') no-repeat 50% 1px; -background-image: url('/@imgs/mailbox.gif');display: inline-block; height: 18px;}

#copyrights {height: 3em; margin-top: -6.5em; padding: 0; }
#copyrights p {margin: 0 0 0 0;}

.safari_box {margin: 2.1em auto 1.7em auto; padding: 0 20px; }
.safari_box div {margin: 0 -20px; padding: 0 20px; background-image: url('/@imgs/safaribox.png'); background-repeat: repeat-y; background-position: 100% 0;}
.safari_box div div {margin: 0 0 0 -20px; padding: 0 0 0 20px; background-position: 0 0;}
.safari_box .header {height: 43px;background-repeat: no-repeat;background-position: -20px 0; margin: 0 -20px; padding: 0 20px ; overflow: hidden;}
.safari_box .header div {height: 43px; margin: 0 -40px 0 60px; padding:0; background-repeat: no-repeat; background-position: 100% 0;}
.safari_box .title {
	color: #111; 
	text-align: center; 
	overflow:hidden; 
	display: block; 
	height: 14px; 
	margin:0 90px 0 0; 
	padding: 11px 0 0 0; 
	font: 8px/13px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif; 
	//font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-serif;
}
.safari_box .url {
	color: #111;overflow: 
	hidden; 
	display:block; 
	font: 7px/13px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif; 
	//font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-serif;
	height: 14px; 
	margin: 1px 220px 0 0;
}
.safari_box .url a {
	color: #111; 
	text-decoration: none; 
	font-style:normal; 
	font: 7px/13px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif;
	//font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-serif;
}
.safari_box .url a:hover {
	color: #111 !important;
}
.safari_box img {background: #999;}
.safari_box.nourl .url {display: none;}
.safari_box.nourl img {border-top: 1px solid #8f8f8f; margin-top: -19px;}
.safari_box .footer {height: 68px;background-repeat: no-repeat; background-position: -20px 100%; margin: -38px -20px 0 -20px; padding: 0 20px; overflow: hidden;}
.safari_box .footer div {height: 68px; margin: 0 -40px 0 20px; background-repeat: no-repeat;background-position: 100% 100%}

.print_box {margin: 2.6em auto 0.9em auto; padding: 7px 23px 0 23px;}
.print_box div {margin: 0 -23px; padding: 0 23px; background-image: url('/@imgs/printbox.png'); background-repeat: repeat-y; background-position: 100% 0;}
.print_box div div {margin: 0 0 0 -23px; padding: 0 0 0 23px; background-position: 0 0;}
.print_box .top {height: 207px; background-repeat: no-repeat; background-position: -23px 0; margin: 0 -23px; padding: 0 23px; overflow: hidden;}
.print_box .top div {height: 207px; margin: 0 -46px 0 160px; padding:0; background-repeat: no-repeat;background-position: 100% 0;}
.print_box img {margin-top: -199px; background: #888;}
.print_box .bottom {height: 301px; background-repeat:no-repeat; background-position: -23px 100%; margin: -263px -23px 0 -23px; padding: 0 23px; overflow: hidden;}
.print_box .bottom div {height: 301px; margin: 0 -46px 0 220px;background-repeat: no-repeat; background-position: 100% 100%;}
.print_box2 {margin: 3em auto 3.2em auto;}
.stripe_box {
	height: 140px;
	clear: both;
	margin:  2em 0;
	position: relative;
	left:  -32%;
	width: 162.9%;
	margin-right: -100%;
}
.stripe_box div {
	background: url('/@imgs/outdoor/strip_top.gif') no-repeat 50% 0;
	padding-top:  22px;
}
.stripe_box div div {
	padding: 0;
	padding-bottom:  22px;
	background:  url('/@imgs/outdoor/strip_bottom.gif') no-repeat 50% 100%;
	text-align: center;
	-height: 40px;
}

.logo_box {	margin: 6em auto 6em auto; text-align:center; width: 90%;}
.billboard_leg {
	height:  129px;
	margin: -49px auto 3.5em auto;
	//margin-top: -50px;
	width:  226px;
	background:  url('/@imgs/outdoor/billboard.gif') no-repeat 50% 0;
}
img.fuckie {
	-display: none;
	position: relative;
}
.column_r .addlinks, .column_r .social {
	margin-top: 2em;
}
.column_r .line {
	border-bottom:  1px dotted #ccc;
	margin-left: 12px; margin-right: 0.5em;
	height: 0.4em;
	overflow: hidden;
}
#trash {
	font-size: 1.15em; line-height: 1.375em;
	margin-top:0;
}
#trash img {
	vertical-align: middle;
	margin-bottom: 2px;
}
#trash a {
	color: #444;
}
#trash a.misc {
	font-style: normal;
	font-size:  1em;
	letter-spacing: 1px;
}

#twitter a {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #4bc6f9;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif;
	//font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-serif;
}
#twitter img {
	vertical-align: bottom;
	margin-bottom: 1px;
}

span.nwr {white-space: nowrap}
span.sq {margin-right: 0.46em; }
span.hq {margin-left: -0.46em}
span.sqd {margin-right: 0.25em; }
span.hqd {margin-left: -0.25em}
span.sqq {margin-right: 0.34em; }
span.hqq {margin-left: -0.34em}
span.sb {margin-right: 0.3em}
span.hb {margin-left: -0.3em}
span.sd {margin-right:-0.6em; }
span.hd {margin-right: -0.45em; padding-right: 0.15em; background:  #fff}

