a img {
	border: none; 
}

p {
    margin: 0 0 12px 0;
    padding: 0;
}

body {
	/* font-family: Georgia, Verdana, Arial, Helvetica, san-serif; */
	font-family: "Lucida Grande", Verdana, Arial;	
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	text-align: center;
	background-color: #fff;
	/* min-width: 980px; */
}

h1, h2, h3, h4, h5, h6 {
	margin: 16px 0 2px 0;
	line-height: 1.2em;
	font-family: helvetica, "Lucida Grande", Verdana, Arial;
	color: #222;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a:link {
	color: #983e08;
}

a:visited {
	color: #c54a00;
}

a:hover {
	color: #ff5900;
}

input, select {
	font-size:11px;
}

form {
	padding:0px;
	margin:0px;
}

select {
	background-color: #ffffff;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
}

#head {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#bg_top_left {
	width: 5px;
	height: 5px;
	background-image: url( 'page_bg_top_left.gif' );
	background-position: top left;
	background-repeat: no-repeat;
}

#bg_top_right {
	width: 5px;
	height: 5px;
	float: right;
	background-image: url( 'page_bg_top_right.gif' );
	background-position: top right;
	background-repeat: no-repeat;
}

#bg_bottom_left {
	width: 5px;
	height: 5px;
	background-image: url( 'page_bg_bottom_left.gif' );
	background-position: bottom left;
	background-repeat: no-repeat;
}

#bg_bottom_right {
	width: 5px;
	height: 5px;
	float: right;
	background-image: url( 'page_bg_bottom_right.gif' );
	background-position: bottom right;
	background-repeat: no-repeat;
}

#logo {
	position: relative; 
	left: 20px; 
	top: 10px;
	margin-bottom: -20px;
	display: inline-table;
}

/* Tabs */

#topnav {
	margin-left: 20px; 
	padding-top: 60px;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.selected_tab, .unselected_tab {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	display: block;
	padding: 8px 16px;
	margin-left: 4px;
	text-decoration: none;
	color: #fff;
	height: 18px;
	float: left;
}

a:link.selected_tab,  
a:link.unselected_tab,  
a:visited.selected_tab,  
a:visited.unselected_tab  {
	color: #fff;
	text-decoration: none;
}

.selected_tab,
a:hover.unselected_tab {
	background-color: #db611e;
	background-image: url( "selected_tab_bg.gif" );
}

.unselected_tab {
	background-color: #553a27;
	background-image: url( "unselected_tab_bg.gif" );
}

.top_rule {
	width: 100%;
	height: 5px;
	background-color: #db611e;
}

#quote_bar {
	width: 100%;
	height: 44px;
	background-color: #422d1e;
	background-image: url('quote_bar.gif');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 18px;
	padding-top: 12px;
}

/* Other */ 

.homepage_gallery table {
    border-collapse: collapse;
    width: 950px;
}

.homepage_gallery td {
    width: 198px;
    padding-right: 21px;
    vertical-align:top;
}


.homepage_gallery img {
    width: 198px;
    height: 114px;
    border: 1px solid #bbb;
}

.homepage_gallery h5 {
    margin-top: 5px;
}

#top_box {
	background-color: #eee7cc;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	text-align: left;
	margin:0; 
	padding: 18px 0 12px 20px
}

#top_box h2 {
	margin: 0;
}

#top_box a, #top_box a:link, #top_box a:visited {
/* text-decoration: none; */
}

#contents {
    text-align: left;
	padding: 20px 20px 100px 20px;
	width: 910px;
}

.content {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

.bsp-content {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

.sidebox {
	width: 400px;
	border: 3px solid #e8e8e8;
	padding: 20px 10px;
	background-color: #f8f8f8;
	background-image: url('sidebox_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.tourbox {
	width: 900px;
	/*border: 3px solid #e8e8e8;*/
	background-color: #f8f8f8;
	background-image: url('sidebox_bg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.tourbox li a:link, .tourbox li a:visited {
	text-decoration: none;
}

.tourbox li a:hover {
	text-decoration: underline;
}

#videobox {
	margin: 20px 0 0 0;
	padding: 0;
	border: 1px solid #808080;
}

#foot {
    color: #000;
	background-color: #e2ded6;
	background-color: #edebea;
	border-top: 1px solid #e8e8e8;
	padding: 10px 20px 80px 20px;
	margin-top: 100px;
}

#foot,
#foot a:link,
#foot a:visited {
	color: #808080;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
}

ul.bullets, ul.bullets_box  {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-image: url('./bullet.gif');
	line-height: 1.4em;
}

ul.bullets_box {
	list-style-image: url('./bullet_top_box.gif');

}

ul.bullets  li, ul.bullets_box  li {
	margin-top: 5px;
}

.pricingtable {
	border: 3px solid #d2be96; 
	border-collapse: collapse;
}
.pricingtable td {
	font-size: 12px;
	color: #000;
	padding: 6px 8px;
	border: red;
	text-align: center;
}

.numeric {
	text-align: right;
}

.center {
	text-align: center;
}

.caption {
	font-size: 11px;
	line-height: 1.5em;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.posted,
.posted a,
.posted a:link,
.posted a:visited {
	font-size: 11px;
	color: #888;
}

code {
	display: block;
	margin: 6px 0;
	padding: 6px;
	background-color: #eee;
	white-space: pre;
}

#system_nav {
	top: 0px;
	right: 10px;
	font-size: 10px;
	padding: 1px 3px;
	z-index: 1;
	
	position: static; 
	text-align: right; 
	padding-right: 10px;
	
}

#system_nav .divider {
	margin: 0 5px;
	color: #983e08;
}

#system_nav a, #system_nav a:link, #system_nav a:visited, #system_nav a:hover {
	color: #983e08;
	text-decoration: none;
}

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

.small {
    font-size: 10px;
}

.x-small {
    font-size: 9px;
}

.xx-small {
    font-size: 8px;
}

.select_plan {
	font-size: 12px;	
}

.select_plan h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.select_plan h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 0;	
}

.select_plan td {
	padding: 10px 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.select_plan td.selected {
	background-color: #eee;
}

.select_plan td.highlight {
	background-color: #eee;
	width: 135px;
}

.select_plan td.spacer {
	padding:0 3px 0 3px;
}

.select_plan .price {
	font-size: 11px;
	color: #333;
	font-style: italic;
}

.subhead {
    font-size: 16px; 
    color: #666;
}

.tag {
    margin: 5px 10px 5px 0; 
    padding: 4px 5px; 
    line-height: 3em; 
    color: #983e08;
    background-color: #eee7cc;
    font-size: 11px;
    border-bottom: 1px solid #d3be94;
    border-right: 1px solid #d3be94;
    text-decoration: none;
}

.tag_nav {
    font-size: 15px;
    font-weight: bold;
    background-color: #ddd;
    margin: 5px 10px 5px 0px;
    padding: 5px 5px;
}

span.tag {
    float: left;
    line-height:15px;
}

span.tag,
span.tag a {
    text-decoration:none;
}

span.tag:hover,
span.tag:hover a {
    color: #eee7cc;
    background-color: #983e08;
}
