﻿.rightPanel
{
    float:right;
    width: 200px;
    position:relative;
    margin:15px 0px 0px 0px;
}

.homeContent
{
    float: right;
    width: 985px;
    margin: 10px 30px 0px 10px;
    padding:0px;
}
.clearBoth
{
    clear:both;
    margin:0px;
}
.homeContent .modalBackground
{
   width:350px;
    padding: 10px;
    text-align: center;
    background-color: #DEF3FE;
    border: solid 1px #E5E5E5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.homeContent .modalBackground p
{
    text-align:center;
}
.modalBack
{
    background-color: #000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
}
.modalHeader
{
    padding: 5px;
    font-size: 20px;
    color: #333333;
}
.popupMenu
{
    /*position:absolute;*/
    visibility:hidden;
    height:auto;
    width:auto;
    opacity:.9;
    filter:alpha(opacity=90);
    padding:5px;
    border:solid thin white;
}
.orderNav
{
    width:100%;
    float:left;    
}
.orderNav ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.orderNav li
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-image: url( 'images/repeat.jpg' );
    background-repeat: repeat-x;
    height:auto;
    margin-bottom:3px;
    border-top:solid thin #E9E9E9;
    border-left:solid thin #E9E9E9;
    border-right:solid thin #E9E9E9;
}
.orderNav li:hover
{
    background-image: url( 'images/repeat_on.jpg' );
    background-repeat: repeat-x;
}
.entry
{
    height:70px;
    margin:0px;
    padding:0px;
    float:left;
    width: 100%;
}
.DragHandleClass
{
    background-position: left top;
    width: 32px;
    height: 50px;
    background-image: url(  'images/Move-32.png' );
    background-repeat: no-repeat;
    cursor: move;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 15px;
    padding: 0px;
}
.orderNav h2 
{
    font-size: 22px;
    padding:0px;
    margin: 5px, 0px, 0px, 0px;
    font-weight: normal;
}
.orderNav p
{
    font-size: 12px;
    padding:0px;
    margin: 5px, 0px, 5px, 0px;
}
.sctPanel
{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #DEF3FE;
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sctPanel h2
{
}
.imgRight
{
    float: right;
    border: thin solid #937E7B;
    padding: 2px;
    margin-left: 25px;
}
.imgLeft
{
    float: left;
    border: thin solid #937E7B;
    padding: 2px;
    margin-right: 45px;
    
}
.imgCen
{
    border: thin solid #937E7B;
    padding: 2px;
}
.formContact
{
    padding: 0px;
    margin: 0px;
    border: 1px solid #BBCBD7;
    vertical-align: top;
}
.formPanel
{
    width: 500px;
    padding:5px;
    text-align:left;
}
.imgThumb
{
    border: thin solid #83E747;
    padding: 3px;
    height: 75px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.imgThumbHover
{
    border:solid thin #22490A;
    padding:3px;
    height:75px;
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
}
.pnlClose
{
    float: right;
    right: -15px;
    top: -15px;
    position: absolute;
}
.animNav li
{
    float:left;
    position:relative;
    width:175px;
}
.content ul
{
    margin-left:0px;
    padding:0px;
}
.content li
{
    background-position: left top;
    margin-left:20px;
    padding:0px;
}
.content li p
{
    margin-left: 30px;
}
.announce
{
    font-size: 26px;
    text-align:right;
}
.linkTable
{
    width:500px;
    margin:0px;
    padding:0px;
}
.linkTable a
{
    font-size: 20px;
    display: block;
    padding: 10px;
    height: 30px;
    line-height: 30px;
}
.linkTable a:hover
{
}
.header {
	background-image: url('../../Images/headercommercial.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 141px;
	width: 1040px;
	float: left;
}

.content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1040px;
	/*background-image: url('../../Images/contentBGcommercial.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/
	float: left;
}
.footend {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url('../../Images/contentFootcommercial.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 1040px;
}
.footpagesContainer
{
    margin: 0px;
	padding: 0px;
	float: left;
    background-image: url('../../Images/footBG.png');
	background-repeat: no-repeat;
	background-position: center top;
	width:1040px;
}
.footpagesContainer .footpages
{
    margin:20px 35px 10px 235px;
    color:White;
}
.footpagesContainer .footpages h2
{
    color:White;
    border-bottom:solid 1px white;
    margin-bottom:15px;
}
.footpagesContainer .footpages a
{
    color:White;
    line-height:25px;
}
