/* Style Sheet 

VERSION 1.1 - 6/1/2009
EH - Updated the following
*/
/**************/

/**************/
@import url("master.css");
/**********************************
	LAYOUT STYLES
**********************************/
body {
	background:#fff url(../images/bg.gif) repeat-x;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#666766;
	line-height:1.6;
}
body.clients { background:#fff url(../images/bg_clients.png) repeat-x; }

#container {
	width:930px;
	margin:0 auto;
}
#header {
	height:160px;
	padding:30px 0 0 0;
	overflow:hidden;
}
#content {
	height:447px;
	overflow:hidden;
}
.clients #content { height: 554px; }

#main-content {
	width:340px;
}
#video {
	width:540px;
}
#footer {
	position:relative;
	padding:45px 0 15px 0;
}
#tools {
	position:absolute;
	top:0;
	left:0;
	width:240px;
	height:165px;
	background:url(../images/tools.png) no-repeat bottom left;
}
/**********************************
	TYPOGRAPHY STYLES
**********************************/
h1#logo {
	width:258px;
	height:158px;
	background:url(../images/logo.png) no-repeat;
	margin-right:37px;
}
h2 {
	font-size:24px;
	text-transform:uppercase;
	color:#009bdb;
	padding-bottom:10px;
}
h2#postit {
	width:172px;
	height:144px;
	background:url(../images/postit.png) no-repeat;
	padding:0;
}
h3 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#009bdb;
	margin-bottom:8px;
}
h3#about {
	width:293px;
	height:117px;
	background:url(../images/about.png) no-repeat;
	margin-bottom:15px;
}
h4 {
	font-size:20px;
	line-height:1.1;
	margin-bottom:20px;
}
h4#developers {
	width:141px;
	height:15px;
	background:url(../images/for_developers.png) no-repeat;
	margin:0 auto 10px auto;
}
h5 {
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:5px;
}
h6 {
	font-size:10px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:10px;
}
p {
	padding-bottom:12px;
}
p.developers {
	font-size:13px;
	color:#333;
}
#about-page {
	line-height:1.4;
}
/**********************************
	LINK STYLES
**********************************/
a {
	color:#999;
	text-decoration:underline;
}
a:hover {
	color:#333;
}
p.developers a {
	color:#f33710;
}
/**********************************
	FORM STYLES
**********************************/

/**********************************
	NAVIGATION STYLES
**********************************/
#nav {
	width:340px;
}
#nav li {
	float:left;
	padding:0 12px;
	border-right:1px solid #909090;
	line-height:1;
}
#nav li a {
	color:#009bdb;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}
#nav li.last {
	padding-right:0;
	border-right:none;
}

#buttons {
	padding-bottom:25px;
}
#buttons li {
	float:left;
	margin-right:13px;
}
#buttons li a {
	width:138px;
	height:25px;
}
#buttons li.about { margin-top: 5px;}
#buttons li.about a {
	background:url(../images/button_about.png) no-repeat;
}
#buttons li.app a {
	background:url(../images/visitwebsite.png) no-repeat;
}
#buttons li.mobileapp a {
	background:url(../images/mobileapps.png) no-repeat;
}

#downloads {
	width:200px;
	border-right:1px solid #bdbbba;
	padding-right:15px;
	margin-right:15px;
}
#downloads li {
	padding-left:23px;
	height:17px;
	margin-bottom:5px;
}
#downloads li.pdf {
	background:url(http://www.scribd.com/favicon.ico) no-repeat;
}
#downloads li a {
	font-size:10px;
}

#social {
	width:100px;
}
#social li {
	float:left;
	margin-right:2px;
}
#social li a {
	width:31px;
	height:31px;
}
#social li.twitter a {
	background:url(../images/icon_twitter.png) no-repeat;
}
#social li.facebook a {
	background:url(../images/icon_facebook.png) no-repeat;
}
#social li.youtube a {
	background:url(../images/icon_youtube.png) no-repeat;
}

#functional-nav {
	padding-top:35px;
	text-align:center;
}
#functional-nav li, #functional-nav li a {
	display:inline;
	color:#333;
	line-height:1;
	font-size:11px;
}
#functional-nav li {
	padding:0 8px;
	border-right:1px solid #333;
}
#functional-nav li.last {
	border-right:none;
}

ul.square {
	list-style-type:square;
	padding-left:25px;
	margin-bottom:12px;
}

#news li {
	margin-bottom:10px;
}

#main_clients_wrapper li { font-size:1.5em; text-align:center; width:170px; float: left; }
	#main_clients_wrapper li a { margin-top: 5px; display:block; }
#more_clients { margin-top:40px;}
	#more_clients li {float:left; font-size: 1.5em; margin-right: 2em; line-height:1.2em; width:135px; text-align:center;}
	
/**********************************
	MISC STYLES
**********************************/
#lightbox {
	width:950px;
	display:none;
}
#lightbox .close {
	display:block;
	width:28px;
	height:28px;
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:25px;
	right:25px;
	font-size:0;
	text-indent:-9999px;
	cursor:pointer;
}
#lightbox-header {
	height:50px;
	background:url(../images/lightbox_bg_top.png) no-repeat;
}
#lightbox-content {
	width:850px;
	max-height: 500px;
	overflow-y:scroll;
	padding:0 50px;
	background:url(../images/lightbox_bg.png) repeat-y;
}
#lightbox-footer {
	height:50px;
	background:url(../images/lightbox_bg_bot.png) no-repeat;
}

#sidebar .block {
	margin-bottom:10px;
	border-bottom:1px solid #e5e3e2;
}
#sidebar .block.last {
	margin:0;
	border:0;
}
#sidebar #downloads {
	width:auto;
	border-right:none;
	margin-right:0;
	padding:0 0 5px 0;
}
#sidebar #contact h3 {
	margin-right:7px;
}
#sidebar #platforms h6 {
	color:#666766;
}

#about-page #overview {
	width:555px;
	padding-right:20px;
	border-right:1px solid #e5e3e2;
}
#about-page #sidebar {
	width:255px;
}
