#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #164871;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
}

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

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

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

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

#lbCaption {
	font-weight: bold;
}


/** Tempalte 18 **/

body {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;

}

html, body, #wrapper, h1, #nav, #nav li, #col ul, #col li {
    margin: 0;
    padding: 0;
    list-style: none;
}

th, td {
    font-size: 10px;
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;

    position: relative;
}

h1, h2, h3 {
    font-size: 10px;
}


h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0 0 0 0;
    padding: 0;
}

h3 {
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
}

p {
    margin: 1em 0;
    padding: 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    line-height: 1px;
}

.left {
    float: left;
    margin: 1px 4px 0px 0px;
}

.right {
    float: right;
    margin: 1px 0px 0px 4px;
}

.softright {
    text-align: right;
}

.readmore {
    text-align: right;
    padding-right: 1em;
   color: #000000; 
    
    
}

.readgallery {
    text-align: center;
    padding-right: 1em;

}

/* ***** */


body {
    background: #164871;

    color: #052D4E;
    padding-bottom: 5px;

	
}

#wrapper {
    margin: 10px; 0 0 10px;

}

h3 {
    margin: 1em 0;
}

a {
    color: #052D4E;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.readmore { margin-top: -0.5em }
.readgallery { margin-top: -0.5em }
/* col */

#col {
    position: absolute;
    width: 312px;
    background: #F0F8FE;
    padding: 3px;
}

* html #col {
  
    width: 329px;
}

#col h1 {
    margin: 0 0 3px 0;
    padding: 0;
}

/* micronav */

#micronav {
    position: absolute;
    top: 0px; right: 0px;
    width: 15em;
    text-align: right;
}

#micronav a {
    color: #CBE3F5;
    text-decoration: none;
    padding-right: 18px;
    display: block;
    float: right;
}

#micronav a.home {
    padding-left: 16px;
    position: relative;
    background: url(../images/ico_home.gif) center left no-repeat;
}

#micronav a.mail {
    padding-left: 18px;
    background: url(images/ico_email.gif) center left no-repeat;
}

#micronav a:hover {
    color: #fff;
}

/* body */

#spacer {
    height: 1.2em;
}

#body {
    margin: 10px 0 0 333px;
    width: 790px;
    height: 690px;
              
    background: #C6E3F8 url(../images/shadow_r.gif) top right repeat-y;
}

#body .i { background: url(../images/shadow_tr.gif) top right no-repeat;}
#body .j { height: 650px;}

#body .j {
    padding: 10px 6px 6px 10px;
}

#body h3 {
    font-weight: bold;
    color: #007DDA;
}

#body h3 a {
    color: #052D4E;
    text-decoration: none;
}

#body .readmore a {
    border: 6px solid #F92205;
    background: #F92205;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 2px;
}

#body .readgallery a {
    border: 1px solid #478FC3;
    background: #CDE3F3;
    color: #052D4E;
    text-decoration: none;
    padding: 0 2px;
}


#body .readmore a:hover {
    background: #92205;
     color: #ffffff;
}

#body .readgallery a:hover {
    background: #478FC3;
    color: #fff;
}


* html #body h3 { margin-top: 2em; }
* html .readmore a { float: right; }
* html .readgallery a { float: right; }
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 1.1em 0;
    padding: 0 0 0 10px;
    background: url(../images/bullet.gif) left center no-repeat;
}

/* nav */

#nav {
    padding: 3px 2px 2px 2px;
    border-bottom: 2px solid #164871;
}

* html #nav .clear {
    margin-top: -1px;
    marg\in-top: -4px;
}

#nav span {
    float: left;
    width: 10px;
    padding: 5px 0;
    margin-left: 2px;
    background: #245882 url(../images/menu_l.gif) no-repeat;
}

#nav a {
    float: left;
    color: #C6E3F8;
    background: #245882 url(../images/menu_split.gif) top right no-repeat;
    padding: 5px 22px 5px 8px;
    font-weight: bold;
    text-decoration: none;
}

