/* 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

* {
margin: 0;
}

html, body {
height: 100%;
}

.main_wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -60px;
position:relative;
}


/* Basic Formatting */

html {
	overflow-y:scroll;
}

body {
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	font-size: 70%;
	color: #444444;
	font-weight:normal;
}

p {
	line-height:1.3em;
	margin-bottom:10px;
}

a {
	color: #4295b3;
	border-bottom: 1px solid #73c4e1;
	text-decoration:none;
}

a:hover {
	color: #73c4e1;
}

h3 {
	font-size: 1.7em;
	margin-bottom:1em;
}

a:hover {
		
}

a:visited {
	
}

blockquote {
	/* not used, yet */
}

cite {
	font-style: italic;
	cursor:help;
}

small {
	font-size: 0.8em;
}

a.image {
	border:none;
}

/* Regular styles */

.left {
	float:left;
	position:relative;
}

.right {
	float:right;
	position:relative;
}

.hide {
	position:absolute;
	display:none;
}

#wrapper {
	width:925px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:block;
	height: auto !important;
}

.block {
	display:block;
}

/* Header */

#navigation {
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	background: #222222;
	width:100%;
	height:92px;
	background: url(http://rsb1.butostatic.com/images/public_site/main_nav_bg.png) repeat-x top left;
}

#navigation ul {
	display: block;
	position:absolute;
	top: 0px;
	left:50%;
	margin-left:-270px;
	list-style:none;
}

#navigation li {
	display:block;
	position:relative;
	float:left;
	width:100px;
	height:92px;
	background: transparent;
	text-align:center;
	margin-left:5px;
	margin-top:-10px;
}

#navigation li a {
	display:block;
	width: 100px;
	height:92px;
	background:url(http://rsb1.butostatic.com/images/public_site/main_nav_2.png) top left;
	overflow: hidden;
	text-indent: -9000px;
	border:none;
}

.login_link {
	display:block;
	position:absolute;
	left:50%;
	margin-left:320px;
	width:143px;
	height:36px;
	border:none;
	background: url('http://rsb1.butostatic.com/images/public_site/my_account_btn.png') top left;
	font-size: 1px;
	color: transparent;
	text-indent: -9000px;
}

.login_link:hover {
	background-position:0px -36px;
}


/** Hero image and buttons **/

#hero_image
{
	border:none;
	position:absolute;
	left:50%;
	top:20px;
}

h1#strapline
{
	font-size:1px;
	color: transparent;
	text-indent:-9000px;
	display:block;
	position:absolute;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_strapline.png') no-repeat top left;
	width:408px;
	height:71px;
	top:30px;
	left:50%;
	margin-left:-465px;
}

div.action_buttons
{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-470px;
}

#feature_tour_button
{
	width:135px;
	height:47px;
	background: url('http://rsb1.butostatic.com/images/public_site/action_buttons/feature_tour_btn.png') no-repeat 0 0;
	display:inline-block;
	border:0px;
}

#feature_tour_button:hover
{
	background-position: 0px -47px;
}

#play_video_button
{
	width:134px;
	height:47px;
	background: url('http://rsb1.butostatic.com/images/public_site/action_buttons/play_video_btn.png') no-repeat 0 0;
	display:inline-block;
	border:0px;
}

#play_video_button:hover
{
	background-position: 0px -47px;
}

#free_trial_button
{
	width:113px;
	height:47px;
	background: url('http://rsb1.butostatic.com/images/public_site/action_buttons/free_trial_btn.png') no-repeat 0 0;
	display:inline-block;
	border:0px;
}

#free_trial_button:hover
{
	background-position: 0px -47px;
}


/* Main Nav */

#navigation li a#product_link {	
	background-position: 0px 0px;
}

#navigation li a#product_link:hover {	
	background-position: 0px -93px;

}

#navigation li a#partners_link {
	background-position: -100px 0px;
}

#navigation li a#partners_link:hover {
	background-position: -100px -93px;
}

#navigation li a#blog_link {
	background-position: -200px 0px;
}

#navigation li a#blog_link:hover {
	background-position: -200px -93px;
}

#navigation li a#contact_link {
	background-position: -300px 0px;
}

