/*
Theme Name: Onzo Ltd.
Theme URI: http://www.onzo.com/
Description: Onzo
Version: 1.0
Author: Onzo
Author URI: http://www.onzo.com
Tags: onzo, onzo labs, onzo custom theme
*/
/* CSS Document 
myOnzo v1.0
Created by .: Julie Vaccalluzzo :. for .: Onzo Ltd :.

colours used :
#009e48 - green
#00a9e0 - blue
#ff6319 - orange
*/
/* Reset  v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0 none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Begin Structure */
html,
body {
	margin: 0;
	padding: 0 0 15px 0;
}
html {
	overflow-y:scroll;
}
body {
	background: #eff0f0 url(images/bg.png) repeat-x top;
	color:#333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:2;
}
#page_wrapper{
	background: url(images/tile_wrapper.png) repeat-y left top;
	margin: 0 auto;
	min-height:600px;
	width:975px;
}
#page {
	background:url(images/bg_page.png) no-repeat left top;
	margin: 0 auto;
	min-height:600px;
	padding:32px 44px 0 41px;
	text-align:left;
	width:890px;
}


#header {
	background:url(images/bg_header.png) repeat-x bottom;
	border-bottom: 1px dashed #999999;
	height:92px;
	padding-top:20px;
}
#header #loginsection {
	float:right;
}
#header h1 a {
	background:url(images/logo.png) no-repeat bottom left;
	display:block;
	font-size:0.2em;
	height:34px;
	padding: 30px 0 0 0;
	text-indent:-999em;
	width:137px;
}
#header h1 {
	padding:0;
}
/* mainnav*/
#mainnav {
}
#mainnav form {
	margin: 0;
}
#mainnav h2 {
	display:none;
}
#mainnav ul{
	height:52px;
}
#mainnav ul li {
	height:25px;
	list-style-type: none;
	list-style-image: none;
	margin:0 13px 0 0 ;
	padding-top:15px;
	float:left;
}
#mainnav .page_item a,
#mainnav .cat-item a{
	display:block;
	height:25px;
/*	margin:0 5px 0 0;*/
	text-indent:-999em;
	overflow:hidden;
}

#mainnav .page_item a:hover,
#mainnav .cat-item a:hover,
#mainnav .page_item a:active{
	background-position:left -25px;
	display:block;
/*	height:24px;*/
/*	margin:0 5px 0 0;*/
}
#mainnav ul li.current_page_item a,
#mainnav ul li.current_page_ancestor a {
	background-position:left -25px;
}
/*These numbers may change and may not be static*/

#mainnav .page-item-878 {
	display:none;
}
#mainnav .page-item-commentary a{
	background:url(images/nav_commentary.png);
	width:121px;
}
#mainnav .page-item-company a {
	background:url(images/nav_company.png);
	width:88px;
}
#mainnav .page-item-customers a{
	background:url(images/nav_customers.png);
	width:102px;
}
#mainnav .page-item-solutions a{
	background: url(images/nav_solutions.png);
	width:88px;
}
#mainnav .page-item-partners a{
	background:url(images/nav_partners.png);
	width:80px;
}
#mainnav .page-item-blog a{
	background:url(images/nav_blog.png);
	width:41px;
}
#mainnav .page-item-press a{
	background:url(images/nav_press.png);
	width:53px;
}
#mainnav .page-item-investors a{
	background:url(images/nav_investors.png);
	width:88px;
}

#mainnav .page-item-contact a{
	background:url(images/nav_contact.png);
	width:73px;
}
#mainnav ul li.pagenav,
#mainnav ul li.categories{
	padding:0;
}
#mainnav ul ul li, 
#mainnav ul ol li {
	margin: 0;
}
#mainnav ul, 
#mainnav ul ol {
	margin: 0;
	padding: 0;
}
#mainnav ul p, 
#mainnav ul select {
/*	margin: 5px 0 8px;*/
}
#mainnav ul ul, 
#mainnav ul ol {
	margin:0;
}
#mainnav ul ul li {
	margin:0;
}
#mainnav ul ul ul, 
#mainnav ul ol {
	margin: 0;
}
#mainnav ul ul li ul li {
	background-image:none;
	font-weight:normal;
}
/* End mainnav*/

