ul@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block
}
mark, rp, rt, ruby, summary, time {
	display:inline
}
/* Left & Right alignment */
.left {
	float:left
}
.right {
	float:right
}
.wrapper {
/*	width:100%;*/
	/*width: 1349px;*/
	overflow:hidden
}

@font-face {
  font-family: 'Sigvar-Light';
  src: url('sigvar-light.ttf') format('truetype');
  /*src: url('Sigvar-Light.otf') format('otf');*/
}

/* Global properties ======================================================== */
body {
	border:0;
	font-family: 'Sigvar-Light', sans-serif;
	font-size: 14px;
	color: #105C86;
	line-height:20px;
	/*width: 100%;*/
	width: 1348px;
	margin: 0 auto;
	/*background: rgb(84, 82, 85) none repeat scroll 0% 0%;*/


}
.ic, .ic a {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:12px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
.css3 {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);
	position:relative
}
/* Global Structure ============================================================= */
.main {
	margin:0 auto;
	/*width:100%;*/
	width: 1348px;
	background: #ffffff;

}
.gr1 {
	/*-webkit-box-shadow: 0 0 5px 0 #191919;
	box-shadow: 0 0 5px 0 #191919;*/
	margin: 0 auto;
	width: 1348px;
	/*width: 100%;*/
}
.bg1 {
	background:url(../images/gb1.gif) top center repeat;
}

#abc{
	width: 1348px;
	background: url('../../img/xv.png')#fff 0% 0%;
}
.box {
	/*background: #105C86;*/
	/*box-shadow:0 0 6px #000;
	-moz-box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;*/
	position:relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 1348px;
}
/* ============================= main layout ====================== */
a {
	color:#F25B22;
	text-decoration:none;
	outline:none
}
a:hover {
	text-decoration: underline;
}
h1 {
	padding:40px 0 0 0;
	float:left;
	font:42px Arial, Helvetica, sans-serif;
}
h2 {
	/*font-family:"Palatino Linotype", Lucida sans, Tresbuchet MS, Arial;*/
	font-size:22px;
	line-height:1.2em;
	padding:6px 0 15px 0;
	color:#fff;
	letter-spacing:-1px
}
h2 img {
	margin-right:15px;
	float:left
}
p {
	padding-bottom:20px
}
/* ============================= header ====================== */
header {
	margin: 0 auto;
	min-height: 169px;
	width: 1345px;
/*	background: #545255;*/
	
	z-index: 10;
}
.bar-header {
	margin: 0 auto;
	width: 960px;
}
.bar-header h1 {
	float: left;
	margin: 0 10px;
	padding-top: 20px;
}
.bannerstatis {
	width: 100%;
	background: url('../../img/bannerstatis.jpg') #000000 50% 13%;
	height: 225px;
	/*padding-top: 5px;*/
	/*margin-top: 33px;*/
	position: relative;
}

#logo {
	display:none;
	text-indent:-9999px;
	background:url(../images/logo.png) 0 0 no-repeat;
	width:240px;
	height:46px
}
#header-title {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform: upp; text-shadow: 0 2px 3px #1C1C1C;
}
nav {
	/*margin-top: 160px;*/
	width: 960px;
}
.department {
	float:right;
	padding:37px 0 0 0;
	/* color:#0C0C0B; */
	text-align:right
}
.department span {
	/* color:#12110f; */
}
.bgmenu {
	background: #ffffff;
	width: 100%;
	height: 35px;
	position: absolute;
	opacity: 0.3;
	margin-top: 144px;
}
.upnav {
	float: right;
	text-align: right;
	width : 500px;
	margin: 50px 10px 0 0;
	padding-right: 10px;
}
.upnav a {
	color: #000000;
}
#menu {
	/*background:#fff;*/
	/*padding:10px 2px 0px 2px;
	height:39px;
	margin-top: 15px;	
	margin-bottom: 0px;
	position: absolute;*/
	margin-right: -100px;
	width: 800px;
	float: right;
	text-align: right;
}
#menu > li {	
	position: relative;
	float: left;
}
li .last {
	border: 1px solid;
}
#menu > li > a {
	display:block;
	padding:0 15px;
	font-size: 14px;
	text-decoration:none;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	float: right;
}
#menu > li > a:hover, #menu > .active > a {
	color:#BA9851;
}

