/*  
Theme Name: BSI
*/
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
tr {
}
tr.even {
	background-color: #EEEEEE;
}
th, td {
	padding: 6px;
}
th {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/search_bg.gif);
	background-repeat: repeat-x;
	line-height: 18px;
	background-position: bottom;
	border: 1px solid #FFFFFF;
}
td {
	font-size: 13px;
	border: 1px solid #FFFFFF;
}
fieldset, img {
	border:0;
}
img {
	background-color: #6699cc;
	padding: 4px;
	border:0;
}
img.left, .alignleft {
	float: left;
	background-color: #FFFFFF;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	margin-bottom: 6px;
	margin-right: 14px;
}
img.right, .alignright {
	float: right;
	background-color: #FFFFFF;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	margin-bottom: 6px;
	margin-left: 14px;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
h2, h2 a {
	font-size: 24px;
	color: #6699cc;
	font-weight: bold;
	letter-spacing: -1px;
}
body {
	color: #444444;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #333399;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: normal;
}
p, ul, ol, dt, dl, dd {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	list-style-type: none;
}
form {
	margin:0px;
	padding:0px;
}
fieldset {
}
label {
	font-weight: bold;
	line-height: 20px;
}
input {
	margin: 0px;
	padding: 0px;
	border: none;
}
small, .small {
	font-size: 10px;
}
.note {
	font-style: italic;
	padding-left: 24px;
	background-image: url(images/information.png);
	background-position: 0px center;
	background-repeat: no-repeat;
}
#wrapper {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}
#content-wrap {
	width: 960px;
	clear: both;
}
#header {
	width: 940px;
	height: 110px;
}
#header h1 {
	text-indent: -9999px;
	margin: 0px;
	background-image: url(images/bsi_logo.gif);
	background-repeat: no-repeat;
	line-height: 71px;
	display: block;
	width: 141px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: 0px 20px;
}
#header h1 a {
	display: block;
	height: 90px;
	line-height: 90px;
	width: 141px;
}
#header ul {
	float: right;
	background-image: url(images/search_bg.gif);
	background-position: center bottom;
	height: 31px;
}
#header li {
	float: left;
}
#header li.searchleft {
	background-image: url(images/search_left.gif);
	width: 12px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header li.searchright {
	background-image: url(images/search_right.gif);
	width: 12px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h3 {
	float: right;
	font-size: 17px;
	color: #6699cc;
	font-weight: bold;
}
#header form {
	padding: 0px;
	float: left;
	width: 260px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#header fieldset {
	margin: 0px;
	padding: 0px;
}
#header #searchbar {
	float: right;
	width: 360px;
	clear: both;
}
#searchform {
	margin: 5px 0 0 0px;
	width: 180px;
}
#searchform br {
	display: none;
}
#s {
	display:block;
	float:left;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(images/input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#s:hover {
	background-color: #ffffee;
}
#searchsubmit {
	height:24px;
	font-weight:400;
	color:#333333;
	background-image:url(images/search.gif);
	width:80px;
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: none;
	background-attachment: scroll;
	line-height: 24px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#conactinfo {
	clear: both;
	float: right;
	width: auto;
	padding-top: 20px;
	text-align: right;
}
#conactinfo h4 {
	font-size: 17px;
	font-weight: bold;
	color: #6699cc;
	margin: 0px;
}
#conactinfo p {
	margin: 0px;
}
#conactinfo a {
	font-weight: bold;
}
/* navi */
#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 938px;
	height: 38px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