#navigation li a#contact_link:hover {
	background-position: -300px -93px;
}

a#home_link {
	width:104px;
	height:31px;
	position:absolute;
	left:50%;
	margin-left: -465px;
	top:22px;
}

#page_pointer {
	background: url(http://rsb1.butostatic.com/images/public_site/page_pointer.png) no-repeat top left;
	width:10px;
	height:5px;
	position:absolute;
	left:50%;
	top:87px;
}

/* hompage specific */

#head {
	width:100%;
	height:106px;
	background:url(http://rsb1.butostatic.com/images/public_site/standard_top_panel_bg.png) repeat-x top left;
	position:relative;
	margin-bottom:30px;
}


body#home #head {
	width:100%;
	position:relative;
	height:202px;
	clear:both;
	background: url(http://rsb1.butostatic.com/images/public_site/homepage_background_grad.png) repeat-x top left;
	overflow:hidden;
	margin:0px;
}

#home_top_image {
	width:100%;
	position:relative;
	height:224px;
	text-align:center;
	margin-top:10px;
}

#home_head {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-465px;
	z-index:9;
	display:block;
}

#main_image {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-30px;
	z-index:7;
	display:block;
}

a#home_action_button {
	width:199px;
	height:36px;
	display:block;
	position:absolute;
	top:160px;
	left:50%;
	margin-left:-465px;
	background-image: url('http://rsb1.butostatic.com/images/public_site/button_sprite-1.0.0.png');
	background-position: -155px 0px;
	text-indent: -9000px;
	font-size:1px;
}

a#home_video_button {
	width:155px;
	height:36px;
	display:block;
	position:absolute;
	top:160px;
	left:50%;
	margin-left:-258px;
	background-image: url('http://rsb1.butostatic.com/images/public_site/button_sprite-1.0.0.png');
	background-position: 0px 0px;
	text-indent: -9000px;
	font-size:1px;
}

a#home_video_button:hover {
	background-position: 0px -36px;
}

a#home_action_button:hover {
	background-position: -155px -36px;
}

body#home {
	background: #eeeeee;
}

body#home #content {
	width:100%;
	height:450px;
	background: #eeeeee;
	position:relative;
	display:block;
}

body#home #content #features {
	position:relative;
	display:block;
	width:588px;
	float:left;
	margin-top:20px;
	
}

body#home #content #features .section {
	position:relative;
	float:left;
	width:250px;
	margin-right:40px;
	margin-bottom:40px;
	height:150px;
}


/** Homepage right hand bar **/

body#home div.right_panel
{
	position:absolute;
	left:50%;
	margin-left:150px;
	top:20px;
	width:320px;
	overflow:hidden;
}

body#home div#contact
{
	width:319px;
	height:85px;
	margin-bottom:10px;
	position:relative;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_contact_bg.png');
}

body#home div#contact h2
{
	display:block;
	position:absolute;
	left:15px;
	top:10px;
	width:291px;
	height:53px;
	font-size: 1px;
	color: #333;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_contact_text.png') no-repeat top left;
}

body#home div#contact a#homepage_contact_button
{
	display:block;
	position:absolute;
	left:10px;
	top:35px;
	width:139px;
	height:36px;
	border:none;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_contact_button.png') 0px 0px no-repeat;
}

body#home div#contact a#homepage_contact_button:hover
{
	background-position: 0px -36px;
}

body#home div#pricing
{
	width:318px;
	height:217px;
	position:relative;
	display:block;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_pricing_bg.png') 0px 0px no-repeat;
}

body#home div#pricing div#package
{
	width:283px;
	height:127px;
	top:40px;
	left:17px;
	position:absolute;
	display:block;
	
}

a#package_action_btn
{
	display:block;
	width:102px;
	height:85px;
	background:url('http://rsbl1.butostatic.com/images/public_site/homepage_99_button.png');
	position: absolute;
	top:20px;
	border:none;
}

span.package_divider
{
	width:283px;
	height:0px;
	display:block;
	position:relative;
	top:40px;
	left:17px;
	border-top:1px solid #999;
	border-bottom:1px solid #fff;
}

