/*Global Settings Begin*/

body {
	/*background:url(images/bg.png) repeat-x top #fafcfd;*/
	/*background: url(images/bg.png) repeat-x top  #edbdaa;*/
	margin:0px;
	padding:0px;
	font: 10px  verdana, arial, helvetica;
	color: #303030;
	background: #e1eaf3;
	}

h1{
	/*color:#007b3b;*/
	color: #1a4d80;
	font-size:24px;
	font-family: tahoma;
	font-weight:400;
	border-bottom: 1px solid #cccccc;
	}
h2 {
	color: #d15400;
	margin: 2px;
	margin-top: 10px;
	font-family: tahoma;
	font-size: 13px; 
	}
h3 {
	/*color: #454545;*/
	color: #004c24;
	margin: 2px;
	margin-top: 5px;
	font-family: tahoma;
	font-size: 12px; 
	}

td {
	font: 10px  verdana, arial, helvetica;
	color:#454545;
	}

p {
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: tahoma;
	font-size: 12px;
	text-align: justify;
	color: #454545;
	}

a:link, a:visited, a:active {
	font-family:tahoma;
	font-size:12px;
	color: #005900;
	}
a:hover {
	color: #c70c0c;
	}


/*Global Settings End*/


#container{
	width:900px;
	height:auto;
	margin:auto;
	}

/* Header & Element Settings Begin */
#header{
	width:100%;
	margin-top: 0px;
	height: 25px;
	background: #2c2c2c;
	border-bottom: solid 1px #000000;
	position: fixed;
	top: 0;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	}
#headContainer {
	width:1000px;
	height:auto;
	margin:auto;
	margin-top: 0px;
	}
#subHeader{
	width: 1000px;
	margin:auto;
	height: 160px;
	margin-top: 25px;
	margin-bottom: 0px;
	background: url('images/skyline.png');
	}
	#subHeader img.logo {
		border: 0px;
		float: left;
		}
	#liveChat {
		float: right;
		margin: 25px;
		width: 200px;
		background: url('images/semiTransWhite.png');
		padding: 2px 0 2px 0;
		border: 1px solid #83888d;
		text-align: center;
		border-radius: 5px;
		-moz-border-radius: 5px;
		}
		#liveChat img{
			margin: 5px;
			border: 0px;
			}
		#liveChat h1{
			border-top: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			text-align: center;
			color: #ffffff;
			background: #2c2c2c;
			font-size: 12px;
			font-weight: bold;
			margin-top:0px;
			}
#headerLinks {
	margin-top: 0px;
	width: 900px;
	}
ul.topList{
	list-style: none;
	margin: 0px;
	padding:0px;
	}
ul.topList li {
	list-style-type:none;
	float: left;
	}
ol.terms {
	font-size: 12px;
	font-style: italic;
	}
/* Header & Element Settings End */


/* Body & Element Settings Begin */

#contentBody{
	width: 950px;
	height:auto;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 100px;
	background: #ffffff;
	padding: 25px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: #ccc 1px solid;
	text-align: left;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	}

/* Body & Element Settings End */


/* Footer & Element Settings Begin */

#footer{
	width: 100%;
	background: url('images/footerBG.png');
	height: 60px;
	position: fixed; 
	bottom: 0;
	}

.footerLinks{
	text-align: center;
	}

.footerText{
	margin-top: 25px;
	text-align: center;
	color: #bbbbbb;
	}
.footerText a{
	color: #f1f1f1;
	text-decoration: none;
	}
.footerText a:hover{
	text-decoration: underline;
	}


/* Footer & Element Settings End */


/* Links Begin */

a.topLink {
		display: block;
		width: 145px;
		height: 19px;
		padding-top: 5px;
		margin-top: 1px;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		border-left: 1px solid #565656;
		text-align: center;
		color: #bbbbbb;
		}
a.topLinkLast {
		display: block;
		width: 150px;
		height: 20px;
		padding-top: 5px;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		text-align: center;
		color: #bbbbbb;
		}

a.topLink:hover, a.topLinkLast:hover {
		background: #d8d8d8;
		color: #2c2c2c;
		}

/* Links End */


/* Navigation Style Begin */


#headerLinks li:hover {
	position: relative;
	}

ul.sub-level {
    display: none;
	background: #2c2c2c;    
    position: absolute;
    left: 0px;
    top: 25px;
	padding: 0px;
	width: 170px;
	list-style: none;
	border: 1px solid #2c2c2c;
	
}
li:hover .sub-level {
    display: block;
}
ul.sub-level li {
	padding: 0px;
	border-bottom: 1px solid #373738;
	list-style: none;
}

