body {
    color: #7d8081;
    background-color: #191b1c;
    background-image: url('gfx/bg.png');
    background-repeat: repeat-x;
    font-family: 'Tahoma', Verdana;
    font-size: 10px;
    margin: 0 0 0 0;
}

#overlay {
    background:url('gfx/overlay.png');
    position: fixed;
    width:100%;
    height:100%;
    z-index:10;
    /*display:none;*/
}


a:active {
    outline: none;
}

a:focus {
    outline-style: none;
}

#container {
    background-image: url('gfx/main_bg.png');
    background-repeat: repeat-y;
    clear: both;
    margin: 0px auto 100px auto;
    width: 664px;
}

#logo {
    background-image: url('gfx/logo.png');
    background-repeat: no-repeat;
    clear: both;
    height: 182px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 664px;
    opacity: 0.9;
}

#logo:hover{
    opacity: 1;
}


/**********************menu***********************/
#menu {
    background-image: url('gfx/menu.png');
    background-repeat: no-repeat;
    clear: both;
    height: 53px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 664px;
}

#menu ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.li {
    float: left;
    height: 53px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.li img{
    border: 0;
}

.about a{
    background: url(gfx/about.png) no-repeat;
    display: block;
    height: 53px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    text-decoration: none;
    text-indent: -100px;
    width: 74px;
}

.about a:hover {
    background-position: 0 -53px;
}

.tech_specs a{
    background: url(gfx/tech_specs.png) no-repeat;
    width: 98px;
    height: 53px;
    display: block;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-indent: -100px;
    overflow: hidden;
}

.tech_specs a:hover {
    background-position: 0 -53px;
}

.gallery a{
    background: url(gfx/gallery.png) no-repeat;
    width: 73px;
    height: 53px;
    display: block;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-indent: -100px;
    overflow: hidden;
}

.gallery a:hover {
    background-position: 0 -53px;
}

.video a{
    background: url(gfx/video.png) no-repeat;
    width: 65px;
    height: 53px;
    display: block;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-indent: -100px;
    overflow: hidden;
}

.video a:hover {
    background-position: 0 -53px;
}

.review a{
    background: url(gfx/review.png) no-repeat;
    width: 74px;
    height: 53px;
    display: block;
    margin: 0 auto 0 auto;
    text-decoration: none;
    text-indent: -100px;
    overflow: hidden;
}

.review a:hover {
    background-position: 0 -53px;
}

.li2 {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 53px;
    width: 3px;
    background-image: url('gfx/li_sep.png');
    background-repeat: no-repeat;
}

#menu a:active,
#menu a:visited {
    color: #000000;
    text-decoration: none;
    border: 0;
}

/**************************************************/

#main {
    width: 664px;
    margin: 0px auto 0px auto;
    padding: 0 0 0 0;
    clear: both;
}

#content {
    width: 664px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    clear: both;
}

#phone {
    padding	: 0px;
    margin: 0px;
    width: 266px;
    clear: none;
    float: left;
    left: 0px;
    overflow: auto;
}

#droid{
    width: 265px;
    height: 479px;
    background: url('gfx/phone.png') no-repeat center center;
    margin: 0;
    padding: 0;
}

.slideshow{
    width:  180px;
    height: 306px;
    position: relative;
    top: 71px;
    left: 40px;
    padding:  0;
    margin: 0;
}

.slideshow img{
    width:  180px;
    height: 306px;
    position: absolute;
    top:  0px;
    left: 0px;
}

#right {
    margin: 0px;
    padding: 0px;
    width: 398px;
    clear: none;
    float: right;
    right: 0px;
    overflow: auto;
}

.right_main {
    width: 345px;
    margin: 26px auto 0 auto;
    padding: 0 0 0 0;
    clear: both;
}

.header {
    width: 345px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}

.textbox {
    margin: 0 0 0 0;
    padding: 8px 8px 30px 8px;
    clear: both;
}

.textbox1 {
    margin: 0 0 0 0;
    padding: 8px 8px 8px 8px;
    clear: both;
}

p.text {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Tahoma', Verdana;
    font-size: 11px;
    color: #ffffff;
    text-align: justify;
    line-height: 14pt;
    letter-spacing:1px;
}

p.review_link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Tahoma', Verdana;
    font-size: 11px;
    color: #59575b;
    text-align: right;
    line-height: 14pt;
    letter-spacing:1px;
}

.review_link a,
.review_link a:active,
.review_link a:visited {
    font-family: 'Tahoma', Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #59575b;
}

.review_link a:hover{
    color: #ff0000;
}

.review_link img{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0px;
}

.images{
    margin: 8px 0 0 2px;
    padding: 0 0 0 0;
}

.images ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.images_li {
    float: left;
    margin: 0 4px 8px 4px;
    padding: 0 0 0 0;
    height: 60px;
}

.thumb a{
    background-image: url('gfx/thumb_bg.png');
    background-repeat: repeat-x;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 0 auto;
    text-decoration: none;
    overflow: hidden;
}

.thumb a:hover {
    background-image: url('gfx/thumb_hover_bg.png');
    background-repeat: repeat-x;
}

.thumb img{
    margin: 5px 0 0 5px;
    padding: 0 0 0 0;
    border: 0px;
}

.images a:active,
.images a:visited {
    color: #000000;
    text-decoration: none;
    border: 0px;
}

.review{
    font-style:italic;
}

div.info{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#loading{
    position:absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('gfx/loading.gif') no-repeat center center;
    background-color: #000;
    border: 2px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#footer {
    width: 664px;
    height: 36px;
    margin: 6px auto 0 auto;
    padding: 0 0 0 0;
    background-image: url('gfx/footer.png');
    background-repeat: no-repeat;
    clear: both;
    font-size: 9px;
}
