div#wrapper {
	background: url(../img/top/wrapper.png) 0 0 no-repeat;
	width:902px;
}

header {
	background: url(../img/top/header.png) 131px 47px no-repeat;
	height:360px;
}

header h1 {
	padding:143px 200px 0 218px;
}

#functionNav {
	padding:2px 0 0 218px;
}

#globalNav {
	padding:0 0 0 50px;
	clear:left;
	top:207px;
	width:830px;
}

header nav ul li{
	float:left;
}

#contents {
	clear:both;
}

div#divNav {
	float:right;
}

article {
	_width:670px;
	max-width:670px;
	margin:0 0 0 13px;
	padding:0 0 30px 24px;
}

div#divNav {
	width:217px;
	padding:10px 47px 30px 0;
}

div#divNav li{
	padding:0 0 12px;
}

div#divNav form {
	padding:0 0 0;
}

div#divNav p.pIcon {
	padding:15px  0;
}

div#divNav p.pIcon img{
	margin:0 3px 0 0;
}

.sectionWhats {
	background: url(../img/top/sectionWhats.png) 0 0 no-repeat;
	padding:0 100px 0 0;
	margin:0 0 10px;
}

*:first-child+html .sectionWhats {
	background: url(../img/top/sectionWhats.png) 0% 0% no-repeat;
	width:100%;
}


.sectionWhats h2{
	padding:9px 0 13px 6px;
}

.sectionWhats ul {
	background: url(../img/top/ulSectionWhats.png) 0 100% no-repeat;
	min-width:554px;
	padding:0 20px 10px 20px;
}

.sectionWhats #table_bg {
	background: url(../img/top/ulSectionWhats.png) 0 100% no-repeat;
	min-width:554px;
	height:250px;
	padding:0 20px 10px 20px;
}

.sectionWhats table {
	width:554px;
	line-height:1.2;
	color:#666666;
}

.sectionWhats tr {
	border-bottom: 1px dotted #9EB3B6;
}

.sectionWhats .tb_day {
	width:75px;
	padding:8px 0px 8px 0px;
}

.sectionWhats .tb_img {
	width:72px;
	padding:8px 0px 8px 0px;
}

.sectionWhats .tb_img img {
	vertical-align:middle;
}

.sectionWhats .tb_text {
	padding:8px 0px 8px 0px;
}

.sectionWhats ul li{
	list-style:none;
	padding:8px 0 7px 2px;
	border-bottom:1px dotted #9eb3b6;
}

.sectionWhats ul li img{
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
}

.sectionBanner {
	padding:20px 0 0;
}

.sectionBanner ul li{
	list-style:none;
	float:left;
	padding:0 12px 0 0;
}

.sectionFooter {
	clear:left;
	padding:0px 0 0 0;
}

.textin {
    border:1px solid #ccc;
    padding: 3px;
	width:182px;
	height:20px;
    color: #666;
    background: #fff;
    border-radius: 5px;
 
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
    -webkit-border-radius: 5px;
 
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
    -moz-border-radius: 5px;
 
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

#copy {
	float:right;
	margin-top:7px;
}


#whatsMore{
	margin-top:5px;
	text-align:right;
}


a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/*-----	hover	-----*/
.gallery a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
}

/*-----	hover	-----*/


















