/* 
    Document   : main
    Created on : Sep 17, 2009, 10:05:28 PM
    Author     : jamesng
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    background-color:black;
    margin:0px;
    padding:0px;
    text-align:center;
    font-family:Arial;
    font-size:12px;
}
img {
    border:0px;
}
A:link {
    text-decoration: none;
    color: orange;
}
A:visited {
    text-decoration: none;
    color: orange;
}
A:active {
    text-decoration: none;
}
A:hover {
    text-decoration: none;
}
.bold {
    font-weight:bold;
}
.brochure {
    float:right;
    padding:5px 40px;
}
.button {
    margin-left:20px;
}
.center
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
.column {
    float:left;
    position:relative;
    padding:10px 30px;
    width:240px;
    color:#CCCCCC;
    text-align:justify;
}
.list {
    position:relative;
    left:-30px;
}
.prodbut {
    padding-bottom:30px;
    text-align:center;
}
.text_center {
    text-align:center;
}
td.padding {
    padding-left:20px;
    width:275px;
}
td.padding_middle {
    padding-left:25px;
    padding-right:22px;
    border-left:1px solid #333333;
    border-right:1px solid #333333;
    width:240px;
}
#container {
    margin-left:auto;
    margin-right:auto;
    width:960px;
    text-align:left;
}
#header {
    position:relative;
    margin:0px;
    padding:0px;
    top:20px;
    left:20px;
    width:920px;
    height:70px;
}
#logo {
    float:left;
}
#menu {
    float:right;
    position:relative;
    bottom:-20px;
    width:460px;
    text-align:right;
}
#masthead {
    position:relative;
    margin:0px;
    padding:0px;
}
#content_main {
    position:relative;
    left:20px;
    width:920px;
    height:110px;
}
#content {
    position:relative;
    left:20px;
    width:920px;
    height:284px;
}
#leftcol {
    float:left;
    position:relative;
    padding:0px 30px;
    width:380px;
    z-index:2;
}
#rightcol {
    position:relative;
    padding:15px 30px;
}
#bothcol {
    position:relative;
    padding:0px 30px;
}
#breadcrumbs {
    color:white;
    font-size:9px;
}
#corpinfo {
    color:#CCCCCC;
    text-align:justify;
}
#products {
    color:#CCCCCC;
    text-align:justify;
}
#interior {
    color:#CCCCCC;
}
#left {
    float:left;
    position:relative;
    width:400px;
    color:#CCCCCC;
}
#right {
    
}
#gallery {
    color:#CCCCCC;
}
#gallery_pics {
    padding-top:5px;
}
#contact {
    color:#CCCCCC;
}
#map {
    text-align:center;
}
#footer {
    position:relative;
    left:20px;
    width:920px;
}
#copyright {
    float:left;
    color:white;
    font-size:9px;
}
#licence {
    color:white;
    text-align:right;
    font-size:9px;
}