body#home div#pricing h3#packages_title
{
	width:264px;
	height:15px;
	position:absolute;
	top:15px;
	left:17px;
	display:block;
	color: #eee;
	font-size: 1px;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_pricing_packages_title.png') 0px 0px no-repeat;
}

body#home div#pricing h3#scale_title
{
	width:280px;;
	height:29px;
	position:absolute;
	bottom:10px;
	left:17px;
	display:block;
	color: #eee;
	font-size: 1px;
	background: url('http://rsb1.butostatic.com/images/public_site/homepage_pricing_scale_title.png') 0px 0px no-repeat;
}

body#home div#pricing div#package ul
{
	display:block;
	left:110px;
	line-height:1.4em;
	top:8px;
	text-shadow: #fff 0px 1px 0px;
}

body#home div.right_panel p.disclaimer
{
	font-size: 0.9em;
	margin-top:10px;
	color: #999;
}

/** **/

div.tab_bar
{
	position:absolute;
	height:38px;
	width:220px;
	left:50%;
	margin-left:200px;
	background: url('http://rsb1.butostatic.com/images/public_site/top_tab_bg.png') repeat-x top left;
	display:block;
}

div.tab_bar span.left, div.tab_bar span.right
{
	width:6px;
	height:38px;
	position:absolute;
}

div.tab_bar span.left
{
	background: url('http://rsb1.butostatic.com/images/public_site/top_tab_left.png') no-repeat top left;
	top:0px;
	left:-6px;
}

div.tab_bar span.right
{
	background: url('http://rsb1.butostatic.com/images/public_site/top_tab_right.png') no-repeat top left;
	top:0px;
	right:-6px;
}

div.tab_bar span.tab_divider
{
	background: url('http://rsb1.butostatic.com/images/public_site/tab_bar_divider.png') no-repeat top left;
	top:7px;
	width:2px;
	height:26px;
	position:absolute;
	left:50%;
	margin-left:-1px;
}

div.tab_bar a.top_trial_button
{
	width:96px;
	height:25px;
	overflow:hidden;
	display:inline-block;
	background: url('http://rsb1.butostatic.com/images/public_site/action_buttons/top_trial_button.png') no-repeat top left;
	border:none;
	text-indent:-9000px;
	color: #fff;
	font-size: 1px;
	position:absolute;
	top:5px;
	left:5px;
}

#login_button
{
	width:96px;
	height:25px;
	display:inline-block;
	overflow:hidden;
	text-indent:-9000px;
	color: #fff;
	font-size: 1px;
	background: url('http://rsb1.butostatic.com/images/public_site/action_buttons/top_account_button.png') no-repeat;
	background-position: 0px 0px;
	border:none;
	position:absolute;
	right:5px;
	top:5px;
}

div.tab_bar a.top_trial_button:hover
{
	background-position:0px -25px;
}

#login_button:hover
{
	background-position:0px -25px;
}

/* */

#page_head {
	position:absolute;
	left:50%;
	margin-left:-465px;
	margin-top:20px;
}

/* Product Page */

.product_column {
	width:290px;
	margin-right:10px;
	float:left;
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
}

.product_column img {
	display:block;
	position:relative;
	margin-bottom:20px;
}

.product_holder {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:200px;
	margin-bottom:20px;
	padding-bottom:20px;
}


/* Feature Tour */

.tour_nav {
	width:923px;
	height:60px;
}

.tour_nav li {
	height:70px;
	width:125px;
	float:left;
	position:relative;
}

.tour_nav li a img {
	float:left;
	position:relative;
	margin-right:10px;
	margin-left:10px;
	margin-top:-5px;
}

.tour_nav li a {
	display:block;
	margin-left:2px;
	margin-right:2px;
	float:left;
	height:70px;
	width:125px;
	padding-top:25px;
	display:block;
	border-left: 1px solid #cacaca; /* fix, stops cufon putting a slight indent on text */
}

.tour_nav li:first-child {
	margin-left:0px;
	border:none;
	padding:0px;
}

.tour_nav li a {
	color: #242424;
	border:none;
	line-height:1.3em;
}

