body {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:13px;
}
img {
	border:0;
}
.center {
	width:760px;
	margin:auto;
}
/*------------- logo -------------*/
#logo {
	height: 108px;
	background: url(http://bubbleshq.com/wp-content/themes/bubbles/images/logoBackGround.gif) repeat-x;
	position: relative;
/*to center text vertically*/
}
#logo DIV.center {
	height: 108px;
	position: relative;
}
#logo DIV H1 {
	height: 74px;
	float: left;
	margin: 20px 0px 0px 189px;
/*IE Double margin*/
	display: inline;
}
#logo DIV H1 IMG {
	width: 251px;
	height: 74px;
}
#logo DIV H2 {
	margin: 0px;
	margin: 38px 0px 0px 17px;
/*IE Double margin*/
	display: inline;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	float: left;
	width: 220px;
	color: #09293F;
}
/* ------------- toolbar ------------- */
#toolbar {
	height:34px;
	background:url(http://bubbleshq.com/wp-content/themes/bubbles/images/toolbarBackGround.gif) repeat-x;
	border-bottom:1px solid #0A1021;
	overflow:hidden;
}
#toolbarList {
	line-height:34px;
	float:right;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
}
#toolbarList li {
	margin:0px;
	padding:0px;
	float:left;
	background:url(http://bubbleshq.com/wp-content/themes/bubbles/images/separator.gif) no-repeat;
	background-position:top left;
	display:inline;
}
#toolbarList li:first-child {
	background:none;
}
#toolbarList li.selected {
	background-color:#000000;
}
#toolbarList li a {
	margin-left:2px;
	padding:15px 7px 15px 7px;
	color:#FFFFFF;
	text-decoration:none;
}
#toolbarList li a.orange {
	color:#F56123;
}
#toolbarList li a:hover {
	background-color:#000000;
}
/*------------- main design -------------*/
.leftColumn {
	float:left;
	width:170px;
	text-align:right;
}
.rightColumn {
	margin-left:190px;
}
/* ------------- footer ------------- */
#footer {
	background: url(http://bubbleshq.com/wp-content/themes/bubbles/images/footer/footerBackGround1x267.gif) repeat-x;
	height: 180px;
	color:#252527;
	overflow: hidden;
	clear:both;
}
#footer .leftColumn {
	padding-top:15px;
}
#footer .leftColumn #footerNavigationList {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
}
#footer .leftColumn p#validation {
	float:left;
	margin:0px;
}
#footer .leftColumn p#validation a {
	display:block;
	margin-bottom:5px;
}
#footer .leftColumn #validation {
	float:left;
}
#footer .leftColumn #footerNavigationList li {
	margin:0px 0px 12px;
	padding:0px;
}
#footer .leftColumn #footerNavigationList a {
	color:#FFFFFF;
}
#footer .leftColumn #footerNavigationList a:hover {
	text-decoration:none;
}
#footer .rightColumn {
	background:url(http://bubbleshq.com/wp-content/themes/bubbles/images/footer/footerVerticalSeparator2x267.gif) no-repeat;
	height: 180px;
	padding-left:15px;
}
#footer .rightColumn .footerLogo {
	float:right;
	background:url(http://bubbleshq.com/wp-content/themes/bubbles/images/footer/footerLogo128x207.gif) no-repeat;
	width:128px;
	height: 207px;
}
/* ------------- clearfix ------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}