@charset "utf-8";
/* CSS Document */

/* tweets style */
small {font-style:italic; color: #019ade; font-weight: bold; }

#tweets li {
	font-size:11px;
	background:url(images/twitter.png) no-repeat left ;
	list-style-type:none;
	height:17px;
}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}

/* end of tweets */

h1 {
	font-size: 18px;
	color: #4D090B;
	margin: 0 0 0 0;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	color: #4D090B;
	margin: 0 0 0 0;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	color: #4D090B;
	margin: 0 0 0 0;
	margin-bottom: 5px;
}

p {
	margin:  0 0 0 0;
	line-height: 18px;
}

/* Global site tags */
body {
	margin: 0 0 0 0;
	margin-top: 20px;
	background: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#header {
	width: 892px;
	margin: auto;
	background: url(../images/header.png);
	height: 127px;
}

#headerTop {
	width: 892px;
	margin: auto;
	padding-bottom: 5px;
}

#headerTop a,#headerTop a:active,#headerTop a:visited {
	color: #fff;
	text-decoration: none;
}

#headerTop a:hover {
text-decoration: underline;


}

/* navigation properties */
#navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 10px;
}

#navigation li {
	display: inline;
	
	
}

#navigation li a {

padding:1em 2em;
color:#fff; 
text-decoration:none; 
float:left; 
font-size: 12px;
font-weight: bold;

}

#navigation li a:hover {

background: url(../images/menuHover.png);
color: #fff;

}

#navigation {
	width: 892px;
	margin: auto;
	height: 40px;
	background: url(../images/navigation.png);
	margin-top: 5px;
}

/* end of navigation properties */

#content {
	width: 892px;

	margin: auto;
	padding-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	 -moz-border-radius-bottomright: 8px;
 -moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius:  8px;
 -webkit-border-bottom-right-radius: 8px;
}

#contentInside {
	width: 872px;
	margin: auto;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	padding-bottom: 20px;
 -moz-border-radius-bottomright: 8px;
 -moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius:  8px;
 -webkit-border-bottom-right-radius: 8px;
}

#contentLeft {
	width: 230px;
	float: left;
}

#contentRight {
	width: 630px;
	float: right;
	margin-top: 10px;
}

.boxesOuter {
	width: 185px;
	background: #E9E9E9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 10px;
	margin-top: 10px;

}

.boxesInside {
	border: 1px solid #D2D2D2;
	background: url(../images/shades.png);
	padding: 8px;
	color: #666;
	/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
}

.formBoxes {
	font-size: 11px;
	border: 2px solid #CCC;
	background: #EAEAEA;
	color: #333;
}

.testimonial {
	width: 228px;
	height: 117px;
	background: url(../images/testi.png);
	color: #fff;
}

.boxesColorSupport {
	width: 203px;
	height: 181px;
	background: url(../images/support.png);
	color: #fff;
		margin-left: 5px;
		margin-top: 10px;
}

.boxesColorLive {
	width: 203px;
	height: 68px;
	color: #fff;
	margin-left: 5px;
	margin-bottom: 30px;
	margin-top: 15px;
}

#bottom {
	width: 892px;
	margin: auto;
	background: #fff;
	margin-bottom: 10px;
	 -moz-border-radius: 8px;
  -webkit-border-radius: 8px; 
}

#copyright {
	width: 892px;
	margin: auto;
	color: #fff;;
	text-align: center;
	margin-bottom: 30px;
}

.vps {
	width: 620px;
	height: 131px;
	background: url(../images/vps.png);
}

.vpsText {
	width: 250px;
	float: right;
	color: #fff;
	padding-top: 25px;
	padding-right: 30px;
}

.dedicated {
	width: 620px;
	height: 131px;
	background: url(../images/dedicated.png);
}

.dedicatedText {
	width: 250px;
	float: right;
	color: #fff;
	padding-top: 25px;
	padding-right: 30px;
}

.webhosting{
	width: 620px;
	height: 131px;
	background: url(../images/shared.png);
}

.webhostingText {
	width: 250px;
	float: right;
	color: #fff;
	padding-top: 25px;
	padding-right: 30px;
	font-size: 11px;
}
