﻿/* CSS Document */

body {
	background-color:#EEE;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat-x;
}
div#global{
	width:960px;
	overflow:visible;
	margin:0 auto;
	height:1000px;
}
div#header{
	width:960px;
	height:100px;
}
img#logo{
	
	margin:15px 70px 0px 30px;
	display:block;
	float:left;
}
#botonST{
	background-image:url('../img/botonON.jpg');
	background-repeat:no-repeat;
	 width:100px;
	 height:50px;
	float:left;
	margin:30px 0 0 0px;

}

#botonST:hover {
	background-image:url('../img/botonOnHover.jpg');
		background-repeat:no-repeat;
	 width:100px;
	 height:50px;
	float:left;
	margin:30px 0 0 0px;

}


div#menu{
	float:right;
	margin-top:50px;
}

div#menu a{
	border-right: 1px solid #999;
	padding:0px 10px;
	font-size:12px;
}
div#menu a.last{
	border-right:none;
}

div#menuHotLine{
	float:right; width:60%; text-align:right; margin-right:10px; margin-top:10px;
}
div#menuHotLine a:hover{
	color:orange; font-size:1em;
}
div#menuHotLine a{
	color:red; font-size:1em;
}

div#info{
	overflow:hidden;
	width:960px;
	background-image:url(../img/bg_info.png);
	background-repeat:no-repeat;
}
div#side_left{
	overflow:visible;
	width:310px;
	float:left;
	}
img#img00{
	margin:30px 0px 0px 30px;
}
div#side_right{
	overflow:hidden;
	width:630px;
	float:right;
	}
div#side_right h1{
	font-size:40px;
	color:#000;
	margin-top:80px;
	}
div#side_right h2{
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	}
div#footer{
	color:#666;
	text-align:center;
	margin:20px;	
	}
