@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border: 0;
}
html, body {
	height:100%;
	width: 100%;
}
body {
	background-color: #fff;
	text-algin: center;
	min-height:578px;/* for good browsers*/
	min-width:972px;/* for good browsers*/
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	color:#000;
}

#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#outer[id] {
	display: table;
	position: static;
}

#container {
	position: absolute;
	top: 50%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
} 

/* Only in IE */
#container[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;
	top: -50%;
} 

/* Only in IE */
/* Not required: #inner[id] {position: static;} */ 

.title {
	position: relative;
	width: 972px;
	height: 50px;
	top: -80px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color:#FFF;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

#subtitle {
	font-size: 16px;
	color: #000;
	float: left;
	margin-left: 30px;
	margin-top: 17px;
}

.browserIE #subtitle {
	font-weight: bolder;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.browserSafari #subtitle {
	font-size: 18px;
}
	
img.banner {
	margin-left: 30px;
}

li.banner {
	float: left;
}

ul.banner {
	list-style-type:none;
}

#loading {
	display: none;
	position: absolute;
	height: 234px;
	width: 234px;
	margin-top: -117px;
	margin-left: -117px;
	left: 50%;
	top: 50%;
	background: transparent url('images/loader.gif') no-repeat 100% 100%;
}

#menu {
	width: 972px;
	height: 20px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: -45px;
}

ul.menu {
	list-style-type:none;
	float:left;
	margin-right: 0;
	margin-left: 490px;
}

.browserOpera ul.menu {
	margin-left: 510px;
}

.browserIE ul.menu {
	margin-left: 510px;
}

.browserFirefox ul.menu {
	margin-left: 510px;
}

li.menu {
	float: left;
	padding: 0px 10px 0px 10px;
	color: #727272;
	font-size: 16px;
}

.browserIE li.menu {
	font-size: 13px;
}

.browserFirefox li.menu {
	font-size: 13px;
}

.browserCamino li.menu {
	font-size: 13px;
}

a.name {
	color: #000;
}

a.menu:hover {
	color: #1414114;
}

a.shop {
	background: #727272;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	letter-spacing: 0.2em;
	border-radius: 5px;
}

a.shop:hover {
	color: #1414114;
}