body {
	text-align: center;
	color: #333;
	background: #FFFFFF url('../images/bg_page.png') repeat-y top center;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
div#header {
	background: #7E764E url('../images/bg_header.png') repeat-x bottom;
	width: 100%;
	height:107px;
}
div#headernav {
	background: #000;
	width: 100%;
	padding:0px; height:40px;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#headernav div.inner {
	padding: 5px 0 5px 0;
}

div#header div.title {
	position:relative;
}

div#header div.title h1 {
	font-family:georgia, times new roman, serif;
	font-size: 48px;
	font-weight: normal;
	letter-spacing:0.02em;
	position:absolute;
	top:25px;
	right:0px;
	color:#FFF;
}

div#header div.title h2 {
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing:0.1em;
	position:absolute;
	top:75px;
	right:3px;
	color:#FFF;
}

div#header div.title span.logo {
	width:496px;
	height:107px;
	background-image:url('../images/obj_header_orrbodies-logo.png');
	position:absolute;
	top:0px;
	right:0px;
}

ul#navigation {
	width:840px;
	position: relative;
	top: 7px;
	text-align: left;
}
ul#navigation li {
	display: inline;
	text-transform:lowercase;
}
ul#navigation li a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 12px 10px 12px;
}
ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}
div#headernav form {
	font-size: 14px;
	width: 40%;
	float: right;
	text-align: right;
}
div#headernav form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}
div#wrapper {
	position:relative;
	text-align: left;
	width: 800px;
	padding: 20px 20px 0px 20px;
	margin: auto;
	background:#FFF url('../images/wrapper.gif') repeat-y right;
	background-position: -60px 0px;
}
div#content {
	width: 520px;
	float: left;
	padding: 0px 0px 20px 0px;
	margin-bottom:0px;
	text-align:justify;
	position:relative;
}


div#searchbox {
	position:relative;
	float:right;
	margin:-20px -20px 0px 0px;
	width:280px; height:55px;
	background-color:#EAEAEA;
	z-index:1000;
}

div#searchbox form {
	margin:13px 20px 0px 20px;
	padding:0px;
	position:relative;
	height:29px;
	background-color:#FFF;
	border:1px solid #666;
}

div#searchbox form input#s {
	position:absolute;
	top:0px; left:0px;
	width:150px;
	font-size:16px; line-height:16px;
	padding:3px;
	margin:0px 0px 0px 0px;

	color:#000;
	background-color:#FFF;
	border:none;
}

div#searchbox form input#searchsubmit {
	position:absolute;
	top:0px;
	right:0px;
	width:77px;
	height:29px;
	font-size:13px;
	color:#000;
	background:#CCC url('../images/bt_search.png') top left no-repeat;
	border:none;
}


ul#sidebar {
	display: block;
	width: 240px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-left:40px;
	margin-right:0px;
	margin-top:20px;
	font-size: 13px;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
	text-align:left;
}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 20px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 14px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 20px 18px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}

div.post-content ul li, 
div.post-content ol li {
	margin-bottom:3px;
}

a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	/*
	padding: 0 0 10px;
	margin: 0 0 25px;
	*/
	/* border-bottom: 1px dotted #ccc; */
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #000;
	padding: 25px 10px 15px;
	display: block;
	width: 820px;
	margin: auto;
	text-align: left;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #CCC;
}
div#footer a {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px solid #222;
	font-weight: bold;
}
div#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-size: 16px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #999;
}
div#footer p#webrevolutionary-link a {
	color: #999;
}
div#footer p#webrevolutionary-link a:hover {
	color: #FFF;
}


div#content .reversedpanel {
	margin: 10px -20px 0px -20px;
	padding: 20px; 
	background: #0061A2 url('../images/bg_panel-reversed.jpg') top left no-repeat;
	color:#F0F9FF;
}

div#content .reversedpanel a, 
div#content .reversedpanel a:link,
div#content .reversedpanel a:visited {
	color:#FFFFFF; text-decoration:none;
}

div#content .reversedpanel a:hover,
div#content .reversedpanel a:active {
	color:#FFFFFF; text-decoration:underline;
}

div#content .reversedpanel h2,
div#content .reversedpanel h3,
div#content .reversedpanel h4,
div#content .reversedpanel h5 {
	color:#FFF;
}

#worldMap {
	margin-bottom:10px;
	margin-top:0px;
}

/* Tabs for Multi-tab reversed panel */
ul.reversedtabs {
	display:block;
	height:40px;
	margin-bottom:-10px;
	position:relative;
}

ul.reversedtabs li {
	display:block; float:left;
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 20px;
	height:40px;
	
	background:#CCC url('../images/bg_tab-left-cap_nrm.png') top left no-repeat;
}

ul.reversedtabs li a {
	display:block;
	padding:16px 20px 8px 0px;
	font-size:16px; line-height:16px; font-weight:bold;
	text-decoration:none;
	letter-spacing:0.05em;
}

ul.reversedtabs li a,
ul.reversedtabs li a:link,
ul.reversedtabs li a:visited {
	color:#666;
	background:#CCC url('../images/bg_tab-right-cap_nrm.png') top right no-repeat;
}
ul.reversedtabs li a:hover {
	color:#000;
}

