/* Reset page layout */
/* Reset page layout */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
h1
{
	font:bold 18px/18px "La Carte", "La Carte", "La Carte Unicode", Arial, Verdana, sans-serif;
	color:black;
}
h2
{
	font:bold 34px/34px "La Carte", "La Carte", "La Carte Unicode", Arial, Verdana, sans-serif;
	color:black;
}

h3
{
	font:bold 16px/16px "La Carte", "La Carte", "La Carte Unicode", Arial, Verdana, sans-serif;
	color:white;
}

blockquote, q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* The basics */
body
{
	background-color:Black;
	font:normal 11px/16px "La Carte", "La Carte", "La Carte Unicode", Arial, Verdana, sans-serif;
	color: #ffffff;
}
h4
{
	font-size: 14px;
	font-weight: bolder;
	color:#FFFFFF;
	margin:10px 0 18px 0;
}
p
{
	margin:0 0 18px 0;
}
#content li
{
	
}
#news li
{
	margin:0 0 8px 14px;
	list-style-type: disc;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

/* Helpers */
.last, div.last, #footer div.last
{
	margin-right: 0;
}

/* Navigation */
#MenuNavigation
{
	border-top: 20px solid black;
}
#MenuNavigation h1
{
	height: 50px;
	float: left;
}
#MenuNavigation h1 a
{
	width: 150px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#MenuNavigation h1 br
{
	display: none;
}
#MenuNavigation #navigation-wrapper
{
	position: relative;
	float: right;
	width: auto;
	z-index: 0;
}
#MenuNavigation ul
{
	list-style-type: none;
	height: 50px;
	margin: 0;
}
#MenuNavigation ul li 
{
	float:left;
}
#MenuNavigation a
{
	z-index: 500;
	background-repeat: no-repeat;
	height: 50px;
	display: block;
}
#MenuNavigation span
{
	display: none;
}
#MenuNavigation a.slogan
{
	background-image: url("images/visotnikLogo.png");
}
#MenuNavigation a.work
{
	background-image: url("images/work.png");
	width:100px;
}
#MenuNavigation a.news
{
	background-image: url("images/news.png");
	width:107px;
}
#MenuNavigation a.gallery
{
	background-image: url("images/gallery.png");
	width:100px;
}
#MenuNavigation a.contact
{
	background-image: url("images/contact.png");
	width:110px;
}
#MenuNavigation a.active
{
	color: #fff;
	height: 50px;
}
/* The coloured box behind the active navigation item */
#active-bg
{
	background-color: #000; /* Safari needs this */
	position: absolute;
	height: 50px;
	z-index: -1;
}
/* Main content region */
.wrapper
{
	width: 940px;
	_width:939px; /* fudge IE6 */
	margin: 0 auto;
	clear:both;
}
#MenuNavigation div.wrapper, #footer div.wrapper
{
	position: relative;
}
#content
{
	clear:both;
	z-index: 0;
	height:600px;
}
.slidable-page
{
	z-index: -1;
	padding-top:50px;
}
.slidable-page .wrapper
{
	min-height: 600px;
}
/* Footer */
#footer
{
	bottom:10px; 
	position: fixed;
	width: 100%;
}
#footer h4
{
	width:720px;
	height:70px;
	text-indent: -9999px;
	margin:0 0 6px 0;
}
#footer h5
{
	color:#97ddfd;
}
h2.tagline
{
	float:left;
	background-repeat: no-repeat;
	background-position: top left;
	height: 35px;
	width:620px;
	text-indent: -9999em;
	margin:40px 0 10px 0;
}
h2.news
{
	background-image:url("images/news.png");
	border-bottom: 2px solid #94b5c5;
}
h2.gallery
{
	background:url("images/gallery.png") no-repeat right;
	border-bottom: 2px solid #9ecb3b;
}
h2.contact
{
	background:url("images/contact.png") no-repeat;
	border-bottom: 2px solid #F36B22;
}
div.secondary
{
	position: relative;
	width: 620px;
	float:left;	
	z-index: 99;	
}
div.primary 
{
	color:#333333;
	width: 290px;
	height:410px;
	padding:20px 10px 30px 10px;
	float:left;
	margin-left:10px;
}

div.secondary img
{
	position:absolute;
	top:70px;
	left:0;	
	z-index:90;
}

div.more
{
	background: url("images/bg_more.gif") no-repeat bottom;
	position:relative;
	color:#333333;
	clear:both;
	width:620px;
	height:373px;
	z-index: 95;
	cursor: pointer;
}
div.more div.col 
{
	float:left;
	width:270px;
	padding:10px;
	margin:10px;
}

/* Work */
#work
{
	background: url("images/fon.jpg") no-repeat top center fixed;
}
#work .wrapper
{
	width: 780px;
}
.work-sample
{
	background: #9ecb3b;
	width: 240px;
	height: 150px;
	float: left;
	margin: 0 30px 30px 0;
	cursor: pointer;
	opacity: 0.8;
}
.work-sample h2
{
	font-size:16px;
	margin: 20px 0 0 20px;
}
div.info h4
{
	color:#333333;
}
.work-number
{
	background: url("images/work-numbers.png") no-repeat 0 0;
	width: 220px;
	height: 80px;
	padding: 0px 10px 10px;
}
.work-sample .one
{
	background-position: 0 -40;
}
.work-sample .two
{
	background-position: 0 -140px;
}
.work-sample .three
{
	background-position: 0 -280px;
}
.work-sample .four
{
	background-position: 0 -416px;
}
.work-sample .five
{
	background-position: 0 -560px;
}
.work-sample .six
{
	background-position: 0 -700px;
}
#work-sample-alli
{
	background-color: #9a9a9a;
}
#work-sample-bmw
{
	background-color: #fff600;
}
#work-sample-vmtv
{
	background-color: #CB2D2C;
}
#work-sample-vles
{
	background-color: #bdf249;
}
#work-sample-dolls
{
	background-color: #f36b22;
}
#work-sample-bsg
{
	background-color: #1b92c2;
}
.work-sample:hover
{
	background-color: white;
}
#flip-side a
{
	color: #c50076;
	text-decoration: none;
}
#flip-side a:hover
{
	text-decoration: underline;
}
.close-flip
{
	background: url("images/btn-back.jpg") no-repeat 0 0;
	width: 34px;
	height: 40px;
}
.close-flip span
{
	display: none;
}
/* The work sample "flip side", initially hidden div */
#flip-side
{
	position: absolute;
	z-index: 1000;
	width: 201px;
	min-height: 150px;
}
.flip-content
{
	display: none;
}
#flip-side .screenshot
{
	background-color: #B3B3B3;
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
}
#flip-side .screenshot img
{
	height: 100%;
}
#flip-side .info
{
	background-color: #FFF;
	color: #333;
	width: 50%;
	height: 100%;
	float: right;
}
#flip-side .info .wrapper
{
	width: 85%;
	height: 80%;
	padding: 20px 30px;
}
#flip-side h3
{
	font-size: 14px;
	color: #c50076;
	font-weight: bold;
}
#flip-side p
{
	margin-bottom: 15px;
}
#flip-side .info a.close-flip
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.work-sample h1
{
	font-size: 20px; 
	margin-bottom: 15px;
}
/* news */
#news 
{
	background: url("images/fon.jpg") no-repeat top center fixed;
}
div.primary
{
	background:#92b2c2;
}
/* Gallery 
#gallery
{
	background: url("images/fon.jpg") no-repeat top center fixed;
}*/
#gallery .wrapper
{
	font-size: 16px;
	color: white;
	font-weight: bold;
}

/* Contact */
#contact
{
	background: url("images/fon.jpg") no-repeat top center fixed;
}
#contact div.primary
{
	background:#F36B22;
}
#contact div.more
{
	background: none;
	text-align:right;
	color:#FFFFFF;
}
div#contact-form-wrapper
{
	border-top:1px solid #ef915f;
}
#contact textarea, #contact input
{
	background: #ef915f;
	border:0 solid #ef915f;
	padding: 3px;
	width: 98%;
	color:#333333;
}

/*NEWS CSS classes for the navigation menu at bottom of the page (Previous/More Articles, etc) */

.NewsNavigation
{
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
	font-size: 14px;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
	font-size: 14px;
}

#numnav
{
	font-size: 14px;
	float:inherit;
	text-align:center;
}

.std
{
	margin-top:20px;
}

/*NEWS DATALIST */
#article
{
	font:bold 18px/18px "La Carte", "La Carte", "La Carte Unicode", Arial, Verdana, sans-serif;
}

.articleTitle h1
{
	color: rgb(151, 221, 253);
	margin-right:25px;
}

.articleImage
{
	float:left;
}

.articleDetails
{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}