﻿body 
{
    background-color:#2b2b2b;
    background-image:url('/images/site-bg.png');
    background-position:center top;
    background-repeat:repeat-x;
    text-align:center;
    margin:0px;
    font-family:Arial;
    font-size:12px;
}
#wrapper
{
    width:960px;
    margin:auto;
    background-color:#1f2024;
    text-align:left;
}
#header
{
    height:130px;
    background-color:#000000;
    position:relative;
}
#logo
{
    position:absolute;
    left:45px;
    top:60px;
}
#topnav
{
    padding-left:10px;
    height:30px;
    background-color:#d6d6d6;
    background-image:url('../images/nav-bg.gif');
    background-repeat:repeat-x;
    line-height:30px;
    font-weight:bold;
}
#topnav ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
#topnav li {
    float:left;
}
#topnav li a {
    color:#000000;
    text-decoration:none;
    display:block;
    height:100%;
    line-height:30px;    
    float:left;
    padding:0px 35px 0px 35px;
    font-weight:bold;
}
#topnav li a:hover {
    text-decoration:underline;
}
#topnav span {
    width:1px;
    height:19px;
    background-image:url('../images/nav-div.gif');    
    background-repeat:no-repeat;
    display:block;
    vertical-align:middle;
    float:left;
    margin-top:4px;
}
#hometopboxes
{
    height:420px;
    margin-top:15px;
}
#abouttopboxes
{
    height:290px;
    margin-top:15px;
}
#hometopleft
{
    width:655px;
    float:left;
    position:relative;
}
#sidegalleryimages
{
    position:absolute;
    top:10px;
    right:10px;
    width:77px;
}
#hometopright
{
    float:right;
    width:290px;
}
#medialinksbox
{
    background-color:#000000;
    width:290px;
    height:70px;
    position:relative;
}
#media-links-twitter
{
    position: absolute;
    left:20px;
    bottom:15px;
}
#media-links-facebook
{
    position: absolute;
    left:70px;
    bottom:15px;    
}
#media-links-skype
{
    position: absolute;
    left:120px;
    bottom:15px; 
}
#trproducts-box
{
    margin-top:10px;
    width:290px;
    height:210px;
}
#trblog-box
{
    margin-top:10px;
    width:290px;
    height:120px;  
}
#homecontentarea
{
    padding:15px;
}
#homecontent
{
    background-color:#FFFFFF;   
}
#homeleft
{
    float:left;
    width: 565px;
    background-image:url('../images/home-tl-bar.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    padding:0px 35px 35px 35px;
}
#homeleft h1
{
    font-size:24px;
    line-height:50px;
    margin:0px;
    padding:0px;    
}
#hometextsummary
{
    font-size:18px;
    line-height:24px;
    color:#666666;
}
#hometext
{
    font-size:14px;
    line-height:20px;
    color:#2e2e2e;    
}
#homeright
{
    float:right;
    width:245px;
    background-color:#faf7f7;
    background-image:url('../images/home-tr-bar.jpg');
    background-repeat:no-repeat;
    background-position:center top;
    padding:0px 25px 25px 25px;
}
#homeright h2
{
    font-size:24px;
    line-height:50px;
    margin:0px;
    padding:0px;    
}
.homenewstitle
{
    font-size:24px;
    line-height:30px;
    color:#00b8f8;
    font-weight:bold;
}
.homenewsdate
{
    font-size:16px;
    line-height:20px; 
    font-weight:bold;  
}
.homenewssummary
{
    font-size:14px;
    line-height:20px;
    color:#2e2e2e;
    margin:10px 0px 10px 0px;
}
.homenewslink
{
    font-size:14px;
    line-height:20px;
    color:#00b8f8;
    font-weight:bold;
}
.clear
{
    clear:both;   
}
#orderform label {
    width:140px;
    display:block;
    float:left;
    line-height:25px;
}
#orderform .textbox {
    width:325px;
}
#orderform .shorttextbox {
    width:150px;
}
#orderform select {
    width:330px;
}
#orderform .textareabox {
    width:325px;
    height:75px;
}
#submitbtn {
    width:100px;
    height:25px;
    margin-left:140px;
}
.cleargap {
    clear:both;
    height:10px;
}