.tour_nav li a.selected {
	background: url(http://rsb1.butostatic.com/images/public_site/tour_selected_bg.png) no-repeat top left;
}

#slider {
	width:923px;
	height:360px;
	background:url(http://rsb1.butostatic.com/images/public_site/tour_bg.png) repeat-x top left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.scroll {
	height:250px;
	overflow:auto;
	position:relative;
	clear:left;
}

.scrollContainer div.panel {
	width:923px;
	height:250px;
}

.scrollContainer div.panel h3 {
	margin-top:20px;
	margin-left:20px;
	position:relative;
	float:left;
	width:400px;
}

.scrollContainer div.panel p {
	width:400px;
	margin-left: 20px;
	font-size: 1.2em;
	position:relative;
	float:left;
	clear:left;
}

.scrollContainer div.panel .media {
	width:400px;
	height:224px;
	background:transparent;
	float:right;
	position:relative;
	margin-right:20px;
	margin-top:20px;
}

.product_holder
{
    height:105px !important;
}

.detailed_specs_holder
{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width: 900px;
    padding-top:25px;
    border-top:1px solid #cacaca;
    padding-bottom:20px;
    height:950px;
}

.detailed_specs_holder p
{
    margin-bottom:20px;
}

.detailed_specs_holder .col
{
    float:left;
    display:block;
    width:280px;
}

.middle
{
    margin-left:30px;
    margin-right:30px;
}

.detailed_specs_holder .col ul
{
    padding-bottom: 20px;
    padding-top:20px;
    border-top: 1px solid #cacaca;
}

.detailed_specs_holder .col ul li
{
    list-style: square;
    list-style-position: inside;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    line-height: 1.5em;
}

.detailed_specs_holder .col ul li.header
{
    list-style:none;
}

.detailed_specs_holder .col ul img
{
    margin-top:10px;
    margin-bottom:10px;
}

.first
{
    border: none !important;
    padding-top:0px !important;
}

/* partners page */

body#partners p {
	margin-bottom:8px;
}

body#partners p.intro_copy {
	font-size:1.2em;
}

#partner_panels {
	width:100%;
	position:relative;
	clear:both;
	display:block;
	margin-bottom:20px;
}

#partner_panels .col1, .col2, .col3 {
	width:290px;
	height:380px;
	float:left;
	position:relative;
	margin-left:15px;
}

#partner_panels .col1 {
	margin:0px;
}

#partner_panels .col3 {
	width:300px;
	border:none;
}

#partner_panels h3 {
	color: #3b3b3b;
}

#partner_panels .panel_small, #partner_panels .panel_big {
	width:280px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

#partner_panels .panel_small {
	height: 110px;
}

#partner_panels p {
	margin-bottom:10px;
}

#partner_panels img {
	display:block;
	margin-bottom:10px;
}

.techno_panel {
	width:430px;
	float:left;
	position:relative;
	margin-right:30px;
}

.techno_panel img {
	display:block;
	margin-bottom:20px;
}

/* Blog Pages */

/* ALL WORDPRESS STYLING IS HANDLED IN THIS CSS FILE, THEME CSS FILE IS 
JUST FOR STRUCTURE AND TO MAKE SURE THE THEME APPEARS IN THE BACKEND */

body#blog #sidebar {
	position:relative;
	float:right;
	width:280px;
}

body#blog #posts {
	position:relative;
	float:left;
	width: 600px;
	margin-right:40px;
}

/* Sidebar styling */

body#blog h3 {
	color: #4295b3;	
}

body#blog #sidebar #categories ul li {
	display:block;
	border-bottom:1px solid #cacaca;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:10px;
}

body#blog #sidebar #categories ul li:last-child {
	border:none;
}

body#blog #sidebar #categories ul li span.entry_no {
	float:right;
	margin-right:10px;
}

body#blog #sidebar #categories ul li a {
	border:none;
	color: #444444;
	display:block;
	position:relative;
	width:100%;
}

body#blog #sidebar #categories ul li:hover {
	background: #eeeeee;
	cursor:pointer;
}

body#blog #sidebar form {
	position: relative;
	margin-bottom:20px;
}

