/**************** generic elements *****************/
.clear{
	clear: both;
}
.button {
	color: #F53228;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.img_button {
	color: #FFFFFF;
	background-color: #c06600;
	font-family: Georgia, serif;
	font-size: 9px;
	text-decoration: none;
	border: none;
	border: 1px solid;
	border-radius: 7px;
}
.full_table{
	width: 100%;
}
.full_table th{
	vertical-align: middle;
	border-right: 1px solid transparent;
	background-color: #cccccc; 
	text-align: left;
}
.phpsortable th{
	vertical-align: middle;
	border-right: 1px solid transparent;
	background-color: #cccccc; 
}
.phpsortable th a{
	color: #000000;
}
.phpsortable th.header{
	background-image: url(../images/ascdesc.gif);
	cursor: pointer; 
	font-weight: bold; 
	background-repeat: no-repeat; 
	background-position: center right; 
	padding-right: 20px; 
	vertical-align: middle;
}
.phpsortable th.headerSortUp{
	background-image: url(../images/asc.gif); 
}
.phpsortable th.headerSortDown{
	background-image: url(../images/desc.gif); 
}
table.twocolumn{
	width: 100%;
}
table.twocolumn tr > td:first-child{
	width: 40%;
}
table.twocolumn tr > td:nth-child(2) input{
	width: 100%;
}
/**************** wrapper *****************/
#wrapper {
	width: 917px;
/*	background-color: #EDEBEB;*/
	margin: 0 auto;
	text-align: left;
}
#wrapper table td,th{
	padding: 0;
}
/**************** header *****************/
#header {
	position: relative;
	height: 75px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#header #callus {
	position: absolute;
	top: 5px;
	right: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
#header #login{
	position: absolute;
	top: 40px;
	right: 15px;
	padding: 5px;
	background-color: #dddddd;
	border-radius: 3px;
}
#header #login input[type="text"],
#header #login input[type="password"]{
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
	width: 110px;
	background: -moz-linear-gradient(center top , #CCCCCC 0px, #FFFFFF 3px) repeat scroll 0 0 transparent;
}
#header #login input[type="submit"]{
	padding: 2px;
}
#header #login #vieworders,
#header #login #viewcart{
	vertical-align: middle;
}
/**************** top menu *****************/
#topmenu{
	position: relative;
	z-index: 100;

	background-color: #fff;
	height: 25px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#topmenu ul 						{ list-style-type: none; }
#topmenu >ul 						{ position: relative; list-style-type: none; }
#topmenu >ul>li 					{ font-weight: bold; float: left; background: #01D3F7; border-right: 2px solid #cccccc; border-bottom: 2px solid #cccccc; }
#topmenu >ul>li.active 				{ background: #0193F7; }
#topmenu >ul>li>a 					{ display: block; padding: 4px 8px; color: #808080; }
#topmenu >ul>li.active>a			{ color: #ffffff; }
#topmenu >ul>li:last-child>a 		{ border-right: none; } /* Doesn't work in IE */

/* LEVEL TWO */
#topmenu >ul>li>ul 					{ visibility: hidden; position: absolute; top: 26px; left: 0; }
#topmenu >ul>li.active> ul 			{ visibility: visible; }
#topmenu >ul>li>ul>li				{ font-weight: bold; float: left; background: #01D3F7; border-right: 2px solid #cccccc; border-bottom: 2px solid #cccccc; position: relative; }
#topmenu >ul>li>ul>li.active		{ background: #0193F7; }
#topmenu >ul>li>ul>li>a				{ display: block; padding: 4px 8px; color: #808080; }
#topmenu >ul>li>ul>li.active>a		{ color: #ffffff; }

/* LEVEL THREE */
#topmenu >ul>li>ul>li>ul 			{ visibility: hidden; position: absolute; top: 26px; left: 0; width: 200px; }
#topmenu >ul>li>ul>li:hover>ul 		{ visibility: visible; }
#topmenu >ul>li>ul>li>ul>li			{ font-weight: bold; background: #01D3F7; border-bottom: 1px solid #cccccc; }
#topmenu >ul>li>ul>li>ul>li>a		{ display: block; padding: 4px 8px; color: #808080; }

