/* CSS Document */



body {
background-color: #FFFFFF;
background-image:url(images/back.gif);
color: #003300;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {
color: #407ccd;
}

a:hover {
color: #89b2ea;
}

a:visited {
color: #407ccd;
}

.wrap {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.all {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: center;
border: 1px solid #EEE9F2;
}





/* MAIN CLASSES */

.main {
width: 800px;
height: auto;
background-color: #889B97;
margin-left: auto;
margin-right: auto;
}


.menu {
margin-left: auto;
margin-right: auto;
width: 800px;
height: 35px;
background-color: #889B97;
margin-top: -5px;
padding-top: 2px;
}


.srodek {
background-color: #FFFFFF;
background-position:bottom;
background-repeat:no-repeat;
width: 750px;
height: auto;
margin-left: auto;
margin-right: auto;
}


/* MAIN CLASSES */


.small {
font-size: 11px;
font-style: italic;
color: #999999;
}

.text {
font-family: Verdana;
font-size: 12px;
text-align: justify;
padding-left: 20px;
padding-right: 20px;
padding-top: 30px;
color: #A0005F;
}




.center {
text-align: center;
margin-right: auto;
padding-left: auto;
padding-right: auto;
}


.tableindex td {
width: 330px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
font-size: 12px;
color: #A0005F;
padding-left: 5px;
}

.tableindex {
margin-right: auto;
margin-left: auto;
}


.tablegallery {
margin-right: auto;
margin-left: auto;
}

.tablegallery td {
width: 330px;
padding-bottom: 30px;
}

.title {
text-align: center;
font-size: 14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #DB02AA;
font-style: italic;
}


.form {
margin-left: auto;
margin-right: auto;
width: 400px;
background-color: #F4F3F7;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #BFC3E4;
font-size: 14px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #770C71;
}

.quotes {
margin-left: auto;
margin-right: auto;
width: 510px;
font-style: italic;
background-color: #E2E1E1;
color: #8C043A;
border: 1px solid #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: justify;
}


.form2 {
margin-left: auto;
margin-right: auto;
width: 310px;
background-color: #F4F3F7;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #BFC3E4;
font-size: 12px;
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


.tes3 {
width: 300px;
background-color:#DDDFF5;
font-size: 12px;
color: #121D2D;
padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 4px;
padding-left: 10px;
}


.tes2 {
width: 660px;
background-color:#DDDFF5;
font-size: 12px;
color: #121D2D;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
margin-bottom: 3px;
}

.tes1 {
width: 310px;
background-color:#A0005F;
color: #ffffff;
font-size: 12px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
}

.tes4 {
width: 680px;
background-color:#A0005F;
color: #ffffff;
font-size: 12px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
}

.prices {
margin-right: auto;
margin-left: auto;
}


.prices td {
width: 150px;
background-color:#E2DDDD;
border: 1px solid #8A7777;
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4F4849;
}




.small {
font-size: 11px;
}






/* WEBWORKS */

.webworks {
color: #FFFFFF;
font-size: 11px;
font-family: Verdana;
}


.webworks a:link {
color: #E4E4E4;
font-size: 11px;
font-family: Verdana;
}


.webworks a:visited {
color: #E4E4E4;
font-size: 11px;
font-family: Verdana;
}

.webworks a:hover {
color: #C3C1C2;
font-size: 11px;
font-family: Verdana;
}



/*------------------------------------------------------------------------------- Lightbox ----- */



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
img {
	background-image: url(../i/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#jumpedToContent {
	text-indent: -9999px;
	display: none;
}
#jumpedToNav {
	text-indent: -9999px;
	display: none;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}




/*------------------------------------------------------------------------------- Gallery Boxes ----- */


#centreThumbnails {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #89023C;
}


a img{border:none;}

#thumb {
	float: left;
	height: 150px;
	width: 150px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#thumb img {
	width: 150px;
	height: 150px;
	border: 1px solid #CCCCCC;
}

#thumb img:hover {
	border: 1px solid #660000;
}
#move {
	height: 150px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 25px;
}
#move:hover {
	border: 1px solid #330000;
}



/* WEBWORKS */
