/* CSS Document */

body
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
}
#container
{
width:100%;
height:100%;
position:relative;
}
#wrapper
{
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
position:relative;
}
.top_line
{
border-top:solid 3px #0f80b3;
height:3px;
}
.logoarea
{
height:85px;
background-color:#FFFFFF;
}
.logoarea2
{
width:961px;
height:102px;
margin-left:auto;
margin-right:auto;
}
.logo
{
width:204px;
height:47px;
float:left;
margin-top:22px;
margin-left:15px;
}
.tollfree
{
width:308px;
height:29px;
float:right;
margin-top:33px;
}
.barl
{
width:6px;
height:29px;
float:left;
background-image:url(images/barl.png);
background-repeat:no-repeat;
}
.barc
{
width:296px;
height:29px;
float:left;
background-image:url(images/barc.png);
background-repeat:repeat-x;
}
.chat
{
width:23px;
height:16px;
float:left;
background-image:url(images/chat.png);
background-repeat:no-repeat;
margin-top:7px;
margin-left:7px;
}
.chat_txt
{
width:46px;
height:16px;
float:left;
margin-top:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
margin-left:5px;
}
.chat_txt a
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.chat_txt a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#002c4a;
}
.quote
{
width:24px;
height:16px;
float:left;
background-image:url(images/quote.png);
background-repeat:no-repeat;
margin-top:7px;
}
.quote_txt
{
width:115px;
height:16px;
float:left;
margin-top:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
margin-left:5px;
}
.quote_txt a
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.quote_txt a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#002c4a;
}
.order2
{
width:24px;
height:16px;
margin-top:7px;
float:left;
background-image:url(images/order.png);
background-repeat:no-repeat;
}
.order2_txt
{
width:32px;
height:16px;
float:left;
margin-top:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
margin-left:3px;
}
.order2_txt a
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.order2_txt a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#002c4a;
}

.barr
{
width:6px;
height:29px;
float:left;
background-image:url(images/barr.png);
background-repeat:no-repeat;
}
.phone
{
width:26px;
height:35px;
float:left;
margin-top:12px;
background-image:url(images/phone.png);
background-repeat:no-repeat;
}
.phone2
{
margin-top:12px;
width:248px;
float:right;
font-size:20px;
color:#0f80b3;
font-weight:bold;
text-align:right;
}


/* menu::base */

.navigation
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:961px;
	margin: 0 auto;
}
.navigation ul
{
	margin:0px;
	padding:0px;
}
ul.menu {
	/*clear: both;
	float: none;
	cursor: pointer;
	z-index: 1;
	position: relative;*/
	font-size:14px;
	color:#FFFFFF;
	position:absolute;
}

div.navigation menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	z-index: 2;
	position: relative;
	color:#FFFFFF;
}

div.navigation li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: visible;
	float: left;  
	height: 30px;
	z-index: 3;
}
/* menu::level1 */
div.navigation li a {
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	text-decoration: none;
	color: #124456;
	overflow: hidden;
	z-index: 4;
    position: relative;
}
div#menu {
    top:40px;
    
    
}
div.navigation li span {  
	color: #ffffff; 
	display: block;
	padding: 0 42px 0px 41px;
    background-repeat: no-repeat;
	background-position: 95% 0px;
	z-index: 6;
	position: relative;
	padding-top:0px;
	margin-top:0px;
}
div.navigation li li span {  
 padding: 0 5px 0px 10px;
}
/*
div.navigation li:hover
{
    background: transparent url('images/menu_level1_item.png') repeat-x scroll 0pt 100%;
}*/
div.navigation li span.bg { 

	display: block;
    background: transparent url('images/menu_level1_item.png') repeat-x scroll 0pt 100%;
	padding: 0;
	height: 30px;
	z-index: 5;
	position: relative;
    float: left;
}

div.navigation li.current {  
	font-weight: bold;
}

div#menu li.current ul {  
	font-weight: normal;
}

/* menu::level2 */
div.navigation ul.menu ul {
	padding: 0px 0px 10px;
	background: transparent url('images/menu_dropdown_bg.png') no-repeat scroll 0pt 100%; 
	_background: transparent url('images/menu_dropdown_bg.gif') no-repeat scroll 0pt 100%;	
	left: -999em; 
	width: 165px;
	position: absolute;
	top: 30px;
}

