root {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #FFFFFF url(../images/colored-background.png) no-repeat scroll 0 0;
	color: #000;
	min-height: 768px;
	min-width: 900px;
	font: 14px verdana, arial, helvetica, sans-serif;
}
p {
	margin-bottom: 0.7em;
	line-height: 1.4em;
}
a, .ui-widget-content a, strong {
	font-weight: bold;
	text-decoration: none;
	color: #4000A0;

}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #4000A0;
}
h1 {
	font-size: 1.5em;
}
h2 {
  font-size:1.2em;
}
.header {
	position: relative;
	height: 150px;
}
.header img {
	left: 40px;
	position: relative;
	top: 30px;
}
.sidebar div.sidebar-title {
	padding: 0.7em 1em;
	text-align: center;
	margin-bottom: 10px;
}

.sidebar div.sidebar-title a{
text-decoration: none;  
}
.sidebar div.sidebar-content {
	text-align: left;
	padding: 0;
}
.sidebar div.sidebar-content p {
	padding: 0;
	margin: 0 0 5 0;
}
.sidebar div.sidebar-content div.center {
	text-align: center;
}
#contact-info {
	font-size: 12px;
}
#solution {
	padding: 0;
	text-align: center;
	margin-bottom: 15px;
}
#solution img {
	margin-bottom: 2px;
}
#solution a {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.footer {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: 5px;
	text-align: right;
}
.blog, .twitter {
  text-align: left;
}

.blog a, .tweet, .tweet a{
	font-size: 12px;
	text-decoration: none;
}
.tweet {
  margin-bottom: 10px;
}

.tweet img {
  vertical-align: middle;
}

/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

