/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
	body {
		font-family: Verdana, Arial, Sans-serif;
		font-size: 10px;
		background-color: #c0c0c0;
	}
	
	.pageWrap {
		margin: 0px auto;
		width: 850px;
		border: 1px solid #000000;
		background-color: #ffffff;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0px;
	}

	.black {
		border: 1px solid #000000;
	}

	.boxtitle {
		color: #333333;
		font-weight: bold;
		background: url(images/bgbar.gif) repeat-x;
	}
	
	.row2 {
		background-color: #eeeeee;
	}
	
	.basicPlan {
		width: 209px;
		padding: 115px 0 10px 5px;
		background: url(images/basic-plan.gif) no-repeat;
	}
	
	.advancedPlan {
		width: 203px;
		padding: 115px 0 10px 5px;
		background: url(images/advanced-plan.gif) no-repeat;
	}
	
	.fullPlan {
		width: 205px;
		padding: 115px 0 10px 5px;
		background: url(images/full-plan.gif) no-repeat;
	}
	
	.featured {
		width: 213px;
		padding: 65px 0 10px 5px;
		background: url(images/featured.gif) no-repeat;
	}
	
	.welcome {
		width: 314px;
		padding: 70px 10px 0px;
		background: url(images/welcome.gif) repeat-x;
	}
	
	.news {
		width: 272px;
		padding: 70px 10px 0px;
		background: url(images/testimonials.gif) repeat-x;
	}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	.header {
		height: 80px;
		margin-bottom: 4px;
		border-bottom: 3px solid #bb1402;
		background-color: #282828;
	}
	
	a.logo {
		display: block;
		float: left;
		width: 325px;
		height: 77px;
		background: url(images/logo.gif) no-repeat;
	}
	
	a.logo span {
		display: none;
	}
	
	.searchDom {
		float: right;
		width: 241px;
		height: 58px;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		padding: 25px 0px 0px 20px;
		background: url(images/search-bg.gif) no-repeat;
	}
	
	.heading {
		height: 224px;
		border-bottom: 2px solid #4a4643;
	}
	
	.woman {
		width: 270px;
		height: 223px;
		background: url(images/woman.jpg) no-repeat;
	}
	
	a.featuredPlan {
		display: block;
		width: 319px;
		height: 224px;
		background: url(images/dedicatedservers.jpg) no-repeat;
	}
	
	a.featuredPlan span {
		display: none;
	}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
	.navigation {
		border-top: 1px solid #c0c0c0;
		width: 261px;
		height: 223px;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		background: url(images/menu.jpg) 0px -1px no-repeat;
	}

	.navigation ul {
		padding-top: 6px;
		list-style-type: none;
	}

	.navigation ul li a {
		display: block;
		height: 19px;
		color: #121111;
		text-decoration: none;
		padding: 4px 0px 0px 24px;
		background: url(images/l1_down.gif) no-repeat;
	}
	
	.navigation ul li a:hover {
		color: #ffffff;
		background: url(images/l1_over.jpg) no-repeat;
	}
	
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
	.footer {
		clear: both;
		border-top: 1px solid #d2d2d2;
	}
	
	.grayLinks {
		line-height: 43px;
		height: 33px;
		text-align: center;
		background-color: #e9e9e9;
	}
	
	.grayLinks a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	.grayLinks a:hover {
		text-decoration: underline;
	}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	h1 {
		padding: 0px;
		margin: 0px;
		color: #A10707;
		font-family: verdana, arial;
		font-size: 14px;
		font-weight: bold;
	}
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	ol, ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
	}
	
	ul, ol, li {
		padding: 0px;
	}

	.left {
		font-size: 12px;
		padding: 15px;
		width: 178px;
	}
	
	.center {
		padding: 15px;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: normal;
		width: 608px;
	}
	
	.content {
		border-top: 2px solid #cd270f;
	}
	
	.red {
		color: #962542;
		font-weight: bold;
	}
	
	ul.redarrow {
		padding: 0px 0px 0px 10px;
	}
	
	ul.redarrow li {
		margin: 3px 0px 0px;
		list-style-image: url(images/redarrow.gif);
	}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	a {
		color: #BA1404;
		text-decoration: underline;
	}

	a:hover {
		color: #001404;
		text-decoration: underline;
	}
	
	a.red, a.hover {
		color: #ff0000;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.readMore {
		display: block;
		width: 104px;
		height: 24px;
		margin-left: 16px;
		background: url(images/read-more.gif) no-repeat;
	}
	
	a.readMore span,a.whychoose span,a.questions span {
		display: none;
	}
	
	a.questions {
		display: block;
		width: 244px;
		height: 144px;
		margin: 0px;
		padding: 0px;
		background: url(images/help.gif) no-repeat;
	}
	
	a.whychoose {
		display: block;
		width: 244px;
		height: 143px;
		margin: 0px;
		padding: 0px;
		background: url(images/whychoose.gif) no-repeat;
	}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
		
	.go-btn {
		vertical-align: middle;
		border: none;
		background: transparent;
	}
	.contactTable {
		border: 1px solid #aaaaaa;
		background-color: #ffffff;
	}
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
		text-align: right;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/