/**************** bread_crumbs *****************/
#bread_crumbs{
	margin-top: 40px;
}
/**************** signup *****************/
.signup{
	margin-top:10px;
	width: 180px;
	height: 20px;
	line-height: 20px;
	background: #aedb1f url("../images/signup_right.gif") top right no-repeat;
}
.signup a{
	padding-left: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/**************** index page *****************/
.div_txt {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 250px;
}
.div_txt a {
    color: #999999;
}

/***  mainpanel ***/
#mainpanel { /*	background-color: #BFD6C4;*/
	position: relative;
	z-index: 10;

	margin-top:10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #0193cb;
	border-radius: 8px;
	min-height: 400px;
}

/* 19 = 10 + 9*/
#mainpanel #mainpanel_top {
	padding: 0 0;
	width: 60%;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #b4dc35;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#mainpanel2 {
	min-height: 400px;
	background-color: #FEFDFC;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #a0ca1b;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

/***  service list ***/
.cat_title {
	margin: 20px 20px 10px;
	font-size: 16px;
}
.cat_title img {
	width: 40px;
	vertical-align: middle;
}
.cat_prop {
	padding: 5px 10px;
	margin: 5px 20px 5px 64px;
	width: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
}
.cat_prop td:first-child { font-weight: bold; }
.cat_desc {
	border: 1px solid green;
	padding: 5px 10px;
	margin: 10px 20px 0px 64px;
	width: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;
}
#softcostdiv td:first-child{
	width: 70%;
}
table.cat_serv {
	width: 100%;
}
table.cat_serv tr td {
	width: 20%;
}
table.cat_serv tr td:first-child {
	width: 60%;
}

/*---Footer---*/
#bottom {
	height: 10px;
	width: 100%;
}
#bottom #copyright{
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	color: #656565;
	font-size: 11px;
}
#bottom #privacy_policy{
	margin-top: 0px;
	margin-right: 90px;
	text-align: right;
	font-size: 10px;
}
#bottom #privacy_policy a{
	color: #656565;
}
#bottom #privacy_policy a:hover{
	color: #000000;
}

/* ---------------------------------------------- */
.horline{
	background: url("../images/horline.jpg");
	height: 18px;
}
#payment_details{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#payment_details td{
	border: 1px solid #EEEEEE;
}
/***  submenu ***/
#submenu {
	position: relative;
	margin-left: -10px;
}
#submenu a{
	display: inline-block;
	padding: 0 15px;
/*	width: 60%;*/
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	background-color: #b4dc35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#submenu a.selected{
	background-color: #0193CB;
}

#ratetable_show {
	margin: 2px 0 2px 50px;
	padding: 3px;
}
#ratetable_show table{
	border: 1px solid black;
}
#ratetable_show table tr td:first-child{
	width: 160px;
}
#ratetable_show table tr td{ 
	width: 50px;
}
/* ---------------------------------------------- */
.preload {
    position: absolute;
    z-index: 10000000;

    background: none repeat scroll 0 0 #EEEEEE;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    top: 0;
    width: 100%;
}
.preload img {
    display: block;
    left: 40%;
    opacity: 1;
    position: absolute;
    top: 35%;
}
.preload div.text {
    color: red;
    display: block;
    float: left;
    font-weight: bold;
    left: 40%;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 350px;
}
/* ---------------------------------------------- */
.pagination strong{
	font-weight: bold;
	color: #F53228;
}
.loginerrors {
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
.loginerrors ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	font-size: 12px;
}
.loginerrors li {
	list-style-type: disc;
}
.errors {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 10px;
}
.errors ul {
	list-style-position: inside;
}
.errors li {
	list-style-type: disc;
}
/* ---------------------------------------------- */
.whitebasic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* ---------------------------------------------- */
.popup {
	position: absolute;
	z-index: 10000000;

	display: none;
	background: #EEEEEE none repeat scroll 0 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(238, 238, 238, 0.9)
/*	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}
.popup > div {
	padding: 30px;
	border: 1px solid #0793CE;
	border-radius: 15px;
	margin: 30px auto;
	height: 60%;
	width: 60%;
	background-color: #FFFFFF;
	opacity: 1;
}

