html {
	background: white url(../img/canvas.png);
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	background: transparent url(../img/radial-blur.png) no-repeat top center;
}

em {
	font-style: italic;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.container.light {
	/*
	background: transparent url(../img/radial-blur.png) no-repeat top center;
	height: auto !important;
	height: 751px;
	min-height: 751px;
	*/
}

.grid_masthead_logo h1 a {
	display: block;
	text-indent: -3000em;
	width: 248px;
	height: 82px;
	background: transparent url(../img/logo.png);
	margin-top: 21px;
	margin-bottom: 18px;
}

.grid_masthead_who_we_are p {
	display: block;
	text-indent: -3000em;
	width: 565px;
	height: 43px;
	background: transparent url(../img/who-we-are.png);
	margin-top: 49px;
	margin-bottom: 29px;
}

ul#nav {
	width: 910px;
	height: 36px;
	background: transparent url(../img/nav-bg.png);
	margin-bottom: 29px;
	padding-left: 30px
}

ul#nav li {
	float: left;
}

ul#nav a {
	display: block;
	line-height: 36px;
	padding-right: 16px;
	margin-right: 16px;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
}

ul#nav li.active {
	color: #e91c25;
	list-style: disc outside;
}

ul#nav li.active a,
ul#nav a:hover {
	color: #fff;
}

/* sticky footer jizzum */

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -303px;
}
.push {
	height: 303px; /* DURKAWAT ??? 89 pixels less than it's supposed to be.... */
	width: 940px;

}

.footer {
	height: 303px;
	background: black url(../img/footer-bg.png) repeat-x top center;
}

.footer h2 {
	padding-top: 20px;
	margin-bottom: 0.25em;
}



.grid_footer_col1,
.grid_footer_col2,
.grid_footer_col3,
.grid_footer_col4 {
	height: 303px;
}

.grid_footer_col1 blockquote {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}
.grid_footer_col1 cite {
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
}

.grid_footer_col2 ul {
	padding-left: 1.3em;
}

.grid_footer_col2 li {
	color: #d91a23;
	list-style: disc outside;	
	margin-bottom: 0.5em;
}

.grid_footer_col2 a {
	text-decoration: none;
	color: #888;
}

.grid_footer_col2 a:hover {
	text-decoration: underline;
}

.grid_footer_col3 p,
.grid_footer_col4 p {
	line-height: 2.0em;
}

.grid_footer_col3 label,
.grid_footer_col4 label {
	color: #fff;
}

.grid_footer_col4 div {
	padding-top: 55px;
}

.grid_footer_col3 label span,
.grid_footer_col4 label span {
	color: #e91c25;
	font-size: 12px;
}

.grid_footer_col3 input {
	width: 191px;
	padding: 2px 4px;
}

.grid_footer_col3 input,
.grid_footer_col4 textarea {
	font-size: 11px;
	font-style: italic;
	color: #333;
	font-family: Georgia, serif;
	border: none;
	background: #888;
}

p.submit {
	text-align: right;
}


p.submit input {
	padding: 2px 8px;
	border: none;
	background: #e91c25;
	color: #fff;
	font-family: Georgia, serif;
	font-style: italic;
	
	bottom: 42px;
}

.grid_footer_col4 textarea {
	width: 280px;
	height: 162px;
}

/*---------------------------------------------------------------------------*/

div.hr hr {
	display: none;
}

div.hr {
	height: 24px;
	background: transparent url(../img/home-hr.png) repeat-x center;
}

/*---------------------------------------------------------------------------*/

.grid_home_col1,
.grid_home_col2 {
	padding-bottom: 20px;
}

.grid_home_col1 ul {
	padding-left: 20px;
}
.grid_home_col1 li {
	color: #d91a23;
	list-style: disc outside;
	width: 130px;
	float: left;
}
.grid_home_col1 li span {
	color: #6b6b6c;
}

.copy h2 {
	color: #3c3c3c;
}

.copy p {
	color: #666;
	margin-bottom: 0.5em;
}

.copy span.red {
	color: #e91c25;
}

