@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}


/* --- Layout --- */

html, body {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0;
	}

body {
	background-image: url(images/bgtile.gif);
	repeat: repeat;
	}

/*--- Header ---*/	
#mainWrapper {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

#pageHeader {
	width: 960px;
	height: 60px;
	margin-top: 0;
	}
	
#logoBlock {
	width: 400px;
	height: 50px;
	float: left;
	}

#menuBlock {
	width: 500px;
	height: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 12px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px #000000;
	}
	
div.menuTileLeft {
	height: 25px;
	width: 99px;
	float: left;
	text-align: center;
	text-shadow: 1px 1px 3px #000000;
	display: inline;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	color: white;
	font-family: Tahoma;
	line-height: 25px;
	border-right: 1px solid #333333;
	}
		
div.menuTileCenter {
	height: 25px;
	width: 99px;
	float: left;
	text-align: center;
	text-shadow: 1px 1px 3px #000000;
	display: inline;
	color: white;
	font-family: Tahoma;
	line-height: 25px;
	border-right: 1px solid #333333;
	}

div.menuTileRight {
	height: 25px;
	width: 100px;
	float: left;
	text-shadow: 1px 1px 3px #000000;	
	text-align: center;
	display: inline;
	color: white;
	font-family: Tahoma;
	line-height: 25px;
	}
	
div.menuTileLeft:hover, div.menuTileCenter:hover, div.menuTileRight:hover {
	background-image: linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -o-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(204,0,51)),
		color-stop(0.66, rgb(217,67,95))
		);
	}

div.menuTileRight:hover {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}
/*--- End Header ---*/

/*--- Image Blocks ---*/
div.mainBoxes {
	width: 200px;
	height: 140px;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	margin: 0px;
	float: left;
	display: inline-block;
	box-shadow: inset 0px 0px 5px #000000;
	position: relative;
	}
	
div.underBox1,div.underBox2,div.underBox3,div.underBox4,div.underBox5,div.underBox6,div.underBox7,div.underBox8 {
	margin: auto;
	margin-top:10px;
	border-radius: 5px;
	width: 180px;
	height: 120px;
	display:run-in;
	z-index: -9001;
	background-size: 100%;
	text-align: center;
	line-height: 180px;
	}
	
div.underBox1,div.underBox5 {
	background-image: url(images/bit0.jpg);
	}
	
div.underBox2,div.underBox6 {
	background-image: url(images/bit1.jpg);
	}
	
div.underBox3,div.underBox7 {
	background-image: url(images/bit2.jpg);
	}
	
div.underBox4, div.underBox8 {
	background-image: url(images/bit3.jpg);
	}
	
div.serviceLink1 {
	width: 100%;
	height: 100%;
	line-height: 180px;
	}

div.serviceLink1:hover {
	background: rgba(204,0,51,.25);
	}

div.serviceLink1:hover h1 {
	color: #cc0033;
	font-family: Tahoma;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	text-shadow: 1px 1px 3px #000000;
	font-weight: bold;
	}
	
div.mainBox {
	margin-left:10px;
	border-radius: 5px;
	width: 180px;
	height: 120px;
	display: run-in;
	opacity: 0;
	position: relative;
	margin-top: -120px;
	}
	
div.mainBox:hover {
	background-image: linear-gradient(right bottom, rgba(204,0,51,.5) 23%, rgba(217,67,95,.5) 66%);
	background-image: -o-linear-gradient(right bottom, rgba(204,0,51,.5) 23%, rgba(217,67,95,.5) 66%);
	background-image: -moz-linear-gradient(right bottom, rgba(204,0,51,.5) 23%, rgba(217,67,95,.5) 66%);
	background-image: -webkit-linear-gradient(right bottom, rgba(204,0,51,.5) 23%, rgba(217,67,95,.5) 66%);
	background-image: -ms-linear-gradient(right bottom, rgba(204,0,51,.5) 23%, rgba(217,67,95,.5) 66%);

	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0.23, rgba(204,0,51,.5)),
		color-stop(0.66, rgba(217,67,95,.5))
		);
	opacity: 1;
	}
		
div.pinkTextBox {
	width: 150px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 0px 5px;
	}

div.littleBox {
	height: 25px;
	width: 200px;
	margin-left: -25px;
	margin-top:-5px;
	background: black;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #000000;
	background-image: url(images/bgtile.gif);
	line-height: 25px;
	}

div.darkBox {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(0,0,0,.25);
}
div.servicesDivider {
	height: 11px;
	width:180px;
	}
	
