/* CSS Document */

html { overflow: -moz-scrollbars-vertical; 
}

body {
	background: #999999 url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}

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

a:hover {
	text-decoration: underline;
}

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

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

.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 #nav {
	background: #000000 url(images/nav_bg.jpg) no-repeat;
	text-align:	center;
	height: 38px;
	text-transform: uppercase;
}

/*  Index Table */

.site_content { 
	width: 935px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 10px 5px 10px 10px;
	text-align: left;
	font-size: 12px;
}

.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 {
	font-size: 12px;
	margin: 10px 0px;
}

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

.digital-table {
	background: #F3F4F7;
	text-align: center;
}

.digital-table a {
	color: #0099CC;
}

.digital-table td {
	padding: 5px 0px;
}


.digital-table img {
	border: none;
	margin: 1px;
	width: 220px;
}

.spacer {
    line-height: 10px;
}

.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 p {
	margin: 0px 0px 20px;
}


.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 #main_content {
	margin: 0 0 0 307px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
}

.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;
	position: relative;
	width: 625px;
	/* height: 100%; num_nav is on */
	height: 275px;
}

#container2 {
	background: url(images/slider_bg.jpg) no-repeat;
	position: relative;
	width: 625px;
	height: 292px;
	overflow: hidden;
}

#container {
	position: relative;
	width: 600px;
	height: 250px;
	overflow: hidden;
	top: 10px;
	left: -2px;
}

.item {
	width: 600px;

}

.item img {
	border: 0px;
}

#num_nav {
	position: relative;
	text-align: left;
	top: -40px;
	left: -25px;
	display: none;
}

#num_nav ul li {
	display: inline;
	margin: 0 5px;
}

#num_nav ul li a {
	padding: 2px 8px;
	color: #B70009;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #B70009;
	background-color: #000000;
}

#num_nav ul li a.active, #num_nav ul li a:hover {
	border-color: #000000;
	background-color: #B70009;
	color: #000000;
}

#play_btn {
	display: none;
}

#play_btn:hover {
	border-color: #0066CC;
}

/*  End Slider */

/*  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 {
	background: url(images/footer_bg.jpg) no-repeat;
	height: 16px;
	padding: 8px 10px;
}

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

.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;
}


.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;
}

.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;
}

/* Light Box */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* //Light Box */


<!--[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]-->
