@charset "utf-8";

html, body, table.master-table{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	background-color:#cccccc;
	background-image:url(../images/concretebg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
div{
	z-index:2;
}
img{
	display:block;
	border:0px;
	margin:0px;
	padding:0px;
}
p{
	margin-bottom:10px;
}
.clear{
	clear:both;
}
div#wrapper{
	position:relative;
	width:100%;
	height:580px;
	background-color:#FFF;
	border-top:1px #333333 solid;
	border-bottom:1px #333333 solid;

}
div.fade-up{
	position:absolute;
	width:100%;
	height:16px;
	top:-16px;
	left:0px;
	background-image:url(../images/fade-up.png);
	background-repeat:repeat-x;
	background-position:top left;
}
div.fade-down{
	position:absolute;
	width:100%;
	height:16px;
	bottom:-16px;
	left:0px;
	background-image:url(../images/fade-down.png);
	background-repeat:repeat-x;
	background-position:top left;
}
div.inside-wrapper{
	position:relative;
	z-index:4;
	width:900px;
	height:auto!important;
	height:194px;
	min-height:194px;
	margin:0px auto;
}
.logo{
	position:relative;
	width:220px;
	height:194px;
	padding:57px 75px 43px 0px;
	float:left;
}
.intro{
	position:relative;
	width:605px;
	height:auto!important;
	height:194px;
	min-height:194px;
	padding:57px 0px 0px 0px;
	float:left;
}
.intro img{
	padding-bottom:30px;
}
.intro span{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0px 0px 0px 5px;
	background-color:#333;
	line-height:10px;
	font-size:8px;
}
.img-strip{
	position:relative;
	z-index:3;
	width:100%;
	height:267px;
	background-color:#b61137;
	overflow:hidden;
}
.strip-gap{
	position:relative;
	width:10px;
	height:230px;
	background-color:transparent;
}
.contacts{
	position:relative;
	width:100%;
	height:37px;
	line-height:37px;
	color:#FFF;
	text-align:center;
}
.contacts span{
	color:#db889b;
	display:inline-block;
	padding-left:5px;
}
.images{
	position:absolute;
	left:0px;
	top:11px;
	width:100%;
	height:219px;
	margin:0px auto;
	background-color:#b61137;
	white-space:nowrap;
	overflow:hidden;
}

.image{
	position:relative;
	width:438px;
	float:left;
}
/*Bridge*/
.bridge{
	position:absolute;
	width:113px;
	height:219px;
	padding:0px 5px 0px 5px;
	bottom:-230px;
	right:0px;
	background-color:#b61137;
	background-image:url(../images/bridge-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.bridge div.rss-popup, .bridge div.rss-popup1{
	position:relative;
	display:inline;
	float:left;
	margin:15px 7px;
}


 
.rss-popup, .rss-popup1 {
	position:relative;
	margin: 100px auto;
	padding: 0;
	width: 42px;
	position: relative;
}
em{
	display:block;
}
div.rss-popup em {
	background:url(../images/bubble.png) no-repeat;
	width: 152px;
	height: 198px;
	padding:0px 0px 0px 10px;
	position: absolute;
	left: -200px;
	text-align: left;
	z-index: 2;
	display: none;
	color:#FFF;
}
div.rss-popup1 em {
	background:url(../images/bubble.png) no-repeat;
	width: 152px;
	height: 198px;
	padding:0px 0px 0px 10px;
	position: absolute;
	left: -255px;
	z-index: 2;
	display: none;
	color:#FFF;
}

table.bubble-content{
	text-align:center;
	width:125px;
}
table.bubble-content td{
	font-size:14px;
	text-align: center;
}
table.bubble-content span{
	font-weight:bold;
	color:#CCC;
}
table.bubble-content td img{
	display:inline;
}

em.phone, em.mobile{
	top:-5px;
}
em.email, em.location{
	top:-75px;
}
em.facebook, em.flickr{
	top:-145px;
}
.grid-city{
	font-size:11px;
	line-height:18px;
	text-align:center;
}
.grid-city a{
	text-decoration:none;
	color:#999;
}