/* CSS Document */

body {
	background-color: #006600;
	background-image: url(images/background_body.jpg);
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#main {
	width: 770px;
	margin: 0 auto;
	clear: both;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 133px;
}

a, a:visited {
	color: green;
}

a:hover {
	color: black;
}

#nav {
	margin-left: 140px;
	padding-top: 111px;
}

#nav .menuitem {
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav .menuitem a {
	color: white;
	text-decoration: none;
	padding: 0px 5px;
}

#nav .menuitem a:hover, #nav .menuitem .active {
	background-color: black;
}

#nav .hide {
	display: none;
}

#content-border {
	background-color: #CCC;
	border: 1px solid #666;
	border-top: 0;
	padding: 4px;
	padding-top: 0;
}

#content-interior {
	background-color: white;
	border: 1px solid #999;
	border-top: 0;
}

#toprow_products {
	height: 83px;
	background-image: url(images/background_toprow.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
}

#toprow_products .headline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	margin-left: 26px;
	padding-top: 26px;
}

#toprow_products .subheadline {
	font-size: 11px;
	margin-left: 26px;
	padding: 0;
}

#toprow_products img {
	float: right;
	border: 0;
}

#content {
	padding: 10px;
}

#footer {
	height: 98px;
	background-image: url(images/background_footer.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	font-size: 10px;
	color: #999;
}

#footer .footnotes {
	background-image: url(images/footer_go_wireless_logo.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 233px;
	float: left;
}

#footer .footnotes .address {
	margin-left: 52px;
	padding-top: 40px;
}

#footer .footnotes .copyright {
	padding-top: 5px;
	margin-left: 52px;
}

#footer .center {
	text-align: center;
	width: 360px;
	height: 98px;
	float: left;
}

#footer .center img {
	margin-top: 65px;
}

#footer .verizon {
	height: 98px;
	width: 165px;
	float: left;
}


/* CLASS ADD ONS */

.clearboth {
	clear: both;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.center {
	text-align: center;
}

.col350 {
	width: 200px;
	background-color: red;
}


/* STORES CSS */

.locations {
	border: 1px solid #666;
	background-color: #4CAC48;
	padding: 5px;
	width: 432px;
	float: left;
	margin-right: 10px;
}

.locations .headline {
	font-size: 16px;
	color: white;
	font-weight: bold;
	padding-bottom: 4px;
}

.directions {
	width: 430px;
	display: block;
}

.locations form, .locations fieldset {
	width: 430px;
	margin: 0;
	padding: 0;
	border: 0;
}

.locations form .address_input {
	width: 260px;
}

.directions .location, .directions .address, .directions .button {
	display: inline;
}

.directions .button input {
	vertical-align: middle;
}


#routecontainer {
	width: 280px;
	background-color: white;
	display: none;
	float: left;
}

#route {
	font-size: 10px;
}

#map_canvas { 
	width: 100%;
	height: 400px;
	border: 1px solid #666;
}

.popup .logo, .popup .address, .popup .phone {
	color: #666;
}

.popup .logo {
	padding: 0;
	margin: 0;
}

.popup .address {
	font-size: 11px;
	font-weight: bold;
	padding-left: 30px;
}

.popup .phone {
	font-size: 10px;
	padding-left: 30px;
}


#frontfive {
	float: right; 
	background-color: #C9E6C8; 
	width: 370px;
}

#frontfive .phones {
	height: 384px;
	overflow: hidden;
}

#frontfivepager a {
	display: block;
	width: 72px;
	height: 20px;
	color: white;
	background-color: #030;
	text-decoration: none;
	font-size: 18px;
	float: left;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#frontfivepager a:hover, #frontfivepager a.active {
	width: 70px;
	height: 18px;
	background-color: #090;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

.bg_dkgreen {
	background-color: #030;
}
