﻿body {
font-family:Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin:0px;
  text-align: center;
}

a{color:#a21a1c}

#wrapper { 	
  text-align: left;
  vertical-align: top;	
  margin: 0px auto;
  padding: 0px;
  width: 780px;
}
#header{width:780px; height:163px; background:url('images/logo.jpg') top left no-repeat; clear:both; margin-bottom:0; text-align:left;}
	#header #logo{width:303px; height:163px; float:left;}
	#header #logo img{margin:0; border:none; padding:0;}
	#header #menu {width:477px; float:right; padding-top:57px;  text-align:left; *padding-top:69px;}
	#header #menu ul{list-style:none; margin-left:-40px; font-size:0.8em; *margin-left:0;}
	#header #menu li{display:inline; margin-right:63px;}
	#header #menu ul li .active{color:#C80000;}
	#header #menu a:visited, #header #menu a:link, #header #menu a:active, #header #menu a:focus{text-decoration:none; color:#000;}
	#header #menu a:hover{color:#C80000; text-decoration:none}


#main{width:780px; height:/*350385px*/auto; margin:0; clear:both; color:#666666; *margin-top:-3px;}
	#left{float:left; width:42px; height:/*350px*/auto; }
	#half{float:left; width:249px; height:350px; padding-left:/*5*/48px; padding-right:5px; padding-top:0;background:url('images/slices_02.gif') top left; background-repeat:repeat-y;}
			#half h1{color:#000; font-size:1.2em; margin-top:0;}
			#half p{font-size:0.8em;}
			#half .black{color:#000; font-weight:bold;}
#last_half{float:left; width:478px; height:350px; background-color:#F0F0F0; text-align:center;background:url('images/slices_05.gif') top right; background-repeat:repeat-y;}
		#last_half .post_it{margin-top:48px;}
#photos{float:left; width:435px; height:350px; background-color:#626262; text-align:center;}

	#right{float:right; width:42px; height:/*350px*/auto; }
#footer{width:780px; background:url('images/footer.jpg') top left no-repeat; height:42px; clear:both }
#counter{text-align:center; display:none}
.active{color:#C80000;}



/* slideViewer's basic CSS: */
.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { 
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
background: #fff;
}
.slideViewer ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li {
float:left;
}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding */
background: #fff;
color: #000;
font: normal 10px Verdana;
text-align:left;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
background: #fff;
}
.thumbSlider ul { 
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{ 
float:left;
margin: 0;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;}