html,body
{
	margin:0;
	padding:0
}

body
{
	font:76%verdan,sans-serif;
	text-align:center;
	background: #f7f7f7 url(../image/body_bg.jpg) repeat-y top center;
}

p
{
	margin:0 10px 10px;
}

a
{
	color:#AC2E48;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#1A1A1A;
	text-decoration:none;
}
#faq a
{
	color:#1A1A1A;
	text-decoration:underline;
	font-weight:normal;
	line-height:20px;
}
#faq a:hover
{
	color:#AC2E48;
	text-decoration:underline;
	font-weight:normal;
}
h1
{
	padding:0px 0px 2px 0px;
	margin:0px 0px 10px 0px;
	font-family:arial;
	font-size:16px;
	color:#AE2D49;
	text-decoration:none;
	border-bottom:1px solid #696866;
	background:#FFF;
	width:100%;
	font-weight:bold;
}

h2
{
	font-family:arial;
	font-size:12px;
	color:#AE2D49;
	margin-top:5px;
	margin-bottom:0px;
	text-decoration:none;	
	font-weight:bold;
}

h3
{
	font-family:arial;
	font-size:12px;
	color:#333;
	margin-top:5px;
	margin-bottom:0px;
	text-decoration:none;	
	font-weight:bold;
}


/*******************************************************/

#wrapper
{
	padding-top:385px;
}


#header
{
	clear:both;
	background:#fff;
	position:absolute;
	top:0px;
	width:780px;
	margin:0px 0px 0px 0px;
}

#header_image
{
	float:left;
	padding:15px 10px 10px 20px;
}

#toplink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	text-align:right;
	color:#333;
	font-size:10px;
	background:#fff;
	width:490px;
	margin-top:5px;
	padding-right:5px;
	border:0px solid #000;
}  

#toplink a
{
	color:#333;	
	font-weight:normal;
	padding:5px 3px 5px 3px;
}

#toplink a:hover
{
	color:#fff;
	background:#000;
}

/*******************************************************/

#top_header
{
	position:absolute;
	top:100px;
	border:0px solid #ff0000;
}

#top_header_left
{
	float:left;			
}

#top_header_banner
{
	float:left;		
	background: url(../image/banner.jpg) no-repeat top center;	
	width:780px;
	height:248px;
	border-bottom:1px solid #ccc;
}

#top_header_right
{
	float:left;			
	background:#1A1A1A;
	color:#fff;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	padding:0px;
	height:248px;
	width:362px;
}

#top_header_right h2
{
	color:#fff;
	font-size:11px;
} 

