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

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: 0px 0px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(images/indexheader.png);
	height: 360px;
	position: relative;
}
#header2 {
	background-image: url(images/blogheader.png);
	height: 360px;
	position: relative;
}
#header3 {
	background-image: url(images/contactheader.png);
	height: 360px;
	position: relative;
}
#header4 {
	background-image: url(images/vaultheader.png);
	height: 360px;
	position: relative;
}
#header5 {
	background-image: url(images/designheader.png);
	height: 360px;
	position: relative;
}
#header6 {
	background-image: url(images/artheader.png);
	height: 360px;
	position: relative;
}
#headerlogo {
	height: 110px;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 225px;
	top: 10px;
}
#nav {
	height: 360px;
	width: 165px;
	position: absolute;
	top: 265px;
	left: -40px;
	font-family: Helvetica, Arial, san-serif;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homesize {
	font-size: 2em;
}
.blogsize {
	font-size: 2.2em;
	line-height: 1em;
}
.vaultsize {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.kern {
	letter-spacing: -.1px;
}
.designsize {
	font-size: 1.6em;
	line-height: 1em;
}
.artsize {
	font-size: 3.15em;
	line-height: .9em;
}
.contactsize {
	font-size: 1.4em;
	line-height: 0.8em;
}
#navlogo {
	position: absolute;
	bottom: 39px;
	left: 19px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	background-image: url(images/contentbkg.gif);
	background-repeat: repeat-y;
	min-height: 500px;
	padding-left: 140px;
	line-height: 1.4em;
	padding-right: 250px;
	position: relative;
	padding-bottom:30px;
}

#content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	background-image: url(images/contentbkg.gif);
	background-repeat: repeat-y;
	min-height: 500px;
	padding-left: 140px;
	line-height: 1.4em;
	padding-right: 190px;
	position: relative;
	padding-bottom:30px;
}
#sidebar {
	width: 180px;
	padding-right: 40px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	position: absolute;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
}
#sidebar a:link , #sidebar a:visited{
	color: #000;
}
#sidebar a:hover , #sidebar a:active{
	color: #9E841A;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
#sidebar ul {
	font-size: 14px;
	color: #000;
	margin-left: 0px;
	list-style-type: none;
}
#sidebar li {
	font-size: 14px;
	color: #000;
	margin-left: 0px;
}
#footerinfo {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CACBCD;
	padding: 5px;
	margin: 0px;
	font-size: 10px;
	text-align: center;
	color: #666;
}
#footerinfo a:link, #footerinfo a:visited {
	color: #333;
}
#footerinfo a:hover, #footerinfo a:active {
	color: #999;
}
#maincolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}
#maincolumn p a:link, #maincolumn p a:visited {
	color: #726012;
}
#maincolumn p a:hover, #maincolumn p a:active {
	color: #9E841A;
}
#twitterfeed {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -8px;
}
.shortbottom {
	margin-bottom: 4px;
	padding-bottom: 0px;
}
#maincolumn h2 {
	font-size: 20px;
}
#maincolumn img     {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	

}

	
#gallery {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#images {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#images li {
	display: inline;
}
#images li a:link, #images li a:visited{
	margin: 10px;
	-moz-box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	box-shadow: 1px 1px 6px #333;
	display:block;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
			
}
#images li a:hover, #images li a:active{
	-moz-box-shadow: 3px 3px 9px #000;
	-webkit-box-shadow: 3px 3px 9px #000;
	box-shadow: 3px 3px 9px #000;
	display:block;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 8px;			
}
#gallery2 {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#images2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#images2 li {
	display: inline;
}
#images2 li a:link, #images2 li a:visited{
	margin: 10px;
	-moz-box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	box-shadow: 1px 1px 6px #333;
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden;
			
}
#images2 li a:hover, #images2 li a:active{
	-moz-box-shadow: 3px 3px 9px #000;
	-webkit-box-shadow: 3px 3px 9px #000;
	box-shadow: 3px 3px 9px #000;
	display:block;
	float:left;
	width:100px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 8px;			
}
#maincolumn h2 {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	clear: both;
}
#cleardiv {
	background-color:#FFF;
	width: 620px;
	height:5px;
	clear:both;
}