/* Global styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	margin:0;
	padding:0;
	border:none;
	outline:0;
}
html,body{
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4646;
	background:url(../images/bg01.jpg) repeat-x center top #f8f8f8;
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#d20707;
}
a:hover{
	color:#d20707;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}
/* CMS styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body.mceContentBody {
   background:#fff;
}
/* Container styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container{
	position:relative;
	width:997px;
	margin:0 auto;
	background:#fff;
}
/* Header styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header{
	position:relative;
	height:175px;
	background:url(../images/logo-header.jpg) no-repeat left top;
}
#header h1,#header h2{
	position:absolute;
	text-indent:-9999px;
}
#topnav{
	position:absolute;
	right:6px;
	top:5px;
	margin:0;
	list-style:none;
	background:url(../images/border01.gif) repeat-y right top;
}
#topnav li{
	float:left;
}
#topnav a{
	display:block;
	color:#9c9898;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	padding:50px 1px;
	text-align:center;
	line-height:15px;
	width:139px;
	background:url(../images/border01.gif) repeat-y left top;
}
#topnav a:hover{
	color:#000;
}
#nav{
	position:absolute;
	left:5px;
	bottom:5px;
	margin:0;
	list-style:none;
}
#nav li{
	float:left;
}
#nav a{
	display:block;
	background:url(../images/bg-button.gif);
	line-height:13px;
	padding:15px 0;
	width:139px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px;
	font-size:12px;
	font-weight:bold;
}
#nav a:hover{
}
/* Slideshow styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#slideshow{
	position:relative;
	height:200px;
	padding:1px 0;
	overflow:hidden;
}
#slideshow #banner{
	position:absolute;
	left:0;
	top:0;
	width:997px;
	height:202px;
	background:url(../images/banner-top.png) no-repeat;
}
#slideshow #banner h1{
	position:absolute;
	text-indent:-9999px;
}
#slideshow #banner #proximedia{
	position:absolute;
	width:15px;
	height:115px;
	right:0;
	top:12px;
}
/* Wrapper styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper{
	position:relative;
	overflow:hidden;
}
/* Adres styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#adres{
	position:relative;
	float:left;
	width:245px;
	padding:10px;
}
#adres h1{
	font-size:20px;
	color:#d20707;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
#adres img{
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin-top:5px;
}
/* Content styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content{
	position:relative;
	background:url(../images/border01.gif) repeat-y left top;
	padding:0 10px 1px 20px;
	min-height:300px;
	margin:10px 10px 10px 260px;
}
#content h1{
	font-size:20px;
	color:#c1afaf;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}
#content img{
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	margin:5px;
}
#content #Slide01{
	clear:both;
	margin:0 auto;
}
#content #Gallery img{
	border:0;
	margin:0;
	padding:0;
	background:none;
}
/* Footer styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer{
	position:relative;
	background:#e01010;
	color:#fff;
	text-align:center;
	padding:5px;
	letter-spacing:6px;
	font-size:10px;
}
