
/* global */
body{
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Times New Roman", sans-serif;
	font-size: 14px;
	margin: 0;
	color: #000000;
	}

#container{
     width: 760px;
	   max-width: 760px;
	   text-align: left;
	   margin: 0 auto;
	   padding: 0;
	   border-right: 1px solid #999999;
	   border-left: 1px solid #999999;
	   }

/* end of global */


/* header */

#header{
	background: white url(images/bg_header.gif) repeat-x top left;
	width:760px;

	}

#header img{
	float: left;
	margin-left: 10px;
	padding-bottom:0;
	}

#nav{
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin-right: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 320px;
	margin:0;
	}


@media all and (min-width: 0px){		/* fix for opera */
	#nav{
	margin:0;
	padding-top:40px;
	padding-right:20px;
	}
	}



ul#nav li{
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	}

ul#nav li a{
	text-decoration: none;
	color: white;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

ul#nav a:hover{
	background-color: #3F5869;
	}


.nav_active{
	background-color: #3F5869;
	}


/*end of header */


/* content */

#content{
	margin: 0;
	padding: 0;
	background: white url(images/bg_content_top.gif) repeat-x top left;
	width:760px;
	}


/* content -> tagline */

#tagline{
	padding-top: 12px;
	margin-bottom: 20px;
	}	

*+html #tagline{			/*for ie 7 fix*/
	padding-top: 10px;
	}

*html #tagline{			/*for ie fix*/
	padding-top: 10px;
	}


@media all and (min-width: 0px){		/*for opera fix*/
	#tagline{				
	padding-top: 10px;
	}
	}

#tagline h1{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, "Times New Roman", sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #4E6C80;
	clear: both;
	}

/* end of content -> tagline */


/* content -> basic */

#basic{
	float: left;
	margin-left: 24px;
        background: white url(images/box_basic_package.jpg) no-repeat scroll 0% 0%;
	margin-bottom: 10px;
	/*padding-right: 50px;*/
	width: 233px;
	height: 263px;
	}

*+html #basic{
	margin-left: 12px;
	}

*html #basic{				/*fix for ie*/
	margin-left: 12px;
	}

@media all and (min-width: 0px){		/* fix for opera */
	#basic{
		margin-bottom: 0;
		}
	}

#basic h1{
	display: none;
	}	

#basic h2{
	display: none;
	}


.list_packages{
	list-style-type: none;
	margin: 0;
	padding: 60px 0px 10px 18px;
	font-size: 12px;
	color: #000000;
	}

#basic img{
	padding: 0;
	margin: 8px 0px 0px 55px;
	}

*+html #basic img{			/*fix for ie 7*/
	margin-bottom: 14px;
	margin-top: 3px;
	}

*html #basic img{			/*fix for ie*/
	margin-bottom: 14px;
	margin-top: 3px;
	}

/* end of content -> basic */


/* content -> silver */

#silver{
	float: left;
	margin-left: 12px;
	background: url(images/box_silver_package.jpg) no-repeat scroll 0% 0%;
	margin-bottom: 10px;
	/*padding-right: 55px;*/
	width: 233px;
	height: 263px;
	}

*+html #silver{					/*fix for ie*/
	margin-left: 12px;
	}

*html #silver{					/*fix for ie*/
	margin-left: 12px;
	}

@media all and (min-width: 0px){		/* fix for opera */
	#silver{
		margin-bottom: 0;
		}
	}

#silver h1{
	display: none;
	}	

#silver h2{
	display: none;
	}


#silver img{
	padding: 0;
	margin: 8px 0px 0px 55px;
	}

*+html #silver img{			/*fix for ie*/
	margin-bottom: 14px;
	margin-top: 3px;
	}

*html #silver img{			/*fix for ie*/
	margin-bottom: 14px;
	margin-top: 3px;
	}

/* end of content -> silver */


/* content -> gold */

#gold{
	float: left;
	margin-left: 12px;
	background: url(images/box_gold_package.jpg) no-repeat scroll 0% 0%;
	margin-bottom: 10px;
	/*padding-right: 50px;*/
	width: 233px;
	height: 263px;
	}
	
*+html #gold{					/*fix for ie*/
	margin-left: 12px;
	}

*html #gold{					/*fix for ie*/
	margin-left: 12px;
	}

@media all and (min-width: 0px){		/* fix for opera */
	#gold{
		margin-bottom: 0;
		}
	}

