/******** General Styles ********/
body {
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	}
#globes {
	
	padding-left:10px;
}
#globes a {
	font-size:14px;
	color: #000000;
	font-weight:bold;

}
.price{
	text-align: center;
	font-size: 14px;
}

#bounding {
	text-align:center;
	margin-left: 205px;
}
.price_box {
	float: left;
	width: 60px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	padding: 20px;
	border: solid 1px #333333;
}

.price_box_small {
	float: left;
	width: 87px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	padding: 20px;
	border: solid 1px #333333;
}

.price_box_red {
	font-size: 16px;
	color:#FF0000;
}

.price_box_black {
	font-size: 16px;
	color:#000000;
}

.tablepad {
	padding:30px;
}

.price_box_red_small {
	float: left;
	width: 105px;
	height: 38px;
	text-align: center;
	font-size: 9px;
	color:#FF0000;
	padding: 11px;
	border: solid 1px #333333;
}

.price_box_black_small {
	float: left;
	width: 87px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	/*color:#FF0000;*/
	padding: 20px;
	border: solid 1px #333333;
}

#pricing {
	font: Arial, sans-serif;
	text-align: center;	
	font-size: 1.5em;
	font-weight: bold;	
}

#install {
	float: left;
	text-align: right;
	padding-left: 40px;
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
	/*border: #333333 solid 1px;*/
}

#floater {
	float: left;
	padding-left:10px;
}

#install_right {
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
	/*border: #333333 solid 1px;*/
}
#install_price {
	float: left;
	text-align: right;
	padding-left: 3px;
	font-size: 16px;
	padding-top: 0px;
	/*width: 90px;*/
	/*border: #333333 solid 1px;*/
}

.clear {
	clear:both;
}

#container {
	width: 1000px;
	margin: 0 auto;
	}
	
a {
	color: #84AECD;
	text-decoration: none;
	background: inherit;
}

a:hover {
	color: #4080BF;
	background: inherit;	
}

.high {
	color: #3333FF
	text-decoration: none;
	background: inherit;
	font-size: 14px;
}

h1 {
	font-size: 36px;
	letter-spacing: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
	line-height: 30px;
	text-decoration: none;
	}
	
h1 span {
	color: #CC3300;
	padding-left: 30px;
	}
#more
{
	padding-left: 90px;
	color: #663399;
}
	
h2 {
	font: 2em "Trebuchet", Arial, sans-serif;
	color: #000066;
	text-align: center;
	margin: 4px;
	padding-top: 5px;
	font-weight: bold;
	}
	
h3 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	text-align: left;
	color: #84AECD;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	}

h3 a {
	color: #CC0000;
	text-decoration: none;
	background: inherit;
}

.click {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	text-align: right;
	color: #84AECD;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	padding-top: 130px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 10px;
	}

.click a {
	color: #CC0000;
	text-decoration: none;
	background: inherit;
}	

/******** Header Styles ********/
#header {
	width: 1000px;
	height: 165px;
	background: url(images/banner_small.jpg) top left no-repeat;
	/*padding-left: 375px;
	margin-bottom: 20px;*/
	margin-top: 10px;
	margin-bottom: 5px;
	
	}
.the_iframe {
	padding-top: 10px;

}	

.more_info {
	text-align: right;
	padding-top: 130px;
	padding-right: 100px;
}	
	
/******** Menu Styles ********/

#menu {
	float:left;
	width:100%;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #000000;
	line-height: normal;
	margin-bottom: 25px;
	background-image: url(images/tabback.gif);
	background-repeat: repeat-x;
	}
#menu ul {
	margin:0;
	padding:0px 10px 0 160px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}

#menu a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	
#menu a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

#menu a span {
	float:none;
	}

#menu a:hover span {
	color:#FFF;
	}
	
#menu a:hover {
	background-position:0% -42px;
	}
	
#menu a:hover span {
	background-position:100% -42px;
	}
	
#red a {
	float:left;
	background:url("images/tableftred.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#red a span {
	float:left;
	display:block;
	background:url("images/tabrightred.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}	
	
/******** Featured Styles ********/
#featured {
	width: 905px;
	height: 300px;
	/*background: #FFFFFF url(images/mid_hr.gif) bottom no-repeat;*/
	clear: both;
	padding-left: 90px;
	}
	
#featured1 {
width: 800px;
height: 585px;
background: #FFFFFF url(images/mid_hr.gif) bottom no-repeat;
clear: both;
}
	
#blue {
	width: 260px;
	height: 260px;
	background: url(images/featured_blue.jpg) no-repeat;
	float: left;
	clear: none;
	margin: 0px;
	}
	
#orange {
	width: 260px;
	height: 260px;
	background: url(images/featured_orange.jpg) no-repeat;
	margin: 0 auto;
	float: left;
	clear: none;
	}
	
#green {
	width: 260px;
	height: 260px;
	background: url(images/featured_green.jpg) no-repeat;
	float: left;
	clear: none;
	margin: 0px;
	}
	
.info {
	text-align: right;
	margin-top: 190px;
	margin-right: 4px;
	font-size: 1.6em;
	}	
	
.info a {
	color: #EFEFEF;
	text-decoration: none;
	background: inherit;
	}
	
.info a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: inherit;
	}


.info1 {
	text-align: right;
	margin-top: 165px;
	margin-right: 4px;
	font-size: 1.6em;
	}	
	
.info1 a {
	color: #EFEFEF;
	text-decoration: none;
	background: inherit;
	}
	
.info1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: inherit;
	}	


/******** Content ********/
.splitright {
	background-color: #ffffff;
	margin:19px 0 0 0;
	width: 50%;
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
	}

.splitright p {
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
	}

.splitright h3 {
	margin-right: 10px;
	margin-left: 20px;
	}

.splitleft {
	background-color: #ffffff;
	margin:19px 0 0 0;
	width: 50%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	}

.splitl {
	background-color: #ffffff;
	width: 50%;
	float: left;
	font-weight: bold;
	font-size:14px;
	overflow: hidden;
	padding-left: 10px;
	}

.splitleft p {
	margin-left: 10px;
	margin-right: 20px;
	text-align: justify;
	}

.widecontent {
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	}

.widecontent h3 {
	border-bottom: 1px solid #000000;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	  
	
/******** Footer ********/
#footer {
	text-align: center;
	clear: both;
	margin-top: 10px;
	color: #BBBBBB;
	padding: 4px;
	}

#footer p a {
	color: #999999;
	font-weight: 100;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	}

#footer p a:hover {
	color: #000000;
	text-decoration: none;
	border-top: 1px dotted #000000;
	}
	  

