/* CubicEye iCube.css CSS file           */
/* Copyright 2008 CubicEye LLC */
/* 06/25/08 Ray C. Freeman III             */

* {
margin:  0;
padding: 0;
}

body {
background: #ffffff; 
text-align:center;
}

input
{
position: absolute;
top: 0px;
left: 0px;
}

select
{
color: #888888;
font-size: 15px;
background: #ffffff;
border: none;
}

#SITETITLE1 {
 position: absolute;
 top: 14;
 left: 24;
 font-family: helvetica, arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 color: #D1DDEB;
}
#SITETITLE2 {
 position: absolute;
 top: 13;
 left: 24;
 font-family: helvetica, arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 color: #353E4D;
}

#PHONE {
position: absolute;
top: 0px;
left: 0px;
}
#BACK {
position: absolute;
top: 0px;
left: 0px;
}
#BAR {
position: absolute;
top: 12px;
left: 12px;
}
#WEB {
position: absolute;
top: 72px;
left: 12px;
}
#WEBFRONT {
position: absolute;
top: 72px;
left: 12px;
}
#URL {
position: absolute;
top: 38px;
left: 24px;
}

#WEBEXPAND {
position: absolute;
top: 161px;
left: 93px;
}

#BIGWEBEXPAND {
position: absolute;
top: 72px;
left: 12px;
}

#ROTUP {
position: absolute;
top: 31px;
left: 24px;
}
#ROTDOWN {
position: absolute;
top: 31px;
left: 68px;
}
#ROTLEFT {
position: absolute;
top: 31px;
left: 112px;
}
#ROTRIGHT {
position: absolute;
top: 31px;
left: 156px;
}
#ZOOMIN {
position: absolute;
top: 31px;
left: 200px;
}
#ZOOMOUT {
position: absolute;
top: 31px;
left: 200px;
}
#EXPAND {
position: absolute;
top: 31px;
left: 244px;
}
#ENTER {
position: absolute;
top: 31px;
left: 244px;
}

#NEWCUBE {
position: absolute;
top: 31px;
left: 288px;
}

#menubar {
position: absolute;
top: 12px;
left: 12px;
}


