@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding: 0;
}

body{
	font-family: Lucida grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-align: center;
	background:url(../images/bg_gradient.gif) repeat-x;
}
#wrap{
	width:770px;
	margin:15px auto;
	text-align: left;
	background:url(../images/mid_bg.gif) repeat-y;
}
#header {
	height: 79px;
	margin:0;
	padding:5px 20px;
	background:url(../images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size:1px;
	text-indent:-50000em;
	width:168px;
	height:77px;
	margin:0;
	padding:0;
	background:url(../images/logo.png) no-repeat;
}

#header h1 a{display:block;
	height:77px; 
	width:168px;
}

#nav {
	float:left;
	padding: 1px;
	width: 200px;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li {
	list-style:none;
	text-align:right;
}

#nav ul li a{
	display:block;
	padding:15px;
	background:url(../images/nav_bg.gif) no-repeat bottom right;
	color:#3E86E5;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#1B65C9;
	background-color:#F2F2F2;
}

#content {
	float:right;
	width:548px;
}

#content h3 {
	color:#EF2340;
}

#content h4 {
	color:#1B65C9;
}


#footer {
	margin-top:15px;
	padding-bottom:15px;
	font-size:9px;
	padding-left:222px;
	background:url(../images/footer_bg.gif) no-repeat bottom;
}

.clear{
	line-height:1px;
	height:1px;
	clear:both;
}

/* subnav */

#subnav {
	float:left;
	padding: 1px;
	width: 200px;
}
.subnav {
	top:0; 
	position:absolute; 
	background:#EDEDED; 
	display:none;
}

#subnav ul {
	padding:0;
	margin:0;
}

#subnav ul li {

	list-style:none;
	text-align:right;
}

#subnav ul li a{
	
	display:block;
	padding:15px;
	color:#EF2340;
	font-size:11px;	
	background:url(../images/nav_bg.gif) no-repeat bottom right;
	font-weight:bold;
	text-decoration:none;

}


#subnav ul li a:hover {
	
	color:#D1102D;
	background-color:#fbfbfb;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


