﻿body 
{
    background-image:url('../img/bg.gif');
    font-family:Verdana, Arial;
    font-size:11px;
    color:#a1a1a1;
    padding-top:50px;
    margin:0;
}

.siteContent
{
    display:block;
    width:800px;
    padding:0;
    margin-left:auto;
    margin-right:auto;
}

.main
{
    position:relative;
    display:block;
    width:800px;
    height:650px;
    background-color:#000;
    padding:0;
    border:2px solid #a1a1a1;
}

.top
{
    display:block;
    width:740px;
    height:37px;
    float:left;
    border-bottom:1px solid #a1a1a1;
    margin-left:30px;
    margin-right:30px;
}

.title
{
    float:left;
    display:block;
    height:37px;
    width:265px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}

.title p
{
    margin-top:10px;
    float:left;
}

.white
{
    color:#fff;
    font-weight:bold;
}

.grey
{
    color:#454446;
}

.menu
{
    float:left;
    display:block;
    height:37px;
    width:470px;
}

.menu li
{
    list-style-type:none;
    float:left;
    padding:0 2px 0 2px;
    font-size:12px;
    vertical-align:middle;
}

.menu li a
{
    color:#fff;
    text-decoration:none;
}

.menu li a:hover
{
    color:#454446;
}

.content
{
    display:block;
    width:740px;
    height:612px;
    float:left;
    margin:0 30px 0 30px;
}

.contentTop
{
    display:block;
    height:320px;
    width:740px;
}

.contentTop div
{
    padding-top:170px;
    display:block;
    float:right;
}

.contentTop p
{
    font-size:14px;
    color:#fff;
    border-top:1px solid #a1a1a1;
    padding:10px 0 0 0;
    text-align:right;
    letter-spacing:2px;
}

.pageTitle
{
    float:left;
    width:100%;
    border-bottom:1px solid #a1a1a1;
}

.pageTitle p
{
    font-size:12px;
    float:left;
}

.column
{
    display:block;
    width:195px;
    float:left;
    padding-right:15px;
}

.column a
{
    color:#a1a1a1;
    text-decoration:none;
}

.column a:hover
{
    text-decoration:underline;
}

.column li
{
    list-style-type:square;
}

.column div#send
{
    display:block;
    float:left;
    width:195px;
    margin-bottom:10px;
}

/* HOME */
.home
{
    display:block;
    width:770px;
    height:612px;
    float:left;
    background-image:url('../img/homebg.gif');
    background-repeat:no-repeat;
    background-position:left bottom;
}

.homeTop
{
    display:block;
    float:right;
    height:120px;
    width:460px;
    padding-top:200px;
}

.homeTop img
{
    padding-left:210px;
}

.homeTop p
{
    color:#fff;
    border-top:1px solid #a1a1a1;
    padding:10px 0 0 0;
    text-align:right;
    letter-spacing:2px;
}

.homeBottom
{
    display:block;
    float:right;
    height:292px;
    width:420px;
}

/* ABOUT */
#about.contentTop
{
    background:url('../img/aboutbg.jpg') no-repeat left;
}

.aboutBottom
{
    display:block;
    height:272px;
    width:740px;
    padding:10px 0 10px 0;
}

#aboutBottom div.column
{
    width:230px;
}

/* SERVICES */
#services.contentTop
{
    background:url('../img/servicesbg.jpg') no-repeat left;
}

/* FAQ */
#faq.contentTop
{
    background:url('../img/faqbg.jpg') no-repeat left;
}

/* GALLERY */
.galleryLeft
{
    display:block;
    float:left;
    height:597px;
    width:490px;
    padding-top:13px;
}

.galleryLeft img
{
    border:1px solid #fff;
}

.galleryRightTop
{
    display:block;
    float:left;
    height:270px;
    width:245px;
}

.galleryRightTop div
{
    padding-top:170px;
    display:block;
    float:right;
}

.galleryRightTop p
{
    font-size:14px;
    color:#fff;
    border-top:1px solid #a1a1a1;
    padding:10px 0 0 0;
    text-align:right;
    letter-spacing:2px;
}

.galleryRightBottom
{
    display:block;
    float:left;
    height:325px;
    width:240px;
}

.galleryRightBottom ul
{
    display:block;
    float:left;
    padding:0;
    margin:0;
}

.galleryRightBottom li
{
    list-style-type:none;
    float:left;
    padding:3px;
    margin:0;
}

.galleryRightBottom a
{
    color:#a1a1a1;
    text-decoration:none;
}

.galleryRightBottom a:hover
{
    text-decoration:underline;
}

/* CONTACT */
.contact
{
    display:block;
    width:770px;
    height:612px;
    float:left;
    background-image:url('../img/contactbg.jpg');
    background-repeat:no-repeat;
    background-position:left bottom;
}

.contactRight
{
    display:block;
    width:450px;
    height:612px;
    float:right;
}

.contactRightTop
{
    display:block;
    width:450px;
    height:200px;
    float:left;
}


.contactRightTop div
{
    padding-top:100px;
    display:block;
    float:right;
}

.contactRightTop p
{
    font-size:14px;
    color:#fff;
    border-top:1px solid #a1a1a1;
    padding:10px 0 0 0;
    text-align:right;
    letter-spacing:2px;
}

/* FOOTER */
.footer
{
    display:block;
    font-size:10px;
    float:left;
    width:800px;
    padding-left:120px;
}

.footer p
{
    float:left;
}

.footer li
{
    list-style-type:none;
    float:left;
    padding:0 2px 0 2px;
}

.footer li a
{
    color:#a1a1a1;
    text-decoration:none;
}

.footer li a:hover
{
    text-decoration:underline;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.button
{
    border:0;
    background-color:#636363;
    color:#a1a1a1;
    height:25px;
    font-size:12px;
    font-weight:bold;
    cursor:hand;
    float:right;
}

.errorText
{
    display:block;
    color:#FF0000;
    font-weight:bold;
    float:left;
    width:130px;
    margin:0;
    padding:0;
}

ul#links
{
    display:block;
    float:left;
    padding:0;
    margin:0;
}

ul#links li
{
    list-style-type:none;
    float:left;
    padding:3px;
    margin:0;
    text-align:center;
    width:100%;
}