/* Begin subnav */
#subnav {
    clear:both;
}
.home #subnav {
	display:none;
}
#subnav ul {
	border-top: 1px dashed #999999;
	height:20px;
	font-size: 1em;
    list-style-type:none;
    margin:0;
	padding:5px 0 0 3px;
}

#subnav ul li {
    float:left;
	height:20px;
    margin-right:1em;
}

#subnav ul li a {
    color:#777;
}
#subnav ul li.current_page_item a,
#subnav ul li a:hover{
    color:#ff6319;
}
/* End subnav*/

/*banner*/
#banner {
	height:110px;
	margin-top:10px;	
	width:890px;
}
/*column structure*/
#content.narrowcolumn{
	width:610px;
	float:left;
	line-height:1.7em;
} 
.frontpage .post{
	margin:0;
}

/* Begin Sidebar-right */
#sidebar-right {
	color:#666666;
	font-size:0.85em;
	line-height:1.8em;
	/*margin-left:610px;removed for opera*/
	padding-left:15px;
	overflow:hidden;
	width: 255px;
}
#sidebar-right form {
	margin: 0;
}
#sidebar-right h2 {
	font-size:1.6em;
}
.press #sidebar-right p {
	border-bottom: 1px dashed #999999;
	margin-top:10px;
	padding-bottom:10px;
}

#sidebar-right ul, 
#sidebar-right ul ol {
	padding:0;
	margin:0;

}
#sidebar-right ul.archive {
	padding:15px 0 0 0;
}
#sidebar-right ul li {
	list-style:none;
	padding-left:0;
	margin:0;
}
#sidebar-right ul.news li {
}
#sidebar-right ul p, 
#sidebar-right ul select {
}
#sidebar-right ul ul, 
#sidebar-right ul ol {
	margin-left:0;
	padding-left:0;
}
#sidebar-right ul ul li, 
#sidebar-right ul ol li {
}
#sidebar-right ul ul li {
}
#sidebar-right ul ul ul, 
#sidebar-right ul ol {
}
#sidebar-right ul ul li ul li {
}
/* gallery styles */
#sidebar-right ul.onzo-gallery {
	list-style-type:none;
	height:249px;
	margin:10px 0 0 0;
	overflow:hidden;
	padding-left:0;
	width:260px;
	background-color:#999999;
	margin-left:-1px;
}
#sidebar-right ul.onzo-gallery li {
	background:#fff;
	float:left;
	margin:0 1px 1px 0;
	padding: 3px;
	width:79px;
	height:79px;
}
#sidebar-right ul.onzo-gallery li img {
/*	display:none;*/
}
#sidebar-right ul.onzo-gallery li a {
	display:block;
	width:78px;
	height:78px;
}
/* archive navigation styles */
#sidebar-right #archive ul {
	line-height:1em;
	padding:10px 0;
}
#sidebar-right ul.archive li {
	margin-bottom:5px;
}
#sidebar-right ul.archive h3,
#sidebar-right ul.archive h4{
    color:#808080;
    margin:10px 0;
}
#sidebar-right ul.archive li h3,
#sidebar-right ul.archive li h4 {
    font-weight:normal;
    line-height:20px;
    margin:0;
    padding-left:0;
}
#sidebar-right ul.archive li.collapsed h3,
#sidebar-right ul.archive li li.collapsed h4{
    background:url(images/arrow.png) no-repeat left 2px;
	cursor: pointer;
    padding-left:15px;
}
#sidebar-right ul.archive li.expanded h3,
#sidebar-right ul.archive li li.expanded h4{
    background:url(images/arrow_expanded.png) no-repeat left 2px;
	cursor: pointer;
    padding-left:15px;
}

