/*-------------- Generic Styles --------------*/

body { 
	padding: 0; 
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1.5em;
	background: #F3F3F3;
}

/*-------------- Page Layout Styles --------------*/

.container {
    text-align: left;
    width: 780px;
    background: #fff;
    border: 1px solid #E6E6E6;
    padding: 1px;    
	margin: 0 auto;
}

img {
	border: 0px;
}

	img a {
	border: 0px;
}

	img a:hover {
	border: 0px;
}

/*-------------- MainNav --------------*/

.main_nav {
    color: #111111;
	text-decoration: none;
	padding: 2px;
    margin: 0;
}

	.main_nav a {
	color: #111111;
	text-decoration: none;
}	

	.main_nav a:hover {
	color: #DF3029;
	font-weight: bold;
	text-decoration: none;
}

/*-------------- Home Nav --------------*/

.main_nav_home {
    color: #ffffff;
	text-decoration: none;
	padding: 2px;
    margin: 0;
    font-weight: bold;
}

	.main_nav_home a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}	
	.main_nav_home a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*-------------- Hosting Nav --------------*/

.main_nav_hosting {
    color: #ffffff;
	text-decoration: none;
	padding: 2px;
    margin: 0;
    font-weight: bold;
}

	.main_nav_hosting a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}	
	.main_nav_hosting a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*-------------- Support Nav --------------*/

.main_nav_support {
    color: #ffffff;
	text-decoration: none;
	padding: 2px;
    margin: 0;
    font-weight: bold;
}

	.main_nav_support a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}	
	.main_nav_support a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*-------------- Testimonials Nav --------------*/

.main_nav_testimonials {
    color: #ffffff;
	text-decoration: none;
	padding: 2px;
    margin: 0;
    font-weight: bold;
}

	.main_nav_testimonials a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}	
	.main_nav_testimonials a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*-------------- About Nav --------------*/

.main_nav_about {
    color: #ffffff;
	text-decoration: none;
	padding: 2px;
    margin: 0;
    font-weight: bold;
}

	.main_nav_about a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}	
	.main_nav_about a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*-------------- Contact Nav --------------*/

.main_nav_contact {
    color: #ffffff;
	text-decoration: none;
	padding: 2px;
    margin: 0;
    font-weight: bold;
}

	.main_nav_contact a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}	
	.main_nav_contact a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*------------------- Left Side -------------------*/

.left_side {
	float: left;
	width: 65%;
	text-align: left;
	margin: 15px 1px 1px 0px;
    padding-top: 5px;
	border-right: 1px solid #ECECEC;
}	
	.left_side a {	
	color: #565B95;
	background: inherit;
	text-decoration: underline;
}
	.left_side a:hover {	
	color: #DF3029;
	background: inherit;
	text-decoration: none;
	border-bottom: 1px dashed #DF3029;
}
	
/*------------------- Right Side -------------------*/

.right_side {
	float: right;
	width: 34%;
	text-align: left;
	margin: 15px 0px 7px 0px;
}
	.right_side a {	
	color: #565B95;
	text-decoration: underline;
}
	.right_side a:hover {	
	color: #DF3029;
	text-decoration: none;
	border-bottom: 1px dashed #DF3029;
}

/*---------------- Latest Testimonial ----------------*/

.latest_testimonial {
  border: 1px dashed #E6E6E6;
  padding: 1px;
}

.top_banner {
	background: #ffffff;
	height: 100px;
	margin: 4px 0px 3px 0px;
}

/*------------------- Packages -------------------*/

.packages {
	float: left;
	width: 100%;
	text-align: left;
}
	.packages a {	
	color: #565B95;
	background: inherit;
	text-decoration: underline;
	padding: .3em;
}
	.packages a:hover {	
	color: #DF3029;
	text-decoration: none;
}

.packagelinks a {
	color: #fff;
	text-decoration: underline;
}	
	.packagelinks a:hover {
	color: #fff;
	text-decoration: none;
	border: none;
}

/*-------------- Footer --------------*/

.footer {
    text-align: left;
    color: #111111;
}

	.footer a {
	color: #565B95;
	text-decoration: underline;
}	
	.footer a:hover {
	color: #DF3029;
	text-decoration: none;
	border-bottom: 1px dashed #DF3029;
}

/*--------------- Button ---------------*/

.button { 
font-family: Verdana,Helvetica,Arial; 
font-size: 10px; 
color: white; 
background-color: #7C82BB; 
border: solid 1px; 
border-color: #111111;
}

/*------------------- Order Content Button -------------------*/

.order_button {
  background: #FFC000;
  color: white;
  text-decoration: none;
}

.order_button a {
  background: #FFC000;
  color: white;
  text-decoration: none;
}

.order_button a:hover {
  background: #FFC000;
  font-weight: bold;
  border: 0;
  color: white;
}