div.boxDivider {
	width: 50px;
	height:120px;
	margin-left:0px;
	margin-right:0px;
	display: inline-block;
	float: left;
	}
	
div.pageBox {
	width: 960px;
	height: 35px;
	border-radius: 5px;	
/*-	background-color: rgba(0,0,0,.25); -*/
	background-image: linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -o-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(204,0,51)),
		color-stop(0.66, rgb(217,67,95))
		);
	/*border: 1px solid rgba(128,128,128,.25);*/
	/*box-shadow: inset 0px 0px 5px #000000;*/
	line-height: 35px;
	margin-top:0;
	margin-bottom:10px;
	border-top:1px solid #FF0099;
	border-bottom:1px solid #990000;
	}
	
div.servicesTextWrapper {
	width: 900px;
	height: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	
#shadowBox {
	width: 960px;
	height: 300px;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	position: relative;
	}
	
#portfolioBox {
	width: 960px;
	height: 600px;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	position: relative;
	}
		
div.aboutBox {
	width: 960px;
	height: 420px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	}

div.aboutLeft,div.aboutCenter,div.aboutRight {
	width: 315px;
	height:400px;
	margin-top:10px;
	display: inline-block;
	float: left;
	}

div.aboutLeft {
	margin-left:3px;
	}

div.aboutCenter {
	}
	
div.aboutRight {
	}

div.aboutDivider {
	width:2px;
	height:300px;
	margin-top:50px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.5);
	border-radius: 5px;
	display: inline-block;
	float:left;
	}
	
div.aboutDivider2 {
	width:300px;
	height:2px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.5);
	border-radius: 5px;
	display: block;
	}


div.aboutLeft p,div.aboutCenter p,div.aboutRight p, {
	font-family: Tahoma;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	}
div.aboutLeft li,div.aboutCenter li,div.aboutRight li {
	color: white;
	font-family: Tahoma;
	font-size: 14px;
	text-shadow: 1px 1px 3px #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
	list-style-type: round;
    list-style-position: outside;
	}
div.aboutLeft h1,div.aboutCenter h1,div.aboutRight h1 {	
	font-size:16px;
	font-family: Tahoma;
	color: #cc0033;
	margin-top:5px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	}
	
div.aboutLeft h3,div.aboutCenter h3,div.aboutRight h3 {
	font-size: 14px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top:5px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	}

div.aboutImageBox {
	width: 960px;
	height: 150px;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	
	

	}
	
div.aboutImage1,div.aboutImage2,div.aboutImage3,div.aboutImage4,div.aboutImage5 {
	width:940px;
	height:130px;
	margin-left:10px;
	margin-top:10px;
	border-radius:5px;
	background:white;
	}
	
div.aboutImage1 {
	background-image:url(images/vutek.jpg);
	}
	
div.aboutImage2 {
	background-image:url(images/creative.jpg);
	}

div.aboutImage3 {
	background-image:url(images/printing.jpg);
	}
	
div.aboutImage4 {
	background-image:url(images/production.jpg);
	}

div.aboutImage5 {
	background-image:url(images/fulfillment.jpg);
	}
	
	
div.servicesLowerBox {
	width: 960px;
	height: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-style: 1px solid;
	border-color: black;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	position: relative;
	}
	
#contactBox {
	width: 400px;
	height: 540px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-style: 1px solid;
	border-color: black;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	float: right;
	position: relative;
	}

#contactForm {
	width: 540px;
	height: 540px;
	margin-top: 10px;
	float: left;
	}
	
div.googleWrapper {
	width: 380;
	height: 312;
	margin-left: 10px;
	margin-top: 10px;
	}
	
div.addressBox {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
	}
	
#galleria {
	height:600px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	border-radius: 10px;
	}
	
#leftServicesBox {
	width: 104px;
	height: 600px;
	float: left;
	display: inline-block;
	}

#rightServicesBox {
	width: 750px;
	height: 600px;
	float: left;
	}
/*---Service Page Items---*/	
div.serviceWrapper {
	width: 960px;
	height: 600px;
	margin-top:10px;
	margin-bottom:10px;
	}
div.serviceTopper {
	width: 960px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	}


div.serviceLeftBlock {
	width: 200px;
	height:100%;
	float:left;
	}

div.serviceCenterBlock {
	width: 550px;
	height: 100%;
	float: left;
	}

div.serviceRightBlock {
	width: 200px;
	height: 100%;
	float: left;
	}
div.serviceCenterBlock p {
	margin-top: 15px;
	margin-bottom: 15px;
	}	
