﻿#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul {
	list-style: none;
	float: none;
}
	#gallery ul li { display: inline; }
	#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 5px 5px;
}
	#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px 5px;
	color: #fff;
}
	#gallery ul a:hover { color: #fff; }
#outerWrapper {
	margin: 0px auto;
	text-align: left;
		width: 920px;
	background: #fff url('content-bg.png') repeat-y left 13px;
	}
#outerWrapper #gradient {
	background-image: url('gradient-shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#header  {
	height: 80px;
	background-image: url('header-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 20px;
}
#header   #logo {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 0px;
	line-height: 50px;
	float: left;
	width: 480px;
}
#header #links{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 25px;
	padding-right: 15px;
}
#links a:visited {
	font-weight: normal;
	color: #DCDCDC;
}
#links a:active {
	font-weight: normal;
	color: #DCDCDC;
}
#links a {
	font-weight: normal;
	color: #DCDCDC;
}
#header #links a:hover {
	color: #939CA1;
	text-decoration: none;
}

#nav    {
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	padding: 0 0px;
	height: 62px;
		margin-right: 20px;
		margin-left: 20px;
		color: #FFFFFF;
		background-color: #CCCCCC;
	background-image: url('nav-bg.jpg');
		background-repeat: repeat-x;
	background-position: 50% top;
		margin-bottom: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 62px;
	font-weight: normal;
	background-image: url('nav-border.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul li a:hover {
	background: url('nav-hover.jpg') repeat-x 50% top;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li#active {
	background: url('nav-hover.jpg') repeat-x 50% top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
.subpage-navimage {
	float: right;
}

#spacer {
	background-image: url('nav-spacer.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
}

#outerWrapper #feature {
	height: 230px;
	width: 880px;
	margin-left: 20px;
	margin-bottom: 5px;
	background-image: url('feature.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#outerWrapper #contentWrapper {
	padding-right: 25px;
	padding-left: 25px;
	clear: both;

}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 200px;
}
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 205px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content-image {
	margin-bottom: 15px;
}

#content ul li {
	margin-bottom: 5px;
}
#outerWrapper #footer {
	background: url('footer-bg.png') no-repeat left top;
	height: 60px;
	color: #666666;
	text-align: center;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#leftColumnContent {
	padding: 10px 0px 10px;
	width: 200px;
}
#leftColumnContent h3 {
	padding: 5px 4px;
	border: 1px solid #EAEAEA;
	font-size: 12px;
	background-image: url('sidebar-h3-bg.jpg');
		background-repeat: repeat-x;
	background-position: 50% top;
}

#leftColumn1 ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftColumn1 ul li {
	list-style: none;
	display: inline;
}#leftColumn1 ul li a {
	display: block;
	padding: 4px 4px 4px 10px;
	background: url('li-dot.gif') no-repeat left top;
}
#leftColumn1  ul li a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
	background-image: url('li-dot.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#footer a:active {
	color: #666666;
}

#footer a:visited {
	color: #666666;
}

#footer a:hover {
	color: #666666;
}

#footer a {
	color: #666666;
}
#credit {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #333;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#credit a:focus {
	color: #333;
	font-weight: normal;
}
#credit a:active {
	color: #333;
	font-weight: normal;
}
#credit a:visited {
	color: #333;
	font-weight: normal;
}
#credit a:hover {
	color: #333;
	font-weight: normal;
}
#credit a {
	color: #333;
	font-weight: normal;
}
#gallery {
	background: #000000;
	padding: 10px;
	width: 520px;
}
body {
	margin: 0;
	padding: 0;
	font: 14px/14px Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
	background: #000;
	color: #ccc;
}


