html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{
color: whitesmoke;
text-decoration: none;

}

a:hover
{
background-color: #444444;
}

body
{
	background-color: #444448;
	font-family: "Lucida Grande", "Lucida Unicode", sans-serif;
	text-shadow:black 0 0 1px;


}

#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
	color: whitesmoke;
	padding-bottom: 4px;
    border-bottom: 1px solid #949494;
}

h1
{
	color: #949494;
font-size: 32px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -3px;
line-height: 1.2em;	
padding-left: 14px;
padding-bottom: 5px;
border-bottom: 1px solid #949494;
/*background-color:  #333333 ;*/
}

span.caption
{
display: none;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.4em;
}

#nav
{
/*margin-bottom: 10px;*/
padding-top: 4px;
padding-left: 46px;
padding-bottom: 4px;
border-bottom: 1px solid #949494;
margin-bottom: 4px;
}

#nav ul
{
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;Close

}

#nav ul li
{
	display: inline;

}

#nav ul li.selected
{
	background-color: #666;

}

p.nav {
	width: 80px;
	position: absolute;
	padding-left: 860px;
	padding-top: 180px;
}


ul.gallery_show.galleria {
width: 600px;
}

#main_image
{
text-align: center;
margin-bottom: 10px;
height: 460px;

}

#maincontent
{
border-left: 2px solid #444;
border-right: 2px solid #444;
background-color: black;
padding-top: 10px;
}

#maincontent p.nav a {
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.4em;
color: #a3a3a3;
}

#clear
{
clear: both;
}

#footer
{
margin-top:14px;
float: right;
clear: both;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.4em;
color: #a3a3a3;
	text-align: right;
}

#footer a
{
color: #a3a3a3;
background-color: #1d4f11;
font-size: 20px;
	
}

#footer a:hover
{
color: #d6d6d6;
background-color: #1d4f11;
font-size: 20px;
	
}

#frontcontent
{
text-align: center;	
}

#frontcontent img
{
border: 1px solid #a3a3a3;	
}

#about
{
height: 450px; 
margin-left: 40px; 
margin-right: 40px;	
line-height: 1.25em;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
}

.jcarousel-prev {
    z-index: 3;
}

