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

#wrapper {
	position: relative;
	width: 980px;
	margin:0 auto;
	background-color:#ffffff;
}

body {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}



#topheader {
	height: 36px;
	width: 980px;
	position: relative;
	background-color:#000;
}

#header {
	height: 169px;
	width: 980px;
	position: relative;
	background-image: url(images/header.jpg);
}

#nav {
	position: absolute;
	top: 205px;
	height: 26px;
	width: 980px;
	background-image:url(images/navbg.jpg);
}

#content {
	min-height: 350px;
	margin-top: 26px;
	width: 650px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar {

	min-height: 350px;
	margin-top: 26px;
	width: 300px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;

}

#topfooter {
	height: 9px;
	width: 980px;
	position: relative;
	background-color:#99cc66;
	clear: both;
}

#footer {
	height: 36px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#FFF;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#000;
	text-transform: uppercase;
	position: relative;
}

#footer a {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color:#FFF;
}

#footer a:hover {
	font-size: 10px;
	line-height: 12px;
	text-decoration: underline;
	color:#CCC;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}

#footer ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000;
	padding-left: 20px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #9fd067;
	line-height: 24px;
	text-transform: uppercase;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color:#333;
	padding-left: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #9fd067;
	padding-left: 10px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #9fd067;
	padding-left: 10px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}

a  {
	font-family: Arial, Helvetica, sans-serif;
	
}

a:hover  {
	font-family: Arial, Helvetica, sans-serif;
}

#topnav {
	width: auto;
	list-style-type: none;
	position: absolute;
	top: 5px;
	right: 5px;
}

#topnav li {
	float: right;
	text-align: center;
	height: 60px;
	width: 45px;
}

#topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}

.phones {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.phone {
	float: left;
	height: 320px;
	width: 150px;
	padding: 5px;
}

.model {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #9fd067;
	text-decoration: none;
}

.model:hover {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.features ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	list-style-type: square;
}

#phonephoto {
	padding: 5px;
	float: right;
	width: 210px;
}

#phonedetails {
	margin-left: 20px;
	width: 446px;
	float: right;
}

#phonelist {
	float: left;
	width: 150px;
}


#phonelist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#phonelist ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 5px;
	height: 18px;
	width: 150px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

#phonelist ul li a:hover {
	color: #333333;
	background-color: #999999;
}

#phonebox {
	padding: 5px;
	float: left;
	width: 466px;
	border: 2px solid #003300;
	margin-top: 10px;
	margin-left: 20px;
	background-image: url(images/phoneheader.jpg);
	background-repeat: no-repeat;
}

#phonebox h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	margin-right: 20px;
}

#map_canvas {

	width: 340px;
	background-color: #ffffff;
	height: 400px;
	float: left;
	margin-right: 10px;

}

#accordion, #accordion2 {
	margin: 10px;
}

h3.acc {
	color: #ffffff;
	background-color: #9fd067;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 5px;
	cursor: pointer;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #333333;
	text-align: center;
}

h3.acc:hover {
	background-color: #999999;
}

div.acc {
	background-color: #f4f4f4;
	padding: 10px;
}


div.acc h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

}

div.acc h5 {
	color: #006600;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.acc p {

	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#livechat {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

a {
	color: #666666;
}

a:hover {
	color: #009966;
}

.comparephones {
	margin: 5px;
	padding: 0px;
	clear: left;
}

.header {
	color: #ffffff;
	background-color: #666666;
}

.comparephones td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}

.header td {
	padding: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	color: #ffffff;
}

.altrow {
	background-color: #9fd067;
}

.altrow td {
	padding: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}

#comparephones ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#comparephones li {
	float: left;
	height: 20px;
	width: 160px;
}

.hearing {
	margin:0 auto;
	padding:0px;
	border: 1px solid #999999;
}

.hearing tr {

	margin:0px;
	padding:0px;

}

.hearing td {
  padding: 4px;
  margin:0px;
  border: 1px solid #999999;

}

.headerrow {
	background-color: #99CC66;
}