﻿body
{
    margin: 0 0 0 0;
	background-color: #d3c075;
    background-image: url('images/gradiant.png');
	background-repeat: repeat-x; 
}

.horizontal-divider
{
    background-image: url('images/divider.png');
	background-repeat: repeat; 
	height: 5px;
}

.vertical-divider
{
    background-image: url('images/divider.png');
	background-repeat: repeat; 
	width: 4px;
    height: 370px;
}

.vertical-divider-2
{
    background-image: url('images/divider.png');
	background-repeat: repeat; 
	width: 4px;
    height: 75px;
}

.page
{
    width: 958px;
}

.bottom-left
{
    width: 596px;
    text-align: left;
}

.home-text
{
    width: 500px;
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 15px;    
}

.product-text-head
{
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 18px;
	font-weight: bold;
	color: Navy;
}

.product-text-detail
{
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 15px;
}

.contactus-text-head
{
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 20px;
	font-weight: bold;
	color: Navy;
}

.contactus-text-detail
{
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 16px;
}

.staff-text-head
{
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 20px;
	font-weight: bold;
	color: Navy;
}

.staff-text-detail
{
    margin-left: 20px;
    padding: 10px 10px 10px 10px;
	font-family: Trebuchet MS,Helvetica,Verdana,Arial;
	font-size: 16px;
}

.bottom-right
{
    width: 358px;
    height: 360px;
    background-image: url('images/bottom-right-background.gif');
    background-repeat: repeat-y;
    text-align: center;
    vertical-align: middle;
    color: White;
	font-family: Calibri;
	font-size: 16px;    
}

.bottom-right-2
{
    width: 358px;
    height: 75px;
    background-image: url('images/bottom-right-background.gif');
    background-repeat: repeat-y;
    text-align: center;
    vertical-align: top;
}

.free-quote
{
    background-image: url('images/bottom-right-background.gif');
    background-repeat: repeat-y;
    text-align: center;
    vertical-align: middle;
}

.toolbar-link
{
    margin-left: 5px;
    margin-right: 5px;
	cursor: pointer;
	font-family: Calibri;
	font-size: 15px;
	font-weight: bolder;	
	text-align: center;
	vertical-align: middle;
	text-align: center;
}

.toolbar-link:hover
{
	cursor: pointer;
	color: maroon;
	text-decoration: underline;
}


