@charset "UTF-8";
/* CSS Document */
/* CSS layout by J.Nothing 2009 */

/* main container */
#main {
	position:relative;
	margin-left: auto;
    margin-right: auto;
	top:0px;
	left: 0px;
	width:1024px;
	height:768px;
	background: black;
}

/* header elements */

#header { 
position: absolute; 
left: 0px; 
top: 0px; 
width: 1024px; 
height: 236px; 
z-index: 1;
}

/* link attributes */

a {
	font-size: 12px;
	color: #CCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #0FF;
}
a:active {
	text-decoration: none;
	color: #0C3;
}

/* content divs */

#content {
position: absolute;
left: 12px; 
top: 337px; 
width: 1000px; 
height: 248px; 
z-index: 14;
}

#textarea1 {
position: absolute;
margin-right: 8px;
padding-right: 20;
padding-bottom: 8;
left: 12px; 
top: 337px; 
width: 551px; 
height: 248px;
overflow: auto;
background-image: url('images/tap_template_01_14.jpg');
z-index: 14;
}

#textarea2 {
position: absolute;
margin-right: 8px;
padding-right: 20;
padding-bottom: 8;
left: 12px; 
top: 337px; 
width: 551px; 
height: 248px;
overflow: none;
background-image: url('images/tap_template_01_14.jpg');
z-index: 14;
}


#videobox {
position: absolute; 
left: 563px; 
top: 337px; 
width: 449px; 
height: 248px; 
background-image: url('images/tap_template_01_15.jpg');
z-index: 15;
}

#videobox_2 {
position: absolute; 
left: 12px; 
top: 337px; 
width: 1000px; 
height: 248px; 
z-index: 15;
}

#bottombar {
position: absolute; 
left: 0px; 
top: 598px; 
width: 1024px; 
height: 150px;
opacity: 0.6;
-moz-opacity: 0.6;
filter: alpha(opacity=60);
background-image: url('images/image_bar.jpg');
z-index: 99;
}

/* navigation bar */

#nav {
position: absolute; 
left: 180px; 
top: 236px; 
width: 290px; 
height: 31px;
}

/* Main Menu */
#sideMenu ul {
    list-style:none;
    }
#sideMenu a {
	text-decoration: none; 	
	padding: 4px;	
	display: block;	
	height:1.2em;
	color: #000000;	
	border: 1px solid #ababab;
	}
#sideMenu a:hover, #tplswitcher a:hover {
	color: #821517;	
	border: 1px solid #003399;
	}
#sideMenu a.active {
    color:#3f729f;
    }
#sideMenu ul li ul li a, #sideMenu ul li ul li.here {
    padding-left:15px;
    }
#sideMenu {
    margin-bottom:20px;
    }
#sideMenu li ul {
    display:none;
    }
#sideMenu li:hover ul, #sideMenu li.here ul {
    display:block;
    }
#sideMenu li.here ul {
    margin-left:-4px;
    }
#sideMenu li.here {
    font-weight:bold;
    color:#3f729f;
    border: 1px solid #003399;
    line-height:1.8em;
    padding-left:4px;
    }
#sideMenu li.here a {
    color:#3f729f;
    margin-left:-4px;
    border-left:none;
    border-right:none;
    border-bottom:none;
    }
#sideMenu li.here ul a {
    color:#000;
    margin-left:0;
    font-weight:normal;
    }


/* Contact Form */
#contactForm {
	fong-size: 10px;
	margin-top: -36;
	position: absolute; 
    width: 551px; 
    height: 254px; 
	z-index: 100;
	
}

/* hide contact form border */
fieldset { border: 0; }

#contactForm .button {
	height:18px;
	padding:0 0 0 4px;
}

#contactForm p{
	margin-bottom:1px;
	font-size:14px;
}

#contactForm textarea {

}

#contactForm input {
	height:14px;
}

#contactForm select {
	height:16px;
	font-size:10px;
}


/********** Footer **********/
#footer {
    font-size:0.8em;
    color:#000;
    width:747px;    
    margin:auto;
	text-align: center;
    }
#footer a {
    color:#003366;
    text-decoration:none;
    }
#footer p {
    padding:10px 20px;
    }
.clearing {	
    height: 0;	
    clear: both;
    }


/* special text shape */

.lW { float: left; clear: left; height: 14px; }
.rW { float: right; clear: right; height: 14px; }

/* uses div class ---  <div class="rW" style="width:71px;"></div><div class="rW" style="width:86px;"></div><div class="rW" style="width:101px;"></div><div class="rW" style="width:117px;"></div><div class="rW" style="width:132px;"></div><div class="rW" style="width:147px;"></div><div class="rW" style="width:162px;"></div><div class="rW" style="width:177px;"></div><div class="rW" style="width:192px;"></div><div class="rW" style="width:207px;"></div><div class="rW" style="width:222px;"></div><div class="rW" style="width:237px;"></div><div class="rW" style="width:252px;"></div><div class="rW" style="width:267px;"></div><div class="rW" style="width:282px;"></div><div class="rW" style="width:297px;"></div><div class="rW" style="width:312px;"></div><div class="rW" style="width:327px;"></div><div class="rW" style="width:0px;"></div><div class="rW" style="width:0px;"></div>  ---- */


/*   ---   filter: alpha(opacity=50); /* internet explorer */
-khtml-opacity: 0.5;      /* khtml, old safari */
-moz-opacity: 0.5;       /* mozilla, netscape */
opacity: 0.5;           /* fx, safari, opera */   
*/



