
* {
	margin: 0;
	padding:0;
	outline:none;
}

html,
body {
	height:100%;
	width:100%;
}
 html[xmlns^="http"] {
 overflow-y: scroll;
}

html{
	background:url(../images/bg-html.gif) 0 0 repeat;
}

body {
 	font:13px/17px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/bg-body.gif) 0 0 repeat-x;
}

/* ----------------------------------> Global classes <-----------------------------*/
a {
	color:#cd0202;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

.highlight {
	font-weight:bold;
}

.image {
	border:solid 1px #4f4f4f;
}

.floatRight {
	float:right;
	margin:0 0 10px 10px;
}

.floatLeft {
	float:left;
	margin:0 10px 10px 0;
}

.clear {
	float:none;
	clear:both;
}
#map{
	border:solid 1px #4f4f4f;
	padding:1px;
	background:#fff;
	margin:0 0 5px 0;
	float:left;
	width:610px;
}
/* ----------------------------------> Container <-----------------------------------*/
#container {
	background:url(../images/bg-container.png) 20px 0 repeat-y;
	width: 900px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto -106px;
	position:relative;
	z-index:10;
}

* html #container {
	position:static;
	background-position:21px 0;
}

#slideshowTop{
	position:absolute;
	width:610px;
	height:161px;
	overflow:hidden;
	z-index:3;
	left:253px;
}

#slideshowTop img{
	position:absolute;
	display:none;
	top:0;
	left:0;
}

/* ----------------------------------> Header <--------------------------------------*/

#header {
	width:900px;
	height:181px;
	background:url(../images/bg-header.png) 0 0 no-repeat;
	position:relative;
	z-index:4;
}

* html #header{
	position:static;
}

#branding{
	width:240px;
	height:71px;
	display:block;
	text-indent:-5000px;
	position:absolute;
	left:6px;
	top:50px;
	background:url(../images/bg-h1.gif) 0 0 no-repeat;
}

#branding a {
	width:225px;
	height:71px;
	display:block;
	text-indent:-5000px;
	position:absolute;
	left:22px;
}

.claim {
	display:none;
}


/* ----------------------------------> NaviAdd <-------------------------------------*/
#naviAdd {
	list-style-type:none;
	position:absolute;
	left:35px;
	top:6px;
}

#naviAdd li {
	float:left;
	padding:0 3px;
}

#naviAdd li a {
	float:left;
	height:11px;
	width:15px;
	background:url(../images/bg-icons.gif) 0 0 no-repeat;
	line-height:1px;
	font-size:1px;
	text-decoration:none;
	text-indent:-50000px;
}

#naviAdd li a.home:hover, #naviAdd li.active a.home {
	background-position:0 -11px;
}

#naviAdd li a.map {
	background-position:-22px 0;
}

#naviAdd li a.map:hover, #naviAdd li.active a.map {
	background-position:-22px -11px;
}

#naviAdd li a.contact {
	background-position:-44px 0;
}

#naviAdd li a.contact:hover, #naviAdd li.active a.contact {
	background-position:-44px -11px;
}

/* ----------------------------------> breadcrumb <------------------------------------*/
#breadcrumb{
	position:absolute;
	font-size:12px;
	left:270px;
	top:162px;
	color:#fff;
	font-weight:bold;
}

#breadcrumb a{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-breadcrumb.gif) 0 4px no-repeat;
	padding:0 0 0 8px;
	margin:0 3px 0 0;
}

#breadcrumb a.first{
	background:none;
}

#breadcrumb a:hover{
	color:#ffa800;
}

/* ----------------------------------> fontSize <-------------------------------------*/
#fontSize{
	position:absolute;
	right:5px;
	top:164px;
}

#fontSize a{
	width:14px;
	height:13px;
	display:block;
	text-indent:-5000px;
	line-height:1px;
	font-size:1px;
	background:url(../images/bg-font-size-icons.gif) 0 0 no-repeat;
	float:left;
	margin:0 5px 0 0;
}

#fontSize a.small:hover{
	background-position:0 -13px;
}

#fontSize a.normal{
	background-position:-18px 0;
}

#fontSize a.normal:hover{
	background-position:-18px -13px;
}

#fontSize a.large{
	background-position:-36px 0;
}

#fontSize a.large:hover{
	background-position:-36px -13px;
}


/* ----------------------------------> Content Sidebar <-----------------------------*/
#contentSidebar {
	width:242px;
	padding:0 0 35px 38px;
 	float:left;
	position:relative;
	z-index:20;
	margin:-19px 0 0 0;
	background:url(../images/bg-sidebar.gif) 28px 0 no-repeat;
}

#contentSidebar h3{
	font-size:20px;
	color:#fff;
	margin:0 0 15px 0;
}

