/* Tag definiations */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #BEBEBE;
	text-align: center;
}
.certifications {
	position: absolute; 
	right: 5px; 
	top: 5px;
}
.certifications div {
	margin-top: 10px;
}
a {
	color: #847F7F;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#phone-numbers a:hover {
	color: #333333;
	text-decoration: none;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}


/* Main Page Elements */
.contain {
	text-align: left;
	width: 780px;
	margin: 0px auto;
}
.hidden {
	display: none;
}
 
/* Header bar elements */
#header {
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(/images/background_header.jpg);
	background-repeat: repeat-x;
}
#customer {
	height: 30px;
	text-align: right;
}
#phone-numbers {
	padding-left: 357px; 
	padding-top: 7px; 
	color: #716F70; 
	float: left;
}
#logo {
	float: left;	
}
#navigation {
	text-align: right;
	margin-top: 30px;
}
#navigation ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
	padding: 0px;
	margin: -2px;
}
#navigation ul li:after {
	content: url(/images/nav_spacer.png);
	width: 3px;
}
#navigation ul li.last:after  {
	content: '';
}
#navigation a {
	padding-top: 3px;
}
#navigation a:hover {
	background-color: orange;
}

/* Main content area */

#content {
	padding: 0px;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/images/shadow_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#softbox {
	position: relative;
	top: -10px;
	left: 375px;
	width: 0px;	
	height: 0px;
	z-index: 99;
	float: inherit;
}

#wrapper {
	width: 783px;
	background-color: #FFFFFF;
	background-image: url(/images/background_content.gif);
	background-repeat: repeat-y;
	padding: 0px;
	
}

.rounded {
	background-image: url(/images/background_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;	
	margin: 0px;
}

.background {
	height: 236px;
	width: 546px;
	margin: 11px;
	background-image: url(/images/background_blurb.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.content {
	width: 546px;
	margin-left: 10px;
	padding-top: 10px;
}

.blurb {
	height: 236px;
	width: 320px;
	margin: 10px;
	padding: 15px 10px 0px;
}

.blurb h2 {
	display: inline;
	font-size: 19px;
	line-height: 25px;
}
.buttons {
	padding: 20px 0px 0px;
}

/* tabs */

#tabs {
	height: 32px;
	padding-left: 10px;
}

ul.obtabs {
	list-style: none;
	margin: 1px 0 -1px 0;
	padding: 0;
	position: absolute;
}

ul.obtabs li {
	float: left;
	display: block;
	height: 32px;
	padding-right: 10px;
	margin-left: -10px;
	position: relative;
	background: url(/images/tab_inactive_right.gif) right no-repeat;
	white-space: nowrap;
	cursor: pointer;
}


ul.obtabs span {
	height: 32px;
	line-height: 32px;
	padding-left: 11px;
	background: url(/images/tab_inactive_left.gif) no-repeat;
}
ul.obtabs img {
	padding-top: 8px;
}

ul.obtabs li.first span {
	background: url(/images/tab_inactive_right2.gif) no-repeat;
}


ul.obtabs span {
	display: block;
}

ul.obtabs li.current {
	z-index: 1;
	background-image: url(/images/tab_active_right.gif);
}

ul.obtabs li.current span {
	background-image: url(/images/tab_active_left.gif);
	background-repeat: no-repeat;
}




/*  */

#sidebar {
	float: right;
	width: 199px;
	margin: 10px 10px 0px;
}
.side-content {
	padding: 10px;
	font-size: 10px;
}

.side-content h3 {
	font-size: 14px;
	color: #F99605;
}
.side-content ul {
	list-style: url(/images/icon-livestore.jpg) outside;
	margin: 0px;
	padding-left: 30px;
}

.side-content input[type=text] {
	border: 1px solid #D8D8D8;
	color: #000000;
	width: 140px;
	height: 18px;
	font-size: 11px;
	padding: 2px 1px;
	/*margin: 4px 0px;*/
	margin: 0px 0px 11px 0px;
	
}

#email-submit {
	border: none;
	height: 23px;
	width: 23px;
}
.side-content input[type=image] {
	margin-top: 0px;
}

.tabcontent {
	border: 1px solid #D4D2D3;
	background-color: #F7F5F6;
	padding: 10px;
	margin-bottom: 5px;
}
.tabcontent p {
	margin-top: 0px;
}

#testimonial {
	margin: 0px 10px;
	padding-top: 20px;
	background-image: url(/images/background_testimonial.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 180px;
	width: 162px;
	font-size: 11px;
}
#testimonial strong {
	color: #F99605;
}
#testimonial a {
	color: #F99605;
}

#testimonial p.quote {
	padding: 0px;
	margin: 0px;
	width: 150px;
	font-style: italic;
	text-align: center;
}

#testimonial a:hover {
	color: #F99605;
}

.testimonial {
	font-style: italic;
	border-top: 1px dashed grey;
}
.testimonial strong {
	font-style: normal;
	color: #F99605;
}

/* Lower section */

#news {
	background-color: #4C95A8;
	color: #FFFFFF;
	padding: 15px 0px;
	border-top: 1px solid #3F7D8D;
	border-bottom: 1px solid #3F7D8D;
	clear: both;
}

#news-sidebar {
	float: right;
	padding: 5px;
	width: 199px;
	border-left: 1px dashed #FFFFFF;
}

#news-sidebar ul {
	list-style: url(/images/icon-li.gif) outside;
	margin: 0px;
	padding-left: 30px;
}

#news-sidebar ul li {
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 3px;
	padding-left: 3px;
}

#news a {
	color: #FFFFFF;
	text-decoration: none;
}

#news a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.news-item {
	width: 550px;
}

.icon {
	background-image: url(/images/icon-cal.gif);
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 60px;
	overflow: visible;
	width: 65px;
	color: #000000;
	text-align: center;
	line-height: 0px;
	margin-right: 10px;
}

.icon strong {
	display: block;
	margin-top: 15px;
	font-size: 18px;
	line-height: 30px;
}

#titlebar {
	background-image: url(/images/background_titlebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	width: 540px;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
}

#footer {
	color: #847F7F;
	padding: 15px 0px;
	font-size: 11px;
}

#credit {
	float: right;
}

#tab-features-content > div {
	float: left;
	width: 170px;
	border-right: 1px solid #DCDCDC;
	margin-right: 20px;
	padding-right: 20px;
}
#tab-features-content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 190px;
	list-style: inside url(/images/tick.gif);
}
#tab-features-control ul li {
}

.odd {
  background-color: #ECEDE8;
}

input.textbox {
	border: 1px solid #D8D8D8;
	color: #000000;
	width: 300px;
	height: 15px;
	font-size: 11px;
	padding: 2px 1px;
}

textarea.textbox {
	border: 1px solid #D8D8D8;
	color: #000000;
	width: 300px;
	height: 70px;
	font-size: 11px;
	padding: 2px 1px;
}
.error {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
a.mblink:link, a.mblink:visited, a.mblink:active {
	color: #F99605;
	text-decoration: none;
	font-weight: bold;
a.mblink:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}