/*---------------------------------------------------------------------------*/

#slider-home {
	width: 620px;
	height: 357px;
}

#slider-home .top {
	width: 620px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

#slider-home .bottom {
	width: 620px;
	height: 27px;
	background: transparent url(../img/slider-home-bottom.png);
}

/*---------------------------------------------------------------------------*/

.about .copy {
}

.about .copy ul:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.about .copy ul {
	width: 720px;
	padding-left: 20px;
	margin-bottom: 36px;
}

.about .copy li {
	color: #d91a23;
	list-style: disc outside;
	width: 180px;
	float: left;
}

.about .copy li span {
	color: #6b6b6c;
}

/*---------------------------------------------------------------------------*/

.grid_contact_col1 p {
	line-height: 1.5;
}

.grid_contact_col1 input.text,
textarea {
	width: 417px;
	border: 1px solid #888;
	padding: 4px;
}

.grid_contact_col1 textarea {
	height: 143px;
}

.grid_contact_col1 label {
	color: #888;
	font-size: 12px;
}

p.map {
	text-align: right;
}

p.map a {
	text-decoration: none;
	color: #d91a23;
}

/*---------------------------------------------------------------------------*/

.portfolio-images {
	display: none;
	position: absolute;
	width: 12400px;
}

.portfolio-images li {
	float: left;
}

/*---------------------------------------------------------------------------*/

.grid_portfolio_col1 li {
	line-height: 2.0;
}

.grid_portfolio_col1 a {
	font-size: 12px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
}

#portfolio-type-switch {
	margin-bottom: 36px;
}

#portfolio-type-switch a.active {
	color: #d91a23;
}

/*---------------------------------------------------------------------------*/

.grid_project_picker_col1 a {
	display: block;
	width: 17px;
	height: 20px;
	
	text-indent: -3000em;
	overflow: hidden;
	background: transparent url(../img/left-inactive.png);
	margin-top: 98px;
}

.grid_project_picker_col1 a.inactive {
	background: transparent url(../img/left-inactive.png);
}

.grid_project_picker_col1 a.active,
.grid_project_picker_col1 a:hover {
	background: transparent url(../img/left-active.png);
}

.grid_project_picker_col3 a {
	display: block;
	width: 17px;
	height: 20px;
	
	text-indent: -3000em;
	overflow: hidden;
	background: transparent url(../img/right-inactive.png);
	margin-top: 98px;
}

.grid_project_picker_col3 a.inactive {
	background: transparent url(../img/right-inactive.png);
}

.grid_project_picker_col3 a.active,
.grid_project_picker_col3 a:hover {
	background: transparent url(../img/right-active.png);
}


/*---------------------------------------------------------------------------*/

.grid_project_picker_col2 {
	position: relative;
	height: 212px;
	overflow: hidden;
}

.grid_project_picker_col2 ul {
	position: absolute;
	width: 5000px;
	overflow: hidden;
}

.grid_project_picker_col2 li {
	float: left;
	margin-right: 22px;
}

/*---------------------------------------------------------------------------*/

.grid_slider_col1 p {
	font-size: 10px;
	padding-left: 20px;
	line-height: 24px;
}

.grid_slider_col1 p * {
	vertical-align: middle;
}

.grid_slider_col1 em {
		font-family: Georgia, serif;
		padding-right: 20px;
}

.grid_slider_col1 a {
	color: white;
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/

.slide-picker {
	float: right;
	margin-right: 20px;
}

.slide-picker li {
	float: left;
}

.slide-picker a {
	display: block;
	text-indent: -3000em;

	background: transparent url(../img/slide-picker-inactive.png) no-repeat center;
	/*
	width: 6px;
	height: 7px;
	margin-top: 9px;
	margin-right: 11px;
	*/
	
	width: 18px;
	height: 24px;
}

.slide-picker a.active {
	background: transparent url(../img/slide-picker-active.png) no-repeat center;
}


/*---------------------------------------------------------------------------*/

.footer .container {
	background: transparent url(../img/footer-logo.png) no-repeat left;
}