@charset "UTF-8";

/* CSS Document */

/*RESET EVERYTHING*/

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;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	line-height:1
}

ol, ul {
	list-style:none
}

blockquote, q {
	quotes:none
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

:focus {
	outline:0
}

ins {
	text-decoration:none
}

del {
	text-decoration:line-through
}

table {
	border-collapse:collapse;
	border-spacing:0
}

/*TYPOGRAPHY*/

html {
	font-size: 62.5%;
	font-family: helvetica, "microsoft sans serif", arial, sans-serif;
}

div#nav ul li a {
	font-size: 1.5em;
	color: #287ce7;
	text-decoration:none;
	font-weight:normal;
}

div#nav ul li a#current {
	color: #fff;
	background: #287ce7;
}

.box1 h1 {
	font-size: 3em;
	color: #424242;
	font-weight:100;
}

.box1 p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 5px 0 5px 0;
}

p.maintext {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 5px;
}

.box2 h1 {
	font-size: 3em;
	color: #424242;
	font-weight:100;
}

.box2 p {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 5px 0 5px 0;
}

a {
	text-decoration: underline;
	color: #424242;
	font-weight:bold;
}

a:hover {
	color: #287ce7;
}

#features ul {
	list-style-type: none;
	font-size: 1.3em;
	padding-left: 0;
	margin-left: 0;
}

li.red {
	background: url(http://www.mybbnew.com/images/tick.jpg) left center no-repeat;
	padding: 10px 0 10px 23px;
	margin-bottom: -5px;
}

p.footertext {
	margin: 0 auto;
	font-size:1.2em;
	line-height: 1.2em;
	text-align:center;
	padding: 5px 0 0 0;
}

h3 {
	margin: 1em auto 0 auto;
	font-size: 1.5em;
	text-align:center;
	color: #287ce7;
}

h4{
	margin: 1em auto 0 auto;
	font-size: 1.4em;
	color: #287ce7;
	margin-left: 5px;
}

/*STRUCTURE*/

div#topbar {
	width:100%;
	height:4.5em;
	background:#FFFFFF url(http://www.mybbnew.com/images/top_bg.jpg) top left repeat-x;
	border-bottom: 2px #287ce7 solid;
}

div#topbar #nav {
	margin: 0 auto 0 auto;
	width: 90em;
	text-align: right;
	padding: 15px 10px 10px 10px;
}

div#nav ul {
	list-style: none;
	postiton: relative;
	width: auto;
}

div#nav ul li {
	float: right;
}

div#nav ul li a {
	padding: 2px 8px;
}

div#container {
	width: 90em;
	padding: 0 10px;
	margin: 0 auto -52px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#logo a {
	width: 25.5em;
	height:10.5em;
	background: url(http://www.mybbnew.com/images/logo.jpg)  no-repeat;
	margin: 10px 0 0 0;
	display: block;
	overflow:hidden;
	line-height:1000000px;
	float: left;
}

a#signupheader {
	background: url(http://www.mybbnew.com/images/signupheader.jpg) no-repeat;
	width: 392px;
	height: 45px;
	margin: 35px 0 0 0;
	display:block;
	overflow:hidden;
	line-height:10000px;
	float: right;
}

a#demo {
	background: #FFFFFF url(http://www.mybbnew.com/images/demo.jpg) top left no-repeat;
	width:195px;
	height: 48px;
	text-indent:-10000px;
	margin: 15px auto;
	display: block;
	overflow: hidden;
}

a#signup {
	background: #FFFFFF url(http://www.mybbnew.com/images/signup.jpg) top left no-repeat;
	width:193px;
	height: 48px;
	text-indent:-10000px;
	margin: 15px auto;
	display: block;
	overflow: hidden;
}

div#box {
	background: url(http://www.mybbnew.com/images/boxbg.jpg);
	width:90em;
	height: 26.5em;
	border: 1px solid #cccccc;
	margin: 10px 0 0 0;
	overflow:hidden;
}

div.box1 {
	width: 41em;
	display: block;
	padding: 10px;
}

div.box2 {
	width: 41em;
	display: block;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
}

div#multicontent {
	width: 90em;
	border: 1px solid #CCCCCC;
	min-height: 50em;
	height: auto !important;
	height: 50em;
	margin: 10px 0 10px 0;
}

div#footer {
	width:100%;
	height:5.2em;
	background:#FFFFFF url(http://www.mybbnew.com/images/footerbg.jpg) top left repeat-x;
}

div#push {
	height:5.2em;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}

/*FLOATS*/

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

/*SLIDER*/

#mover {
	width: 288em;
	position: relative;
}

.slide {
	padding: 40px 30px;
	width: 90em;
	float: left;
	position: relative;
}

.slide h1 {
	font-family: Helvetica, Sans-Serif;
	font-size: 3em;
	letter-spacing: -1px;
	color: #ac0000;
}

.slide p {
	color: #999;
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-style:italic;
	line-height: 1.222em;
	width: 22.222em;
	padding: 10px 0 0 0;
}

.slide p.sub {
	color: #999;
	font-size: 10px;
	width: 400px;
	text-align:right;
}

.slide img {
	position: absolute;
	top: 20px;
	left: 500px;
}

/*FORM*/

form {
	background:#fff;
	padding:1em;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}

form {
	margin:1em auto;
	width:450px;
}

form p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
}

label {
	float:left;
	width:20em;
	text-align:right;
	margin-right:1em;
	padding: 0.5em 0 0 0;
}

legend {
	color:#287ce7;
	font-size:1.2em;
}

input {
	padding:0.15em;
	width:20em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
	margin: 1em 0;
}

input.default {
	color:#bbb;
}

input.special {
	display: none;
}

#submit-go {
	margin:1em auto 0 auto;
	width: 100px;
	height:26px;
	font-size: 1.2em;
	color: #287ce7;
	overflow:hidden;
	border: 1px solid #CCCCCC;
	display:block;
}

form div.error {
	background:#FBE3E4;
	color:#8a1f11;
	border:2px solid #FBC2C4;
	padding:0.8em;
	margin:1.6em 0;
}

form div.notice {
	background:#FFF6BF;
	color:#514721;
	border:2px solid #FFD324;
	padding:0.8em;
	margin:1.6em 0;
}

/*TABBED STUFF*/

.widget {
	width: 900px;
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
}

.tabnav li a {
	font-size: 1.5em;
	color: #287ce7;
	text-decoration:none;
	font-weight:normal;
	padding: 2px;
}

.tabnav li.ui-tabs-selected a {
	color: #fff;
	background: #287ce7;
}

.tabnav li a:hover, .tabnav li a:active{
	color: #fff;
	background: #287ce7;
} 

.tabdiv {
	margin-top: 3px;
	background: #fff;
	border: 1px solid #287ce7;
	padding: 5px;
}

.ui-tabs-hide {
	display: none;
}
