/*Global Style*/

body {
	font:75%/140% Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	background-color: #f2f2f2;
}
img {border: none}
.wrapper {
	//width:958px;
	width:100%;
	text-align:left;
	margin:0 auto;
	background-color: #fff;
	padding: 0px 0px;
}

.clear {
	clear:both;
}

p {
	padding: 3 3 3 3;
}

a {
	font-size: 100%;
}
a:visited { color: #333; text-decoration: none;}
a:link { color: #333; text-decoration: none;}
a:hover { color: #000; text-decoration: none;}

/* Content */
.content {padding: 5px 0 5px 0;}

/* Header */
.header {background: url(assets/bg-header.png) 0 0 no-repeat; height: 99px; position: relative;}
.logo {margin: 0 0 0 20px;}
.control {position: absolute; top: 0; right: 0;}
.control li {float: left; margin: 10px 10px 0 0;}
.menu {position: absolute; bottom: 10px; right: 0;}
.menu li {float: left; border-left: 1px #fff solid; padding: 0 10px 0 10px; font-weight: bold; font-size: 13px;}
.menu li a:visited { color: #fff; text-decoration: none;}
.menu li a:link { color: #fff; text-decoration: none; display: inline-block;}
.menu li a:hover { color: #fff; text-decoration: none;}
.menu li.last {border-left: none;}

/* Footer */
.footer {background: url(assets/bg-footer.png) 0 0 no-repeat; height: 110px; padding: 10px 0 0 0; clear: both;}
.footer img {float: left; margin: 5px 20px 0 120px;}
.footer span {color: #fff; font-size: 11px; line-height: 16px;}
.footer a:visited { color: #FF9; text-decoration: none;}
.footer a:link { color: #FFF; text-decoration: none;}
.footer a:hover { color: #FF9; text-decoration: none;}