#contentSidebar h4{
	font-size:15px;
	color:#ffa800;
	padding:0 0 3px 10px;
}


/* ----------------------------------> Navi <----------------------------------------*/

#contentSidebar ul{
	list-style-type:none;
	padding:0 0 10px 22px;
}

#contentSidebar ul li{
	padding:0 0 2px 0;
}

#contentSidebar ul li a{
	padding:0 0 0 11px;
	background:url(../images/bg-navi.gif) 0 3px no-repeat;
	color:#fff;
}

#contentSidebar ul li.empty a{
	background:none;
}

#contentSidebar ul li a:hover{
	text-decoration:none;
	color:#ffa800;
}

#contentSidebar ul li.active a, #contentSidebar ul li.active a:hover{
	text-decoration:none;
	color:#ffa800;
	background-position:0 -38px;
}

#contentSidebar ul li ul{
	display:block;
	padding:0 0 0 22px;
}

#contentSidebar ul li ul li a, #contentSidebar ul li.active ul li a{
	background:url(../images/bg-breadcrumb.gif) 0 5px no-repeat;
	font-weight:normal;
	padding:0 0 0 8px;
	color:#fff;
}

#contentSidebar ul li ul li a:hover, #contentSidebar ul li.active ul li a:hover{
	background-position:0 5px;
}

#contentSidebar ul li ul li.active a{
	color:#ffa800;
	background:url(../images/bg-breadcrumb.gif) 0 5px no-repeat;
}


#contentSidebar p{
	background:url(../images/bg-sidebar-icons.gif) 10px 36px no-repeat;
	padding:30px 0 0 30px;
	font-family:tahoma, verdana;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
	font-weight:bold;
	font-size:0.7em;
}


/* ----------------------------------> Content Main <--------------------------------*/
#contentMain {
	width:620px;
	float:left;
	padding:10px 0 0 0;
}

#contentMain h2 {
	font-size:25px;
	line-height:normal;
	margin:0 0 10px 0;
}

#contentMain h3 {
	font-size:17px;
	line-height:normal;
	color:#343e40;
	font-weight:normal;
	font-family:tahoma, verdana;
	margin:0 0 5px 0;
}
#contentMain h4 {
	font-size:16px;
	line-height:normal;
	color:#ff0000;
	font-weight:normal;
	font-family:tahoma, verdana;
	margin:0 0 5px 0;
}

#contentMain p{
	margin:0 0 15px 0;
}

.contentColumn{
	width:299px;
	padding:0 10px 0 0;
	float:left;
}

#info{
	padding:30px 0 0 0;
	float:left;
}

#info h3 strong{
	color:#ff0000;
	font-size:20px;
	font-family:"trebuchet MS", verdana, arial;
}

#contentMain table.infoTable{
	border-bottom:solid 1px #a4a4a4;
	border-right:solid 1px #a4a4a4;
	background:#fff;
	margin:10px 0 0 0;
	float:left;
}

#contentMain table.infoTable td{
	vertical-align:top;
	text-align:left;
	border-top:solid 1px #a4a4a4;
	border-left:solid 1px #a4a4a4;
	padding:2px 5px;
}

#contentMain table.infoTable td span{
	background:url(../images/icon-fi.gif) 0 center no-repeat;
	padding:0 0 0 12px;
}

#image{
	width:265px;
	height:123px;
	padding:20px 20px 20px 15px;
	float:left;
	background:url(../images/bg-image-frame.gif) 0 0 no-repeat;
}

#container p.webdesign{
	position:absolute;
	left:46px;
	bottom:10px;
	color:#fff;
	font-weight:bold;
}

#push {
	height:106px;
	clear:both;
	float:none;
}

/* ----------------------------------> Footer <--------------------------------------*/
#footer {
	background:url(../images/bg-footer.gif) 0 0 repeat-x;
	width:100%;
	height:106px;
}

#innerFooter{
	width:900px;
	margin:0 auto;
	height:106px;
	position:relative;
}

#innerFooter img{
	position:relative;
	left:253px;
	top:10px;
	z-index:4;
}

#innerFooter #slideshowBottom{
	width:900px;
	height:106px;
	background:url(../images/bg-inner-footer.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}



/* ----------------------------------> backlink <--------------------------------------*/
/* text link */
.vis-link {
	color: #fff;
	text-decoration: none;
	font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 16px
}
.vis-link:hover {
	border-left: 13px solid #92a450;
	padding: 0 0 0 3px;
	text-decoration: none;
}
.vis-link strong {
	color: #92a450;
	font-weight: normal;
}

/* image link */
.vis-link img {
	border: none;
	vertical-align: middle;
}