div.navigation li:hover ul, div#menu li.sfhover ul { 
	left: 0px; 
	z-index: 100;
	visibility: visible; 
}

div.navigation li li { 
	width: 100%; 
	text-indent: 0px;
	float: none; 
	height: auto;
}

div.navigation li li a, div.navigation li li span.separator { 
	margin: 0px 1px;
	padding: 0px; 
	background: url('images/menu_level2_item.gif') no-repeat scroll 100% bottom;
	height: auto; 
	float: none; 
	display: block; 
	line-height: 25px; 
	width: 163px;    /*for drop width*/
}

div.navigation li li a.parent { 
	background: url('images/menu_level2_item_parent.gif') no-repeat scroll 100% bottom;
}
.header
{
	height:271px;
	background-color:#0f80b3;
	border-bottom:solid 1px #083552;
	margin-top:0px;
	width:961px;
	padding-top:1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header2
{
height:271px;
width:961px;
margin-left:auto;
margin-right:auto;
}
.header_text
{
height:auto;
width:600px;
float:left;
}
.punch_line
{
font-size:25px;
line-height:38px;
color:#FFFFFF;
margin-top:16px;
font-weight:bold;
margin-left:20px;
}
.overview
{
font-size:14px;
line-height:22px;
color:#FFFFFF;
margin-top:10px;
margin-left:20px;
}
.buttons
{
width:348px;
height:44px;
margin-top:30px;
margin-left:20px;
}
.button_blue
{
width:164px;
height:44px;
float:left;
background-image:url(images/button_blue.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:18px;
text-align:center;
padding-top:11px;
}
.button_blue1
{
width:58px;
height:20px;
float:top;
background-image:url(images/button_blue1.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:10px;
text-align:center;
padding-top:0px;
}
.button_text1 a
{
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
.button_text1 a:hover
{
font-size:10px;
color:#FFFFFF;
text-decoration:underline;
}
.button_blue a
{
color:#FFFFFF;
font-size:18px;
text-align:center;
text-decoration:none;
}
.button_blue a:hover
{
color:#002740;
font-size:18px;
text-align:center;
}
.button_green
{
width:165px;
height:44px;
float:right;
background-image:url(images/button_green.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:18px;
text-align:center;
padding-top:11px;
}
.button_green a
{
color:#FFFFFF;
font-size:18px;
text-align:center;
text-decoration:none;
}
.button_green a:hover
{
color:#304f00;
font-size:18px;
text-align:center;
}
.header_image
{
float:right;
}

.mainarea
{
margin-top:10px;
}
.mainarea2
{
width:961px;
height:auto;
margin-left:auto;
margin-right:auto;
}
.services
{
height:169px;
width:961px;
margin-left:auto;
margin-right:auto;
}
.widget1
{
float:left;
width:307px;
height:169px;
background-image:url(images/widget_green.png);
background-repeat:no-repeat;
}
.widget1_text
{
width:280px;
height:auto;
margin-right:auto;
margin-left:auto;
margin-top:12px;
}
.widget1_text2
{
width:182px;
height:auto;
float:left;
}
.widget1_heading
{
width:182px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#FFFFFF;
}
.features
{
width:182px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:22px;
color:#FFFFFF;
margin-top:5px;
}
.order
{
width:182px;
margin-top:10px;
}
.read
{
width:90px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
float:left;
}
.read a
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.read a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
.Starburst
{
width:98px;
height:101px;
float:left;
margin-top:25px;
background-image:url(images/Starburst1.png);
background-repeat:no-repeat;
}
.Starburst2
{
width:98px;
height:101px;
float:left;
margin-top:25px;
background-image:url(images/Starburst2.png);
background-repeat:no-repeat;
}
.price
{
font-family: Adobe Garamond Pro, Arial, Helvetica, sans-serif;
font-size:23px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
margin-top:28px;
}
.heading
{
font-size:20px;
color:#FFFFFF;
font-weight:bold;
}
.services2
{
font-size:13px;
color:#FFFFFF;
list-style-image:url(images/bullet2.gif);
}
.widget2
{
float:left;
width:307px;
height:169px;
background-image:url(images/widget_blue.png);
background-repeat:no-repeat;
margin-left:19px;
}
.widget3
{
float:left;
width:307px;
height:169px;
background-image:url(images/widget_green.png);
background-repeat:no-repeat;
margin-left:19px;
}
.content
{
width:961px;
margin-top:30px;
margin-left:auto;
margin-right:auto;
}
.left_area
{
width:648px;
height:auto;
float:left;
border-right:solid 1px #003c65;
}
.heading2
{
width:98%;
height:auto;
float:left;
font-size:27px;
font-weight:bold;
color:#71b013;
}
.heading_blue
{
color:#003c65;
}
.text
{
width:98%;
height:auto;
float:left;
font-size:13px;
color:#000000;
line-height:19px;
margin-top:10px;
text-align:justify;
}
.text2
{
width:98%;
height:auto;
float:left;
font-size:13px;
color:#636b75;
line-height:19px;
margin-top:10px;
text-align:justify;
}
.read_more
{
width:98%;
height:auto;
float:left;
font-size:13px;
font-weight:bold;
color:#003c65;
line-height:19px;
text-align:right;
margin-top:10px;
border-bottom:solid 1px #003c65;
padding-bottom:15px;
margin-bottom:15px;
}
.read_more a
{
color:#003c65;
text-decoration:none;
}
.read_more a:hover
{
color:#003c65;
text-decoration:underline;
}
.read_more2
{
width:98%;
height:auto;
float:left;
font-size:13px;
font-weight:bold;
color:#003c65;
line-height:19px;
text-align:right;
margin-top:10px;
margin-bottom:15px;
}
.read_more2 a
{
color:#003c65;
text-decoration:none;
}
.read_more2 a:hover
{
color:#003c65;
text-decoration:underline;
}
.right_area
{
width:298px;
height:auto;
float:left;
margin-left:10px;
}
.hosting
{
width:96%;
height:auto;
font-size:13px;
color:#636b75;
line-height:32px;
font-weight:bold;
padding-left:5px;
float:left;
margin-bottom:11px;
}
.hosting a
{
color:#636b75;
text-decoration:underline;
font-weight:bold;
}
.hosting a:hover
{
color:#000000;
font-weight:bold;
}
.tour
{
height:44px;
float:left;
width:298px;
margin-top:30px;
}
.button_green2
{
width:165px;
height:44px;
float:right;
background-image:url(images/button_green.png);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:18px;
text-align:center;
padding-top:11px;
}
.button_green2 a
{
color:#FFFFFF;
font-size:18px;
text-align:center;
text-decoration:none;
}
.button_green2 a:hover
{
color:#304f00;
font-size:18px;
text-align:center;
}
.footer
{
height:140px;
background-color:#003D68;
border-bottom:solid 1px #000000;
border-top:solid 1px #000000;
}
.footer_text
{
height:140px;
width:961px;
margin-left:auto;
margin-right:auto;
}
.footer_text1
{
height:125px;
width:174px;
float:left;
font-size:13px;
border-right: solid 1px #FFFFFF;
line-height:25px;
color:#FFFFFF;
padding-top:15px;
}
.footer_text1 a
{
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.footer_text1 a:hover
{
font-size:13px;
color:#FFFFFF;
text-decoration:underline;
}
.footer_text2
{
height:125px;
width:174px;
float:left;
font-size:13px;
border-right: solid 1px #FFFFFF;
line-height:25px;
color:#FFFFFF;
margin-left:20px;
padding-top:15px;
}
.footer_text2 a
{
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.footer_text2 a:hover
{
font-size:13px;
color:#FFFFFF;
text-decoration:underline;
}
.footer_text3
{
height:125px;
width:174px;
float:left;
font-size:13px;
line-height:25px;
color:#FFFFFF;
margin-left:20px;
padding-top:15px;
}
.footer_text3 a
{
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
.footer_text3 a:hover
{
font-size:13px;
color:#FFFFFF;
text-decoration:underline;
}
.copyright
{
height:32px;
width:961px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:35px;
}
.copyright_text
{
width:455px;
float:left;
font-size:13px;
color:#000000;
margin-top:12px;
}


/*** Search ***/
	.search { float:right; width:338px;}
	
	.links { float:left; padding:0px 0px 0px 0px;}
	.links a { display:block; float:left; width:32px; height:32px; margin:0px 3px 0px 0px; text-decoration:none;}
	.links a:hover { text-decoration:none; border:0; position:relative;}
	.links a.pic01 { background:url(images/pic01.gif) no-repeat 0 0;}
	.links a.pic02 { background:url(images/pic02.gif) no-repeat 0 0;}
	.links a.pic03 { background:url(images/pic03.gif) no-repeat 0 0;}
	.links a.pic04 { background:url(images/pic04.gif) no-repeat 0 0;}
	
	.links a.pic01:hover { background:url(images/pic01-act.gif) no-repeat 0 0;}
	.links a.pic02:hover { background:url(images/pic02-act.gif) no-repeat 0 0;}
	.links a.pic03:hover { background:url(images/pic03-act.gif) no-repeat 0 0;}
	.links a.pic04:hover { background:url(images/pic04-act.gif) no-repeat 0 0;}
	
	
	.search .indent { float:right; overflow:hidden; /*height:100%;*/ padding:4px 0px 0px 0px;}
	
	.search form { float:right; background:url(images/search-bgr.gif) no-repeat 0px 0px; padding:0px 9px 4px 0px;}
	
	.search .text { width:133px; padding:3px 0px 5px 9px; border:0; background: transparent; margin:0px 5px 0px 0px;}
	.search .but { cursor: pointer; margin:4px 0px 0px 0px;}


.table_class {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 17px; FONT-FAMILY: Arial Unicode MS,Myriad,ms sans-serif,Helvetica, Arial, sans-serif; BORDER-COLLAPSE: collapse
}
.table_class TD {
	BORDER-RIGHT: #c7c7c7 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #c7c7c7 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 7px; BORDER-LEFT: #c7c7c7 1px solid; PADDING-TOP: 7px; BORDER-BOTTOM: #c7c7c7 1px solid
}
.table_head {
	COLOR: #212121; HEIGHT: 18px; BACKGROUND-COLOR: #0b0e11
}
.table_head TD {
	BORDER-RIGHT: #c7c7c7 1px solid; BORDER-TOP: #c7c7c7 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 13px; BORDER-LEFT: #c7c7c7 1px solid; BORDER-BOTTOM: #c7c7c7 1px solid; FONT-FAMILY: sans-serif,Verdana, Arial, Helvetica,  "Trebuchet MS"
}
.table_head_red {
	COLOR: #212121; HEIGHT: 18px; BACKGROUND-COLOR: #0b0e11
}
.table_head td_red {
	BORDER-RIGHT: #c7c7c7 1px solid; BORDER-TOP: #c7c7c7 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 13px; BORDER-LEFT: #c7c7c7 1px solid; BORDER-BOTTOM: #c7c7c7 1px solid; FONT-FAMILY: sans-serif,Verdana, Arial, Helvetica,  "Trebuchet MS"
}
.table_border {
	BORDER-RIGHT: #c7c7c7 1px solid; BORDER-TOP: #c7c7c7 1px solid; FONT-SIZE: 9pt; MARGIN-BOTTOM: 20px; BORDER-LEFT: #c7c7c7 1px solid; COLOR: #434343; LINE-HEIGHT: 17px; BORDER-BOTTOM: #c7c7c7 1px solid; FONT-FAMILY: Arial Unicode MS,Myriad,ms sans-serif,Helvetica, Arial, sans-serif; BORDER-COLLAPSE: collapse
}
.table_border TD {
	PADDING-RIGHT: 7px; PADDING-LEFT: 10px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px
}.widget2vps {
	float:left;
	width:307px;
	height:169px;
	background-image:url(images/widget_blue.png);
	background-repeat:no-repeat;
}
.widget3vps {
	float:left;
	width:307px;
	height:169px;
	background-image:url(images/widget_green.png);
	background-repeat:no-repeat;
	margin-left:19px;
}
.widget4vps {
	float:left;
	width:307px;
	height:169px;
	background-image:url(images/widget_blue.png);
	background-repeat:no-repeat;
	margin-top: 10px;
}

