body {
	background-color:#BBF2E3;
	background-image:url('../images/background-gradient.png');
	background-repeat:repeat-x;
	font-family: Arial;
	margin:0px;
	padding:0 0 0 0;
	font-size:14px;
}

h1, h2 {
	margin:10px 0 0 0;
	padding:0px;
}

h1 {
	text-transform:uppercase;
	font-size:36px;
}

a {
	color:#00A2FF;
	font-family: Arial;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}

#containter-outer {
	background-image:url('../images/background-clouds.png');
	background-position:center center;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}

* html body {
  overflow:hidden;
} 
 
* html div#containter-outer {
  height:100%;
  overflow:auto;
}

div#footer {
	clear: left;
	margin-top: 10px;
	padding: 0;
	border-top: 1px solid #9eead8;
	background-color: #c6f4e9;	
	width: 100%;
	font-size: 10px;
	color: #114035;
}

div#footer p {
	margin: 0;
	float: left;
	padding: 5px;
}

div#footer img {
	padding-top: 2px;
	float: left;
}

div#footer a {
	font-weight:bold;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

div#sidebar{
	position:absolute;
	top:0;
	right:0;
	background-image:url('../images/background-pixel.png');
	background-repeat:repeat;	
	border-left: 1px solid #98c8bc;
	width: 150px;
  height:100%;
}

div#sidebar .explain {
	float: left;
	background-image:url('../images/sidebar-logo.png');
	width: 150px;
	height: 303px;
}

div#sidebar .explain p {
	margin: 8px;
	font-size: 11px;
	color: #154b3e;
}

div#sidebar .explain p a {
	font-weight: bold;
	color: #154b3e;
	text-decoration: underline;	
}

div#sidebar .explain p a:hover {
	text-decoration: none;
}

#header a {
	margin-top: 10px;
	display: block;
	background-image:url('../images/header-logo.png');
	width: 415px;
	height: 181px;
}

#header a h1 {
	display: none;
}

@media screen{
  body>div#sidebar{
	  position:fixed;
  }
}

.brands {
	width: 100%;
}

.brands ul {
	margin: 0;
	padding: 0 0 5px 0;
	float: left;
	width: 150px;
	background-color: #c6f4e9;
	background-image:url('../images/background-sidebar-ul.png');
	background-repeat: repeat;
	list-style-type:none;
}

.brands ul li {
	float: left;
	width: 150px;
	padding: 2px 0 2px 5px;
	cursor: pointer;	
}

.brands ul li a {
	display: block;
	font-size: 11px;
	width: 150px;
	text-decoration: none;	
}

.brands ul li.phover {
	background-color: #00A2FF;
}

.brands ul li.phover a {
	color: #fff;
	text-decoration: underline;
}

.heighlight {
	background-color:#BCF2E3;
	padding:0 3px 0 3px;
}
 
#content {
}
 
.tweet {
	clear: left;
	width: 776px;
	text-align: center;
	position:relative;
}
 
.avatar {
	float:left;
	width: 60px;
	padding: 12px 0 0 0;
}

.avatar img {
	border: 1px solid #98c8bc;
}
 
.bubble {
	width: 706px;
	float: left;
}

.bubbleHeader {
	height: 20px;
	background: url('../images/background-bubbles.png') no-repeat;
	background-position: 100% 0;
}

.bubble blockquote {
	padding: 0 0 30px 0;
	margin: 0;
	min-height: 35px;
	float: left;
	width: 706px;
	background: url('../images/background-bubbles.png') no-repeat;	
	background-position: 100% 100%;	
} 

.bubble blockquote p {
	text-align: left;
	margin: 0;
	padding: 0 25px 0 25px;
}

cite {
	clear: left;
	float: left;
	width: 700px;
	text-align: left;
	padding: 5px 0 20px 95px;
}

.clear {
	clear:both;
}