#sidebar-right ul.archive ul {
    background:#fff;
    border-bottom:1px solid #fff;
    border-top:1px solid #fff;
    display:block;
}
#sidebar-right ul.archive ul li {
    margin:5px 0 5px 15px;
}

#sidebar-right ul.archive li.collapsed ul {
    display:none;
}


#sidebar-right ul.archive ul ul {
    display:none;
}

#sidebar-right ul.archive ul ul li {
    background:url(images/bullet.png) no-repeat left top;
    margin:5px 0 5px 15px;
    padding-left:15px;
}

#sidebar-right ul.archive li{
    line-height:15px;
}




#sidebar-right #news-categories li.cat-item {
	float:left;
	display:inline-block;
	margin-right:5px;
}
#sidebar-right #news-categories li.cat-item a:after {
	content: ",";
}
/* End Sidebar-right */

.post {
	margin-bottom: 30px;
}
.thepost{
		border-bottom:1px dashed #999999;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	border-top:2px dotted #CDCACD;
	margin-top:10px;
	padding-top:13px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
}
.postmetadata img{
	border:none;
	height: 48px;
	margin-bottom:-22px;
	width:48px;
}
.postmetadata a:hover {
	text-decoration:underline;
}
.pubdate {
	font-weight:bold;
	font-size:0.85em;
	margin: 0px 0 10px 0;
}
.metadata {
	font-size:0.8em;
	margin:0;
	padding-top:3px;
}
.metadata a,
.metadata .author{
	font-weight:bold;
}
.metadata .author {
}

#footer {
	background: url(images/bg_footer.png) no-repeat left bottom;
	padding: 15px 44px 40px 41px;
	font-size:0.95em;
	margin: 0 auto;
	clear: both;
/*	word-spacing:-0.1em;*/
	font-family:Helvetica, Arial, sans-serif;
}
#footer_inner{
	  border-top:1px dashed #999999;
	  padding-top:15px;
}
  
#footer p {
	border-top: 1px solid #00a9e0;
	padding-top:7px;
	margin: 0 0 15px 0;
    font-size:90%;
}
#footer .footerlinks {
	border:0;
	float:right;
	padding-top:8px;
}
#footer .rsslinks {
	background: url(images/rssfeed.png) no-repeat left top;
	padding-left:18px;
	padding-bottom:2px;
	padding-top:1px;
/*	margin-right:.5em;*/
}
#footer .twitterlink {
	background: url(images/twittericon.gif) no-repeat left top;
	padding-left:18px;
	padding-bottom:2px;
	margin-left:1em;
	padding-top:1px;
}

.clear {
    clear: both;
}


/*	Begin Headers */
h1, h2, h3 {
	font-family:Helvetica, Arial, sans-serif;
}
h1 {
	margin: 0;
	font-size: 4em;
	padding-top: 70px;
}
h2 {
	color:#666666;
	font-size: 1.3em;
	font-weight:600;
	margin: 20px 0 0;
	border-bottom:1px dashed #999999;
	font-weight:normal;
	line-height:1em;
	padding-bottom:7px;
}
h3 {
	font-size: 1.5em;
	margin:15px 0 0;
	padding: 0;
	color:#00a9e0;
	font-weight:normal;
	line-height:1.26em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
h4 {
	font-size:1em;
}
/* End Headers */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.sticky {
}
.commentlist li,
#commentform input,
#commentform textarea {
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
acronym, abbr, 
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, 
h2 a:hover, 
h3 a:hover {
	text-decoration: none;
}
a {
	color:#ff6319;
	outline:none;
}
a:hover {
	color:#995021;
}
p{
	margin:1em 0;
}
#wp-calendar 
#prev a, 
#wp-calendar 
#next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Begin Images */
p img {
/*  border:1px solid #CCCCCC;*/
	padding:8px 8px 15px 8px;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright,
.alignleft {
	display:block;
	width:300px;
}
.alignright {
	float: right;
	text-align:right;
}
.alignleft {
	float: left;
	text-align:left;
}
#main a img.alignleft{
	background:#FC5B01 url(images/img-a.png) 205px 130px no-repeat;
	bottom:15px;
	right:0;
	display:block;
	margin:10px 10px 20px;
	padding:0 0 15px;
}
#main a:hover img.alignleft{
	background:#C04400 url(images/img-a.png) bottom right no-repeat;
} 
/* End Images */