body#blog #sidebar #search_text {
	border: 1px solid #cacaca;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 280px;
	padding: 5px;
	padding-right:0px;
}

body#blog #sidebar #search_submit {
	background: url(http://rsb1.butostatic.com/images/public_site/search_icon.png) #eeeeee;
	width:30px;
	height:24px;
	position:absolute;
	border:none;
	z-index:9;
	right:-6px;
	top:1px;	
	text-indent: -9000px;
}

body#blog #sidebar #search_submit:hover {
	cursor:pointer;
	background:url(http://rsb1.butostatic.com/images/public_site/search_icon.png) #cacaca;
}

body#blog #posts h3 {
	margin-bottom:5px;
	padding-bottom:0px;
}

body#blog #posts h3 a {
	border:none;
}

body#blog #posts small {
	color: #4295b3;
	font-size: 1em;
	font-weight:bold;
	margin-bottom:2em;
	display:block;
}

body#blog #posts .post {
	border-top: 1px solid #cacaca;
	padding-top:20px;
	margin-top:20px;
	display:block;
}

body#blog #posts .no_comments {
	position:relative;
	float:right;
	font-size: 1.2em;
	text-align:center;
}

body#blog #posts .no_comments a:hover { 
	background: url(http://rsb1.butostatic.com/images/public_site/blog_comment_bg_hover.png) no-repeat top left;
	cursor:pointer;
	color: #fff;
}

body#blog #posts .no_comments a {
	padding-top:5px;
	border:none;
	display:block;
	width:30px;
	height:30px;
	background: url(http://rsb1.butostatic.com/images/public_site/blog_comment_bg.png) no-repeat top left;
	color: #444444;
}

body#blog form#commentform {
	padding-top:20px;
	border-top: 1px solid #cacaca;
	position:relative;
	float:left;
	width:600px;
}

body#blog form#commentform h3 {
	margin-bottom:20px;
}

body#blog form#commentform input {
	width: 200px;
	border: 1px solid #cacaca;
	background: #eeeeee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding:5px;
	margin-right:10px;
}

body#blog .commentlist li.comment {
	display:block;
	position:relative;
	float:left;
	border-top:1px solid #cacaca;
}

body#blog .commentlist li.comment:first-child {
	border:none;
}
body#blog .commentlist li cite a{
	font-size: 1.2em;
	font-style:normal;
	font-weight:bold;
	border:none;
}

body#blog .commentlist li .comment-meta {
	position:absolute;
	bottom:2px;
	left:0px;
	padding-bottom:10px;
	width:300px;
}

body#blog h3#comments {
	margin-bottom:20px;
	margin-top:20px;
	border-top:1px solid #cacaca;
	padding-top:20px;
}

body#blog .commentlist li p {
	margin-top:10px;
	margin-bottom:30px;
}

body#blog .commentlist li .comment-meta a {
	color: #999999;
	border:none;
}

body#blog .commentlist li:last-child {
	border:none;
}

body#blog #featured_post ul {
	list-style:disc;
	margin-left:30px;
	margin-bottom:10px;
}

body#blog #featured_post ul li {
	margin-bottom: 3px;
}

/* archives */

body#blog #archived_posts ul li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cacaca;
	text-indent:10px;
}

body#blog #archived_posts ul li:last-child{
	border:none;
}

body#blog #archived_posts ul li span {
	float:right;
	margin-right:10px;
}

body#blog #archived_posts ul li a {
	width: 100%;
	display:block;
	border:none;
	color: #444444;
}

body#blog #archived_posts ul li:hover {
	background: #ebebeb;
	cursor:pointer;
}

body#blog #search_results ul li {
	padding-top:7px;
	padding-bottom:7px;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
/* Contact page */

#contact_form {
	width:430px;
	position:relative;
	float:left;
}

#contact_form label
{
	font-weight:bold;
	color: #333;
	display:block;
}

#contact_form p.input_form
{
	line-height: 3em;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding-bottom:10px;
}

#contact_form input, textarea {
	width: 150px;
	padding:5px;
	border: 1px solid #cacaca;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #f2f2f2;
	display:inline-block;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	font-size:1em;
}

#contact_form textarea
{
	width: 420px;
	height:50px;
}

