/* CSS Document */

body {
	background-color: black;
	color: white;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:visited {
	color: blue;
}

a:hover, a.active {
	color: darkblue;
}

#main {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 140px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}

.nav {
	width: 180px;
	padding-left: 20px;
}

.menuitem {
	padding: 5px 0px 5px 20px;
}

.menuitem a, .menuitem a:visited, #footer a, #footer a:visited {
	color: #FFC;
	text-decoration: none;
}

.menuitem a:hover, .menuitem a.active, #footer a:hover {
	color: orange;
}

#content_top {
	background-image: url(images/background_content_top.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: top left;
	width: 750px;
}

#content_bottom {
	background-image: url(images/background_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 25px;
	color: black;
}

#footer {
	font-size: 12px;
	padding: 15px;
	border-top: 1px solid #666;
	margin-top: 10px;
}

.bg_gshofgrey {
	background-color: #e6e6e6;
}


.col300 {
	width: 300px;
}

.slide {
    width:  298px; 
    height: 298px; 
    border:  1px solid #ccc;  
    background-color: #eee;  
}

.box225 {
	height: 225px;
	overflow: hidden;	
}

.box300 {
	height: 300px;
	overflow: hidden;	
}

#pager { margin-top: 10px; font-size: 11px; font-weight: bold; }
#pager a { border: 1px solid #ccc; background: red; text-decoration: none; margin-right: 10px; padding: 3px 10px; color: white;  }
#pager a.activeSlide { background: #C00; }
#pager a:focus { outline: none; }