/* Begin Lists*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
ol li, 
#sidebar-right ul ol li {
	list-style: decimal outside;
}
ul.boxlist_left{
	background: url(images/onzo_homepage_panel.png) no-repeat top left;
	display:inline-block;
	height:115px;
	float:left;
	margin: 0 15px 0 0;
	overflow: hidden;
	padding:0;
	text-indent:-9999em;
	width:432px;
}
ul.boxlist_green{
	background:#95cb9c url(images/bg_box_list.png) repeat-x bottom left;
	display:inline-block;
	color:#ffffff;
	height:115px;
	float:left;
	margin: 0 15px 0 0;
	overflow: hidden;
	padding:0;
	width:432px;
}
.boxlist_green li {
	letter-spacing:-0.001em;
	line-height:1.4em;
	list-style-type:none;
	font: 16px Helvetica, Arial sans-serif;
	font-weight:bold;
	padding:0 5px;
	text-align:left;
	word-spacing:-0.04em;
}
ul.boxlist_green h4{
	border-bottom:1px solid #ffffff;
	display:block;
	height:19px;
	font:16px Helvetica, Arial sans-serif;/*keep font sizes static for box*/
	font-weight:bold;
	margin: 0 0 5px 0;
	padding:6px 0 4px 4px;
	white-space:nowrap;
}
ul.boxlist {
	display:inline-block;
	color:#000000;
	height:115px;
	float:right;
	font-size:12px;
	line-height:1.2em;
	margin:0;
	overflow: hidden;
	padding:0;
	width:437px;
}
ul.boxlist li {
	border-top:1px solid #999;
	height:25px;
	font-size:0.9em;	
	overflow:hidden;
	padding:6px 0 8px 0;
}
ul.boxlist li.first-child {
	border:none;
	height:25px;
}
ul.boxlist em {
	color:#808080;
	display:block;
	font-style:normal;
	text-transform: uppercase;
	width:100%;
}
/* Begin Form Elements */
textarea,
input,
select{
	border:1px solid #999999;
}
select {
	width: 130px;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
}
#sidebar-right #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar-right #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
/*	text-align:center;*/
}

#commentform input {
	border:1px solid #808080;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	border:1px solid #808080;
	width: 100%;
	overflow:auto;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.wpcf7-validates-as-email,
#contactform-message{
	width:350px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 5px 10px 0;
	text-transform: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin:20px 0;
	height:20px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* people styles*/
ul.staff{
	padding:0;
	margin:10px 0;
}
.staff li {
	display:inline-block;
	line-height:1.5em;
	list-style:none;
	float:left;
	font-size:1em;
	margin:0 10px 0 0;
	padding:0;
	position:relative;
	text-align:left;
	width:290px;
}
.staff li img {
	float:left;
	height:94px;
	padding:0 10px 10px 0;
	width: 94px;
}
.staff div {
	font-size:0.95em;
	margin-left:100px;
	width:190px;
	position:absolute;
	bottom:10px;
}
.staff span {
	display:block;

}

.staff .person .name {
	font-weight:bold;
	
}
.staff .person .title {
	color:#666666;
}
.staff .person .bio {
	margin:0;
}
html > body .entry ul.staff {
	margin-left:0;
	padding:0;
	text-indent:0;
}
.staff .email {
	display:block;

}
/*end people styles*/


