body
{
    margin: 0;
    text-align: center;
	background:url(images/bg.png) center top fixed repeat-x #69777a;
     font-size: 12px;
    font-family: Tahoma, Verdana, sans-serif;
    overflow: -moz-scrollbars-vertical;
	
}


#TopNav
{
	background-image:url(images/topnav.png);
	height:64px;
	width:100%;
	
}

#navlinks
{
	float:right;
	
}


#links {
float:left;
font-size:15px;
margin-top:10px;
padding-right:5px;
}

#divider2 {
background-image:url(img/divider2.png);
background-repeat:no-repeat;
float:left;
height:41px;
margin-top:2px;
padding-left:2px;
width:6px;
}

#wrapper {

width:950px;
margin:0 auto;
}


#logo {
background-image:url(images/logo.png);
float:left;
height:74px;
width:487px;
}


#galleries {
float:left;
width:950px;
}

#topbody {
background-image:url(images/topwrap.png);
float:left;
height:22px;
width:950px;
}


#contentWrap {
	text-align:left;
	width:870px;
	float:left;
	margin-left:40px;

}

#bodywrapper {
	background-image:url(images/wrap.png);
width:950px;
float:left;

}

#mininav {
background-image:url(images/mininav.png);
float:right;
height:79px;
margin-right:20px;
width:310px;
}

#homenav {
background-image:url(images/homenav.png);
float:left;
height:65px;
margin-right:0;
width:110px;
}

#homenav:hover
{
background-position: 0 70px;
}


#mobilenav {
background-image:url(images/mobilenav.png);
float:left;
height:65px;
margin-right:0;
width:84px;
}

#mobilenav:hover
{
background-position: 0 70px;
}



#webnav {
background-image:url(images/webenav.png);
float:left;
height:65px;
margin-left:2px;
margin-right:0;
width:110px;
}

#webnav:hover
{
background-position: 0 70px;
}


#footer {
	background-image:url(images/wrap.png);
width:950px;
float:left;

}

/* Gallery styles */

#gallery {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:1px;
-moz-border-radius-bottomright:1px;
-moz-box-shadow:0 0 3px #AAAAAA;
background:#FFFFFF url(img/panel.jpg) repeat-x scroll center bottom;
border:1px solid slategray;
overflow:hidden;
width:920px;
}
#slides{
	/* This is the slide area */
	height:250px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1 {
font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
font-size:36px;
font-weight:normal;
line-height:28px;
margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main {
background-image:url(images/wrap.png);
margin:15px auto;
overflow:hidden;
position:relative;
text-align:center;
width:920px;
}

a, a:visited {
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:#999;
}

p{
	padding:10px;
	text-align:center;
}
