/* GLOBAL
----------------------------------------*/

body {
	padding: 0;
	margin: 0;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
	background: #eee url(../images/bg-header-wrapper.gif) repeat-x 50% 0;
}
p {
	margin: 15px 0;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-size: 1.8em;
	letter-spacing: -1px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	color: #8B8A87;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
	padding: 5px 0 5px 25px;
	border-top: 3px solid #444;
	border-bottom: 1px dashed #999;
}
h3 a:link, h3 a:hover, h3 a:visited  {
	color: #0065B1;
}
a:link {
	color: #0065B1;
	text-decoration: none;
}
a:hover {
	color: #3199E7;
	text-decoration: none;
}
a:visited {
	color: #6477B4;
	text-decoration: none;
}
.address {
	background: url(../images/icons/home.gif) no-repeat 0 50%;
}
.contact {
	background: url(../images/icons/phone.gif) no-repeat 0 50%;
}
.time {
	background: url(../images/icons/time.gif) no-repeat 0 50%;
}
.email {
	background: url(../images/icons/email.gif) no-repeat 0 50%;
}
.star {
	background: url(../images/icons/star.gif) no-repeat 0 50%;
}
img {
	border: none;
}

/* LAYOUT
----------------------------------------*/

#header {
	height: 120px;
	width: 990px;
	margin: 0 auto 15px auto;
	padding: 0;
	position: relative;
	background: url(../images/bg-header.gif) no-repeat 50% 0;
}
#outer-wrapper {
	background: #eee url(../images/bg-outer-wrapper.gif) repeat-y 50% 50%;
}
#content-header {
	height: 20px;
	background: #eee url(../images/bg-content-header.gif) repeat-y 50% 50%;
}
#content-wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 5px 20px 30px 30px;
	font-size: 1.4em;
\\	background: #fff url(../images/bg-content-wrapper.gif) repeat-y;
}
#content {
	width: 660px;
	float: left;
}
#sidebar {
	width: 210px;
	padding: 0;
	float: right;
}
#content-wrapper, #footer {
	text-align: left;
}
#footer-wrapper {
	width: 960px;
	margin: 0 auto;
	background: #eee url(../images/bg-footer.gif) no-repeat 50% 0;
}
#footer {
	padding: 35px 20px 15px 20px;
}

/* HEADER
----------------------------------------*/

#logo {
	position: absolute;
	top: 25px;
	left: 130px;
	text-align: left;
}
#logo h1 {
	font-size: 350%;
	color: #fff;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
#logo h2 {
	margin: 0;
	padding: 0;
}
#logo h2.slogan {
	font-size: 140%;
\\	font-style: italic;
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
}
#logo a:link, #logo a:hover, #logo a:visited  {
	color: #eee;
	text-decoration: none;
}
#manu {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 41px;
	line-height: 38px;
	padding: 0 20px;
	background: #215669 url(../images/bg-tel.gif) repeat-y 50% 0;
	color: #fff;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

/* CONTENT
----------------------------------------*/

/* SIDEBAR
----------------------------------------*/

#sidebar h3 {
\\	background-color: #eee;
}

/* FOOTER
----------------------------------------*/

#footer p {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: normal;
}

/* SELF CLEARING FLOATS
----------------------------------------*/

#content-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content-wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content-wrapper {
	height: 1%;
}
#content-wrapper {
	display: block;
}
/* End hide from IE-mac */
.clear {
	clear: both;
	height: 0;
}
