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

.tleft        { text-align: left; }
.tcenter      { text-align: center; }
.tright       { text-align: right; }
.fleft        { float: left; }
.fright       { float: right; }

/* Generic settings
-------------------------------------------------------------- */

body {
	background : #e5e5e5;
	font-family : Lucida Grande,Arial,Verdana,Sans-Serif;
	font-size : 12px;
	color : #666666;
	margin:27px 0;
}

.container {
  width: 900px;
  padding: 10px;
  margin: 0 auto;
  background: #f7f7f7;
  position: relative;
}

.separator {
  background: url('/img/separator.gif') repeat-x;
  clear: both; 
  width: 100%; 
  height: 1px;
  margin: 10px 0 11px;
  font-size:0;
}

h1, h2 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.left h2,
.left h2.small {
	font-size: 20px;
	color: #90a2ba;
	text-transform: uppercase;
}

.left h2.small {
	font-size: 13px;
}


.right h3 {
	color: #333;
	font-weight: bold;
	padding: 0 0 5px;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

a,
.main a:hover {
	text-decoration : none;
	color : #356490;
}

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

/* a:focus, a:active { outline: 0; } */

ul {
	list-style : none;
}

li {
	display: inline-block;
}

p {
	margin: 5px 0 10px;
}

.h,
.hs {
	opacity: 0.6;
}

/* Header
-------------------------------------------------------------- */
.header {
	height: 96px;
	background: url('/img/headerbg.png') repeat-x;
}

.header a {
	width: 100px;
	padding: 7px 10px 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.header a:hover {
	color: #ffffff;
}

.header h1{
	font-size:0;
}

.header .logo {
	padding: 20px 0 19px 100px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	padding: 20px 10px 0px 10px;
	color: #aaa;
}

/* Content
-------------------------------------------------------------- */
.content {
	width: 680px;
	padding-top: 10px;
}

.main {
	width: 460px;
}

.imgcontainer {
	width: 460px;
	height: 227px;
	position: relative;
}

.imgcontainer p {
	position: absolute;
	display: none;
}

.imgcontainer p:first-child {
	display: block;
}

.imgcontainer .cache {
	width: 460px;
	height: 227px;
	background: url('/img/cache.png') no-repeat;
	position: absolute;
	z-index: 100;
}

*html .imgcontainer .cache{ 
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/cache.png', sizingMethod='scale');
}

.country {
	background: url('/img/menu/bg.gif') repeat-y;
	text-align: center;
}

.info {
	color: #949494;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding: 10px 22px 27px;
	background: url('/img/menu/bottom.gif') no-repeat bottom;
}

.legend {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	background: url('/img/legend.png') no-repeat;
	width: 420px;
	padding: 0 20px;
	line-height: 43px;
	text-align: left;
	top: 184px;
	left: 0;
}

*html .legend{ 
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/legend.png', sizingMethod='scale');
}




/* Menu
-------------------------------------------------------------- */

.left,
.right,
.country {
	width: 210px;
}


.main ul li {
	padding-left: 14px;
	background: url('/img/arrow.gif') no-repeat left 5px;
	margin: 2px 0;
	width: 446px;
}

.menutop {
	height: 10px;
	font-size:0;
	background: url('/img/menu/top.gif') no-repeat;
}

.menu {
	padding-bottom: 10px;
	background: url('/img/menu/bottom.gif') no-repeat bottom;
}

.menu li {
	background: url('/img/menu/bg.gif') repeat-y;
	padding: 0 10px;
}

.menu li a {
	color: #333;
	font-weight: bold;
	padding-left: 14px;
	display: block;
	background: url('/img/arrow.gif') no-repeat left 5px;
	margin: 2px 0;
	width: 176px;
}

.menu li li {
	padding-right: 0;
}

.menu li li a {
	width: 165px;
}

.menu li li li a {
	width: 155px;
}

ul li a:hover {
	color: #37619f;
}

.path,
.link {
	position: absolute;
	right: 20px;
	top: 75px;
}

.path li,
.link li {
	display: inline;
}

.path {
	top:15px;
}

.path a {
	color: #ffffff;
	font-size: 11px;
	padding: 0;
	width: auto;
	text-transform: none;
	background: none;
	margin: 0;
	display: inline;
}

.link a {
	color: #ffffff;
	font-size: 12px;
	padding:0 0 0 12px;
	width: auto;
	background: url('/img/linkseparator.gif') no-repeat 5px 2px;
	margin: 0;
	display: inline;
}

.link li:first-child a {
	background: none;
}



/* Items
-------------------------------------------------------------- */
.item {
	margin-bottom: 10px;
}

.item h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

.imgcontainer p {
	margin: 0;
}

.right h3 a {
	color:#333;
}

.right h3 a:hover {
	color:#B90C34;
}

.right p a {
	color: #333;
	font-weight: bold;
	padding-left: 14px;
	display: block;
	background: url('/img/arrow.gif') no-repeat left 5px;
	margin: 2px 0;
}

.rent {
	border: 1px #CCCCCC dotted; 
	padding:5px
}

/* SiteMap
-------------------------------------------------------------- */
.sitemap li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #356490;
}

.sitemap li li {
	padding-left: 16px;
	border: none;
	margin: 0;
}

.sitemap li li a {
	width: 430px;
}
