@charset "UTF-8";
/* TC Eye TV
date: June 2007
*/

.subMenu { font-size: 11px; color: #235eb2; font-weight: normal;  text-decoration: none; padding-left:5px; z-index:99;}
.subMenu:link { font-size: 11px; color: #235eb2; font-weight: normal;  text-decoration: none; padding-left:5px; z-index:99;}
.subMenu:visited { font-size: 11px; color: #235eb2; font-weight: normal;  text-decoration: none; padding-left:5px; z-index:99;}
.subMenu:hover {font-size: 11px; color: #235eb2; font-weight: normal; text-decoration: none; padding-left:5px; z-index:99;}


html, body, div, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
body{
	background: #fff url(designimgs/body_bg.gif) repeat-x;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
h1, h2, h3, h4{
	font-size: 100%;
	line-height: 100%;
}
p{
	margin:0 0 10px 0;
	padding: 0;
}
a, a:visited, a:active{ 
	text-decoration: none;
	color: #235eb2;
}
a:hover{ 
	text-decoration: underline;
}
a img{
	border: none;
}
img#paradise{
	float: right;
	width: 207px;
	height: 86px;
}


/* LAYOUT STYLE */
.container{
	width: 990px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font: 11px/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
	color: #000;
}

.contAdd{
	width: 740px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header{
	height: 150px;
	margin-bottom: 20px;
}
#main{
	margin-bottom: 20px;
	height: 500px;
}


/* MENU STYLE */
#topnavCont {
	width:990px;
	background:#ebebeb;
	margin-bottom:15px;
	background: #ebebeb url(designimgs/m_bot.gif) no-repeat bottom;
	z-index:99;
}

#bgtop {
	padding: 10px 0;
	background:url(designimgs/m_top.gif) no-repeat top;
}

#topnav {
	width:990px;
	text-align:center;
}

#topnav a:link, #topnav a:visited, #topnav a:active {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
	padding: 0 25px;
}

#content {
	width:990px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
}

#content p, #content td {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
}



/* HEADER STYLE */
#header h1 a{
	display: block;
	float: left;
	text-indent: -10000px;
	background: url(designimgs/tceyetv.gif) no-repeat;
	width: 457px;
	height: 110px;
}
p#tagline{
	display: block;
	text-indent: -10000px;
	background: url(designimgs/tagline.gif) no-repeat;
	width: 487px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 245px;
}
#link{
	float: right;
	width: 150px;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: right;
}
#link a{
	color: #000;
}


/* MENU STYLE */
ul#menu{
	position: absolute;
	list-style-type: none;
	width: 309px;
	height: 312px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	left: 340px;
	top: 141px;
	z-index: 10;
}
ul#menu li{
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 103px;
	line-height: 103px;
	vertical-align: middle;
	text-align: center;
	display: block;
}
ul#menu li a{
	color: #000;
	width: 150px;
	height: 103px;
	vertical-align: middle;
	text-align: center;
	font-size: 2em;
	line-height: 103px;
	font-weight: bold;
}
ul#menu li#btn-pink{
	background: url(designimgs/btn_pink.gif) no-repeat;
	margin: 0 8px 0 0;
}
ul#menu li#btn-blue{
	background: url(designimgs/btn_blue.gif) no-repeat;
}
ul#menu li#btn-yellow{
	background: url(designimgs/btn_yellow.gif) no-repeat;
	margin: 5px 8px 0 0;
}
ul#menu li#btn-orange{
	background: url(designimgs/btn_orange.gif) no-repeat;
	margin: 5px 0 0 0;
}


/* BOX STYLE */
#main .box{
width: 467px;
height: 220px;
display: block;
position: absolute;
font-size: 20px;
line-height: 1.3em;
padding: 10px;
}
#pink{
background: url(designimgs/box_pink.gif) no-repeat;
top: 0;
left: 0;
}
#blue{
background: url(designimgs/box_blue.gif) no-repeat;
top: 0;
right: 0;
}
#yellow{
background: url(designimgs/box_yellow.gif) no-repeat;
top: 255px;
left: 0;
}
#orange{
background: url(designimgs/box_orange.gif) no-repeat;
top: 255px;
right: 0;
}
#main .cell{
display: table-cell;
height: 120px;
width: 467px;
overflow: hidden;
position: absolute;
}
#pink .cell{
top: 10px;
left: 10px;
text-align: left;
}
#blue .cell{
top: 10px;
right: 10px;
text-align: right;
}
#yellow .cell{
bottom: 10px;
left: 10px;
text-align: left;
}
#orange .cell{
bottom: 10px;
right: 10px;
text-align: right;
}
#main .box h3{
font-size: 26px;
font-weight: bold;
margin-bottom: 10px;
}