body, div, p, ul, li, h1, h2, h3,h4, form, table, img, tr, th, td, input {
	padding:0px; margin:0px;border: 0;outline: 0;font-size: 100%;
	background: transparent;
}


body {
	margin-left: 10px;
	background:url(/images/background-export.png) 0px 0px repeat-x #000000;
}

body, p, ol, ul, td {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	line-height:18px;
}

input {
	background-color: white;
}


#logo, #logo img {
	/*position:absolute;
	left:10px;
	top:2px;*/
	display: inline;
}

/* center-align the menu bar */
div#navbar{
	margin-left: 30px;
	min-width: 600px;
	display: inline;
	/*text-align: center;*/
}

ul#nav, ul#nav li {
	vertical-align: middle;
	margin-right: 40px;
	display: inline;
	list-style: none;
	color: white;
	font-family:verdana;
	font-weight:bold;
	font-size:16px;
}

ul#nav li a {
	text-decoration: none;
	color: white;
}

ul#nav li a:hover{
	text-decoration: underline;
}

ul#nav li a:visited {
	color:white;
}

#header {
	height: 30px;
	width: 100%;
	text-align: center;
}

#header table{
	width: 1270px;
}

table.index_content tr th{
	padding-right: 12px;
}
table.index_content tr td{
	padding-right: 12px;
}

#wrapper {
	margin-top: 25px;
	min-width: 980px;
	min-height: 650px;
	height:auto !important;
	height:650px;
	width: 100%;
	/*margin-top: 40px;*/
}

#content-index{
	background:url(/images/TalkboxxBG-export.jpg) center no-repeat;
	min-width: 980px;
	min-height: 650px;
	height:auto !important;
	height:650px;
}

#content-contact{
	background:url(/images/TalkboxxBG-Contact-export.jpg) center no-repeat;
	min-width: 980px;
	min-height: 650px;
	height:auto !important;
	height:650px;
}

#content-about{
	background:url(/images/TalkboxxBG-About-export.jpg) center no-repeat;
	min-width: 980px;
	min-height: 650px;
	height:auto !important;
	height:650px;
}


#tos p {
	margin-bottom: 20px;
}

#tos ol{
	padding: 10px 100px 10px 100px;
}

#tos ol li{
	padding-left: 20px;
	margin-bottom: 5px;
}

#footer{
	background-color: #181818;
	color: #666666;
	height: 85px;
	width: 100%;
	padding-top: 60px;
	text-align: center;
}

#copyright{
	text-transform: uppercase;
}

#transbox-wrapper{
	padding-top: 100px;
	  padding-left: 450px;
}

/* for the transparent box */
div.transbox
  {
  text-align: center;
  width:250px;
  height:375px;
  

  background-color:#000000;
  border:1px solid white;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }
  
  div.invisibox
  {
  text-align: center;
  width:250px;
  height:375px;
  margin-top: -375px;
  }
  
div.invisibox p
  {
  	text-align: left;
  margin: 5px 10px 5px 10px;
  color:#ffffff;
  }