#gold h1{
	display: none;
	}	

#gold h2{
	display: none;
	}

#gold img{
	padding: 0;
	margin: 8px 0px 0px 55px;
	}

*+html #gold img{			/*fix for ie*/
	margin-bottom: 14px;
	margin-top: 3px;
	}

*html #gold img{			/*fix for ie*/
	margin-bottom: 14px;
	margin-top: 3px;
	}

/* end of content -> gold */


/* content -> compare */
#compare{
	clear: both;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 154px;
	background: white url(images/bg_server.png) no-repeat 0% 0%;
	}

#compare ul{
	margin: 0;
	padding: 0;
	padding-top: 65px;
	list-style-type: none;
	margin-left: 20px;
	}


#compare ul li{
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 30px;
	color: white;
	}

#compare ul li a{
        color: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}


#compare ul li a:hover{
	text-decoration: underline;
	}
/* end of content -> compare */


/* content -> compare_filext */
#compare_filext{
	clear: both;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 185px;
	background: white url(images/bg_server_filext.png) no-repeat bottom left;
	}

#compare_filext ul{
	margin: 0;
	padding: 0;
	padding-top: 95px;
	list-style-type: none;
	margin-left: 20px;
	}


#compare_filext ul li{
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 30px;
	color: white;
	}

#compare_filext ul li a{
  color: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#compare_filext ul li a:hover{
	text-decoration: underline;
	}

#compare_filext img{
	padding-left: 15px;
	}

/* end of content -> compare_filext */




#spacer_2{
	padding: 0;
	margin: 0;
	}



/* content ->lower content */

#lower_content{
	background: white url(images/bg_content_middle.png) repeat-x 0% 0%;
	width: 760px;
	/*height: 1150px;								/*for firefox*/*/
	margin: 0;
	padding: 0;
	}

/* content -> lower_content -> testimonials */

#testimonials{
	float: left;
	padding: 0;
	width: 31%;
	margin: 0px 20px 10px 0px;
	padding-left: 22px;
	text-align: right;
	line-height: 20px;
	color: white;
	}
	
*+html #testimonials{			/* fix for ie */
	padding-left: 25px;
	padding-top: 10px;
	}

*html #testimonials{			/* fix for ie */
	padding-left: 25px;
	padding-top: 10px;
	}

#testimonials h1{
	display: none;
	}


#testimonials b{
//	color: #C1E97C;
        font-weight: bold;
	font-style: normal;
	}

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

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


/* end of content -> lower_content -> testimonials */




/* content -> lower_content ->  why Dewahost */

#why_Dewahost{
	margin: 0;
	padding: 0;
	width: 57%;
	text-align: left;
	line-height: 20px;
	margin: 0px 10px 0px 10px;
	padding-left: 281px;
	padding-top: 5px;
	color: white;
	padding-bottom:50px;
	}

*+html #why_Dewahost{			/* fix for ie */
	padding: 0;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 50px;
	}

*html #why_Dewahost{			/* fix for ie */
	padding: 0;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 50px;
	}

@media all and (min-width: 0px){		/* fix for opera */
	#why_Dewahost{			
	padding: 0;
	padding-top: 10px;
	padding-left: 281px;
	padding-bottom: 50px;
	}
	}

#why_Dewahost h1{
	display: none;
	}

#why_Dewahost ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	}

#why_Dewahost ul h4{
	font-size: 115%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	color: #79EACA;
	}

#why_Dewahost ul a{
	color: #C1E97C;
	text-decoration: none;
	}

#why_Dewahost ul a:hover{
	text-decoration: underline;
	}

/* end of content -> lower_content -> why Dewahost */

/* end of content ->lower content */

/* end of content */



/* footer */

#footer{
	clear: both;
	margin: 0;
	padding: 0;
	background: white url(images/bg_footer.gif) repeat-x top left;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width:760px;
	padding-bottom:10px;
	}
	
#footer p{
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-left: 15px;
	}

*+html #footer p{			/*for ie fix*/
	padding: 0;
	margin-top: 8px;
	margin-left: 15px;
	}

*html #footer p{			/*for ie fix*/
	padding: 0;
	margin-top: 8px;
	margin-left: 15px;
	}

#footer a{
	color: #000000;
	text-decoration: none;
	}

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

/* end of footer */