.current {color:#00DBD8;display:block;font-size:28px;height:30px;line-height:normal;text-decoration:none;text-transform:uppercase;width:170px;}


.l-wrap { width:990px; margin:0 auto; text-align:left; overflow:hidden; position:relative; padding:7% 0 100px 0; min-height:400px; }
.l-header {
	height: 95px;
	position: relative;
	background: no-repeat 259px
7px;
}
    .l-header img {
	position:absolute;
	left:71px;
	top:0px;
	font-size:24px;
}
    .l-header .b-breadcrumbs { position:absolute; left:259px; top:50px; font-size:11px; }

        .l-sidebar { width:260px; float:left; }
            .l-sidebar ul { margin:0; padding:0 0 0 70px; list-style:none; }
                .l-sidebar ul li { margin:0;  }
                    .l-sidebar ul li strong {
	display: block;
	width: 170px;
	height: auto;
	font-size: medium;
	color: #c2c2c2;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
}
.l-sidebar ul li a {
	display: block;
	width: 190px;
	height: auto;
	font-size: medium;
	color: #c2c2c2;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;
}
                    .l-sidebar ul li a:hover {color:#00dbd8; }
         .l-content { margin-left:260px; }
        
            .l-content p { margin:0 0 12px 0; }
                .p-contacts .l-content p { margin-bottom:24px; }
            
            .l-content h2 { margin:0 0 5px 0; font-weight:normal; font-size:18px; color:#c7c7c7; }
        
            .p-about .l-content { padding:100px 0 0 290px; color:#ccc; }
            
            .l-content .b-category-list { margin-top:25px; }

            .p-about img { margin:-100px 0 0 -290px; float:left; }
            .p-about .l-content ul { margin:30px 100px 0 0px; padding:0; list-style:none; }
                .p-about .l-content ul li { padding:0; margin-bottom:15px; }
                    
            .l-content blockquote { margin:0 0 50px -40px; padding:0 0 0 40px; background:url('bg-blockquote.jpg') no-repeat left top; 
color:#4D5253; font-size:18px; line-height:18px; }
                .l-content blockquote div { margin:0; padding:0 40px 0 0; background:url('bg-blockquote.jpg') no-repeat right bottom; 
height:1%; }
                
                
        .l-footer { font-size:11px; position:absolute; left:70px; bottom:25px; color:#4d5253; }
            .l-footer span { display:block; padding:0 0 0 11px; }
                .l-footer a.b-make:hover { width:500px; text-indent:0; height:30px; padding:8px 0 7px 50px; }
    .p-admin .l-content form { width:600px; }
        .p-admin .l-sidebar ul li strong { background:none; line-height:28px; }
        .p-admin .l-sidebar ul li a { background:none; line-height:28px; }
        .p-admin .l-sidebar a.b-savecvs { margin:70px 0 0 70px; display:block;  
height:48px; padding:20px 0 0 55px; text-decoration:none; color:#4d5253; height:28px; }
            .p-admin .l-sidebar a.b-savecvs:hover { background-position:left bottom; }
        
        .p-admin .l-content form.b-authorization { width:420px; }
        .p-admin .l-content form h1 { text-indent:0; font-size:36px; font-weight:normal; background:none; color:#fff; line-height:38px; width:auto; }
        .p-admin .l-content form textarea#quote { height:150px; }
        .p-admin .l-content form textarea#about { height:250px; }

/* breadcrumbs */
.b-breadcrumbs { margin:0; padding:0; list-style:none; }
    .b-breadcrumbs li { display:inline; }
        .b-breadcrumbs a {
	padding-right: 17px;
	margin-right: 3px;
	background: url('../img/bg-breadcrumb-arrow.gif') no-repeat right
center;
	color: #7f7f7f;
}
        .b-breadcrumbs strong { color:#7f7f7f; font-weight:normal; }
            
/* kwick menu */            
.b-kwick {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
    .b-kwick li {
	display:block;
	float:left;
	cursor:pointer;
	overflow:auto;
	margin:0 15px 0 0;
	padding:0;
	background:url('img-loader.gif') no-repeat center;
}
        .b-kwick li a { width:150px; display:block; padding:440px 0 0 0; text-align:left; color:#fff; background:transparent none no-repeat center -530px; }
            .b-kwick li a span {
	text-decoration: underline;
	text-align: center;
	line-height: 24px;
}
        .b-kwick li a:hover { text-decoration:none; background-position:center top; }
            .b-kwick li a:hover span { background:#009496; text-decoration:none; }
        
        
/* My */

.spy  {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-moz-opacity: 0.6;      
	-khtml-opacity: 0.6;  
	opacity: 0.6;         
}
.spy:hover  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;      
	-khtml-opacity: 0.9;  
	opacity: 0.9;         
}
.xx1 { font-size:small; display:block; padding-left:20px; }