#contact_form p.info
{
	font-style:italic;
	color: #999;
	font-size: 0.9em;
	padding-top:20px;
}

#contact_form #personalise_form
{
	padding-bottom:5px;
	border-bottom: 1px solid #cacaca;
}

#sending_overlay
{
	width:300px;
	height:110px;
	border: 1px solid #cacaca;
	background: #eee;
	position:absolute;
	z-index: 9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top:150px;
	left:65px;
	display:none;
}

#sending_overlay h3
{
	text-align:center;
	margin-top:40px;
	color: #333;
}

#send_email_btn
{
	background-image: url( 'http://rsb1.butostatic.com/images/public_site/action_buttons/submit_form_button.png' );
	display:block;
	width:93px;;
	height:25px;
	text-align:-9999px;
	font-size: 1px;
	color: #fff;
	border:none;
	margin-top:10px;
	position:relative;
	margin-bottom:20px;
}

#send_email_btn:hover
{
	background-position: 0 -25px;
}

p.success
{
	color: #19b344;
	font-weight:bold;
}

p.error
{
	color: #b31919;
	font-weight:bold;
}

.watermark
{
	color: #555;
	font-style: italic;
}

#contact_form .captcha
{
	background: #f2f2f2;
	border: 1px solid #cacaca;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position:relative;
	height:90px;
	margin-bottom: 10px;
	margin-top:20px;
	z-index: 6;
}

#contact_form .captcha p.image
{
	display:block;
	background: #fff;
	width:160px;
	padding-top:10px;
	padding-bottom:10px;
	position:absolute;
	left:10px;
	top:10px;
	text-align:center;
}

#contact_form .captcha p.desc
{
	position:absolute;
	right:10px;
	top:10px;
	width:230px;
}

#contact_form .captcha input
{
	position:absolute;
	right:10px;
	top:50px;
	width: 220px;
}


#contact_form input:focus, textarea:focus {
	border:1px solid #999999;
}

#contact_form textarea {
	height:100px;
}

#contact_form #email_submit {
	width:108px;
	height:28px;
	background:url(http://rsb1.butostatic.com/images/public_site/action_buttons/submit_form_button.png) no-repeat top left;
	border:none;
	text-indent: -9000px;
	color: green;
	font-size:1px;
	float:right;
	cursor:pointer;
}

#contact_form #email_submit:hover
{
	background-position: 0px -25px;
}

#contact_form small {
	float:right;
}

#contact_form p {
	display:block;
	margin-bottom:10px;
}

#contact_details {
	width:177px;
	height:182px;
	position:relative;
	float:left;
	margin-left:20px;
	background: url('http://rsb1.butostatic.com/images/public_site/contact_panel_bg.png') no-repeat top left;
}

#contact_details img
{
	margin-left:15px;
	margin-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	display:block;
	float:right;
}

#contact_details img.top
{
	border-top:0px;
}

#contact_details img.bottom
{
	border-bottom:0px;
}

.hide
{
	display:none;
}

#address_details {
	width:210px;
	position:relative;
	float:left;
	margin-left:20px;
	border-left: 1px solid #cacaca;
	min-height: 200px;
	padding-left:20px;
}

#address_details li {
	margin-top:5px;
	font-size:1.1em;
}

/* Footer */

#footer{
	height: 60px;
	clear: both;
	position:relative;
	background: #111;
	width:100%;
	margin:0px !important;
	padding: 0px !important;
}

#footer ul{
	width:923px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:block;
	padding-top:10px;
	margin-bottom:10px;
}

#footer ul li {
	display:block;
	float:left;
	height:20px;
	margin-right:20px;
	color: #fff;
}

#footer ul li a {
	color: #fff;
	border:none;
}

#footer p {
	color: #fff;
	font-size: 0.8em;
	position:absolute;
	top:30px;
	width:923px;
	left:50%;
	margin-left:-462px;
	display:block;
	z-index:9;
}

.rss_link {
	vertical-align:middle;
	margin-top:-3px;
}

/** Trial lightbox **/