#nav a.last {
    background-image: url(../images/menu_r.gif);
    padding-left: 12px;
    padding-right: 26px;
}

#nav a:hover {
    color: #fff;
}



/* body */

#body .ltitle, #body .rtitle {

    padding-right: 15px;
    padding-left: 35px;
}

* html #body .ltitle, * html #body .rtitle  {
    height: 1%;
}

#body .ltitle {
    border-top: 1px solid #164871;
    border-bottom: 1px solid #164871;
}

#body .rtitle {
width: 724px;


    background: url(../images/title_bg.gif) top right repeat-y; 
}

#body .ltitle {

    background: url(../images/title_bg.gif) top left repeat-y;
}

#body .rtitle h2 {
    float: right;
    width: 25px;
    text-align: right;
    margin-right: -15px;
    display: inline;
    margin-bottom: 8px;
}

#body .gtitle h2 {
    float: right;
    width: 25px;
    text-align: right;
    margin-right: -15px;

    display: inline;
}



#body .ltitle h2 {
    float: left;
    width: 23px;
    margin-left: -35px;

    display: inline;
}

/* gal */

#body #gal {
width: 759px;


   padding-left: 0px;
}

#gal .pic {
    float: left;
    width: 107px;
    padding: 6px;
    margin: 8px 6px 6px 6px;
    display: inline;
   
}














* html #gal .pic {
    width: 119px;
    w\idth: 107px;
}


#gal .pics {
    float: left;
    width: 100px;
    padding: 7px;
    margin: 4px 4px 2px 3px;
    display: inline;
    background: #CBE3F5;
}

#gal .pics2 {
    float: left;
    width: 100px;
    padding: 7px;
    margin: 4px 4px 2px 3px;
    display: inline;
    background: #000000;
}


* html #gal .pics {
    width: 110px;
    w\idth: 107px;
}

#gal .clear {

    float: none;
    clear: both;
}

#gal .clear1 {
    float: left;
    clear: both;
}


/* hotstuff */

#mgal {
    float: left;
    width: 119px;
    margin-left: -25px;
    display: inline;
}

#mgaltext {
    float: left;
    display: inline;
    text-align: left;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    width: 740px;
    margin-left: -35px;

    display: inline;
}

#mgaltext2 {
    float: left;
    display: inline;
    text-align: left;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    width: 740px;

    margin-left: -35px;
    margin-bottom: 30px;
    display: inline;
}

#mgaltext3 {
    float: left;
    display: inline;
    text-align: left;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    width: 740px;

    margin-left: -35px;
    margin-bottom: -3px;
    display: inline;
}

#mgaltext4 {
    float: left;
    display: inline;
    text-align: left;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    width: 740px;

    margin-left: -35px;
    margin-bottom: -7px;
    display: inline;
}


#mgaltext5 {
    float: left;
    display: inline;
    text-align: left;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    width: 740px;

    margin-left: -35px;
    margin-bottom: 19px;
    display: inline;
}


#mgal .pic {
    padding: 3px 0;
    margin: 3px 0 3px 0;
    text-align: center;
    background: #CBE3F5;
}

#mgal .text {

    padding: 3px 0;
    margin: 3px 0 3px 0;
    text-align: left;
    background: #CBE3F5;
}

.floating {
    float: left;
    width: 112px;
    margin-left: 20px;
    display: inline;
}

/* footer */

#footer {
    text-align: center;
    margin-left: 344px;
    color: #3C7DB2;
}

#footer a {
    color: #3C7DB2;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
}











#foot {
    margin: 5px 0 0 10px;
    width: 1113px;
    height: 60px;
              
}

#foot .if { background: url(../images/shadow_tr.gif) top right no-repeat;}
#foot .jf { height: 60px;}

#foot .jf {
    padding: 1px 1px 1px 1px;
}