#contact_details
{
	background: url(../image/presales_bg.jpg) no-repeat top right;
	width:300px;
	float:right;
	margin:10px 0px 0px 0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contact_details p
{
	margin:11px 0px 0px 52px;
}

#contact_details div
{
	background:url(../image/chat_icons.jpg) no-repeat top left;
	height:22px;
	margin:15px 0px 0px 40px;
	padding:0px 0px 0px 95px;
}

#contact_details div a img
{
	width:28px;
	height:22px;
	margin:0px 10px 0px 0px;
	float:left;
}

/*******************************************************/


#container
{
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
	border-left: 0px solid #cecece;
	border-right: 0px solid #cecece;
}
#content
{
	float:left;
	width:540px;
	background:#fff;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	line-height:18px;
	color:#465456;
	text-align:justify;
	font-family:arial;
	font-size:12px;
	border:solid 0px #ff0000
	

}

#content p
{
	line-height:1.4;
	padding-top:10px;
}
/*******************************************************/

#navigation
{
	background:#fff;
	vertical-align:top;
	float:right;
	width:215px;
	padding:0px 5px 0px 0px;
	border:0px solid #000;
}

#navigation li
{
	color:#FFFFFF;
	padding-top:8px;
	line-height:20px;
	padding-left:0;
}

.sidelink
{
	font-size:12px;
	display:inline;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:8px;
}

.sidelink:hover
{
	font-size:12px;
	display:inline;
	color:#ffebef;
	text-decoration:none;
	background-color:#7d313f;
	margin-top:8px;
}



/******************************************************************/

#plan1
{
	float:left;
	width:245px;
	border:1px solid #ae2d49;
	background-color:#f8f8f8;
	margin-right:10px;
	margin-bottom:15px;
	padding:0px 0px 10px 0px;
}

#plan1 strong
{
	padding:10px;
	color:#333;
	font-size:14px;
}

#plan1 h1
{
	background:#AE2D49;
	float:right;
	width:235px;
	top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	margin:0px 0px 10px 0px;
	border:0px solid #000;
}

#plan1 ul
{
	margin:10px 10px 10px 20px;
	padding:0px;
}


#plan1 li
{
	list-style-type: none;
	background: url(../image/arrow.png) no-repeat 2px center;
	padding:0px 0px 0px 15px;	
}



/******************************************************************/

#footer
{
	background: #000 url(../image/menu_bg.jpg) repeat-x top center;
	color:#FFF;
	text-align:center;
	clear:both;
	width:100%;
	padding:5px 0px 5px 0px;

}

#footer a
{
	color:#FFF;
	font-weight:normal;
	padding:4px;	
}

#footer a:hover
{
	text-decoration:underline;
}

/******************************************************************/


/***********************************************************************/

.section_list
{
	margin:0px 0px 0px 0px;
	border:0px solid #787775;
	padding:0px;
	font-family:verdana;		
	font-size:12px;

}
.section_list div
{
	width:268px;
	*width:268px;
	margin:0px;
	padding:0px;
	border:0px solid #787775;		
	display:table;

}

.section_list div h2
{
	background:#fff url("../image/section_icon.gif") no-repeat 0px 8px;	
	width:231px;
	*width:231px;
	color:#585858;
	margin:5px 10px 0px 5px;
	padding:5px 0px 4px 22px;
	border-bottom:1px dashed #696866;
	font-size:12px;
	font-weight:bold;
	display:table;
}

.section_list a
{
	color:#585858;
	text-decoration:none;
	font-weight:bold;
	
}

.section_list a:hover
{
	color:#AB3046;
}

/***********************************************************************/

.article_box
{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;	
	color:#333;	
	clear:both;
}

.article_box a
{
	color: #AB3046;
	text-decoration:none;
	font-weight:normal;
	font-family:arial;
	font-size:11px;
}

.article_box a:hover
{
	color:#A93148;
	text-decoration:underline;
}

.article_box h2
{
	font-family: Arial, Helvetica, sans-serif;		
	font-size:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	color:#AE2D49;
}

.article_box h2 a
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#AB3046;
	font-weight:bold;
	text-decoration:none;
}

.article_box h2 a:hover
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.article_box h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:5px 0px 5px 0px;
	font-weight:normal;
}

/***********************************************************************/

.page_box
{
	font-family:arial;
	color:#000;	
	clear:both;
}

.page_box h2
{
	font-family: arial;		
	font-size:12px;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}

.page_box h2 a
{
	font-size:12px;
	font-family:arial;
	color:#000;
}

.page_box h2 a:hover
{
	color:#A63145;
}

.page_box h6 a
{
	font-family: verdana;		
	font-size:11px;
	padding:0px;
	margin:5px 0px 5px 0px;
	font-weight:normal;
	color:#A63145;
}

.page_box h6 a:hover
{
	color:#A63145;
	text-decoration:underline;
}

/***********************************************************************/

fieldset
{
	border-left:1px solid #a1a1a1;
	border-right:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	padding:10px;
	margin-top:10px;
 	margin-bottom:5px;
}

fieldset a
{
	font-size:11px;
	color:#DADDDF;	
	font-weight:normal;
}

fieldset a:hover
{
	font-size:11px;	
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}


legend
{
	font-family:arial;
	font-size:12;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #696866;
	border: 0px solid #94B600;
	padding: 2px 6px;
	margin:8px;
}

label
{
	width:31%;
	*width:33%;
	height:20px;
	margin:0px 3px 0px 0px;
	background-color:#FFF;
	float:left;
	display: block;
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-align:left;
	height:28px;
	*height:27px;
	padding:3px 0px 0px 5px;
}


#form_container
{
	width:100%;
	float:center;
}



.div_textarea
{
	width:230px;
	height:68px;
	float:left;
	background-color:#EFEFEF;
	margin-top:3px;
	padding-top:3px;
	padding-left:5px;
	text-align:left;
	
}

.div_texbox
{
	font-family:arial;
	font-size:11px;
	width:65%;
	*width:64%;
	float:left;
	background-color:#FFF;
	height:25px;
	text-align:left;
	color:#000;
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 5px;
	border:1px solid #EFEFEF;
}


