/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

/*body{ background:black; color:white; }*/
#img_gallery{
	width:500px;
	max-width: auto;
	margin-left: 150px;
	border: 2px solid #181818;
	background: #181818;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:380px;
	float: inherit;
}
#fullimg img{ width:500px; }
#fullimg p, #fullimg span{
	position:relative;
	background:black;
	opacity: .5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 464px;
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;
	

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:1800px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0 auto;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif'); }
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{
	background-position:bottom;
}






/*---- the website UI ----*/


div.container {
	height: auto;
	width: 800px;
	border-top: 8px solid #000000;
	border-bottom: 8px solid #000000;
	background-color: #FFFFFF;
	max-width: 800px;
	margin: 0 auto;
}


div.menu {
	color: #000000;
	background-repeat: no-repeat;
	height: 500px;
	width: 200px;
	padding-top: 20px;
	
}

div.text {
	padding-top: 80px;
	padding-left: 40px;
	width: 720px;
	padding-bottom: 60px;
	padding-right: 40px;
}

div.textPHP {
	padding-top: 80px;
	padding-left: 40px;
	padding-bottom: 60px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.footer {
	padding:0.5em;
	clear:left;
	bottom: 0;
	left:0;
	text-align:center;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p#copy {
	color: #647A88;
	font-size: 9px;
}
p#copyPHP {
	color: #647A88;
	font-size: 9px;
}

p#navi { color: #aaaaaa; }

p#tuoteryh {

	text-decoration: none;
	border-bottom:1px dotted;

}
p#kangLinkit {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #333333;
	text-decoration: none;
	border-bottom:1px dotted;
}

a:visited {color: #171717}

a:hover {
	color: #660000;
}

div.header {
	width: 800px;
	height:264px;
	padding: 0px;
	background-image: url(front_image_banner.jpg);
	background-repeat: no-repeat;
	float: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	font-weight: lighter;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: lighter;
}


body{
	background-color:#CCCCCC;	
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #562222; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: 11px Geneva;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
border-bottom:none;
}

#modernbricksmenu2 a:hover{
background-color: #562222; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #562222; /*Brown color theme*/ 
color: white;
border-color: #562222; /*Brown color theme*/ 
}

div.tuotteet{
	width: 760px;
}

#imgWrapper{
	width: 600px;
	height: 300px;
	padding-left: 40px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.col1, div.col2{
float: left;
padding: 10px;
}
div.col3{
float: left;
padding: 10px;
}


#mapWrapper{
	width: 750px;
	height: 420px;
	padding-left: 40px;
	float: inherit;
}

div.col4{
float: right;
padding: 10px;
padding-right:40px;
}
div.text2 {
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	width: 210px;
}

div.textGallerit {
	padding-top: 80px;
	padding-left: 40px;
	width: 720px;
	padding-bottom: 0px;
	padding-right: 40px;
}

div.textalla {
	padding-top: 0px;
	padding-left: 40px;
	width: 720px;
	padding-bottom:20px;
	padding-right: 40px;
}

