* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:942px;
}
body {
	background:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.225em;
	color:#666666;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
	background-image: url(images/kub2.gif);
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:706px;
	margin:0 auto;
	font-size:10px;
}

#header {
	height:100px;
}
#content {
	padding:0 0 15px 0;
}
#footer {
	height:42px;
}


.tail-bottom {
	background:url(images/tail-bottom.gif) left bottom repeat-x #fff;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:12px;
}
	.img-box img {
	float:left;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#996666;
	outline:none;
}
a:hover{
	text-decoration:underline;
}

h2 {
	font-size:11px;
	line-height:1.22727em;
	font-weight:normal;
	color:#333333;
	margin-bottom:27px;
}
h3 {
	font-size:1em;
	margin-bottom:18px;
}
h4 {
	font-size:1.4307em;
}


.last-link {
	padding:0px 0 0 0;
}
	.link1 {
	color:#09F;
	font-size:10px;
	line-height:1.2em;
	}
	

.button {
	float:right;
	color:#fff;
	padding:2px 6px 2px 6px;
	text-decoration:none;
	font-size:10px;
	background-color: #9CF;
}
.button:hover {
	background:#990033;
}


.address dd {
	clear:both;
	color:#666;
}
	.address dd span { 
		float:left;
		width:102px;
	}


/*===== header =====*/
#header .logo {
	float:left;
	padding:0px 0 0 0;
	margin-left:-3px;
	position:relative;
}
#header .nav {
	float:right;
}
	#header .nav li {
	float:left;
	padding-left:25px;
	}
		#header .nav li a {
	float:left;
	color:#313131;
	font-size:10px;
	line-height:0.6em;
	padding:80px 5px 12px 4px;
	text-decoration:none;
		}
		#header .nav li a:hover, #header .nav li a.current {
			color:#999999;
			text-decoration:none;
			background:#f2f2f2;
		}

/*===== content =====*/
	.gallery {
		width:100%;
		overflow:hidden;
		padding-bottom:36px;
	}
		.gallery dt {
	float:left;
	width:437px;
	height:211px;
	background:#f2f2f2;
	margin-right:30px;
		}
			.gallery dt img {
				margin:20px 0 0 20px;
			}
		.gallery dd {
	float:left;
	background:#f2f2f2;
	width:235px;
	height: 211px;
		}
			.gallery dd .inner {
	padding:20px 0px 20px 20px;
			}
				.gallery dd ul {
					width:100%;
					overflow:hidden;
					padding-bottom:26px;
				}
					.gallery dd ul li {
						float:left;
						padding:0 5px 5px 0;
					}
				
				.gallery dd a.fleft {
					float:left !important;
				}
				
	
	.list1 li {
	background:url(images/arrow1.gif) no-repeat left 6px;
	padding:0 0 5px 12px;
	font-weight:normal;
	}
		.list1 li a {
			color:#313131;
		}
		
		.listlink li {
	background:url(images/arrow1.gif) no-repeat left 6px;
	padding:0 0 0px 12px;
	font-weight:normal;
	font-color:#0099ff;
	}
			
		.listgal li {
	background:url(images/arrowdown.gif) no-repeat left 6px;
	padding:0 0 5px 12px;
	font-weight:bold;
	}
		.listgal li a {
			color:#313131;
		}
		
		.listdot li {
	background:url(images/kub2.gif) no-repeat left 6px;
	padding:0 0 5px 12px;
	font-weight:normal;
	}
		.listdot li a {
	color:#999999;
		}
		
		.listadv li {
	background:url(images/tick.jpg) no-repeat left 6px;
	padding:0 0 5px 12px;
	font-weight:normal;
	}
		.listadv li a {
			color:#313131;
		}
/*===== footer =====*/
#footer .indent {
	padding:9px 0 0 0;
}
	#footer a {
	color:#09F;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:45px;
	} 
		#contacts-form label input { 
			width:265px;
			padding:2px 0 2px 3px;
			color:#313131;
			background:none;
			border:1px solid #d5d5d5;
		}
		#contacts-form textarea {
	width:310px;
	height:220px;
	padding:2px 0 2px 3px;
	margin-bottom:35px;
	color:#313131;
	background:none;
	border:1px solid #d5d5d5;
	overflow:auto;
		}
		#contacts-form .col-1 { 
			width:330px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:317px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

/*==========================================*/
faq {
	color: #F60;
}
in {
	color: #903;
}
.in {
	color: #903;
	font-weight: normal;
}
.place {
	color: #666;
	font-weight: normal;
}
.dots {
	color: #903;
}

