
/* START RESET CSS */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET CSS */

html {
	height:100%;
}
body {
	height:100%;
	font: 0.8em Arial, Helvetica, sans-serif normal;
	letter-spacing:1px;
	background: #454545 url(../images/viltbanner.jpg) repeat-x;
	color:#FFFFFF;
}
h1 {
	font-size:1.4em;
}
a, a:hover, a:visited {
	color:#FFF;
}
p {
	margin:1em 0 1.5em 0;
}

#bg_container {
	height:100%;
	position:relative;
	background: url(../images/sjmuk_bg.gif) repeat-x 0 60px;
	width:100%;
}

#site_container_home {
	height:100%;
	background:url(../images/bg_lines.png) 5px 220px no-repeat;
	position:relative;
	width:980px;
	margin:auto;
}
#site_container {
	width:980px;
	margin:auto;
}

#header {
	width:100%;
	height:200px;
}
#header #logo {
	float:left;
	margin-top:50px;
	margin-left:100px;
	z-index:10;
	background:url(../images/viltbanner.jpg) -120px -50px no-repeat;
    border: 4px solid #848484;
	height:85px;
	width:200px;
	padding:20px;
}
#header .header_nav {
	float:right;
	margin:60px 100px 0 0;
}
#header .header_nav a {
	font-weight:bold;
	text-decoration:none;
}
#header .header_nav a:hover {
	color:#8F8F8F;
}

.block {
	position:absolute;
	width:128px;
	height:128px;
    background-color: #454545;
    border: 4px solid #848484;	
}
.block .block_text {
	position:absolute;
	width:128px;
	height:73px;
	text-align:center;
	padding-top:55px;
	text-decoration:none;
	font-size:1.3em;
}
.block .block_text:hover {
	text-decoration:underline;
}
#block_1 {top:250px;left:30px;background: url(../images/viltbanner.jpg) no-repeat;}
#block_2 {top:380px;left:170px;background: url(../images/viltbanner.jpg) no-repeat;}
#block_3 {top:480px;left:350px;background: url(../images/iphone-001.jpg) no-repeat;}
#block_4 {top:500px;left:570px;background: url(../images/iphone-002.jpg) no-repeat;}
#block_5 {top:470px;left:820px;background: url(../images/iphone-custom-02.jpg) no-repeat;}
#block_6 {top:308px;left:490px;background: url(../images/ipad-sleeve-01.jpg) no-repeat;}
#block_7 {top:308px;left:680px;background: url(../images/laptopsleeve-02.jpg) no-repeat;}

.homepage_text {
	letter-spacing:1px;
	font-size:1.1em;
	margin-left:100px;
}

.content {
	margin-left:100px;
	margin-right:100px;
}

.contact_table td {
	vertical-align:top;
	padding:0.1em 0;
}
.contact_table textarea {
	font-family:Arial, Helvetica, sans-serif;
}

.galleryTable {
	width:100%;
}
.galleryTable td {
	width:25%;
	padding:10px;
	color:#000000;
	vertical-align:middle;
	text-align:center;	
}


