/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  May 4, 2010, 5:56 pm with psd2css Online version 1.77
 *
 */
 
 #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;

} 
 body  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-color: #000000;
	background-repeat: no-repeat;
}
 
/* You named this layer background */
#Layer-1 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 960px;
  height: 882px;
  z-index: 1;
}

/* You named this layer footer bg */
#Layer-2 {
	position: absolute;
	left: 0px;
	top: 446px;
	width: 960px;
	height: 435px;
	z-index: 2;
}

/* You named this layer box copy 9 */
#Layer-3 {
	position: absolute;
	left: 227px;
	top: 330px;
	width: 392px;
	height: 34px;
	z-index: 3;
}

/* You named this layer subscibe but copy 6 */
#Layer-4 {
	position: absolute;
	left: 751px;
	top: 343px;
	width: 92px;
	height: 36px;
	z-index: 4;
}

/* You named this layer ViViCAST Newsletter copy 3 */
#Layer-5 {
	position: absolute;
	left: 752px;
	top: 315px;
	width: 132px;
	height: 12px;
	z-index: 5;
}

/* You named this layer ViViCAST Media copy 3 */
#Layer-6 {
	position: absolute;
	left: 20px;
	top: 315px;
	width: 104px;
	height: 12px;
	z-index: 6;
}

/* You named this layer 9018425337 \(main\) \| 901842 */
#Layer-7 {
	position: absolute;
	left: 20px;
	top: 339px;
	width: 497px;
	height: 51px;
	z-index: 7;
}

/* You named this layer subscibe but copy 7 */
#Layer-8 {
	position: absolute;
	left: 559px;
	top: 343px;
	width: 92px;
	height: 36px;
	z-index: 8;
}

/* You named this layer ViViCAST Brochure \(PDF\) copy 3 */
#Layer-9 {
	position: absolute;
	left: 559px;
	top: 315px;
	width: 163px;
	height: 14px;
	z-index: 9;
}

/* You named this layer 3rd bg */
#Layer-10 {
	position: absolute;
	left: 0px;
	top: 73px;
	width: 960px;
	height: 210px;
	z-index: 10;
	background-color: #000;
}

/* You named this layer box c3 */
#Layer-11 {
	position: absolute;
	left: 663px;
	top: 12px;
	width: 275px;
	height: 130px;
	z-index: 11;
}

/* You named this layer box c2 */
#Layer-12 {
	position: absolute;
	left: 343px;
	top: 12px;
	width: 275px;
	height: 151px;
	z-index: 12;
}

/* You named this layer box c1 */
#Layer-13 {
	position: absolute;
	left: 25px;
	top: 12px;
	width: 275px;
	height: 215px;
	z-index: 13;
}

/* You named this layer 2nd bg */
#Layer-14 {
	position: absolute;
	left: 0px;
	top: 445px;
	width: 960px;
	height: 73px;
	z-index: 14;
	background-color: #000;
}

/* You named this layer rep button */
#Layer-15 {
	position: absolute;
	left: 645px;
	top: 19px;
	width: 295px;
	height: 41px;
	z-index: 15;
}

/* You named this layer tagline */
#Layer-16 {
	position: absolute;
	left: 252px;
	top: 21px;
	width: 366px;
	height: 37px;
	z-index: 16;
}

/* You named this layer main image */
#Layer-17 {
	position: absolute;
	left: 0px;
	top: 96px;
	width: 960px;
	height: 344px;
	z-index: 17;
}

/* You named this layer bg */
#Layer-18 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 960px;
  height: 108px;
  z-index: 18;
}

/* You named this layer Links */
#Layer-19 {
	position: absolute;
	left: 462px;
	top: 57px;
	width: 499px;
	height: 42px;
	z-index: 19;
}

/* You named this layer logo */
#Layer-20 {
  position: absolute;
  left: 28px;
  top: 0px;
  width: 199px;
  height: 124px;
  z-index: 20;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */

a {
  cursor: pointer;
  outline: none;
}
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
.heading_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.text_home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