.navigation {
    float: right;
    margin-top: 7px;
	margin-right: 0px;
	width: -371px;
}
.navigation ul{
/* positioning */
	position:relative;
    z-index:1000;
/* remove the dots next to list items: */
    list-style:none; 
/* get rid of any default or inherited margins and padding: */
    margin:0; 
    padding:0; 
    font-size: 16px;
}

/* we're using the direct descendant selectors > to ONLY affect the main menu items */
.navigation > ul > li {
/* positioning */ 
    position: relative;
    float: left;
/* styling: */
    /*margin-right: 10px;*/
    margin-right: 7px;
    font-size: 18px;
}
.navigation > ul > li > a {
/* positioning */ 
    display:block;
/* styling: */
    padding:8px 10px;
    text-decoration:none;
    color:#FFF; 
    /*font-weight: bold;*/
}
.navigation > ul > li > a:hover, 
.navigation > ul > .active > a {
/* styling: */
    color:#FFF;
}

.navigation ul ul{
    width:340px; /* you need a width to accommodate tertiary menus */
    
    position:absolute;
    z-index:100;
    
    height: 0;
    overflow: hidden;

    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}


/* don't display tertiary box yet */
.navigation > ul > li:hover ul ul, .navigation > ul > li > a:hover ul ul{
    height:0;
    
}
/* tertiary drop-down box */
.navigation ul ul ul{
    left:250px;
    width:250px;
}

.navigation > ul > li:hover ul, .navigation > ul > li > a:hover ul,
.navigation ul ul li:hover > ul, .navigation ul ul li a:hover > ul{
    height:auto; /* need a height to accommodate any tertiary menus */
}

/* drop-down item styles */
/* if you want different styling for tertiary menus, just copy the 4 rules below and insert an additional ul: for example: ".navigation ul ul li", becomes: ".navigation ul ul ul li" */

