/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure
   (c) tellibus 2010
   
-------------------------------------------------------------- */

body {
	text-align: center;
	line-height: 1.5;
	padding-top: 20px;
}
a {
	text-decoration:none;
	color:#999;
	font-weight:bold;
}
a:hover {
	color:#000;	
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
img {
	padding: 0px;
	border: 0px solid #fff;
	background-color: transparent;
}
div {
	/*border: 1px solid rgb(0,0,0);*/
}
#wrapper {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#header {
	position: relative;
	text-align: left;
	width: 960px;
	height: 132px;
}
#ComingSoon a {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 110px;
	height: 95px;
	background: url("../img/Coming_soon-110x190.gif") top left no-repeat;
}
#ComingSoon a span {
	display: none;
}
#ComingSoon a:hover {
	background-position: 0px -95px;
}
#logo {
	position: relative;
	top: 0px;
	left: 414px;
	width: 132px;
	height: 132px;
}
#logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/tellibus132x132x2-out-shad-grey_color.gif") top left no-repeat;
	color: transparent;
}
#logo a:hover, a:active {
	background-position: 0px -132px;
}
#logo span {
	border: 1px solid;
}
#Twitter a {
	position: absolute;
	top: 45px;
	right: 110px;
	width: 70px;
	height: 48px;
	background: url("../img/Twitterx70x96.gif") top left no-repeat;
}
#Twitter a span {
	display: none;
}
#Twitter a:hover {
	background-position: 0px -48px;
}
#contact-form a {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 70px;
	height: 48px;
	background: url("../img/Contact_us-70x96.gif") top left no-repeat;
}
#contact-form a span {
	display: none;
}
#contact-form a:hover {
	background-position: 0px -48px;
}
#slideshow-header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 35px;
	z-index: 1;
	background: transparent url("../img/Line-1024x35.gif") no-repeat top;
}
#slideshow {
	position: relative;
	top: -35px;
	left: 5px;
	width: 950px;
	height: 250px;
	z-index: 0;
}
#slideshow-prev, #slideshow-next {
	position: absolute;
	top: 132px;
	left: 0;
	width: 150px;
	height: 250px;
	background: transparent url("../img/controls.png") no-repeat top left;
	background-position: -35px 0px;
	cursor: pointer;
	z-index: 100;
}
#slideshow-next {
	left: 810px;
}
#slideshow-prev:hover {
	background-position: 0px 0px;
}
#slideshow-next:hover{
	background-position: -70px 0px;
}
#half-main-left {
	float: left;
	width: 450px;
	text-align: center;
	font:18px/24px Georgia, serif;
	background: #fff url("../img/FFF-1x1.gif") repeat;
}
#half-main-right {
	float: right;
	width: 450px;
	background: #fff url("../img/FFF-1x1.gif") repeat;
	font: 18px/24px Georgia, serif;
	text-align: center;
}
#page-info {
	clear:both;
	width:960px;
	font: 12px/14px Georgia, serif;
	text-align: center;
	padding-top: 20px;
}
     