

body {background: #222 url('images/steel_bg.png'); color: #333; font-size:1em}

#header {font-size: 0.8em; color: #333; margin-top: 10px; overflow: hidden; line-height: 104px;}
#header h1 {float: left; margin-right: 10px;}
#header a {color: #000}

h1, h2, span.big {color: #222; letter-spacing: -0.05em; font-weight: bold}
h1 {margin-bottom: 0}
span.big {font-size:2em}

#footer {height: 30px; text-align: right; margin-top: 20px}

a, a:hover {color: #333; text-decoration: none}

img.smaller {width: 450px; height: 335px}

p, li, a {color: #333}

.left {float: left}
.right {float:right}

#contacts {font-size: 0.9em}

/* SlideViewer */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
position: relative;
overflow: hidden;
border: 1px solid #dddddd;
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li {
float:left;
cursor: pointer;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: transparent;
color: #222;
text-decoration: none;
display: block;
border: 1px solid #222;
}
.stripTransmitter a:hover, a.current{
background: #222;
color: #c0c0c0;
}