.div_texbox_error
{
	font-family:arial;
	font-size:11px;
	width:65%;
	*width:64%;
	float:left;
	background-color:#FFF;
	height:25px;
	text-align:left;
	color:#000;
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 5px;
	border:1px solid #AE2D49;
}


.textbox
{
   	background-color:#fff;
	width:90%;
   	font-family:arial;
	font-size:12px;
   	color: #000;
	font-weight:normal;
	padding-left:5px;
}

 
.textbox:focus, .textbox:hover
{
	background-color:#FBECEF;
}

.textbox1
{
    	background-color:#FEFFF9;
	width:185px;
	font-family:arial;
	font-size:10px;
    	color: #000;
	border:1px solid #666; 
}

.textbox1:focus, .textbox1:hover
{
	background-color:#FBECEF;
}


.textbox_select
{
	background-color:#FFFFFF;
	background-position:left;
	width:185px;
	font:normal 12px arial;
	margin: 1px 1px 1px 1px;
	color: #90B400;
	border:0px solid #666;	
}


.textbox_select:focus, .textbox_select:hover
{
	background-color:#FFFFFF;
}

.textbox2
{
	font-family:arial;
	font-size:12px;
    	color: #000;
	border:1px solid #666; 
}


.username
{
	background-image: url(../image/discuss.png);
    	background-repeat: no-repeat;
    	background-position:left;
    	background-color:#FFFFFF;
	width:80%;
    	font-family:arial;
	font-size:12px;
    	color: #000;
	font-weight:normal;
	padding:2px 2px 2px 18px;

}

.username:focus, .username:hover
{
	background-image: url(../image/discuss.png);
    	background-repeat: no-repeat;
    	background-position:left;
    	background-color:#FBECEF;
	width:80%;
    	font-family:arial;
	font-size:12px;
    	color: #000;
	font-weight:normal;
	padding:2px 2px 2px 18px;
}
   
.password
{
  	background-image: url(../image/password.png);
    	background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FFFFFF;
	width:80%;
    	font-family:verdana;
	font-size:12px;
    	color: #000;
	font-weight:normal;
	padding:2px 2px 2px 18px;
}

.password:focus, .password:hover
{
	background-image: url(../image/password.png);
    	background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FBECEF;
	width:80%;
    	font-family:verdana;
	font-size:12px;
    	color: #000;
	font-weight:normal;
	padding:2px 2px 2px 18px;
}

.button_div
{
	width:223px;
	float:right;
	background-color:#fff;
	text-align:right;
	margin-top:3px;
	padding:5px 0px 3px;
}

.buttons
{
	background:url(../image/button.jpg) 0px 0;
	color: #fff; 
	border-width: 0px;
	border-style: solid;
	border-color: #fff #636363 #636363 #fff;
	text-decoration: none;
	text-transform:normal;
	height:18px;
	font: bold 11px verdana;
}

.buttons1
{
	background:url(../image/button1.jpg) 0px 0;
	color: #BE1D1D;
	border-width: 0px;
	border-style: solid;
	border-color: #fff #636363 #636363 #fff;
	text-decoration: none;
	text-transform:normal;
	height:18px;
	font: bold 11px verdana;
}

.buttons2
{
	background:url(../image/order_button.jpg) 0px 0; 
	color: #fff; 
	border-width: 0px;
	border-style: solid;
	border-color: #fff #636363 #636363 #fff;
	text-decoration: none;
	text-transform:normal;
	height:24px;
	width:105px;
	font: bold 12px arial;
	padding-left:14px;
}

.buttons3
{
	background: #830d0d url(../image/order_bg.jpg) top center repeat-x;
	color: #fff;
	border:1px solid #830d0d;
	text-decoration: none;
	text-transform:normal;
	height:20px;
	font: bold 11px verdana;
	padding:1px 6px 2px 6px;
}


.button_delete
{
	background: #484E51;
	color: #fff; 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #636363 #636363 #fff;
	text-decoration: none;
	text-transform:normal;
	font: bold 11px verdana;
}


.buttons_gray
{
	background: #ECECEC;
	color: #71726D; 
	border-width: 1px;
	border-style: solid;
	border-color: #71726D #71726D #71726D #71726D;
	text-decoration: none;
	text-transform:normal;
	font: bold 11px arial;
}

.buttons_orange
{
	background: #FF7E00;
	color: #fff; 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #636363 #636363 #fff;
	text-decoration: none;
	text-transform:normal;
	font: bold 11px arial;
}

