@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #fff100;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

#container {
	width: 844px;
	margin: 27px;
	position: relative;
}

h1 {
	width: 844px;
	height: 168px;
	margin-bottom: 5px;
}

h2 {
	margin-bottom: 40px;
}

p {
	line-height: 18px;
}

h1#vistechHead {
	background-image: url(../images/h1/visual-technicians.jpg);
	background-repeat: no-repeat;
}
h1#printsHead {
	background-image: url(../images/h1/screen-prints.jpg);
	background-repeat: no-repeat;
}
h1#corporateHead {
	background-image: url(../images/h1/corporate.jpg);
	background-repeat: no-repeat;
}
h1#paintingsHead {
	background-image: url(../images/h1/paintings.jpg);
	background-repeat: no-repeat;
}
h1#blogHead {
	background-image: url(../images/h1/blog.jpg);
	background-repeat: no-repeat;
}
#navigation a {
	display: block;
}

#navigation a:hover {
	background: none;
}

#navigation {
	float: right;
	list-style: none;
	margin-bottom: 15px;
}

#navigation li {
	float: left;
}

#prints a {
	width: 54px;
	height: 19px;
	background-image: url(../images/navigation/prints-off.gif);
	background-repeat: no-repeat;
}

#prints {
	width: 54px;
	height: 19px;
	background-image: url(../images/navigation/prints-on.gif);
	background-repeat: no-repeat;
}
 
#paintings a {
	width: 78px;
	height: 19px;
	background-image: url(../images/navigation/paintings-off.gif);
	background-repeat: no-repeat;
}

#paintings {
	width: 78px;
	height: 19px;
	background-image: url(../images/navigation/paintings-on.gif);
	background-repeat: no-repeat;
}

#home a {
	width: 46px;
	height: 19px;
	background-image: url(../images/navigation/home-off.gif);
	background-repeat: no-repeat;
}

#home {
	width: 51px;
	height: 19px;
	background-image: url(../images/navigation/home-on.gif);
	background-repeat: no-repeat;
}


#merch a {
	width: 59px;
	height: 19px;
	background-image: url(../images/navigation/merch-off.gif);
	background-repeat: no-repeat;
}

#merch {
	width: 59px;
	height: 19px;
	background-image: url(../images/navigation/merch-on.gif);
	background-repeat: no-repeat;
}

#corporate a {
	width: 91px;
	height: 19px;
	background-image: url(../images/navigation/corporate-off.gif);
	background-repeat: no-repeat;
}

#corporate {
	width: 91px;
	height: 19px;
	background-image: url(../images/navigation/corporate-on.gif);
	background-repeat: no-repeat;
}

#blog a {
	width: 46px;
	height: 19px;
	background-image: url(../images/navigation/blog-off.gif);
	background-repeat: no-repeat;
}

#blog {
	width: 46px;
	height: 19px;
	background-image: url(../images/navigation/blog-on.gif);
	background-repeat: no-repeat;
}

.noShow {
	display: none;
}

.clear {
	clear: both;
}

#news {
	width: 432px;
	height: 669px;
	background-image: url(../images/interface/bg-news.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	float: left;
}
#newsScroller {
	width: 345px;
	height: 557px;
	padding: 10px;
	background-color: #000000;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#about {
	width: 352px;
	height: 669px;
	background-image: url(../images/interface/bg-about.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	float: right;	
}

#aboutScroller {
	width: 265px;
	height: 570px;
	padding: 10px;
	background-color: #000000;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}


h2#newsHeader {
	width: 33px;
	height: 8px;
	background-image: url(../images/h2/news.gif);
	background-repeat: no-repeat;
}

h2#aboutHeader {
	width: 39px;
	height: 8px;
	background-image: url(../images/h2/about.gif);
	background-repeat: no-repeat;
}

.lastRow {
	margin-right: 0 !important;
}
.thumbnail {
	margin-bottom: 5px;
}
a img {
	border: none;
}

#paintingsContainer h2,#printsContainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	height: 17px;
	font-size:12px;
	margin-bottom: 0;
}
#printsContainer .item {
	width: 202px;
	float: left;
	text-align: center;
	margin-right: 110px;
	margin-bottom: 24px;
}

#paintingsContainer .item {
	width: 110px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 24px;
}


.last {
	margin-right: 0;
}

.project {
	width: 762px;
	height: 470px;
	margin-bottom: 24px;
	background-image: url(../images/interface/bg-project.jpg);
	background-repeat: no-repeat;
	padding-top: 53px;
	padding-bottom: 53px;
	padding-left: 40px;
	padding-right: 40px;
}