﻿@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 1.25;
	background: #000000 url('images/background.jpg') repeat;
}

a, a:link, a:visited  {
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #000000;
}

p {
	font-size: 11px;
	line-height: 1.25;
}

#container {
	width: 902px;
	height: auto;
	background: url('images/tableback_white.gif') repeat-y;
	margin: 0px auto;
}


/* HEADER */
/* -------------------------------------- */

#header {
	width: 875px;
	margin: 0 auto;
	position: relative;
}

#logo {
	float: left;
	border: 0px;
}

#verizon {
	float: left;
	margin-left: 125px;
}

#contact {
	float: right;
	width: 173px;
	height: 81px;
	background: url('images/red_tab.png') no-repeat;
	line-height: 131px;
	text-align: center;
}

#contact a, a:link, a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#contact a:hover, a:visited:hover {
	text-decoration: underline;
}

.menu {
	clear: both;
	width: 875px;
	margin: 0 auto;
	height: 39px;
}


/* HOME */
/* -------------------------------------- */

#homePhones {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0px;
}

#homeFeatures {
	margin: 0 auto;
	text-align: center;
}


/* BODY */
/* -------------------------------------- */

#body {
	padding: 20px 30px;
}

#breadcrumb {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 24px 20px;;
}

#tabs {
	padding: 25px 50px;
}

#international {
	padding: 14px;
}

.sales {
	font-size: 14px;
	font-weight: bold;
}

/* COPYRIGHT */
/* -------------------------------------- */

#copyright {
	clear: both;
	text-align: right;
	padding: 10px 20px 5px 0px;
	font-size: 10px;
}