body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	margin-top: 0px;
	background-color: #f1f1f1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#header {
	position:absolute;
	width:1000px;
	height:670px;
	z-index:1;
	left: 0px;
	top: 0px;
	display:block;
	background: url('images/header.png') no-repeat;
}
 .header { background-position: -0px -0px; width: 1000px; height: 670px; }

#footer {
	position:absolute;
	height:120px;
	z-index:auto;
	left: 0px;
	top: 1800px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	line-height:18px;
	font-size:14px;
	color:#000;
}
#bodycontent {
	position:absolute;
	width:970px;
	height:450px;
	z-index:3;
	left: 50px;
	top: 675px;
}
#nagmenu {
	position:absolute;
	width:550px;
	height:25px;
	z-index:1;
	left: 445px;
	top: 0px;
}
ul#list-nav {
  margin:20px;
  padding:0;
  list-style:none;
  width:650px;
}
ul#list-nav li {
  display:inline
}
ul#list-nav li a {
 text-decoration:none;
 padding:5px 0;
 width:100px;
 background:#c5c3c3;
 color:#000;
 float:left;
}
ul#list-nav li a {
  text-align:center;
  border-left:1px solid #000000;
}
ul#list-nav li a:hover {
  background:#9b9b9b;
  color:#fff
}
ul#list-nav li#current a {
	background-color:#000;
	color: #fff;
}
ul#list-nav li#current a:hover {
	background: #9b9b9b;
}
#wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
img {
    border-style: none
}
a {
	color:#0000ff;
	font-size:12px;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.cell { 
	border-right: 1px solid #f1f1f1; 
	border-bottom: 1px solid #f1f1f1; 
	float: left; 
	width: 240px; 
	height: 336px; 
}
.row { 
	clear: both; 
	overflow: hidden; 
}
.table { 
	border-left: 1px solid #f1f1f1; 
	border-top: 1px solid #f1f1f1; 
}
/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 360px;
    width:750px;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:400px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}
#carousel {
	position:absolute;
	width:750px;
	height:360px;
	z-index:1;
	left: 145px;
	top: 230px;
}
#gallery {
	position:absolute;
	width:750px;
	height:360px;
	z-index:auto;
	left: 145px;
	top: 210px;
}
#flipper{
    width:240px;
    margin:0px auto;
    height:336px;
}
#image1{
    position:absolute;
    cursor:pointer;
    width:240px;
    height:336px;
}
#image2{
    display:none;
    position:absolute;
    cursor:pointer;
	width:240px;
    height:336px;
}
#image3{
    position:absolute;
    cursor:pointer;
    width:240px;
    height:336px;
}
#image4{
    display:none;
    position:absolute;
    cursor:pointer;
	width:240px;
    height:336px;
}
#image5{
    position:absolute;
    cursor:pointer;
    width:240px;
    height:336px;
}
#image6{
    display:none;
    position:absolute;
    cursor:pointer;
	width:240px;
    height:336px;
}
#image7{
    position:absolute;
    cursor:pointer;
    width:240px;
    height:336px;
}
#image8{
    display:none;
    position:absolute;
    cursor:pointer;
	width:240px;
    height:336px;
}
#image9{
    position:absolute;
    cursor:pointer;
    width:240px;
    height:336px;
}
#image10{
    display:none;
    position:absolute;
    cursor:pointer;
	width:240px;
    height:336px;
}
#image11{
    position:absolute;
    cursor:pointer;
    width:240px;
    height:336px;
}
#image12{
    display:none;
    position:absolute;
    cursor:pointer;
	width:240px;
    height:336px;
}
ul#navigation
{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
}

ul#navigation li a
{
	display: block;
	width: 5em;
	color: #000;
	background-color: #c5c3c3;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
	cursor: default;
}

ul#navigation li a:hover
{
	color: #000;
	background-color: #9b9b9b;
	cursor: pointer;
}

ul#navigation .left { float: left; opacity: 0; }
ul#navigation .right { float: right; opacity: 0; }

#holder
{
	display: block;
	text-align: center;
	background: url('/assets/ajax-loader.gif') no-repeat center center;
	width: 480px;
	height: 336px;
	border: 1px dotted #CCC;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#counter
{
	color: #000;
	font-size: 14px;
}

#buttons
{
	display: block;
	text-align: center;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hilite {
	background-color: #cbcdc7;
	color:#000099;
}