ul.reversedtabs li a:focus {
	outline-style:none;
	outline-width:0px;
}

ul.reversedtabs li.selected a,
ul.reversedtabs li.selected a:link,
ul.reversedtabs li.selected a:visited,
ul.reversedtabs li.selected a:hover {
	padding:14px 20px 10px 0px;
	color:#FFF;
	background:#0074C2 url('../images/bg_tab-right-cap_sel.png') top right no-repeat;
}

ul.reversedtabs li.selected {
	background:#0074C2 url('../images/bg_tab-left-cap_sel.png') top left no-repeat;
}

ul.reversedtabs li.selected a {

}

#panel_freedata {	display:none; }
#panel_services {	display:none; }
#panel_products {	/* Default Tab */
	display:block;
}


/* Shop Custom Styles */

div#content .reversedpanel .shopCatListColumn {
	width:230px;
	margin-right:20px;
	float:left;
}

div#content .reversedpanel .shopCatListColumn h3 {
	color:#FFF;
	font-size:18px;
}

div#content .reversedpanel .shopCatListColumn ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

div#content .reversedpanel .shopCatListColumn ul li {
	margin:0px 0px 3px 0px;
}

div#content .reversedpanel .shopCatListFooter {
	height:1px;
	clear:both;
}

/* Coming Soon Items - Custom Styles */

.listComingSoon {
}


table.comingsoonitem {
	width:100%;
	margin-bottom:5px;
	border-top:1px dashed #CCC;
}

table.comingsoonitem td.thumbnail {
	vertical-align:top;
	font-size:1em;
	padding-top:10px;
	padding-bottom:0px;
}

table.comingsoonitem td.thumbnail img {
	border:5px solid #F4F4F4;
	margin-bottom:0px;
}

table.comingsoonitem td.thumbnail a:hover img {
	border:5px solid #0095F8;
}

table.comingsoonitem td.description {
	width:100%;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:0px;
	vertical-align:top;
	font-size:1em;
	text-align:left;
}

table.comingsoonitem td.description h4 {
	font-size:1em;
	font-weight:bold;
	color:#333;
}

table.comingsoonitem td.description h5 {
	font-size:0.9em;
	color:#999;
	
}
table.comingsoonitem td.description p {
	font-size:1em;
	color:#333;
} 

/* News Item Custom Styles */

div.homeNewsList div.post h4 {
	font-size:1em;
	font-weight:bold;
	color:#333;
}

div.homeNewsList div.post h5 {
	font-size:0.9em;
	color:#999;
}

div.homeNewsList div.post p {
	font-size:0.9em;
	color:#333;
}

div.homeNewsList div.post {
	border-bottom:1px dashed #CCC;
	padding-bottom:0px;
}

/* Free Data Custom Styles */

div.listFreeDataContainer {
	margin-top:25px;
	margin-bottom:0px;
}

div.listFreeData {
	margin-top:20px;
	font-size:13px;
}

div.listFreeData h4 {
	font-size:1.1em; font-weight:bold; color:#000;
}

div.listFreeData h5 {
	font-size:1em;
	color:#999;
}


table.freedataitem {
	width:100%;
	margin-bottom:25px;
	border-top:1px dashed #CCC;
}

table.freedataitem td.thumbnail {
	vertical-align:top;
	font-size:1em;
	padding-top:10px;
}

table.freedataitem td.thumbnail img {
	border:5px solid #F4F4F4;
}

table.freedataitem td.thumbnail a:hover img {
	border:5px solid #0095F8;
}

table.freedataitem td.description {
	width:100%;
	padding-left:20px;
	padding-top:15px;
	vertical-align:top;
	font-size:1em;
}


table.downloadlink {
	margin-top:10px;
	width:390px;
	height:50px;
}

table.downloadlink td {
	background:#00D12E url('../images/bt_download_large.png') top left no-repeat;
	color:#009D0C;
	padding:5px 80px 5px 10px;
	font-size:1em;
}

table.downloadlink td br {display:none;}

table.downloadlink td address {
	display:block;
	margin-top:0px; padding:0px;
}

table.downloadlink td a,
table.downloadlink td a:visited,
table.downloadlink td a:link {
	display:block;
	margin:0px; padding:0px;
	color:#006C09;
	font-weight:bold;
}

table.downloadlink td a:hover,
table.downloadlink td a:active {
	color:#000;
}

div.reversedpanel p.note {
	margin-bottom:0px;
	font-size:0.9em;
	color:#D9F0FF;
}


/* HOME Page Styles */

div.homeComingSoonList {
	float:left;
	width:245px;

	margin-top:25px;
}


div.homeNewsList {
	float:right;
	width:245px;
	
	margin-top:25px;

}

div.homeComingSoonList h3,
div.homeNewsList h3 {
	background-color:#EEE;
	margin:-5px -5px 10px -5px;
	padding:5px;
	position:relative;
	zoom:1;
}

div.homeComingSoonList p {
	font-size:0.9em;
}


.postEdit {
	position:absolute;
	top:-20px; right:0px;

	background-color:#EEE;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;

	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}


.nocomments {
	font-weight:bold;
	color:#666;
}

div#content div.footer {
	margin-top:20px;
	margin-bottom:-20px;
	position:relative;
}