/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical; 
	height: 100%;
}

body {
	background: #FFF url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
}

a {
	color: #B70009;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.site_wrapper {
	min-height: 100%;
	margin-bottom: -56px;
	position: relative;
}

.site_main {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding-bottom: 50px;
}

.site_main #header {
	background: #FFF url(images/header.jpg) no-repeat;
	height: 152px;
	padding: 0px;
	text-align: left;
}

.site_main #header h1 {
	display: none;
}

.site_main #header img {
	border: none;
	float: left;
	padding: 30px 0px 0px 9px;
}

.site_main #header p {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0px 125px 0px 0px;
	padding-top: 47px;
}

.site_main #header p a {
	color: #000000;
}

.site_main #navWrapper {
	background: #000 url("images/nav_bg.jpg") repeat-x;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

.site_main #navWrapper table {
	margin: auto;
    text-align: left;
	border-collapse: collapse;
}

.site_main #navWrapper table td {
	padding: 0px;
}

/*  Index Table */

.site_content { 
	width: 932px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px 8px 10px 10px;
	text-align: left;
	font-size: 13px;

}

.site_content h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.site_content h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px;
}

.site_content h3 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px;
}

.site_content h4 {
	background: #000000 url(images/h4_bg.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 10px;
	margin: 0px 5px 0px 0px;
}

.site_content p {
	margin: 10px 0px;
	line-height: 18px;
}

.site_content #table {
	border: 1px solid #000;
	padding: 0px 10px 10px;
	margin: 0px 5px 0px 0px;
}

.site_content #iframe {
	width: 908px;
	height: 620px;
	overflow: hidden;
	position: relative;
}

.site_content #inneriframe {
	position: absolute;
	top: -115px;
	left: -185px;
	width: 1280px;
	height: 1200px;
}

.spacer {
    line-height: 10px;
}

.side_bar {
	float: left;
	width: 305px;
	color: #FFF;
}

.side_bar #header {
	background: url(images/side_nav_header.jpg) no-repeat;
	height: 10px;
	padding: 0;
}

.side_bar #content {
	background: url(images/side_nav_content.jpg) repeat-y;
	padding: 5px 20px 5px 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	height: 240px;
}

.side_bar #content img {
	border: none;
}

.side_bar #footer {
	background: url(images/side_nav_footer.jpg) no-repeat;
	height: 15px;
}

.side_bar_2 {
	float: left;
	width: 305px;
	text-align: center;
	margin: 60px 0px 0px;
}

.side_bar_2 #header1 {
	font-size: 24px;
}

.side_bar_2 #header2 {
	font-size: 18px;
	margin: 10px 0px 0px;
}

.side_bar_2 p {
	font-size: 14px;
}

.button-idx {
     display:inline;
     list-style:none;
	 font-size: 16px;
	 font-weight: none;
}
 
.button-idx a {
     background: transparent url(images/button-left.jpg) no-repeat left;
     display:block;
     float:left;
     height: 40px;
	 margin: 5px 0px 0px 45px;
     padding: 0px 0 5px 40px;
	 color: #FFF;
}
 
.button-idx a span {
     background: transparent url(images/button-right.jpg) no-repeat right;
     cursor:pointer;
     display:inline;
     float:left;
     height:30px;
     padding:10px 45px 5px 0;
}
 
.button-idx a:hover {
    background: transparent url(images/button-left-over.jpg) no-repeat left;
    color:#fff;
    padding:0px 0 5px 40px;
	text-decoration: none;
}
 
.button-idx a:hover span {
    background: transparent url(images/button-right-over.jpg) no-repeat right;
    color:#fff;
    padding:10px 45px 5px 0;
	text-decoration: none;
}

.button {
     display:inline;
     list-style:none;
}
 
.button a {
     background: transparent url(images/button-left.jpg) no-repeat left;
     display:block;
     float:left;
     height:40px;
     margin-right:15px;
     padding:0px 0 5px 10px;
	 color: #FFF;
}
 
.button a span {
     background: transparent url(images/button-right.jpg) no-repeat right;
     cursor:pointer;
     display:inline;
     float:left;
     height:30px;
     padding:10px 15px 5px 0;
}
 
.button a:hover {
    background: transparent url(images/button-left-over.jpg) no-repeat left;
    color:#fff;
    padding:0px 0 5px 10px;
	text-decoration: none;
}
 
.button a:hover span {
    background: transparent url(images/button-right-over.jpg) no-repeat right;
    color:#fff;
    padding:10px 15px 5px 0;
	text-decoration: none;
}

.side_nav {
	float: left; /* since this element is floated, a width must be given */
	width: 305px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: #FFF;
}

.side_nav img {
	border: 0px;
}

.side_nav #header {
	background: url(images/side_nav_header.jpg) no-repeat;
	height: 10px;
	padding: 0;
}

.side_nav #content {
	background: url(images/side_nav_content.jpg) repeat-y;
	padding: 5px 20px 5px 10px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

.side_nav #footer {
	background: url(images/side_nav_footer.jpg) no-repeat;
	height: 15px;
}

.site_content #content_slider {
	margin: 0 0 0 307px;
	padding: 0 0px 0px;
}

.top {
	background: url(images/arrow.jpg) no-repeat;
	background-position: right;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
}  

.view {
	background: url(images/arrow_2.jpg) no-repeat;
	background-position: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}  

/*  Slider */
#wrapper {
	background:  url(images/slider_bg.jpg) no-repeat;
}

/*  End Slider */

table.idx-services {
	width: 100%;
}

table.idx-services img {
	border: none;
}

table.idx-services td {
	padding: 5px 0px 0px 0px;
	text-align: center;
}


/*  End Index Table */

/* Portfolio Table */

.portfolio {
	border-collapse: collapse;
}

.portfolio img {
	margin: 0px;
	border: 1px solid #000000;
	width: 150px;
	height: 125px;
}

.portfolio {
	font-size: 12px;
}

.portfolio a:hover img {
	border: 1px solid #B70009;
}

/* End Portfolio Table */

.site_footer_top {
	background: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding: 0px 10px 0px;
}

.site_footer_wrapper {
	background: #000 url(images/footer_bg.jpg) repeat-x;
	margin: 0px;
	position: relative;
	width: 100%;
}

.site_footer {
	background: #000 url(images/footer_bg.jpg) repeat-x;
	height: 40px;
	padding: 8px 0px;
	border-collapse: collapse;
	margin: auto;
	width: 950px;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	margin-top: 2px;
}

.site_footer #author {
	float: right;
	text-align: right;
	font-weight: bold;
}

.skiva {
	color: #CCCCCC;
}

.site_footer #author a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.clearfooter {
	height: 56px;
	clear: both;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px 0px 0px 8px;
	text-align: center;
	font-size: 10px;
}

.fltrt2 { 
	background: #F1F1F1;
	float: right;
	margin: 0px 20px 20px;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #CCC;
}

.fltrtContact {
	float: right;
	margin-left: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 10px;
    font-size: 1px;
    line-height: 10px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* //SLIMBOX */


<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