div.serviceWrapper a {
	font-family: Tahoma;
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 3px #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
div.serviceDivider {
	width:2px;
	height:350px;
	margin-top:10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.5);
	border-radius: 5px;
	display: inline-block;
	float:left;
	}
	
div.serviceWrapper a:visited {
	color: white;
	}
	
div.serviceWrapper a:hover {
	color: #cc0033;
	}
	
div.serviceLeftBlock ul{
	margin-top:15px;
	}
	
div.serviceLeftBlock li{
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
div.serviceRightBlock ul,div.serviceRightBlock h3 {
	margin-top: 10px;
	margin-left:5px;
	}

div.serviceRightBlock li{
	font-size:14px;
	margin-bottom:10px;
	}
	
/*---end Service Page Items---*/

	
div.servicesMiniBox {
	width: 200px;
	height: 140px;
	background: rgba(0,0,0,.25);
	border-radius: 10px;
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	position: relative;
	}
	
#slideshow { 
	margin-left: auto;
	margin-right: auto; 
	position: relative; 
	width: 960px; 
	height: 300px; 
	}
		
#slideshow > div { 
	position: absolute; 
	top: 10px; 
	left: 10px; 
	right: 10px; 
	bottom: 10px; 
	border-radius: 5px;
	}
	
div.slideshowBanner {
	width: 100%;
	height: 25px;
	background: #cc0033;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: absolute;
	bottom: 0;
	line-height: 25px;
	}
	
div.horizontalSpacer {
	height: 5px;
	width: 100%;
	margin: 0;
	clear:both;
	}

div.horizontalSpacer2 {
	height: 1px;
	width: 100%;
	margin: 0;
	clear: both;
	}

div.lowerTextBox {
	width: 202px;
	height: 100px;
	float: left;
	}
	
#clearFooter {
	height: 50px;
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	position: absolute;
	top:750px;
	}


div.verticalDivider {
	width:2px;
	height: 50px;
	background-color: rgba(0,0,0,.25);
	border-left: 2px solid rgba(128,128,128,.35);	
	}

div.logInBox {
	width: 400px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	}
	

	
/* --- Text and Link Styles ---*/

a {
	text-decoration: none;
	color: #cc0033;
	}
h1, h2, h3, h4, h5, h6, p, ul, li {
	color: #FFFFFF;
	font-family: Tahoma;
	text-shadow: 1px 1px 3px #000000;
	}
	
h1 {
	font-size: 20px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	
	}	

h2 {
	font-size: 20px;
	margin-left: 15px;
	margin-right: 10px;
	}
	
h3 {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	}


h4 {
	font-size: 14px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	}


h5 {
	font-size:12px;
	margin-left: 10px;
	margin-right: 10px;
	text-shadow: 1px 1px 3px #000000;
	}

h6 {
	font-size: 10px;
	}
#clearFooter a {
	font-family: Tahoma;
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000000;
	font-size: 10px;
	}
p {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
li {
	color: white;
	font-family: Tahoma;
	font-size: 16px;
	text-shadow: 1px 1px 3px #000000;
	margin-left: 25px;
	}
	
ul {
	margin-left: 40px;
	color: white;
	font-family: Tahoma;
	font-size: 16px;
	text-shadow: 1px 1px 3px #000000;
	}
	
a:visited {
	color: #cc0033;
	}

label {
	display: block;
	}

div.errorBox {
	height:25px;
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-shadow: 1px 1px 3px #000000;
	margin-left: 125px;
	display: block;
	line-height:25px;
	}

form#contact input[type="text"], form#contact textarea, form#login input[type="text"], form#login textarea, form input[type="password"] {
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	line-height:25px;
	margin-left: 15px;
	border-radius: 5px;
	color: white;
	text-shadow: 1px 1px 3px #000000;
	font-family: Tahoma;
	font-size: 14px;
	padding: 0px 0px 0px 10px
	}

input:focus {
	background-color: #cc0033;
	}
	
textarea {
	resize: none;
	}

form#contact strong, form#login strong {
	color: white;
	font-family: Tahoma;
	font-size: 14px;
	text-shadow: 1px 1px 3px #000000;
	font-weight: normal;
	line-height: 25px;
	margin-left: 30px;
	width: 75px;
	float: left;
	}

	
input[type="submit"] {
	width: 100px;
	height: 25px;
	background-image: linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -o-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(204,0,51) 23%, rgb(217,67,95) 66%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.23, rgb(204,0,51)),
		color-stop(0.66, rgb(217,67,95))
		);
	border: 1px solid rgba(128,128,128,.25);
	border-radius: 5px;
	color: white;
	text-shadow: 1px 1px 3px #000000;
	margin-left:120px;
	font-size: 12px;
	}



	/* --- Image Tags ---*/

