body { margin: 0;
		padding: 0;
		border: 0;
		font-family: 'Tahoma', arial, serif;
		font-weight: normal;
		letter-spacing: .05em;
		min-width: 1000px;
		background: #bfbfbf;
		font-size: 0.8em;
}

a { margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}	 
a:link, a:visited {color: #f00;}
a:hover ,a:active, span {color: #f55;}

img  {border: 0; margin: 0; padding: 0;}

#heading { 	margin: 0;
			padding: 0;
			width: 100%;
			height: 200px;
			background: #fff url(../images/heading.jpg) no-repeat;
}

#head {		float: left; }



#menu {		margin: 0;
			padding: 0;
			width: 100%;
			background: #fff url(../images/menu.jpg) repeat-x;
			height: 50px;
			
}
#menu a { color: #000; }
#menu a:hover,a:active {color: #555;}

#menu ul { font-size: 1.5em; clear: both; margin: 0; list-style: none; }
#menu ul li { float: left; padding-right: 50px; }

ul.secMenu a { color: #000; }
ul.secMenu a:hover,a:active {color: #555;}

ul.secMenu { font-size: 1.2em; clear: both; margin: 0; }
ul.secMenu  li {  padding: 0; }

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
.col1  ul,
.col2  ul,
.col3  ul{
	list-style: none;
}
/* 3 Column settings */
.threecol {
	background:#fff url(../images/mainback.jpg) top right no-repeat;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background: #fff url(../images/mainback.jpg) top right no-repeat;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#fff url(../images/mainback.jpg) top right no-repeat;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

img.side  { margin: 15px 0 0 0 ;  width: 100%; }
img.teaser { width: 100%; }
img.whist { width: 300px; margin: auto;}
img.whists { width: 150px; clear: both; margin: auto;}
img.small { width: 100%; clear: both; margin: auto;}

a.hoving { border: 0; text-decoration:none; }
  a.hoving:hover { cursor:help; color:#000; background:white; }
  a.hoving span { visibility:hidden; position:absolute; left: -99em;
    margin-top:1.5em; padding: 0; text-decoration:none; }
  a.hoving:hover span, a.hoving:focus span, a.hoving:active span {
    visibility:visible; left: -450px;
    border:1px solid #000; color:#fff; background:#000; }
	
#frame
{
	position:relative;
	width:200px;
	height:150px;
	background-color:#000;
	border:5px solid #505050;
	margin: auto;
	/* serves as a mask */
	overflow:hidden;
}

#btn-previous-img
{
	position:absolute;
	bottom:0px;
	left:10px;
	cursor:pointer;
}

#btn-next-img
{
	position:absolute;
	bottom:0px;
	right:10px;
	cursor:pointer;
}

#transition-container
{
	height:150px;
	width:200px;
	
	/* position it */
	position:absolute;
	top:0px;
	left:0px;
}

.transition-block
{
	width:50px;
	height:45px;
	float:left;
	background-color:#000;
}

.photo
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding-top: 50px;
}
/*--Window/Masking Styles--*/
.window {
	height:600px;	width: 450px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 20px; left: 0px;
	width: 200px; height:300px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	background:transparent;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	float: left;
	padding: 0 10px 0 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	color: #fff;
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.paging a:hover {font-weight: bold;}

#footer { clear: both;  width: 100%; height: 30px; background: #bbb; border-top: 1px solid #000; }

ul.foot { list-style: none; }
ul.foot li { float: left; padding: 0 50px 0 0;}

	