input.dimmed {
    color:#777;
}
div#map_canvas {
   width:250px;
   height:250px;
}
/*gallery styles*/
#myGallery {
	margin:0 auto;
}
#featured {
	padding: 15px 0;
}
/* forms*/
#loginsection p {
	margin: 15px 0 0;
}
#loginsection { /*do not use loginform id - not read in by IE6 */
	position:relative;
}
#loginsection .submit {
	background:url(images/login.png) no-repeat top left;
	display:block; /* for IE6 to remove text on buttons*/
	border:none;
	cursor:pointer;
	font-size:0px; /* for IE6 to remove text on buttons*/
	height:29px;
	line-height:0px; /* for IE6 to remove text on buttons*/
	text-indent:999em;
	width:63px;
	bottom: 1px;
	left:0;
}

#loginsection input {
	border: 1px solid #808080;
	line-height:18px;
	margin: 13px 4px 0 0;
	padding: 4px;
	width: 244px;
}
*html #loginsection input {
	width:240px; /*shorten width for IE6 to pevent clearing of main content */
}
#loginsection .error {
	color:red;
	font-weight: bold;
}
#commentform #submit {
	background:url(images/sub_comment.png) no-repeat top right;
	border:none;
	display:block; /* for IE6 to remove text on buttons*/
	font-size:0px; /* for IE6 to remove text on buttons*/
	height:29px;
	line-height:0px; /* for IE6 to remove text on buttons*/
	text-indent:999em;
	width:147px;
}


/* slideshow styles */
ul.onzo-slideshow {
	border-bottom:5px solid #ff6319;
	height:366px;
	list-style-type:none;
	margin: 0 0 15px 0;
	overflow:hidden;
	padding:0;
	width:890px;
}
ul.onzo-slideshow li {
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	text-indent:-999em;
	position:absolute;
}

/* contact form styles */
div.wpcf7 {
	
}
div.wpcf7 span.wpcf7-not-valid-tip-no-ajax,
div.wpcf7 span.wpcf7-not-valid-tip,
div.wpcf7 div.wpcf7-validation-errors {
	color:red;
	font-weight:bold;
	border: none;
	font-size:0.8em;
	margin-left:10px;
	padding:2px;
	position: static;


}
div.wpcf7 div.wpcf7-validation-errors  {
	margin-left:0;

}
div.wpcf7 .ajax-loader {
	position:absolute;
}
div.wpcf7 #contactform-submit {
	background:url(images/submit.png) no-repeat top left;
	display:block; /* for IE6 to remove text on buttons*/
	border:none;
	cursor:pointer;
	font-size:0px; /* for IE6 to remove text on buttons*/
	height:29px;
	line-height:0px; /* for IE6 to remove text on buttons*/
	text-indent:999em;
	width:70px;
}


p.shade {
	color:#666666;
}

/*maintenance styles*/
.maintenance #content{
	padding:75px 25px 0px;
	background: url(images/gen.png) no-repeat bottom right;
	height:525px
}
.maintenance h3 {
	font-size:200%;
}


/* Smart Energy Kit corner link 2010-05-11*/
#page {
	position:relative;
}

.sek_cornerlink {
	background: url(images/sek_cornerlink.gif) no-repeat left 0px;
	display:block;
	position:absolute;
	width:229px;
	height:117px;
	right:14px;
	top:53px;
	text-indent:-999em;
	padding:0;
	margin:0;
	
}
.sek_cornerlink:hover {
	background-position: left -117px;
}


/* Onzo is hiring corner link 2010-06-16*/
.hiring_cornerlink {
	background: url(images/hiring_cornerlink.gif) no-repeat left 0px;
	display:block;
	position:absolute;
	width:229px;
	height:117px;
	right:14px;
	top:53px;
	text-indent:-999em;
	padding:0;
	margin:0;
	
}
.hiring_cornerlink:hover {
	background-position: left -117px;
}
/* Buy an SEK corner link 2011-04-31*/
.buysek_cornerlink {
	background: url(http://onzo.com/wp-content/uploads/2011/04/buysek_cornerlink.png) no-repeat left 0px;
	display:block;
	position:absolute;
	width:229px;
	height:117px;
	right:14px;
	top:53px;
	text-indent:-999em;
	padding:0;
	margin:0;
}
.buysek_cornerlink:hover {
	background-position: left -117px;
}

