* {
    padding: 0;
    margin: 0;
	
}


a img{
	border:none;
}
body {
    background: url("../img/base/background-tile.jpg") top center;
    font-family:"Arial","sans-serif";
}

#header {
    margin: 0 auto 0 auto;
    width: 950px;
    height: 186px;
    background: url("../img/base/header-all.jpg") 0 -198px no-repeat;
    position: relative;
}

#header-logo {
    position: absolute;
    top: 15px;
    left: 0;
    width: 198px;
    height: 140px;
}

#header-contact-info {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 12px;
}

#header-contact-info a{
	text-decoration:none;
	color:white;
}

#header-contact-info a:hover{
	color:rgb(208, 245, 147);
	}


#main-navigation {
    margin-top: 68px;
    height: 12px;
    float: right;
}

#main-navigation ul {
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-right: 28px;
    font-size: 12px;
    position: relative;
    height: 37px;
}

#main-navigation ul a {
    text-decoration: none;
    color: rgb(208, 245, 147);
    font-weight: bold;
}

#main-navigation ul ul {
    position: absolute;
    top: 36px;
    left: 0;
    
    width: 200px;
    height: 80px;
}

#main-navigation ul ul li {
    height: 19px;
    float: none;
}

#main-navigation li:hover a{
	color:white;
}

#main-navigation ul a:hover,#main-navigation li.selected a{
	color:white;
}

#main-navigation ul ul  a:hover{
	color:#cbcbcb;
}

#main-navigation ul ul:hover  a.selected{
	color:white;
}

#main-navigation ul ul  a.selected:hover{
	color:#cbcbcb;
}

#main-navigation ul ul  a.selected{
	color:#cbcbcb;
}



#main-navigation ul ul a {
    text-decoration: none;
    color: white;
	color:rgb(208, 245, 147);
}

#main-navigation ul:hover .selected li{
	 display: none;
}

#main-navigation ul:hover .selected:hover li{
	 display: block;
} 
/*
.js-enabled #main-navigation ul li.selected ul{
	display:block;
}
*/
#main-navigation li li{
	display:none;
}


#main-navigation li.selected li{
	 display: block;
}

#main-navigation ul li:hover li {
    display: block;
}

.js-enabled #main-navigation ul li:hover li {
    display: none;
}


#site-display {
    position: relative;
    margin: 0 auto 0 auto;
    width: 950px;
   
   
}

#site-display-image {
	    height: 174px;
    background: url(../img/base/header-all.jpg) 0 0 no-repeat;
	}

#site-image-holder {
    position: absolute;
    width: 426px;
    height: 134px;
    top: 12px;
    left: 262px;
	overflow:hidden;
}

#gallery1{
	position:absolute;
	top:0;
	left:0;
	width:426px;
	height:134px;
}


#gallery2{
	position:absolute;
	top:0;
	left:426px;
	width:426px;
	height:134px;
}



#secondary-nav {
    margin: 0 auto 0 auto;
    width: 950px;
    height: 24px;
    background: url(../img/base/header-all.jpg) 0 -174px no-repeat;
}

#secondary-nav ul {
    list-style: none;
}

#secondary-nav li {
    float: left;
    width: 237px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

#secondary-nav li a {
    color: rgb(162, 162, 162);
    text-decoration: none;
    font-weight: bold;
}

#secondary-nav li a:hover {
    color: white;
}

#main-content {
    margin: 0 auto 0 auto;
	padding-bottom:50px;
    width: 950px;
    background: url(../img/base/main-content-tile.jpg);
}

#glass-x {
    background: url(../img/base/glass-x.png) no-repeat 430px 17px;
    min-height: 700px;
	position:relative;
color:white;
padding-left:20px;

}

#glass-x a{
	text-decoration:none;
}



#glass-x a:hover{
	text-decoration:underline;
}

#social-icons{
	position:absolute;
	top:7px;
	right:18px;
	height:27px;
	width:66px;
}

#social-icons img{
	display:inline;
	margin-left:5px;
}
#advert-row {
    height: 114px;
    background: url(../img/base/advert-box.jpg) bottom left repeat-x;
	display:none;
}


#open-close-adverts div{
	margin: 0 auto 0 auto;
	height:20px;
	width:70px
}


#open-close-adverts div:hover{
	color: rgb(230, 230, 230);
}


#open-close-adverts{
	text-align:center;
	height:20px;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	
	 background: url(../img/base/openclosetab.png);
}
.advert-box {
    float: left;
    height: 114px;
    width: 237px;
	margin-top:-114px;
}

.advert-box a {
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    float: left;
    height: 75px;
    padding-top: 42px;
    color: rgb(44, 44, 44);
    width: 237px;
	 background-image: url(../img/base/advert-icons.png);
	 background-repeat:no-repeat;
	  
}






#advert-incentive {
    background-position: 0 0 ;
}

#advert-seminars {
  background-position:  -237px 0;
}

#advert-review {
    background-position: -474px 0;
}

#advert-blog {
      background-position:  -711px 0;
}

.advert-box:hover {
    background: url(../img/base/advert-box.jpg) top;
}

#link-box {
    margin: 1px auto 0 auto;
    width: 930px;
    height: 90px;
	padding-top:20px;
	padding-left:20px;
    background: url(../img/base/main-content-tile.jpg);
	font-size:24px;
	color:#868686;
}

#footer {
    margin: 0 auto 0 auto;
    width: 950px;
	padding-top:24px;
    height: 68px;
    background: url(../img/base/footer-tile.jpg);
	color:rgb(136,136,136);
	font-size:10px;
}

#footer a{
	text-decoration:none;
	color:rgb(136,136,136);
}


#footer a:hover{
	color:white;
}

#footer-copyright{
	float:left;
	width:237px;
	padding-left:23px;
	height: 68px;
}




#footer-policies{
	float:left;
	width:238px;
	height: 68px;
}


#left-gallery-button{
	position:absolute;
	top:55px;
	left:175px;
	width:63px;
	height:62px;
	background:url(../img/base/gallery-left-button.png);
}

#left-gallery-button a,#right-gallery-button a{
	position:absolute;
	top:0;
	left:0;
	width:63px;
	height:62px;
	
}

#left-gallery-button a:hover{
background:url(../img/base/gallery-left-button-hover.png);
}
#right-gallery-button a:hover{
background:url(../img/base/gallery-right-button-hover.png);
}



#right-gallery-button{
	position:absolute;
	top:55px;
	left:712px;
	width:63px;
	height:62px;
	background:url(../img/base/gallery-right-button.png);
}
