﻿/* ADDED NOV 2010 */


body
{
	/* Dev Site Background  */
	background-color: #A9A9F5;

	/* Live Site Background  */
	/* background-image: url("images/jk/style.jpg");  */
	/* background-repeat: repeat;  */
}

#main-wrapper
{
	width: 994px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	top: 0;
	bottom: 0;
	border: 1px solid #646464;
	background-color: black;
	position: relative;
}

#main-wrapper-user
{
	width: 994px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	top: 0;
	bottom: 0;
	border: 1px solid #646464;
	background-color: #E0E0E0;
	position: relative;
}

#banner
{
	width: 994px;
	height: 80px!important;
	background-repeat: no-repeat;
	background-image: url("images/jk/banner.jpg");
	background-position: left;
	border-bottom: 1px solid #646464;
	position: relative;
	background-color: #161616;
}

#banner a{
	color: white;
	text-decoration: none;
	outline: 0;
}

#banner a:visited{
	color: white;
	text-decoration: none;
	outline: 0;
}

#banner a:hover{
	color: white;
	text-decoration: none;
	color: #0AF30E;
	outline: 0;
}

#banner-description
{
	float:left;
	margin-left: 450px;
	margin-top: 20px;
	font-family: "Trebuchet MS";
	font-size:20px;
	color: #3399FF;
	text-align: center;
}

#buy-now
{
	float: right;
	text-align: right;
	color: white;
	padding-right: 5px;
	padding-top: 5px;
	font-family: "Verdana";
	text-transform: uppercase;
	font-size:10px;
	font-weight: bold;
}


/* TOP MENU */

#menu {
	background: black;
	border-bottom: 1px solid #646464;
	height: 18px;
	padding-top: 2px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	color: White;
	z-index: 600;
}

#menu li a
{
	background: #315071;
	float: left;
	height: 15px;
	width: 140px;
	display: block;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	color: #D8D8D8;
	text-decoration: none;
	text-align: center;
	font-family: "Verdana";
	font-size: 10px;
	padding-top: 2px;
	text-transform: uppercase;
	outline: 0;
	z-index: 600;
	
} 

#menu li a:hover
{
	background: #1359AF;
	color: White;
	z-index: 600;
} 


/* ADMIN MENU */
#admin-menu {
	background: black;
	float: left;
	height: 18px;
	width: 100%;
}

#admin-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	color: White;
}

#admin-menu ul ul{
	position: absolute;
	display: none;
	top: 17px;
	left: 0;
	background: #464646;
	color: White;
	z-index: 600;
}

#admin-menu li ul li{
	width: auto;
	height: auto;
}

#admin-menu ul li:hover ul{
	display:block;
}

#admin-menu ul li:hover{
	background: #464646;
}

#admin-menu li{
	position: relative;
}

#admin-menu a, #admin-menu h2
{
	background: #D8D8D8;
	float: left;
	height: 14px;
	width: 163px;
	display: block;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	text-decoration: none;
	text-align: center;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	margin: 0;
	text-transform: uppercase;
	outline: 0;
} 

#admin-menu li a:hover
{
	background: #1359AF;
	color: White;
	outline: 0;
} 

#admin-menu li a:visited{
	outline: 0;
	z-index: 600;
}


/*********************** ADMIN AREA **************************/
#admin{
	background: #D8D8D8;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 100%;
	float: left;
	color: #383838;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	
}

.admin-button{
	font-size:10px;
	width:100px;
	margin:0 4px 0 0;
	font-family:'Verdana','Arial',serif;
}

.admin-button:hover{
	font-size:10px;
	width:100px;
	margin:0 4px 0 0;
	font-family:'Verdana','Arial',serif;
}

#lights-left{
	float: left;
	width: 99px;
	padding-left: 17px;
}

#lights-right{
	float: right;
	width: 99px;
	text-align: right;
	padding-right: 17px;
}

#buttons{
	float:left;
	width: 755px;
	text-align: left;

}

/*************************** CONTENT **********************************/

#content-wrapper
{
	width: 994px;
	position: relative;
}

#menu-left-user
{
	float: left;
	width: 250px;
	color: black;
	text-align: left;
	margin: 0;
	min-height:500px!important;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 14px;
	z-index: 2;
	background-color: #E0E0E0;
}

#menu-left
{
	float: left;
	width: 250px;
	color: White;
	text-align: left;
	margin: 0;
	min-height:500px!important;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	z-index: 2;
	background-color: black;
}

#content-right
{
	float: right;
	width: 716px;
	border: 3px solid #A6A6A6;
	margin-right: 0px;
	min-height:500px!important;
	background-color: white;
	padding: 10px 10px 0 10px;
	font-family: Verdana;
	font-size: 11px;
}

#content-right li{
	font-family: Verdana;
	text-align: left;
}

#content-right h1{
	color: #1359AF;
	font-family: "Verdana";
	font-size: 14px;
	text-align: left;
	margin:0 ;
	padding: 0;
	margin-bottom: 5px;
}

#content-right h2{
	color: #1359AF;
	font-family: "Verdana";
	font-size: 12px;
	text-align: left;
	margin:0 ;
	padding: 0;
}

#content-right h3{
	color: #1359AF;
	font-family: "Verdana";
	font-size: 12px;
	text-align: left;
	margin:0 ;
	padding: 0;
	padding-top: 10px;
}

#content-right h4{
	color: #F51F07;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	margin:0 ;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0;
}

#content-right h5{
	color: #0A70C4;
	font-family: "Verdana";
	font-size: 12px;
	text-align: center;
	margin:0 ;
	padding: 0;
}

#content-right h6{
	color: #1359AF;
	font-family: "Verdana";
	font-size: 12px;
	text-align: left;
	margin:0 ;
	padding: 0;
	padding-top: 20px;
	border-top: 1px solid #A7A7A7;
}