/*Second Level*/
#headerLinks .sub-level {
    background: #4a4a4a;
}
#headerLinks .sub-level a{
	background: #4a4a4a;
    display: block;
	padding: 5px 10px 5px 10px;
	width: 150px;
	color: #cccccc;
	text-decoration: none;
}
#headerLinks .sub-level a:hover{
	background: #d8d8d8;
	color: #2c2c2c;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
}

/*Third Level*/
#headerLinks .sub-level .sub-level {
    background: #2c2c2c;
	left: 155px;
    top: 5px;
}

/*RESET STYLES*/
li:hover .sub-level .sub-level {
	display:none;
}
.sub-level li:hover .sub-level {
	display:block;
}

/* Navigation Style End */

/* Product Pages Begin */

.productContent{
	width: 800px;
	margin:auto;
	}
.productTitle{
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	}
	.productTitle h1{
		float: left;
		border: 0;
		margin-top: 20px;
		margin-bottom: 5px;
		}
	.productTitle img{
		margin-left: 20px;
		margin-bottom: 5px;
		float:right;
		}
/* Product Pages End */

/* Home Page Begin */

#productPromoBox{
	width: 950px;
	overflow: hidden;
	background: #efefef;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-bottom: 2px solid #cccccc;		
	}
.productPromo, .productPromoEnd{
	border-right: 1px solid #cccccc;
	height: 200px;
	width: 236px;
	padding: 0px;
	margin: 0;
	overflow: hidden;
	float: left;
	}
.productPromoEnd{
	width: 239px;
	border: 0px;
	}
h1.productTitle, h1.productTitle a{
	font-size: 18px;
	border: 0px;
	text-align: center;
	padding: 5px;
	margin:0;
	background: #051125;
	color: #ffffff;
	text-decoration: none;
	}
.listContainer {
	height: 100px;
	margin-bottom: 10px;
	}
ul.productOverView{
	padding: 0px;
	margin: 10px;
	margin-left: 35px;
	}
ul.productOverView li{
	list-style-image: url("images/y.png");
	font-size: 11px;
	margin-bottom:2px;
	}
p.priceFrom{
	font-size: 10px;
	border: 0px;
	margin: 10px 5px 5px 5px;
	text-align: left;
	width: 110px;
	color: #700000;
	float: right;
	}
a.btnViewPlans {
		display: block;
		width: 102px;
		height: 32px;
		margin-left: 15px;
		background: url("images/btnViewPlans.png");
		}
a.btnViewPlans:hover { 
		background-position: -102px 0;
		}
/* Home Page End */

/* Contacts Page Begin */

.contactBox {
	border: solid 1px #dddddd;;
	background: #fafafa;
	margin-top: 10px;
	padding: 10px;
	}

/* Contacts Page End */

/* Table Design + Settings Begin */

	/* Table Design Begin*/

	table.planCompare {
		width: 800px;
		margin: auto;
		border-collapse: collapse;
		}

	td.top {
			background: #051125;
			color: #ffffff;
			-moz-border-radius-topright: 10px;
			border-top-right-radius: 10px;
			-moz-border-radius-topleft: 10px;
			border-top-left-radius: 10px;
			}
	td.subTop {
			background: #051125;
			color: #ffffff;
			}

	td.value {
			background: #efefef;
			text-align: center;
			padding: 0px;
			border-bottom: 1px solid #b6b6b6;
			}

	td.label {
			background: #cacaca;
			padding: 0px;
			width: 250px;
			border-bottom: 1px solid #b6b6b6;
			}

	td.name {
			background: #efefef;
			text-align: center;
			border-bottom: 1px solid #b6b6b6;
			}

	table.addons {
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		}
	table.addons td.value {
			text-align: left;
			padding-left: 12px;
			}

	/* Table Design End */
	/* Table Content Begin*/

	p.top {
			color: #ffffff;
			font-weight: bold;
			font-family: tahoma;
			font-size: 12px;
			text-align: justify;
			margin-left:10px;
			}

	p.label {
			font-weight: bold;
			text-align: left;
			margin: 0px;
			padding: 4px;
			margin-left:10px;
			color: #051125;
			}

	p.name {
			font-weight: bold;
			margin: 2px;
			margin-top: 5px;
			margin-bottom: 5px;
			font-family: tahoma;
			font-size: 12px;
			text-align: center;
			}

	p.value {
			margin: 2px;
			margin-top: 5px;
			margin-bottom: 5px;
			font-family: tahoma;
			font-size: 12px;
			text-align: center;
			}

	p.center {

			text-align: center;
			}

	/* Table Content End*/
/* Table Design + Settings End*/