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

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
  
   OPEN CONTENT
   
-------------------------------------------------------------- */

body{
	background-color:#eee;
	color:#333;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
}									

/* NAV */

span.homeBlock{
	display:block;
	float:left;
	height:240px;
	width:240px;
	margin:60px 0 0 70px;
	cursor:pointer;
}

ul#menu{
	margin:0 0 0 520px;
}

ul#menu li{
	float:left;
	margin:26px 0 0 24px;
	list-style:none;
}

ul#menu li a, ul#menu li a:visited{
		color:#333;
		font-weight:bold;
		text-decoration:none;
}

ul#menu li a:hover{
		color:#F60;
		font-weight:bold;
		text-decoration:line-through;
}

ul#menu li a.active{
	color:#f60;
	font-weight:bold;
	text-decoration:line-through;
}

ul.portList{
	float:left;
	margin:0 0 0 20px;
	line-height:20px;
}

/* BUTTONS */

a.button{
	margin:0 0 0 10px;
	background:#32312f url(images/button_bg.jpg) repeat-x;
    padding:5px 10px;
    color:#f7ad2c;
    text-decoration:none;
    border:1px solid #32312f;
    text-transform:uppercase;
    font-size:9px;
    line-height:25px;
    font-weight:bold;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

a.button:hover{
	background:#f7ad2c url(images/button_bg_o.jpg) repeat-x;
	border-color:#f7ad2c;
	color:#333;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* LINKS */

p a, a:visited{
	color:#F60;
	text-decoration:none;
}

p a:hover {
	color:#C00;
	text-decoration:line-through;
}

ul.portList li a, ul.portList li a:visited{
	color:#F90;
	text-decoration:none;
}

ul.portList li a:hover{
	color:#C00;
	text-decoration:none;
}

#footer a, #footer a:visited{
	color:#ccc;
}

#footer a:active, #footer a:hover{
	color:#C00;
}

/* MAIN STRUCTURE DIVS */

#outer{
	width:100%;
	background:#eee url(images/headerBack.png) repeat-x;
	min-height:500px;
	
}

#inner{
	width:1000px;
	margin:0 auto 0 auto;
	background-image:url(images/newFire2.png);
	background-repeat:no-repeat;
	min-height:600px;
}

#contentArea{
	background-color:#fff;
	background-image:url(images/sideFire.png);
	background-repeat:repeat-y;
	width:998px;
	float:left;
	margin:112px auto 0 auto;
	border-left:thin solid #CCC;
	border-right:thin solid #CCC;
	border-top:thin solid #CCC;
	border-top:medium solid #eee;
}

#contentArea.home{
	background-color:#fff;
	background-image:url(images/sideFire.png);
	background-repeat:repeat-y;
	width:998px;
	float:left;
	margin:412px auto 0 auto;
	border-left:thin solid #CCC;
	border-right:thin solid #CCC;
	border-top:thin solid #CCC;
	border-top:medium solid #eee;
}

#block_featured{
	background-color:#eee;
	border:#CCC thin solid;
	width:992px;
	overflow:visible;
	margin:4px auto;
}

#rightColumn{
	color:#666;
	height:740px;
	width:330px;
	background:url(images/hvxSenn.png) no-repeat;
	float:right;
	margin:-500px 10px 0 0;
	line-height:20px;
}

#rightColumn.aboutColumn{
	height:314px;
	width:318px;
	background:url(images/hvxback.png) no-repeat;
	float:right;
	margin:-60px 10px 0 0;
}

#rightColumn.servColumn{
	height:435px;
	width:458px;
	background:url(images/dna.png) no-repeat;
	float:right;
	margin:-424px 0 0 0;
}

#rightColumn.flashColumn{
	height:720px;
	width:320px;
	float:right;
	margin:-403px 14px 4px 0;
	border:#CCC thin solid;
	-moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#rightColumn.contactColumn{
	height:314px;
	width:318px;
	background:url(images/cluster.png) no-repeat;
	float:right;
	margin:-60px 10px 0 0;
}

#footer{
	background:#000 url(images/background_footer.png) repeat-x;
	color:#CCC;
	font-size:.8em;
	text-align:center;
	line-height:40px;
	height:68px;
	width:100%;
	background-position:bottom;
}

/* MAIN STRUCTURE CLASSES */

.block_inside{
	background-color:#fff;
	border:#CCC thin solid;
	width:989px;
	overflow:visible;
	margin:4px auto;
	background-image:url(images/smokeBackBW.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    box-shadow: 3px 3px 4px #666;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.darken{
	background-color:#eee;
	width:625px;
	padding:0 10px 0 10px;	
}

.mini_portfolio_item{
	float:left;
	margin:0 0 10px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	width:625px;
	background-color:#999;
}

.image_block{
	float:left;
	background-color:#eee;
	border:#999 thin solid;
	width:406px;
	height:306px;
	margin:6px 0 6px 6px;
	padding-left:8px;
	padding-top:8px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.text_block{
	background-color:#eee;
	border:#999 thin solid;
	width:538px;
	float:left;
	margin:6px 0 10px 10px;
	padding:6px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.text_block p{
	margin-bottom:10px;
	line-height:21px;
}

.mini_portfolio_item .thumbnail{
	float:left;
	margin:10px 20px 10px 10px;
	border:1px solid #979390;
}

.mini_portfolio_item .thumbnail2{
	float:left;
	margin:10px 20px 20px 0;
}

.mini_portfolio_item .thumbnail3{
	float:left;
	margin:10px 36px 20px 40px;
}

.mini_portfolio_item p{
	line-height:21px;
}

ul.webServ{
	
}

.vidServ{
	margin:0 0 20px 50px;
	border-right:#F60 medium dotted;
	width:240px;
}

.printServ{
	float:right;
	margin:-232px 20px 0 0;
	width:240px;
}

li.clean{
	list-style:none;
}

li.portPad{
	margin-bottom:26px;
}

#rightColumn p{
	padding:8px;
}

p.hvxText{
	margin:264px 0 0 0;	
}

.clear{
	clear:both;
}

.italics{
	font-style:italic;
}

h3{
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:bold;
	color:#930;
	background-color:#CCC;
	border:solid thin #fff;
	margin:8px 0 8px 0;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.indexPortfolio{
	padding-top:5px;
}

h4{
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:bold;
	color:#666;
	margin:8px 0 8px 0;
}

.heading{
	padding-left:10px;
	padding-top:4px;
}

.small{
	color:#595856;
	font-weight:bold;
	font-size:.8em;
	display:block;
	margin-bottom:15px;
}

p.footLinks{
	margin:-12px 0 0 0;
}

/** OPEN VIDEO BOX **/

body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/** CLOSE VIDEO BOX **/