#content-right-admin
{
	float: right;
	background-color: white;
	padding: 10px 10px 0 10px;
	font-family: Verdana;
	font-size: 11px;
	width: 974px;
}


/******************* PRICING TABLES *************************/

.Cart-table{
	border-collapse: collapse;
	width: 950px;
}

.pricing-table{
	border-collapse: collapse;
	width: 700px;
}

.pricing-table td{
	color: #4F4F4F;
	border: 1px solid #C2C2C2;
	text-align: center;
}

.pricing-table th{
	font-weight: 600;
	color: black;
	text-align: left;
	border: 1px solid #C2C2C2;
}

.pricing-table tr.d0 td{
	background-color: #F4F4F4;
	height: 25px;
}

.pricing-table tr.d1 td{
	background-color: #F4F4F4;
	height: 25px;
}

.pricing-table tr.d1 th{
	background-color: #FFF;
}


.column-header{
	text-align: center;
	border: 1px solid #A5A5A5;
	background-color: #ECECEC;
	background-image:url("images/jk/pricing-head.png");
	background-repeat: repeat-x;
	font-size: 12px;
}

.big-popup table{
	border-collapse: collapse;
	width: 595px;
}

.big-popup td{
	color: black;
	border: 1px solid #C2C2C2;
	text-align: center;
}

.big-popup th{
	font-weight: 600;
	color: black;
	text-align: left;
	border: 1px solid #C2C2C2;
}

.big-popup h5{
	color: #0A70C4;
	font-family: "Verdana";
	font-size: 12px;
	text-align: center;
	margin:0 ;
	padding: 0;
}

.col-price{
	font-size: 10px;
	color: #4F4F4F;
	font-weight: bold;
}

.price-plan{
	margin-bottom: 10px;
}

.bold{
	font-weight: 600;
}

/*******OTHER TABLES *************/

.black
{	
	color: Black;
}


/********************** GENERAL CONTENT ******************/

.question
{
	margin-left: 3px;
	margin-right: 3px;
}

#content-right a{
	color: #0A70C4;
	text-decoration: none;
	
}

#content-right a:visited{
	color: #0A70C4;
	outline: 0;
	
}

#content-right a:hover{
	color: #057F07;
	
}

#content-right-admin a{
	color: #0A70C4;
	text-decoration: none;
	
}

#content-right-admin a:visited{
	color: #0A70C4;
	outline: 0;
	
}

#content-right-admin a:hover{
	color: #057F07;
	
}

#inside-left{
	float: left;
	width: 330px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#inside-right{
	float: right;
	width: 330px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#logo
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.price-heading{
	margin-bottom: 5px;
	margin-top: 10px;
/*	border-bottom: 1px solid #478FF5; */
}

.price-heading2{
	margin-bottom: 5px;
	margin-top: 15px;
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 3px;
}

.popup{
	display:none; 
	position:absolute; 
	border: 1px solid black; 
	background-color: white; 
	padding: 5px;
	z-index: 500;
	width: 400px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFEB;
}

.big-popup{
	display:none; 
	position:absolute; 
	border: 1px solid black; 
	background-color: white; 
	padding: 5px;
	padding-bottom: 10px;
	z-index: 500;
	min-width: 400px!important;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFEB;
}

.popup h2{
	color: #1359AF;
	font-family: "Verdana";
	font-size: 12px;
	text-align: left;
	margin:0 ;
	padding: 0;
}

.popup h4{
	color: #F51F07;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	margin:0 ;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 0;
}

.question{
	margin-left: 3px;
	margin-right: 3px;
}

.clear
{
	clear: both;
	height: 0;
}

.page-name
{
	
	height: 14px;
	width: 224px;
	padding-right: 22px;
	padding-left: 5px;
	padding-top: 2px;
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	color: Black;
	background-color: #A6A6A6;
	background-image: url("images/jk/menu-background.png");
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #FFFFFF;
}

.page-name1
{

	height: 14px;
	width: 230px;
	padding-right: 22px;
	padding-top: 2px;
	font-family: "Verdana";
	font-size: 12px;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
	color: white;

	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #FFFFFF;
}
/************************* FAQ ****************************/
.faq-question{
	margin-bottom: 5px;
	margin-top: 5px;
}

.faq-answer{
	color: black;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 15px;
}

/****************************APPLICATIONS **********************/
.application{
	border-top: 1px solid #A7A7A7;
	height: 75px;
}

.app-image{
	border: 1px solid #A7A7A7;
	margin-top: -1px;
	margin-right: 10px;
}


/*************************GOOGLEMAPS*************************/

.control-panel
{
	border: 1px solid #C2C2C2;
	padding: 0px;
}

.map-ctrl
{
	width: 228px;
	padding-left: 5px;
	text-align: left;
}

.linkbuttonText
{
     vertical-align: middle;
}

.position-summary
{
	border: 1px solid #C2C2C2;
	border-collapse:collapse;
}

.position-summary td
{
	color: Black;
	border: 1px solid #C2C2C2;
}

.google-label
{
	background-color:#ccccff;
	border:2px solid #B00A0A;
	white-space: nowrap;
	padding: 2px;
}


#footer
{
	height:20px;
	border-top: 1px solid #646464;
	color: #E5E5E5;
	font-family: "Verdana";
	font-size: 10px;
	text-transform: uppercase;
	background: black;
}

#footer a{
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:visited{
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover{
	color: #E5E5E5;
	text-decoration: none;
	color: #0AF30E
}

.footerspan{
	width: 200px;
}

p
{
	color: Black;
	text-align: left;
}

.white-para
{
	color: White;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Arial";
	background: black;
}	