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

body, form, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}
h2 {
	font-size: 120%;
	margin-bottom: 10px;
}

h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}
h1 {
	font-size: 140%;
	text-align: center;
	margin-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #333;
	background-color: #FFF;
	position: relative;
	margin-top: 10px;
	line-height: 140%;
	letter-spacing: 0.05em;
}



#container #main_content {
	background-repeat: repeat-y;
	text-align: justify;
	margin-top: 30px;
	background-image: url(images/faux-cols3.jpg);
}
#main_content #blank-space {
	background-color: #FFF;
	height: 30px;
	clear: both;
}


#container #header {
	background-image: url(images/logo-text4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	position: relative;
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}




#main_content #left_bar {
	float: left;
	width: 145px;
	font-size: 75%;
}
#main_content #center_col {
	padding-right: 10px;
	padding-left: 10px;
	color: #0372C1;
	margin-left: 150px;
	margin-right: 210px;
}
#main_content #center_col ul {
	padding-left: 20px;
}
#center_col ul li {
	margin-bottom: 10px;
}

#main_content #right_bar {
	float: right;
	width: 180px;
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	position: relative;
}
#right_bar #web-right-top {
	background-image: url(images/note-top.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

#right_bar #web-right-middle {
	background-image: url(images/note-side.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 7px;
}

#right_bar #web-right-middle ul {
	text-align: left;
	font-size: 110%;
	font-style: italic;

}
#right_bar #web-right-middle ul li {
	margin-left: 3.4em;
	list-style-image: url(images/tick.jpg);
	margin-bottom: 20px;
}
#right_bar #web-right-bttm {
	background-image: url(images/note-bottom.jpg);
	background-repeat: no-repeat;
	height: 79px;
}

#right_bar #right-promo1 {
	background-color: #62B0DB;
	padding-top: 5px;
	color: #906;
	font-weight: bold;
	background-image: url(images/side-button.png);
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	width: 160px;
	float: right;
}



#right_bar #right-promo2 {
	line-height: 150%;
	float: right;
}
#right_bar #right-promo3 {
	background-color: #62B0DB;
	padding-top: 5px;
	color: #906;
	font-weight: bold;
	background-image: url(images/side-button.png);
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: right;
	width: 160px;
}
#right_bar #right-promo2 h3 a , p a{
	color: #333;
	text-decoration: none;
}


#right-promo1 #phone-review {
	background-color: #62B0DB;
}

#center_col #multi-currency {
	padding-right: 170px;
	position: relative;
	height: 130px;
}
#multi-currency #currency-baloons {
	position: absolute;
	height: 125px;
	width: 151px;
	left: 436px;
	top: 0px;
}
#center_col #repair-intro {
	background-image: url(images/red-cross.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 280px;
}

#center_col #pc-intro {
	background-image: url(images/pc-intro.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 240px;
}
#center_col #support-intro {
	background-image: url(images/support.jpg);
	background-repeat: no-repeat;
	padding-left: 280px;
}
#center_col #sat-wimax-intro {
	background-image: url(images/antenna.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 170px;
}

#footer  {
	clear: both;
	font-size: 85%;
	letter-spacing: 0.1em;
	padding-top: 20px;
	text-align: center;
	line-height: 170%;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.faux-link {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}
.small-caps-bold {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 125%;
}
.disclaimer {
	font-size: 80%;
	font-style: italic;
	clear: both;
}
.superscript {
	font-size: 75%;
	vertical-align: super;
}
.highlight-text {
	color: #906;
}
.clrfloat {
	clear: both;
}