#search_form
{
	padding:3px 0px 3px 10px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border-left:1px solid #000;	
	border-right:1px solid #000;
	background: #AE2D49 url(../image/search_bg.jpg) repeat-x top center;
	font-weight:bold;
	width:530px;
}


.quick_search
{
	color: #4A92CE;
	font-face:verdana;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	margin:0;
	padding:0;
	background:#fff;
	width:984px;
}

/************************************************************************************/

#error_box
{
	width:90%;
	padding:10px;
	float:none;	
	background:#FFFAF1;
	text-align:left;
	color:red;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}

#success_box
{
	width:90%;
	padding:10px;
	float:none;	
	background:#ECECEC;
	text-align:left;
	color:#6E6E6C;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

/****************************************************************************************/

.gray_box
{
	background:#efefef;
	margin-bottom:2px;
	padding:10px;	
	font: bold 11px arial;
	border:0px solid #000;
}

.gray_box a
{
	font: bold 11px arial;
	color:#666;
	text-decoration:none;
}

.gray_box a:hover
{
	font: bold 11px arial;
	color:#A63145;
	text-decoration:none;
}


.menutitle
{
	font: bold 12px verdana;
	color: white;
	padding: 5px 0;
	padding-left: 5px;
	background: #000 url(../image/menu_bg.jpg) repeat-x top center;
	text-align:center;
}

/****************************************************************************************/

.commentbox
{
	font-family:arial;
	font-size:11px;
	margin:5px 0px 0px 5px;
	background-color: #ececec;
	width: 90%;
	padding: 5px;
}

.commentbox B
{
	font-family:arial;
	font-size:11px;	
}

.commentfooter
{
	font-family:arial;
	background: url(../image/arrow.gif) 5px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust 	as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 10px;
	color:#AE2D49;
	font-weight: bold;
}

.commentfooter a
{
	color:#fff;
}

/****************************************************************************************/


.tableHeading
{
	background:#A63145;
	color:#fff;
	font-family:Verdana;
  	font-size: 12px;
	font-weight:bold;
	height:25px;
}

.tableContent
{
	background:#ececec;
	color:#000;
	font-family:Verdana;
  	font-size: 12px;
	font-weight:normal;
	height:25px;
	text-align:center;
}

/***************************************************************************************/

.category_header
{
	font-family:arial;
  	font-size: 11px;
	font-weight:normal;
	color:#000;
	margin:0px 0px 15px 0px;
}

.category_header a
{
	color:#000;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}

.category_header a:hover
{
	color:#0E0E0C;
}

/***************************************************************************************/

.category_list
{
	margin:10px 0px 10px 0px;
	border:1px solid #1A1A1A;
	padding:8px;
	font-family: arial;		
	font-size:12px;
	font-weight:bold;
	height:110px;
}

.category_list a
{
	color:#1A1A1A;
	text-decoration:none;
}

.category_list a:hover
{
	color:#666;
}

/***************************************************************************************/

.bevelmenu
{
	font: normal 9px verdana;
	padding:0px;
	margin:0px;
	width: auto;
	background-color: #666666;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}
.bevelmenu li
{
	list-style: none;
	display: inline;
}

.bevelmenu li a
{
	padding: 3px 1em;
	text-decoration: none;
	color: #fff;
	background-color: #666666;
	border: 0px solid #FFF2BF;
}

.bevelmenu li a:hover
{
	color: #666666;
	background-color: #fff;
	border-style: double;
}

#top_menu
{
	left:0;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;	
	margin-bottom:0px;
	
	padding:0px;	
}

/******************************************************************************/












/******************************************************************************/

#plans h1 a, #plans h1 a:hover
{
	border:0px;
	margin:0px;
	padding:0px;
	color:#3E3E3E;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#plans
{
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	width:253px;
	float:left;
	margin:0px 6px 15px 6px;
	font-family:arial;
	font-size:12px;
}

#plans a
{
	color:#878787;
	font-family:arial;
	font-size:10px;
	font-weight:normal;
}

#plans a:hover
{
	text-decoration:underline;
}

#plans h1
{
	background: url(../image/plan_header.jpg) no-repeat;
	width:237px;
	height:33px;
	border:0px;
	margin:0px;
	padding:6px 0px 0px 16px;
	color:#3E3E3E;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
}

#plans ul
{
	padding:0px 0px 15px 0px;
	margin:15px 0px 0px 3px;
	width:60%;
	float:left;
	text-align:left;
	background:#fff;
	height:120px;
}

#plans li
{
	list-style:none;
	height:20px;
}

/******************************************************************************/

#shared_plans
{
	border:1px solid #C8C8C8;
	width:252px;
	float:left;
	margin:0px 6px 15px 6px;
	font-family:arial;
	font-size:12px;
}

#shared_plans a
{
	color:#878787;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#AE2D49;
}

#shared_plans a:hover
{
	text-decoration:underline;
}

#shared_plans h1
{
	background:url(../image/plan_header.jpg) no-repeat;
	width:238px;
	height:33px;
	border:0px;
	margin:0px;
	padding:6px 0px 0px 16px;
	color:#3E3E3E;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
}

#shared_plans ul
{
	padding:0px 0px 15px 0px;
	margin:15px 0px 0px 3px;
	width:59%;
	float:left;
	text-align:left;
	background:#fff;
}

#shared_plans li
{
	list-style:none;
	height:12px;
	font-size:11px;
}

#plan_price
{
	float:right;
	border:0px solid #000;
	width:200px;
	height:44px;
	text-align:center;
	background:#fff url(../image/price_bg.jpg) no-repeat 0px 5px;
	margin-top:10px;
	padding:0px;
}

#plan_price h2
{
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	color:#000;
	padding:18px 0px 0px 17px;
	margin:0px;	
	background:none;
	float:left;
}

#plan_price h2 strong
{
	font-size:20px;
	font-weight:bold;
}

#plan_price h3
{
	color:#000;
	font-size:14px;
	font-family:arial;
	float:right;
}

#plan_price h3 a img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

/******************************************************************************/


#domains
{
	background: url(../image/domain_banner.jpg) no-repeat;
	width:375px;
	margin:5px 0px 10px 10px;
	padding:60px 0px 0px 160px;
	font-weight:normal;
	font-family:arial;
	font-size:12px;
	clear:both;	
}

#domains B
{
	font-size:10px;
	color:#2E2E2E;
}

#domains a
{
	font-size:14px;
	color:#EE3D3D;
}

#domains h1
{
	border:0px;
	padding:0px;
	background:transparent;
	color:#6C6C6C;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

#domains h2
{
	border:0px;
	padding:0px;
	background:transparent;
	color:#6C6C6C;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

#domains h3
{
	border:0px;
	padding:0px;
	background:transparent;
	color:#AB3046;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	float:left;
}

/******************************************************************************/

#testimonial
{
	border:1px solid #c8c8c8;
	margin:10px 0px 10px 0px;
	padding:10px;
	text-align:justify;
}

#testimonial a
{
	font-size:11px;
	font-weight:normal;
}

#testimonial a:hover
{	
	color:#AC2E48;
	text-decoration:underline;
}

/******************************************************************************/

#server_feature
{
	margin:10px 0px 10px 0px;
	padding:10px;
	border:1px solid #C8C8C8;
	font-family:arial;
	font-size:12px;
	
}

#server_feature h1
{
	color:#fff;
	background-color:#e75300;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:100%;
	height:20px;
	text-align:left;
	padding:5px 0px 0px 5px;
	letter-spacing:1px;
}

#server_feature h2
{
	color:#fff;
	background-color:#e75300;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:100%;
	height:35px;
	text-align:left;
	padding:5px 0px 0px 5px;
	letter-spacing:1px;
}

.require
{
	color:#EA2F2F;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

/******************************************************************************/

.menu
{
	margin-left:1px;
	margin-bottom:1px;
	clear:both;
	width:780px;
	height:31px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
}

/* hack to correct IE5.5 faulty box model */
* html .menu
{
	width:780px;
	width:779px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul
{
	width:160px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float:left;
	width:119px;
	position:relative;
	text-align:center;	
}

/* style the links for the top level */
.menu a, .menu a:visited
{
	display:block;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:118px;
	height:31px;
	border:0px solid #000;
	border-width:0px 0 0px 0px;
	background: #fff url(../image/menu_bg.jpg) repeat-x top center;
	padding-left:0px;
	line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
	width:119px;
	w\idth:118px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
	background:#d4d8bd;
}

/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#fff;
}
.menu ul ul :hover > a.drop
{
	background:#c9ba65;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
	background: #fff url(../image/menu_bg.jpg) repeat-x bottom center;
}

/* style the third level hover */
.menu ul ul ul a:hover
{
	background: #fff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:-1px;
	padding-top:1px;
	width:160px;
	border-top:0px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul
{
	top:29px;
	/*t\op:31px;*/

}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:149px;
	top:-1px;
	width:160px;	
}
.menu ul ul ul a
{
	border-left:solid 1px #000;	
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	text-align:left;
	font-size:11px;
	background: #fff url(../image/menu_bg.jpg) repeat-x bottom center;
	color:#000;
	height:auto;
	line-height:1em;
	padding:6px 10.5px;
	width:160px;
	border:solid 1px #000;
	border-width:0px 0px 1px 0px;
}


/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited
{
	width:160px;
	w\idth:160px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color:#3f3f3f;
	background:#fff;
}

.menu :hover > a, .menu ul ul :hover > a 
{
	color:#3f3f3f;
	background:#EFEFEF;
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible;
	
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
	visibility:visible;
	
}

/******************************************************************************/

.row
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	text-align:left;
	background:#F6F6F6;
	font-size:12px;
	font-family:arial;
}

.alt_row
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	text-align:left;
	background:#fff;
	font-family:arial;
	font-size:12px;
}

/******************************************************************************/


.row_caption
{
	font-family:arial;
	clear:both;
	float:left;
	width:280px;
	text-align:right;
	font-weight:bold;
	margin-right:5px;
}

.demos
{
	border:0px solid #000;
	font-family:arial;
	color:#000;
	padding:0px 5px 0px 5px;
	width:530px;
	float:left;
}

.demos h2
{
	font-family:arial;
	font-size:14px;
	color:#AE2D49;
}

.demos h6
{
	font-family:arial;
	font-size:10px;
	color:#AE2D49;
	margin:10px 0px 10px 0px;
	
}

.demos strong
{
	margin:3px 0px 3px 0px;
	color:#000;
}

.demos ul
{
	margin:5px 0px 15px 0px;	
	padding:5px 0px 5px 10px;
}

.demos li
{
	background:#fff url("../image/section_icon.gif") no-repeat 1px 2px;
	font-family:arial;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding-left:25px;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
/******************************************************************/

td {
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	text-decoration: none;
	border: none;
}

.inputsubmit {  
	font-family: Arial; 
	font-size: 11px; 
	background-color: #9D4A5B; 
	color: #fff;
	border: #FFFFFF; 
	border-style: solid;
 	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

.inputsubmit2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #006699;
	border: #FFFFFF; 
	border-style: solid;
 	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px
}

.barTxt
{
	font-family:Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border: none;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

textarea { width: 100%; }
.mainTable { background-color: #F4FAFF; }
.mainTableAlt { background-color: #FFFFFF; }
.mainTableOn { background-color: #FFFFF0; }
.TableHeader { background-color: #666666; }
.TableMsg { background-color: #ADADAD; }
.TableHeaderText { color: #FFFFFF; font-size: 11px; font-weight: none; }
.TableInfoText { color: #000000; font-size: 11px; background-color: #FFFFFF; }
.priLow { background-color: #DDFFDD; }
.priNormal { background-color: #FFFFF0; }
.priHigh { background-color: #FEE7E7; }
.privReceived { background-color: #3669CF; color: #3E3E3E; }
.privBox { background-color: #FFFFFF; }
.privBorder { background-color: Black; }
.privAttachments { background-color: #94C7FF; }
.msgReceived { background-color: #E9E9E9; color: #3E3E3E; font-size: 10px; }
.msgAnswered { background-color: #FFE0B3; color: #3E3E3E; font-size: 10px; }
.msgAttachments { background-color: #F4FAFF; color: #000000; font-size: 10px; }
.msgBorder { background-color: #ADADAD; }
.msgBorderInfo { background-color: #ffffff; }
.msgBox { background-color: #F9F9F9; }

/*******************************************************/


/******************************************************************/

/*********Features on the Bottom of all plans page**************/

#features
{
	width:260px;
	background:#f3f3f3;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	letter-spacing:1px;
	font-size:11px;
	display:table;
	margin:5px 4px 5px 4px;
}

#features h1
{
	background:#585858;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	color:#fff;
	width:245px;
}

#features ul
{
	margin:8px 10px 5px 10px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

#features ul li
{
	list-style-type:none;
	background: url(../image/list_style.gif) no-repeat 0px 5px;
	margin:-2px 0px 0px 5px;
	padding:0px 0px 0px 15px;
}

#features ul li a
{
	font-weight:normal;
}

/*******************************************************/