#nav ul {
	margin: 0px;
}
#nav li, #nav .clientlogin {
	float: left;
	font-size: 14px;
	border-right: 1px solid #BBBBBB;
	background-image: url(images/nav_active.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#nav li a {
	padding-top: 11px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 7px;
	display: block;
	font-weight: normal;
}
#nav li a:hover, #nav li a.current {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #999999;
	background-image: url(images/nav_hover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#nav .clientlogin {
	float:right;
	border: none;
	border-left: 1px solid #BBBBBB;
}
#hero {
	height: 230px;
	width: 940px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: 0px 0px;
	background-image: url(images/hero_sample.jpg);
	background-repeat: no-repeat;
	background-color: #2E3192;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #376ca2;
}
#hero img {
	padding: 0px;
}
#hero h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -1px;
	color: #FFFFFF;
	width: 530px;
	padding: 20px;
	height: 126px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#hero h2.straphome {
	background-image: url(images/strap_home.gif);
}
#hero h2.strapacademic {
	background-image: url(images/strap_academic.gif);
}
#hero h2.strapcorporate {
	background-image: url(images/strap_corp.gif);
}
#hero h2.straptrainers {
	background-image: url(images/strap_trainer.gif);
}
#hero h2.strapcontact {
	background-image: url(images/strap_contact.gif);
}
#hero h2.strapmanagement {
	background-image: url(images/strap_management.gif);
}
#hero h2.strapteam {
	background-image: url(images/strap_team.gif);
}
#hero h2.strapsim {
	background-image: url(images/strap_sim.gif);
}
#hero h2.strapfinance {
	background-image: url(images/strap_financial.gif);
}
#hero h2.strapfantasyceo {
	background-image: url(images/strap_fantasyceo.gif);
}
#hero h2.strapconf {
	background-image: url(images/strap_conf.gif);
}
#hero h2.strapbespoke {
	background-image: url(images/strap_bespoke.gif);
}
#hero h2.strapclients {
	background-image: url(images/strap_clients.gif);
}
#hero h2.straptake {
	background-image: url(images/strap_takealook.gif);
}
#hero h2.strapdemo {
	background-image: url(images/strap_demos.gif);
}
#hero h2.straptestimonials {
	background-image: url(images/strap_testimonials.gif);
}
#hero .rightimage {
	float: right;
	clear: none;
	overflow: hidden;
}
.herobutton {
	height: 46px;
	width: 206px;
	text-align: center;
	float: left;
	margin-left: 20px;
}
a.herobuttonlink {
	background-image: url(images/hero_button.png);
	display: block;
	background-position: 0px 0px;
	line-height: 40px;
	font-size: 14px;
	font-weight: normal;
	padding-right: 6px;
	padding-bottom: 6px;
	color: #333399;
}
a.herobuttonlink:hover {
	background-position: 0px 46px;
	color: #FFFFFF
}
.homecol {
	background-image: url(images/boxout_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 180px;
	margin-right: 20px;
	padding: 20px;
}
.homecol li {
	background-image: url(images/bullet.gif);
	background-position: left 6px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
}
.homecol a img {
	background-color: #FFFFFF;
	padding: 6px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D0D0D0;
	border-bottom-color: #D0D0D0;
	margin-bottom: 10px;
}
.homecol a:hover img {
	background-color: #6699cc;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.homecol h2 {
	margin-bottom: 14px;
	padding: 0px;
	color: #6699cc;
	font-weight: bold;
	font-size: 24px;
	color: #6699cc;
	font-weight: bold;
	letter-spacing: -1px;
}
.homecol h2 a {
	color: #6699cc;
	font-weight: bold;
}
.homecol h3 {
	font-size: 24px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	display: block;
}
.academic {
	background-image: url(images/homecol_academic.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.corp {
	background-image: url(images/homecol_corp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.trainers {
	background-image: url(images/homecol_trainers.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.clients {
	background-image: url(images/homecol_clients.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.homecol img.clientlogos {
	border: none;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFFFFF;
}
p.button {
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	display: block;
	line-height: 25px;
}
a.learn {
	background-image: url(images/button_learnmore.gif);
	background-position: 0px 0px;
	display: block;
	width: 95px;
}
a.learn:hover {
	background-image: url(images/button_learnmore.gif);
	background-position: 0px 25px;
}
a.more-link {
	background-image: url(images/button_learnmore.gif);
	background-position: 0px 0px;
	display: block;
	width: 95px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	display: block;
	line-height: 25px;
}
a.more-link:hover {
	background-image: url(images/button_learnmore.gif);
	background-position: 0px 25px;
}
/* sidebar-2 */

#sidebar-2 {
	float: left;
	width: 180px;
	margin-right: 20px;
	padding: 0px;
	margin-bottom: 20px;
}
#sidebar-2 h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	background-image: url(images/search_bg.gif);
	background-position: center bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	background-color: #acd1e1;
	letter-spacing: normal;
}
#sidebar-2 a, #sidebar-2 a a:visited {
	font-size: 13px;
	color: #333399;
	display: block;
	border: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#sidebar-2 ul li {
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: none;
}
#sidebar-2 ul li ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#sidebar-2 ul li ul li {
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar-2 ul li ul li ul li {
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar-2 a:hover {
	background-image: url(images/side_li_hover.gif);
	font-weight: normal;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #d5e8f0;
}
/* sidebar-1 */

#sidebar-1 {
	float: right;
	width: 180px;
	margin-right: 20px;
	padding: 0px;
	margin-bottom: 20px;
}
#sidebar-1 h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	background-image: url(images/search_bg.gif);
	background-position: center bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	background-color: #acd1e1;
	letter-spacing: normal;
}
#sidebar-1 a, #sidebar-1 a:visited {
	font-size: 13px;
	color: #333399;
	display: block;
	border: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#sidebar-1 ul li {
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: none;
}
#sidebar-1 ul li ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#sidebar-1 ul li ul li {
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar-1 ul li ul li ul li {
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#sidebar-1 li a:hover {
	background-image: url(images/side_li_hover.gif);
	font-weight: normal;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #d5e8f0;
}
#wrapper #content-wrap #sidebar-1 li img.promo, #wrapper #content-wrap #sidebar-1 li a.promo {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
	background-image: none;
	height: 180px;
	width: 180px;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 5px;
}
.maincol h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.maincol h2 {
	font-size: 24px;
	color: #6699cc;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.maincol h2 a {
	font-weight: bold;
}
/* main */
.contactcol h2 {
	font-size: 24px;
	color: #6699cc;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: normal;
	letter-spacing: -1px;
}
.maincol h3, .contactcol h3 {
	font-size: 17px;
	margin-bottom: 6px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	clear: both;
}
.maincol h4, .contactcol h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 14px;
}
.maincol, .contactcol {
	width: 540px;
	margin-right: 20px;
	padding: 0px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}
.maincol ul {
	margin-bottom: 10px;
}
.maincol li {
	background-image: url(images/bullet.gif);
	background-position: left 6px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}
.maincol li span {
	font-style: italic;
	font-weight: normal;
	display: block;
	line-height: 20px;
}
.maincol h5 {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: -4px;
	line-height: normal;
	padding: 4px;
	background-color: #FAFAFA;
	border: 1px solid #CDCDCD;
	font-weight: bold;
	color: #444444;
	text-align: right;
}
.post, .entry {
	text-align: left;
}
.width180 {
	width: 170px;
	float: left;
	margin-right: 10px;
}
.pullquote {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 20px;
	background-color: #EEEEEE;
	color: #6699cc;
	text-align: center;
	border: 1px solid #ABD1E1;
	float: right;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.col1, .col2 {
	width: 260px;
	clear: none;
	display: block;
	float: left;
	margin-right: 10px;
}
.post-cat {
	background: url(images/icon.gif) no-repeat;
	padding-left: 15px;
}
.post-date {
}
.date {
	text-align:left;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
}
.komentar {
	display: none;
}
blockquote {
	color:#000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #EEEEEE;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABD1E1;
	border-left-color: #ABD1E1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 5px;
	clear: both;
	display: none;
}
.commentlist {
	display: none;
}
.commentlist li {
	display: none;
}
.commentlist .alt {
	display: none;
}
.commentlist cite {
	display: none;
}
.commentlist cite a, .commentlist cite a:visited {
	display: none;
}
.commentlist small {
	display: none;
}
#commentform {
	display: none;
}
#commentform p {
	display: none;
}
#commentform label {
	display: none;
}
#commentform input {
	display: none;
}
#commentform textarea {
	display: none;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	display: none;
}
#commentform #submit {
	display: none;
}
#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-top: 16px;
	font-size: 10px;
	float: left;
	width: 940px;
	padding-bottom: 20px;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
	width: 355px;
}
#footer li {
	font-size: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}
