/* Custom CSS for Adaco website ( http://www.adaco.com ) */
/* Design by Rubiqube ( hhtp://rubiqube.com ) */

@import "reset.css";
@import "sifr/sifr-screen.css";

/* Tag styling */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
}

a {
	color: #0065BD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Layout */

#wrapper {
	width: 960px;
	margin: 0 auto 30px auto;
}

#header {
	overflow: hidden;
	height: 1%;
	margin-bottom: 20px;
}

#logo {
	float: left;
	margin: 20px 0 0 0;
	position: relative;
	left: 30px;
}

#logo a {
	display: block;
	width: 200px;
	height: 46px;
	background: url(images/logo.gif) no-repeat top left;
}

#logo a span {
	display: none;
}

#quicklinks {
	float: right;
	margin: 20px 30px 0 0;
	font-size: 90%;
}

#quicklinks a {
	color: #666666;
	font-weight: bold;
}

/* Menu */

#menu {
	height: 40px;
	background: url(images/bg_menu.png) no-repeat top left;
}

#menu ul {
	overflow: hidden;
}

#menu ul li {
	float: left;
	font-size: 100%;
	padding: 13px 20px 11px 20px;
	background: url(images/bg_menu_sep.png) no-repeat center right;
}

#menu ul li.active a {
	font-weight: bold;
}

#menu ul li.active a:hover {
	text-decoration: none;
}

#menu ul li a {
	color: #333333;
}

#menu ul li a:hover {
	color: #FF7500;
}

/* Banner */

#banner {
	height: 260px;
	margin-top: 1px;
}

/* Content home */

#content-home .inner {
	padding: 30px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	overflow: hidden;
	height: 1%;
}

#content-home .btm {
	line-height: 0;
	height: 10px;
	background: url(images/bg_home_btm.gif) no-repeat bottom left;
}

#content-home .column {
	width: 255px;
	float: left;
	margin-right: 40px;
}

#content-home .logos { width: 260px; }
#content-home .quotes { width: 260px; padding-left: 40px; background: url(images/dot3.gif) repeat-y top left; }
#content-home .news { margin-right: 0; }

#clientlogos {
	padding: 10px 0 0 0;
}

#content-home .column h3 {
	padding-bottom: 15px;
	font-size: 140%;
	color: #333333;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

#content-home .column p {
	line-height: 1.3;
	margin-bottom: 10px;
}

#content-home .news ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
	background: url(images/dot.gif) repeat-x bottom left;
}

/* Content pages */

#pagetitle {
	height: 90px;
	background: url(images/bg_pagetitle.png) no-repeat top left;
	margin-top: 1px;
	overflow: hidden;
}

#pagetitle h2 {
	float: left;
	margin: 30px 0 0 0;
	position: relative;
	left: 30px;
	color: #FFFFFF;
	font-size: 230%;
	font-weight: bold;
}

#content {
	overflow: hidden;
	margin-top: 20px;
}

/* Secondary menu */

#sidemenu {
	width: 200px;
	float: left;
	background: url(images/bg_sidemenu_top.gif) no-repeat top left;
}

#sidemenu ul {
	padding: 10px 0;
}

#sidemenu ul li {
	padding: 0 20px;
}

#sidemenu ul li.active {
	background: url(images/bg_sidemenu_active.gif) no-repeat center left;
}

#sidemenu ul li a {
	width: 160px;
	height: 16px;
	display: block;
	padding: 10px 0;
	background: url(images/dot2.gif) repeat-x bottom left;
}

#sidemenu ul li.active a {
	font-weight: bold;
}

#sidemenu .btm {
	height: 10px;
	background: url(images/bg_sidemenu_btm.gif) no-repeat bottom left;
}

/* Content column */

#copy {
	width: 470px;
	float: left;
	margin-left: 25px;
}

#copy h1 {
	font-size: 150%;
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
	height: 1%;
}

#copy h1 span.text {
	width: 410px;
	float: left;
}

#copy h1 span.icons {
	width: 50px;
	float: right;
	margin-top: 10px;
}

#copy h2 {
	font-size: 150%;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	padding-top: 15px;
}

#copy p {
	margin-bottom: 15px;
	line-height: 1.3;
}

#copy ul li 
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:circle;
	padding-bottom: 5px;
	margin-bottom: 2px;
	line-height: 1.3;
}

#copy td
{
	padding:20px;
}

/* Content sidebar */

#sidebar {
	width: 240px;
	float: left;
	margin-left: 25px;	
}

#btn-demo { display: block; margin-bottom: 15px; }

.sidepanel {
	margin-bottom: 15px;
	background: url(images/bg_sidepanel_top.png) no-repeat top left;
}

.sidepanel .inner {
	padding: 15px 15px 0 15px;
}

.sidepanel .inner p {
	margin-bottom: 10px;
	line-height: 1.3;
}

.sidepanel .inner h4 {
	font-size: 120%;
	margin-bottom: 10px;
}

.sidepanel .inner ul {
	padding-bottom: 10px;
}

.sidepanel .inner ul li {
	padding: 8px 0;
	background: url(images/dot.gif) repeat-x bottom left;
}

.sidepanel .btm {
	height: 10px;
	background: url(images/bg_sidepanel_btm.gif) no-repeat bottom left;
}

/* Footer */

#footer {
	height: 90px;
	margin-top: 15px;
	color: #999999;
}

#footer .inner {
	padding: 30px;
}

#footer .inner p {
	margin-bottom: 5px;
}

#footer .inner a {
	font-weight: bold;
	color: #666666;
}

/* Misc styling */

.sep {
	color: #CCCCCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.blue {
	color: #003565;
}