div.lightbox_blackout
{
	background:url('http://rsb1.butostatic.com/images/black_transparent_60.png');
	z-index:10;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

div.trial_lightbox
{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-245px;
	width:490px;
	background:#f5f5f5;
	z-index:999;
	top:200px;
}

div.trial_lightbox h1
{
	display:block;
	position:absolute;
	top:-50px;
	left:0px;
	height:50px;
	width:490px;
	background: url('http://rsb1.butostatic.com/images/public_site/trial_lightbox_header.png') no-repeat top left;
}

div.trial_lightbox a.close_btn, div.video_lightbox a.close_btn
{
	background: url('http://rsb1.butostatic.com/images/public_site/lightbox_close_btn.png') no-repeat top left;
	width:32px;
	height:31px;
	position:absolute;
	top:-12px;
	right:-12px;
	display:block;
	border:none;
}

div.trial_lightbox p, ul
{
	margin-left:17px;
	margin-right:17px;
	margin-top:10px;
	display:block;
	position: relative;
}

div.trial_lightbox ul
{
	padding-bottom:20px;
}

div.trial_lightbox li
{
	margin-top:5px;
	display:block;
	position:relative;
}

div.trial_lightbox label
{
	font-weight:bold;
	width:100px;
	display:inline-block;
}

div.trial_lightbox input
{
	padding:3px;
	border:1px solid #ccc;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width:340px;
}

div.trial_lightbox span.bottom
{
	width:490px;
	height:6px;
	position:absolute;
	left:0px;
	bottom:-6px;
	background: url('http://rsb1.butostatic.com/images/public_site/trial_lightbox_footer.png') no-repeat top left;
}

div.trial_lightbox span.disclaimer
{
	font-size:0.9em;
	font-style:italic;
	padding-top:15px;
	display:block;
}

/** Video lightbox **/

div.video_lightbox
{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-320px;
	width:640px;
	background:#f5f5f5;
	z-index:999;
	top:100px;
}

div.video_lightbox a.close_btn
{
	top: -17px;
	right: -17px;
}

/** New trial pages **/

.contact_container
{
	width:470px;
	float:left;
}

ul.tick_list
{
	margin: 10px 0px 10px 0px;
}

ul.tick_list li
{
	background: url('http://rsb1.butostatic.com/images/public_site/trial_bullet.png') no-repeat top left;
	padding-left: 20px;
	padding-top:1px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:bold;
	margin-left:0px;
}

.trial_info ul
{
	display:block;
	margin:10px;
	list-style:none;
}

.trial_info ul li
{
	display:block;
	padding-left:20px;
	background: url('http://rsb1.butostatic.com/images/public_site/trial_bullet_light.png') left center no-repeat;
	padding-bottom:5px; 
	padding-top:5px;
}

.contact_container #trial_form
{
	margin-top:20px;
	display:block;
	padding:20px;
	background: #eee;
	width: 330px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border: 1px solid #ccc;
	position: relative;
	padding-bottom:50px;
	margin-bottom:50px;
}

.contact_container #trial_form p
{
	display:block;
	border-bottom: 1px solid #ccc;
	border-top:1px solid #fff;
	padding-bottom:10px;
	padding-top:10px;
	margin:0px;
}

.contact_container #trial_form p label
{
	display:inline-block;
	width:100px;
	font-weight: bold;
}

.contact_container #trial_form p input.text_input
{
	display:inline-block;
	width:215px;
	border:1px solid #ccc;
	padding:5px;
}

.contact_container #trial_form a.signup_button
{
	width:93px;
	height:25px;
	display:inline-block;
	background:url('http://rsb1.butostatic.com/images/public_site/trial_signup_button.png') no-repeat top left;
	border:none;
	bottom:20px;
	position:absolute;
	right:20px;
}

.contact_container #trial_form a.signup_button:hover
{
	background-position: 0px -25px;
}


#success_message
{
	width:350px;
	padding-right:100px;
}

h3#tour_title {
	display:block;
	position:relative;
	margin-top:20px;
	left:50%;
	margin-left:-440px;
	width:200px;
}

table { border-collapse: collapse !important; }
table img, table a { display:inline !important; margin:0px !important; border:none; }
img.lpInviteChatImgClose { display:inline !important; }