.navigation ul ul li{
    background-color:#eaeaea; /* grey */
    width:250px;
    font-size: 13px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.navigation ul ul li:hover {
    background-color:#999; /* grey */
}

.navigation ul ul li a {
    display:block;
    text-decoration:none;
    margin:0 12px;
    padding:5px 0;
    color:#4c4c4c; /* grey */
}
.navigation ul ul li a:hover, .navigation ul ul li:hover > a {
    color:#ffffff; /* white */
}

/* ============================= content ====================== */
.shadow { 
	box-shadow: 0 0px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(111, 111, 111, 0.8), -12px 0 15px -4px rgba(111, 111, 111, 0.8);
 }
#content {
	color: #000000;
	/*background: #00ff00;*/
	width: 100%;
}
.box1 {
	/*margin-top: 10px;*/
	/*background:#fff;*/
	/*padding:10px 0;*/
}
.box1 h2 {
	color: #4C3911;
	padding:7px 0 14px 0
}
.button1, .button2 {
	display:inline-block;
	background:#fff;
	padding:0 25px;
	color:#006410;
	line-height:29px;
	position:relative;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	text-decoration:none
}
.button2 {
	background:#12110f;
	color:#fff;
	padding:0 22px
}
.button1:hover {
	background:#2a2824;
	color:#72716f
}
.button2:hover {
	background:#f3b21d
}
ul.bottomimg li{
	float: left;
	margin: 10px 5px;
	/*margin:0px 29px;*/
}
ul.bottomimg li a img{
	width: 373px;
	height: 231px;
}
.col-room {
	/*border-bottom: 10px solid #BA9851;*/
	/*width: 294px; */
	width: 294px;
	float: left; 
	margin: 20px 5px; 
	-webkit-box-shadow: 0 0 3px 0 #636363; 
	box-shadow: 0 0 3px 0 #636363;
	transition: 0.3s;
	cursor: pointer;
	height: auto;
	/*border: 5px solid rgb(242, 91, 34);*/
}
.col-room > div > h2, .col-room div a, .col-room img{
	transition: 0.3s;
}
.col-room:hover {
	/*background: #F25B22;*/
	color: #ffffff;
}
.col-room:hover > div > a , .col-room:hover > div > h2 {
	color: #ffffff;
}
.col-room:hover > img {
	transform: translate(0,1em);
	overflow: hidden;
}
/* =========== kwiks slider ========= */
.kwicks-wrapper {
	width:640px;
	overflow:hidden
}
.kwicks {/* recommended styles for kwicks ul container */
	list-style:none;
	position:relative;
	margin:0;
	padding:0 !important;
	overflow:hidden;
	height:414px;
	background:none
}
.kwicks li {/* these are required, but the values are up to you (must be pixel) */
	width:160px;
	height:414px;/*do not change these */
	display:block;
	overflow:hidden;
	padding:0 !important; /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
	background:none !important;
}
.kwicks.horizontal li {/* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */
	margin-right:0;/*Set to same as spacing option. */
	float:left
}
.pad_bot1 {
	padding-bottom:10px
}
.pad_bot2 {
	padding-bottom:24px
}
.pad_bot3 {
	padding-bottom:14px
}
.pad_left1 {
	padding-left:70px
}
.pad_left2 {
	padding-left:80px
}
.pad {
	color: #000000;
	padding:20px 0 39px 40px
}
.box1 .pad {
	padding:20px 0 15px 30px
}
.marg_right1 {
	margin-right:20px
}
.line1 {
	background:url(../images/line_vert1.gif) 280px 0 repeat-y
}
.line2 {
	background:url(../images/line_vert1.gif) 600px 0 repeat-y;
	padding-bottom:7px
}
.line3 {
	background:url(../images/line_vert2.gif) 600px 0 repeat-y;
	padding-bottom:11px
}
.color1 {
	color:#fff
}
.color2 {
	color:#fff
}
.color3 {
	color:#000
}
figure {
	padding-top:4px
}
.list1 {
}
.list1 li {
	line-height:24px
}
.list1 a {
	color:#f3b21d;
	padding-left:15px;
	background:url(../images/marker_1.gif) 0 5px no-repeat
}
.list2 {
	border-top:1px solid #f2f2f2;
	margin-top:-2px;
	padding-bottom:21px
}
.list2 li {
	line-height:23px;
	border-bottom:1px solid #f2f2f2;
	padding:0 6px;
	color:#000
}
.list2 span {
	float:right;
}
.newsletter {
	padding-bottom: 20px;
	border: 1px solid #906B20;
	margin: 0px 25px 30px 25px;
	text-align: center;
}
.newssuccess {
	background: #0DB000;
	padding: 20px;
	color: #ffffff;
	font-size: 14px;
	margin: 10px 30px;
}
.runtext {
	background: rgb(242, 91, 34) none repeat scroll 0% 0%;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	/*margin: 10px 0px;*/
}
/* ============================= footer ====================== */
.payment-logo {
	padding: 10px; 
	text-align: right; 
	background: #efefef; 
	/*-webkit-border-radius: 0 0 5px 5px;	
	border-radius: 0 0 5px 5px;*/
	color: #ababab;
	font-weight: bold;
	font-style: italic;
	border-top: 1px solid #efefef;
}
footer {
	padding: 28px 101px 28px 109px;
	margin: 0 auto;
	/*min-height: 100px;*/
	/*width:100%;*/
	background: rgb(224, 224, 224) none repeat scroll 0% 0%;
	height: 72px;
}
footer a {
	color: #000000;
}
footer a:hover {
}
.medsos {
	float: left;
	height: 100px;
}
#icons {
	padding-top:5px
}
#icons li {
	float:left;
	padding-right:11px
}
#footer_menu {
	padding-top:4px
}
#footer_menu li {
	padding-right:26px;
	background:url(../images/footer_menu_line.gif) right 5px no-repeat;
	margin-right:25px;
	float:left
}
#footer_menu li a {
	color: #ffffff;
}
#footer_menu .last {
	padding-right:0;
	margin-right:0;
	background:none
}
#footer_menu .active a {
	text-decoration:none
}
.payment {
	margin-top: 20px;
	margin-left: 200px;
}
/* Tooltips */
.aToolTip {
	background:#2a2824;
	margin:0;
	padding:2px 10px 3px;
	font-size:11px;
	line-height:1.2em;
	position:absolute
}
.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0
}
/* ============================= forms ============================= */
#ContactForm {
	padding:0 10px 0 0;
	margin-top:-2px
}
#ContactForm .wrapper {
	overflow:inherit;
	min-height:30px;
	line-height:24px
}
#ContactForm .textarea_box {
	min-height:216px
}
#ContactForm a {
	margin-left:10px;
	float:right;
	padding:0 20px
}
#ContactForm .input {
	margin:0;
	float:right;
	width:482px;
	height:16px;
	background:#fff;
	border:1px solid #f2f2f2;
	padding:3px 5px;
	color:#72716f;
	font:12px Arial, Helvetica, sans-serif
}
#ContactForm textarea {
	overflow:auto;
	margin:0;
	float:right;
	width:482px;
	height:198px;
	background:#fff;
	border:1px solid #f2f2f2;
	padding:3px 5px;
	color: #111110;
	font:12px Arial, Helvetica, sans-serif;
}
#form1 {
	width:240px;
	position: absolute;
	z-index: 99999;
	padding:30px;
	background: #999999;
	color: #ffffff;
}
#form1 h2 {
	padding:0 0 5px 0;
	margin-top:-4px;
	color:#fff
}
#form1 .right {
	width:140px
}
#form1 .row {
	height:30px;
	line-height:22px
}
#form1 .row_textarea {
	height:102px;
	line-height:22px
}
#form1 .input {
	font:12px Arial, Helvetica, sans-serif;
	color:#72716f;
	background:none;
	height:15px;
	padding:3px 5px;
	width:128px;
	margin:0
}
#form1 textarea {
	font:12px Arial, Helvetica, sans-serif;
	color:#72716f;
	background:none;
	height:54px;
	padding:3px 5px;
	width:222px;
	margin:0;
	overflow:auto
}
#form1 label {
	float: left;
	width: 70px;
}
#form1 .field {
	margin: 10px 0px;
}
#form1 input {
	padding: 5px;
	width: 30px;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
	display:none
}
/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	border:1px solid #2a2824;
	position:relative;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	float:right;
	height:21px;
	width:138px !important
}
.jqTransformTextarea {
	border:1px solid #2a2824;
	position:relative;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	height:64px;
	width:100%;
	margin-top:4px
}
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	position:relative;
	float:right
}
.jqTransformSelectWrapper div {
	font:12px Arial, Helvetica, sans-serif;
	color:#72716f;
	display:block;
	position:relative;
	height:21px;
	line-height:21px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #2a2824;
	background:none;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px
}
.jqTransformSelectWrapper div span {
	padding:0 0 0 5px;
	display:block
}
a.jqTransformSelectOpen {
	display:block;
	position:absolute;
	top:1px;
	right:1px;
	width:19px;
	height:19px;
	background:url(../images/select.gif) no-repeat
}
.jqTransformSelectWrapper ul {
	position:absolute;
	top:24px;
	left:0;
	background:#12110f;
	border:1px solid #2a2824;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	display:none;
	z-index:10;
	padding:5px 0;
	height:50px;
	overflow:auto
}
.jqTransformSelectWrapper ul a {
	display:block;
	padding:0 5px;
	text-decoration:none;
	line-height:20px
}
.jqTransformSelectWrapper ul a.selected {
	color:#fff
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	color:#fff;
	background:#2a2824
}
#form1 .select1 .jqTransformSelectWrapper div, #form1 .select1 .jqTransformSelectWrapper ul {
	width:138px !important
}
#form1 .select2 .jqTransformSelectWrapper div, #form1 .select2 .jqTransformSelectWrapper ul {
	width:42px !important
}
#form1 .select2 {
	float:right;
	width:44px;
	margin-left:4px
}
#form1 .button1 {
	float:right;
	margin-left:4px;
	padding:0 19px
}
header h1 a {
	color: #ffffff;
}
header h1 a:hover {
	text-decoration: none;
}
.left-content {
	width: 100%; padding: 10px;
}
.room-list {
	width: 465px;
	float: left;
	margin-bottom: 10px;
	height: 300px;
	overflow: hidden;
}
#title-room {
	padding: 20px 10px 10px 20px;
	/*background: #002365;*/
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	text-shadow: 0px 2px 3px #000000;
	-webkit-border-radius: 0 0 10px 0;
border-radius: 0 0 10px 0;
}
#detail-btn {
	
	
	float: right;
	color: #ffffff;
	font-weight: bold;

}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.input-sm {
  /*height: 30px;*/
  border-color: #aaaaaa;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.left-content h4 {
	border-radius: 10px 0px 10px 0px;
}
.about {
	margin-bottom: 50px;
}
form input, form select, form textarea {
	border: 1px solid;
}

/*
	SLIDER
*/
.slider-wrap								{ width: 477px; position: absolute; right: 7px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 477px; height: 270px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }
