* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Arial, Verdana, Tahoma, Sans-serif;
	background: white url(images/bgx.png) repeat-x;
}

img {
	border: 0;
}

a {
	color: #006EA6;
	text-decoration: none;
}

a:visited {
	color: #006EA6;
	text-decoration: none;
}

a:hover {
	color: #006EA6;
	text-decoration: underline;
}

hr {
	color: #DDD;
	width: 830px;
	height: 1px;
	margin: 10px 0 0 0;
}

#wrapper {
	width: 850px;
	background: url(images/lrsep.png) repeat-x;
}

#page {
	width: 848px;
	background-color: white;
}

#logo {
	width: 830px;
	height: 90px;
	text-align: left;
	padding: 10px 0;
	font-size: 13px;
	font-family:Tahoma; 
}
#logo a {
	text-decoration: none;
}

#logo a:visited {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#navbar {
	width: 830px;
	height: 34px;
	font-size: 13px;
	font-family: Tahoma;
}

#navleft {
	background: url(images/navleft.png) no-repeat;
	width: 5px;
	height: 34px;
	float: left;
}

#nav {
	list-style: none;
	background: url(images/navbgx.png) repeat-x;
	float: left;
	width: 820px;
}

#nav a {
	color: #BBB;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 34px;
	padding: 0 28px 0 28px;
}

#nav a:visited {
	color: #BBB;
	text-decoration: none;
	background: url(images/navtab.gif) no-repeat;
	display: block;
	float: left;
	line-height: 34px;
	padding: 0 28px 0 28px;
}

#nav a:hover {
	color: white;
	text-decoration: underline;
}

#nav a.current {
	color: white;
	font-weight: bold;
}

#nav a:visited.current {
	color: white;
	font-weight: bold;
}

#nav a:hover.current {
	color: white;
	font-weight: bold;
}

#nav li {
	display: inline;
}

#navright {
	background: url(images/navright.png) no-repeat;
	width: 5px;
	height: 34px;
	float: left;
}

#boxes {
	width: 830px;
	height: 143px;
	text-align: left;
	background: url(images/plansbgx.png) repeat-x;
	color: white;
	margin: 10px 0 0 18px;
}

.box {
	margin: 0 5px 0 5px;
	background: url(images/boxbg.png) no-repeat;
	float: left;
	width: 206px;
	height: 115px;
}

.subh {
	color: white;
	font-weight: bold;
	font-size: 24px;
	width: 201px;
	height: 35px;
	text-indent: 10px;
	margin: 7px 0 0 0;
}

.specs {
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 0 10px;
}

#contentwrap {
	text-align: left;
	width: 830px;
	margin: 15px 0 0 0;
}

#fullcontent {
	width: 830px;
	margin: 10px 0 10px 0;
}

#fullcontent h1 {
	margin: 10px 0 0 15px;
	color: black;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed black;
}

#fullcontent h2 {
	padding: 0 0 0 15px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
}

#fullcontent h3 {
	padding: 5px 0 15px 15px;
	line-height: 24px;
	font-size: 16px;
	text-decoration: underline;
	font-family: sans-serif;
	font-weight: bold;
}

#fullcontent h4 {
	padding: 5px 0 15px 15px;
	line-height: 24px;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
}

#fullcontent p {
	padding: 0 15px 15px 15px;
	font-size: 11px;
}

#fullcontent ul {
	list-style: square;
	margin: 0 0 15px 45px;
}

#fullcontent li {
	margin: 5px 0;
}

#fullcontent ol {
	margin: 0 0 15px 45px;
}

#fullcontent form {
	padding: 0 15px 15px 15px;
	font-size: 12px;
}

#fullcontent td {
	font-size: 12px;
}

#content {
	width: 620px;
	margin: 0 0 10px 0;
}

#content h1 {
	margin: 10px 0 0 15px;
	color: black;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed black;
}

#content h2 {
	padding: 0 0 0 15px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
}

#content h3 {
	padding: 5px 0 15px 15px;
	line-height: 24px;
	font-size: 16px;
	text-decoration: underline;
	font-family: sans-serif;
	font-weight: bold;
}

#content h4 {
	padding: 5px 0 15px 15px;
	line-height: 24px;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
}

#content p {
	padding: 0 15px 15px 15px;
	font-size: 11px;
}

#content ul {
	list-style: square;
	margin: 0 0 15px 45px;
}

#content li {
	margin: 5px 0;
}

#content ol {
	margin: 0 0 15px 45px;
}

#content form {
	padding: 0 15px 15px 15px;
	font-size: 12px;
}

#content td {
	font-size: 12px;
}

#sidebar {
	float: right;
	width: 180px;
	margin: 5px 10px 10px 0;
	border-left: 1px solid #DDD;
	padding: 0 0 0 10px;
}
#sale {
	border-top: 1px solid #DDD;
}

#footer {
	width: 846px;
	height: 27px;
	background: url(images/footbgx.png) repeat-x;
	color: white;
	clear: both;
}

.footertext {
	line-height: 25px;
	padding: 0 15px;
	font-size: 11px;
	text-align: left;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}


.errors {
	padding: 15px;
	color: red;
	font-size: 13px;
	font-weight: bold;
}
.row3 {
	width: 830px;
	height: 27px;
	background: url(images/footbgx.png) repeat-x;
	color: white;
	color #CCC;
}
.row2 {
	background-color: #CCC;
}

.row1 {
	background-color: #ffffff;
}
#livesupport {
	width: 50px;
	margin-left:375px;
	padding-top:45px;
}