img.resizer1 {
	border-radius: 5px;
	height: 280px;
	width: 940px;
	}

img.resizer2 {
	margin: 10px;
	
	float:left;
	border-radius: 5px;
	height:160px;
	}

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	}


	/* --- Services Page Boxes --- */

div.leftCurvedTop, div.rightCurvedTop, div.leftCurvedBottom, div.rightCurvedBottom {
	width: 469px;
	height: 200px;
	margin-top: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
	display: inline-block;
	}
	
div.leftCurvedTop {
	border-top-left-radius: 15px;
	}

div.rightCurvedTop {
	border-top-right-radius: 15px;
	}
	
div.leftCurvedBottom {
	border-bottom-left-radius: 15px;
	}
	
div.rightCurvedBottom {
	border-bottom-right-radius: 15px;
	}
	
div.verticalDividerBox {
	width: 10px;
	height: 200px;
	display: inline-block;
	}
	
div.horizontalDividerBox {
	width: 960px;
	height: 1px;
	clear: both;
	}
	
div.contentBox1 {
	background-image: url(images/bit0.jpg);
	border-top-left-radius: 10px;
	}

div.contentBox2 {
	background-image: url(images/bit1.jpg);
	border-top-right-radius: 10px;
	}
	
div.contentBox3 {
	background-image: url(images/bit2.jpg);
	border-bottom-left-radius: 10px;
	}

div.contentBox4 {
	background-image: url(images/bit3.jpg);
	border-bottom-right-radius: 10px;
	}
	
div.contentBox1, div.contentBox2, div.contentBox3, div.contentBox4 {
	margin-left: 10px;
	margin-top: 10px;
	height: 180px;
	width: 449px;
	background-size: 100%;
	position: relative;
	}

div.serviceBanner1, div.serviceBanner2, div.serviceBanner3, div.serviceBanner4 {
	height: 30px;
	width: 100%;
	position: absolute;
	background: rgba(204,0,51,.75);
	line-height: 30px;
	}
div.serviceBanner1 h1, div.serviceBanner2 h1, div.serviceBanner3 h1, div.serviceBanner4 h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	}
	
div.serviceBanner1, div.serviceBanner2 {
	bottom: 0;
	}

div.serviceBanner1, div.serviceBanner3 {
	text-align: right;
	}

div.serviceTextBoxWrapper {
	opacity: 0;
	width: 449px;
	height: 200px;
	position: absolute;
	z-index: 9001;
	}

div.serviceTextBoxWrapper:hover {
	opacity: 1;
	}
	
div.serviceTextBox {
	width: 300px;
	height: 100px;
	margin-left: 74px;
	margin-top: 40px;
	background: rgba(0,0,0,.6);
	position: absolute;
	border-radius: 10px;
	line-height: 20px;
	}

/* -- Portfolio Page --*/


div.voxPortfolioWrapper {
	width: 650px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;	
}


div.voxPortfolioBox {
	width: 300px;
	height: 300px;
	margin: 10px;
	
	display: inline-block;

}

div.voxThumbWrapper {
	width: 300px;	
	position: absolute;
	margin-top: 10px;
	margin-left: 20px;
}

div.voxTextBlock {
	width: 298px;
	height: 100px;
	border-style: 1px solid;
	border-color: black;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;	
}

div.voxImageBlock {
	width: 75px;
	margin: 3px;
	display: inline-block;
	border: 1px solid #000000;
}

.voxThumbnail {
	
	padding: 0px;
	}
	
div.voxPortfolioLeftBox {
	width: 200px;
	height: 600px;
	float: left;
}

div.voxPortfolio {
	width: 750px;
	height: 600px;
	display: inline-block;
	
}

div.voxPortfolioDesc {
	width: 748px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	border-style: 1px solid;
	border-color: black;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;
}

div.voxPortDescTop {
	width: 748px;
	height: 25px;
	background: #cc0033;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 25px;
}

div.voxPortOption {
	width: 80%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.voxPortOption:hover {
	background: #cc0033;	
}

div.voxPortOption a {
	text-decoration: none;
	color: white;
	font-family: Tahoma, sans-serif;
	text-shadow: 1px 1px 1px #000000;
}

div.voxThumbnailBox {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
	border-style: 1px solid;
	border-color: black;
	border-radius: 10px;
	background-color: rgba(0,0,0,.25);
	border: 1px solid rgba(128,128,128,.25);
	box-shadow: inset 0px 0px 5px #000000;		
}

