@charset "utf-8";


/*General Formats*/

body  {
	font-family: Arial;
	font-size:12px;
	background: #bbbbbb;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #262323;
}
p {
line-height:17px;
}
h1 {
font-size:36px;
letter-spacing:1px;
margin-bottom:14px;
padding-bottom:4px;
font-weight:lighter;
color:#cc0000;
background:url(../images/pixel_light.gif);
background-position:bottom left;
background-repeat:repeat-x;
}
h2 {
font-size:18px;
letter-spacing:1px;
margin-top:6px;
margin-bottom:6px;
font-weight:lighter;
}
ul {
list-style:none;
margin-bottom:4px;
}
li {
list-style:none;
margin-bottom:4px;
}
a {
text-decoration:none;
border:0;
color: #262323;
}
a:focus {
color:#cc0000;
text-decoration:none;
}
a:hover {
color:#cc0000;
text-decoration:none;
}
a:active {
color:#cc0000;
text-decoration:none;
}	
.redtext {
color:#cc0000;
}
.redtextBig {
color:#cc0000;
font-size:14px;
line-height:22px;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
}

/*Header*/

.header_logo {
position:relative;
background:url(../images/header.gif);
width:750px; 
height:89px;
z-index:0; 
float:left;

}
.header_banner {
position:relative;
background:url(../images/banner.png);
width:750px; 
height:100px;
z-index:0; 
float:left;
}

/*Content*/

.mainContainer { 
	width: 750px;  
	margin: 0 auto; 
	text-align: left; 
	position: relative;
	background-color:#FFFFFF;
} 
#sidebar {
	float: left; 
	width: 150px; 
	padding: 50px 20px 20px 30px; 
	position:relative;
	
}
#mainContent { 
	float:left;
	padding: 30px 20px 20px 10px; 
	position:relative;
	width:500px;
	text-align:left;
} 

/*Navigation*/	

.subnav {
	width: 150px;
	float: left;
	position:relative;
	top:6px;
	}
.subnav ul {
	margin: 0 0 0px 0px;
	padding: 4px 0 9px 0 ;
	background-image: url(../images/pixel_light.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	list-style: none
	}
.subnav ul li {
	background-image: url(../images/pixel_light.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px 0 7px 0;
	}
.subnav ul li a {
	padding: 0 0 0 20px;
	color: #262323;
	}
.subnav ul li a:hover {
	color: #cc0000;
	padding: 0 0 0 20px;
	background-image: url(../images/bullet.gif);
	background-position: center left;
	background-repeat:no-repeat;
	}
.subnav ul li a:active {
	color: #cc0000;
	}
	
/*Footer*/		
	
#footer { 
	padding: 0 30px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	width:750px;
	text-align: left;
	margin: 0 auto; 
} 
#footer p {
	margin: 0; 
	padding-bottom: 20px; 
	font-size:9px;
}
.line {
padding: 1px 30px 3px 30px;
background-image: url(../images/pixel_light.gif);
background-position: top left;
background-repeat: repeat-x;
width:620px;
	}

/*Floats*/

.fltrt { 
	float: right;
	margin-left: 8px;
	border:0;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	border:0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Gallery*/

.gallery li{display:block;overflow:hidden;float:left;margin:0 9px 0px 0;  width: 70px;
    height: 70px;
	 }
.gallery li.caption{display:block;padding-top:.5em;}
.galleria_container {
    height:auto !important;
    margin-top:5px;

/*    position:absolute;*/
	position: static;
}
.gallery li a{display:none;}
.gallery li div{position:absolute;display:none;top:0;}
.gallery li div img{cursor:pointer; }
.gallery li.active div img, .galleria li.active div img{display:block;}
.gallery li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:75px;height:70px;}
* html .gallery li div span{
	width:450px
	} /* MSIE bug */
.galleria {
    /*margin-top:80px;*/
}
div.galleria_wrapper {
    padding:5px;
	width: auto;
}
/* galleria */
/* this is needed to control the width of the container showing the pictures */
.jcarousel-container {
    position: relative;
    width:450px;
    margin-left:0;
    
}
#mycarousel  {
}
div.jcarousel-clip-horizontal {
    height:70px;
    overflow:hidden;
	width:400px;
	}
.jcarousel-list-horizontal {
  width:400px;
}
.jcarousel-list {
    z-index: 1;
    overflow:hidden;
    position:relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 70px;
}
.gallery li img.thumb {
  height:75px;
  width:70px;
}
/**
 * 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;
        display: none;
}
.jcarousel-prev {
        z-index: 3;
        display: none;
}
.jcarousel-skin-tango {
        height:80px;
        padding:0;
}
.jcarousel-skin-tango .jcarousel-item {
  /* this sets the height of the list elements */
    width: 75px;
    height: 70px;
    border:none;
}
.jcarousel-skin-tango .jcarousel-item.hover {
     border:none;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
     margin-left:20px;
	 width:410px /*IE6*/;
}
/* Horizontal Icons */

.jcarousel-next-horizontal {
    float:right;
    width: 12px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/gall_nav_re.jpg) no-repeat 0 0;
}
.jcarousel-prev-horizontal {
    float:left;
	width:12px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/gall_nav_li.jpg) no-repeat 0 0;
}
.jcarousel-clip img {
    padding:0;
    margin:0;
}
/* end tango jcarousel */
#main_image_wrapper{
    margin-left:0;
	top:30px;
    height:auto;
	
}
#main_image{
margin-left:-5px;

}
.replaced span{
    margin:0;
	width:400px;
	overflow:hidden;
}

