﻿#background
{
    background-color:black;
    position:absolute;
    width:100%;
    left:0px;
    top:0px;
    z-index:1000;
    display:none;
}
#pop-up
{
    position:absolute;
    display:none;
    background-color:White;
    width:300px;
    height:150px;
    z-index:1001;
    border:solid 2px Black;
    padding:10px;
}
#pop-up div
{
    text-align:center;
    margin-top:20px;
}
#page
{
    width:997px;
    height:618px;
    position:relative;
    margin:0px auto;
}
#logo
{
    padding:20px 15px 40px 0px;
}
#arc
{
    margin-right:250px;
    position:absolute;
}
.homeVideoLink
{
	position:absolute;
	top:145px;
	right:107px;
}
.homeVideoLink img
{
	padding-left:3px;
	position:relative;
	bottom:-3px;
}
/* TopTabs */
.top-tab0
{
    left:5px;
    position:absolute;
    z-index:5;
}
.top-tab1
{
    left:60px;
    position:absolute;
    z-index:3;
}
.top-tab2
{
    left:165px;
    position:absolute;
    z-index:3;
}
.top-tab3
{
    left:270px;
    position:absolute;
    z-index:3;
}
#Distributer, #Architect
{
    width:80px;
    padding-top:10px;
}
#Interactive
{
    width:60px;
    padding-top:10px;
}
/* End TopTabs */
#rgt-side
{
    float:right;
    width:305px;
}
#rgt-side h4
{
    color:#cccccc;
    margin:0;
    text-align:center;
    margin-top:10px;
}
#content
{
    float:left;
    margin-top:70px;
    position:relative;
    z-index:2;
    width:690px;
    height:460px;
}
#ftr
{
    padding-top:10px;
    clear:both;
    float:none;
}
#ftr-upper
{
    height:2px;
    background-color: #e6e6e6;
    font-size:1px;
    clear:both;
    margin:2px 0 2px 0;
}
#ftr-lower
{
    height:2px;
    background-color:#f8f8f8;
    font-size:1px;
    clear:both;
    margin:2px 0 2px 0;
}
#ftr a
{
    padding:0 13px 0 13px;
    float:left;
}
#homePageText a
{
	float:none;
	padding:0;
}
#homePageText h1
{
	font-size:95%;
}
#homePageText p
{
	margin:0;
	font-size:85%;
}