#footer li a {
	display: block;
}
.video-container {
	overflow: hidden;
	float: left;
	padding: 6px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-image: url(images/vid_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.video-container h3 {
	border: none;
	padding-left: 20px;
	background-image: url(images/h3_vid.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}
.video-container h3 a {
	font-weight: bold;
}
.video-container h3 a:hover {
	font-weight: bold;
	color: #6699cc;
}
.videothumb {
	float: left;
	display: block;
	clear: both;
}
.videothumb img {
	padding: 6px;
	border-right: 2px solid #D0D0D0;
	border-bottom: 2px solid #D0D0D0;
	width: 240px;
	background-color: inherit;
}
.gallerythumb {
	float: left;
	display: block;
}
.gallerythumb img {
	background-color: #FFFFFF;
	padding: 6px;
	border-right: 2px solid #D0D0D0;
	border-bottom: 2px solid #D0D0D0;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gallerythumb img:hover, .videothumb img:hover {
	background-color: #6699cc;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
.cform {
	padding: 20px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/side_li.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBD8DD;
	border-right-color: #CBD8DD;
	border-left-color: #CBD8DD;
	float: none;
	width: 320px;
}
.cform li {
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cform label {
}
.cform label span {
	font-size: 14px;
	margin-bottom: 6px;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
}
.reqtxt, .emailreqtxt {
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	display: none;
}
.linklove {
	display: none;
}
.cform input.single, .secinput {
	width: 240px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(images/input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #FFFFFF;
	font-size: 13px;
}
.cform input.single:hover, .secinput:hover {
	background-color: #ffffee;
}
.captcha {
	background-color: #0099CC;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 4px;
}
.sendbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: none;
	color: #000000;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	margin: 0px;
	display: block;
	width: 80px;
	line-height: normal;
	height: 24px;
}
.cf_hidden {
	display: none;
}
.cf-sb {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}

img.rotimg {
  display: none;
}

img.roton {
  display: inline;
}

div.rightimage {
  position: relative;
  width: 370px;
  height: 230px;
}

div.rightimage img {
  position: absolute;
  right: 0;
  top: 0;
}

ul.rotlinks {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
}

ul.rotlinks li {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-color: white;
  opacity: 0.6;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}

ul.rotlinks li:hover {
  background-color: #eea63f   
}

ul.rotlinks li.roton {
  background-color: #f2c18e 
}
