body{
	background:#fff url('../images/bg_page.gif') repeat-y;
	margin:0 0 0 0;
	padding:200px 0 0 19px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#ccc;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    width:883px;
    float:left;
}

.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: 93px;
    height: 93px;
}

/**
 * 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 .jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:  882px;
    height: 93px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  882px;
    height: 101px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 93px;
    height: 93px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 87px;
    right: -93px;
    width: 40px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/button_next.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -40px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -80px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -120px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 87px;
    right: -47px;
    width: 40px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/button_prev.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -40px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -80px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -120px 0;
}


/*Site styles
-------------------------------------------*/
#wrapper{
	width:980px;
	/*overflow:hidden;*/
}
#main{
	background:#fff;
	border:1px solid #CCCCCC;
	height:101px;
	/*overflow:hidden;*/
}
/*gallery*/
ul#gallery, ul#heading{
	float:left;
	width:885px;
	margin:0;
	padding:2px 3px 2px 2px;
	list-style:none;
	border-right:1px solid #ccc;
}
ul#heading{
	width:879px;
	border-right:0;
}
ul#heading li.headingImage img{
	float:right;
	margin-top:2px;
}
ul#gallery li{
	display:block;
/*	width:93px;
	height:93px;*/
	float:left;
	padding:2px 3px 2px 2px;
}
ul#gallery li img{
	display:block;
	height:93px;
	width:93px;
}
/*menu*/
ul#menu{
	float:right;
	width:92px;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#999999;
	border-left:1px solid #ccc;
}
ul#menu li{
	display:inline;
	margin:0;
	padding:0;
}
ul#menu li a{
	display:block;
	padding:1px 3px;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	background:#fff;
}
ul#menu li a:hover, ul#menu li a.selected{
	background:#efefef;
	color:#666;
}
ul#menu li.nav{
	background-color:#999999;
	width:100%;
	/*overflow:hidden;*/
	font-size:13px;
}
ul#menu li.nav a.prev, ul#menu li.nav a.next{
	display:block;
	padding:0px;
	margin-top:2px;
	width:40px;
	height:14px;
	font-size:11px;
	text-decoration:none;
	border-bottom:none;
}
ul#menu li.nav a.prev{
	float:left;
	background:#999;
}
ul#menu li.nav a.next{
	float:right;
	background:#999;
}
#iframer{
	display:none;
	position:absolute;
	z-index:5;
	background-image: url('../images/transparent.png');
}
.iframerVertical{
	top:30px; 
	left:380px;
	padding:20px;
	/*background:#fff url('../images/bg_pop.gif') no-repeat;*/
	border:1px solid #ccc;
}
.iframerHorizontal{
	top:100px; 
	left:300px;
	padding:20px;
/*	background:#fff url('../images/bg_pop.gif') no-repeat;*/
	border:1px solid #ccc;
}
.closeButton{
	position:absolute;
	z-index:6;
	left:20px;
	bottom:0px;
	display:block;
	padding:2px 4px;
	background:#ccc;
	color:white;
	font-size:11px;
	cursor:hand;
	cursor:pointer;
}
#text{
	width:866px;
	padding:10px;
	background:#fff url('../images/bg_text.gif') repeat-x;
	margin-left:1px;
	font-size:11px;
	color:#999;
}
#text p{
	margin:0 0 8px 0;
	padding:0;
	font-size:11px;
	color:#999;
}
#contactEmail{
	position:absolute;
	z-index:4;
	top:298px;
	left:744px;
	font-size:11px;
}
#contactEmail a{
	text-decoration:none;
	color:#333;
}
#footer{
	padding:10px;
	font-size:11px;
	color:#ccc;
}

/*common styles*/
.clearFloat{
	clear:both;
}
h1{
	margin:0;
	padding:0;
}
h1 a{
	display:block;
	font-size:18px;
	color:#CCCCCC;
	margin:0 0 6px 13px;
	padding:0;
	font-weight:normal;
	text-decoration:none;
}
.imageleft{
margin:0 15px 15px 0;
float:left;
}

.imageright{
margin:0 0 15px 15px;
float:right;
}
