/* 
* gDevelopment web studio v1 * 
* http://www.gdevelopment.org/
*/
body {
	font-family:arial,helvetica,sans-serif;
	color:#666;
	font-size:13px;
	line-height:125%;
	background:#000 url('../images/bg.png') top left repeat
}
a {
	color:#999
}
a:hover {
	color:#fff
}
h1,h2,h3,h4 {
	font-weight:bold
}
.board {
	margin-left:10px;
	margin:20px 0;
	width:100%;
	position:relative;
}
.thumb {
	width:180px;
	height:180px;
	background:#111;
	float:left;
	margin-bottom:10px;
	position:relative;
	background-image:url('../images/laadbak.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden
}
.thumb .close {
	display:none;
	position:absolute;
	right:20px;
	bottom:20px;
	cursor:pointer;
	width:19px;
	height:19px;
	background-image:url('../images/close.png');
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:9
}
.thumb .close:hover {
	background-position:0 -19px
}
.thumb .image {
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:160px
	z-index:9;
}
.thumb .image img {
	width:180px
}
.thumb .image .image-label {
	position:absolute;
	left:0;
	bottom:-200px;
	color:#fff;
	background-image:url('../images/zoom.jpg');
	background-repeat:no-repeat;
	background-position:0 3px;
	width:180px;
	padding-top:10px;
	padding-bottom:15px;
	text-align:left;
	z-index:1;
	font-size:12px;
	color:#ccc;
	padding-left:10px;
	border:0 solid #ccc
}
.thumb .image .selcat {
	position:absolute;
	left:0;
	top:0;
	width:180px;
	height:180px;
	background-image:url('../images/off.png');
	display:none;
	z-index:2
}
.thumb .image-first {
	width:180px;
	height:180px;
	left:0;
	top:0
}
.thumb .image-first img {
	width:180px;
	height:360px
}
.thumb .image-first .image-label {
	left:0;
	bottom:-110px;
	padding-bottom:12px;
	width:160px
}
.thumb .image .new {
	position:absolute;
	right:-17px;
	top:0;
	width:16px;
	height:16px;
	background-image:url('../images/new.png');
	background-repeat:no-repeat;
	z-index:3
}
.thumb .info {
	display:none;
	position:absolute;
	bottom:25px;
	left:20px;
	width:710px
}
.thumb .info h2 {
	font-size:17px;
	color:#fff;
	margin-bottom:5px;
	letter-spacing:.3px
}
.thumb .info a {
	text-decoration:none
}
.thumb .info a.exit, .image-label a.exit {
	background-image:url('../images/link.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:10px
}
.thumb .info .descr {
	font-size:12px
}
.thumb .cycle {
	display:none;
	position:absolute;
	top:20px;
	left:20px;
	width:710px;
	height:460px
}
.thumb .info .prev,.thumb .info .next {
	position:absolute;
	top:-480px;
	cursor:pointer;
	z-index:9999999;
	width:355px;
	height:460px;
	background-repeat:no-repeat;
	background-position:0 0;
	background-position:0 -460px
}
.thumb .info .prev {
	left:0;
	background-image:url('../images/prev.png')
}
.thumb .info .next {
	left:355px;
	background-image:url('../images/next.png')
}
.thumb .info .prev:hover,.thumb .info .next:hover {
	background-position:0 0
}
.thumb .info .prev img,.thumb .info .next img {
	display:block;
	width:355px;
	height:460px
}
.thumb .info .teller {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	width:150px;
	font-size:11px;
	border:0 solid #f00;
	color:#fff
}
.filter {
	height:14px;
	font-size:12px;
	margin-top:30px;
	color:#fff;
	background-repeat:no-repeat;
	border:0 solid #f00;
	text-align:right;
	padding-right:10px
}
.filter span {
	color:#555;
	cursor:pointer;
	padding-right:5px
}
.filter span:hover {
	color:#666;
	text-decoration:underline
}
.filter span.sel_cat1 {
	color:#fff
}
.item_url {
	display:none
}
.textdiv {
	background-image:none
}
.textdiv .text {
	display:none;
	color:#fff;
	margin:0;
	height:330px;
	padding:20px;
	color:#1f1a14;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:50px 280px
}
.textdiv .text .content {
	width:320px;
	position:absolute;
	right:40px;
	top:40px
}
.h1,.textdiv .text .content h1,.textdiv .text .subcontent h2,.textdiv .text .subcontent h3 {
	font-size:20px;
	margin-bottom:20px;
	line-height:24px
}
.textdiv .text .subcontent h4 {
	font-size:22px;
	margin-bottom:10px;
	line-height:27px
}
.textdiv .text .content p,.textdiv .text .subcontent p,.textdiv .text .subcontent ul li {
	line-height:21px;
	width:320px
}
.textdiv .text .content p a,.textdiv .text .subcontent p a,.textdiv .text .subcontent ul li a {
	color:#1f1a14
}
.textdiv .subcontent p.ffflinks a {
	color:#fff
}
.textdiv .text .textmenu {
	width:110px;
	position:absolute;
	left:40px;
	top:40px
}
.textdiv .text .textmenu ul li {
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px solid #e4d520;
	height:12px;
	cursor:pointer;
	white-space:nowrap
}
.textdiv .text .textmenu ul li:hover {
	text-indent:10px
}
.textdiv .text .textmenu ul li.active {
	font-size:21px;
	font-weight:bold;
	height:21px;
	text-indent:10px
}
.textdiv .text .subcontent {
	display:none;
	width:320px;
	position:absolute;
	right:40px;
	top:40px
}
.textdiv .text .subcontent ul li {
	white-space:nowrap
}
.textdiv .text .subcontent ul {
	margin-top:-3px
}
.textdiv .text .subcontent .cybox {
	position:absolute;
	right:-12px;
	top:55px
}
.textdiv .text .subcontent .tweetoverlay {
	position:absolute;
	right:-50px;
	top:100px
}
.textdiv .close {
	background-image:url('../images/close-info.png');
	background-position:0 0;
	bottom:20px;
	right:20px
}
.textdiv .close:hover {
	background-position:0 -19px
}
.textdiv .info {
	color:#1f1a14;
	bottom:-35px;
	left:50px;
	border-top:0 solid #e4d520;
	padding-top:8px;
	width:450px;
	display:none
}
.textdiv .info a {
	color:#1f1a14;
	text-decoration:none
}
.textdiv .image img.first {
	padding:0;
	margin:0
}
.extra,.extra-still {
	width:180px;
	height:180px;
	background-color:#111;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	z-index:5
}
.extra .image,.extra-still .image {
	padding:0
}
.facebook {
	position:relative
}
.facebook #like-button {
	position:absolute;
	left:35px;
	bottom:-35px;
	z-index:2
}
.facebook img {
	position:absolute;
	left:0;
	top:0;
	z-index:1
}
.social {
	position:relative
}
.social img.thebg {
	position:absolute;
	left:0;
	top:0;
	z-index:1
}
.social #social-buttons {
	position:absolute;
	left:31px;
	bottom:-35px;
	z-index:2
}
.social #social-buttons a {
	width:33px;
	height:33px;
	display:block;
	float:left;
	margin-right:9px;
	text-indent:-9999px;
	text-decoration:none
}
.social #social-buttons a:hover {
	text-decoration:none
}
.mailstage {
	position:relative
}
.mailstage img.thebg {
	position:absolute;
	left:0;
	top:0;
	z-index:1
}
.mailstage #signup_form {
	position:absolute;
	left:20px;
	top:60px;
	z-index:4;
	background-color:#ee2024;
	height:60px
}
.mailstage #signup_form input {
	display:block
}
.mailstage #signup_form input.mailinput {
	width:130px;
	height:15px;
	padding:5px;
	font-family:arial;
	font-size:12px;
	color:#333;
	background-image:url('../images/form_input.jpg');
	border:0
}
.mailstage #signup_form input.submit {
	width:130px;
	height:25px;
	padding:5px;
	font-family:arial;
	font-size:12px;
	color:#333;
	background-image:url('../images/form_submit.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
	margin-top:5px
}
.mailstage #signup_form input.submit:hover {
	background-position:0 -25px
}
.mailstage #newsletter_msg {
	position:absolute;
	left:20px;
	top:20px;
	height:60px;
	width:145px;
	z-index:3
}
.mailstage #newsletter_msg .success {
	position:absolute;
	left:0px;
	top:-5px;
	color:#fff;
	display:block;
	font-size:12px;
	line-height:18px;
	text-align:left;
	background-color:#ee2024;
	height:120px
}
.mailstage #newsletter_msg .error {
	position:absolute;
	left:0px;
	top:-5px;
	color:#fff;
	display:block;
	font-size:12px;
	line-height:18px;
	text-align:left;
	background-color:#ee2024;
	height:40px
}
.mailstage a.newsletter-link {
	position:absolute;
	left:20px;
	top:135px;
	width:140px;
	height:20px;
	border:0 solid #ccc;
	z-index:5
}
.mailstage a.newsletter-link img {
	width:140px;
	height:25px;
	display:block
}
.ie6 {
	color:#006bff;
	background-color:#fff;
	padding:20px;
	font-size:11px;
	line-height:16px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:9
}
.ie6 a {
	color:#0024ff
}
.ie6 a:hover {
	color:#333
}
.close-ie6 {
	color:#0024ff;
	background:#006bff;
	padding:5px
}
.facebookthumb {
	display:none
}
#contact_form input,#contact_form textarea {
	color:#000;
	float:left;
	padding:2px;
	border:1px solid #CCC;
	background:#FFF;
	margin-bottom:2px
}
#contact_form input {
	width:290px
}
#response {
	height:12px;
	padding-bottom:5px;
	font-weight:bold
}
#contact_form input.send {
	width:100px;
	color:#000;
	cursor:pointer;
	margin:0 0 0 196px
}
#contact_form input.send:hover {
	letter-spacing:2px
}
#contact_form textarea {
	width:290px;
	height:70px
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden
}
.success {
	color:white
}
.error {
	color:#46ffff
}
.smaller {
	font-size:16px!important
}
.linkedin {
	background:url('../images/icons/s_linkedin.png') no-repeat top left
}
.twitter {
	background:url('../images/icons/s_twitter.png') no-repeat top left
}
.facebook {
	background:url('../images/icons/s_facebook.png') no-repeat top left
}
#copyright {
	text-align:center;
	color:#FFF;
	padding:5px 0;
}
#copyright a {
	color:#FFF
}
#copyright a:hover {
	text-decoration:none
}
.none {
	display:none!important
}
#slogan {
	position:absolute;
	width:214px;
	height:14px;
	right:20px;
	top:-20px
}
.relative {
	position:relative
}
#steps {
	position:absolute;
	top:233px;
	left:-140px;
	width:470px
}
#steps li {
	width:60px;
	height:14px;
	float:left;
	font-size:11px;
	font-weight:bold
}
#steps li.plan {
	margin-right:38px;
	color:#575757
}
#steps li.design {
	margin-right:47px;
	color:#68482e
}
#steps li.build {
	margin-right:40px;
	color:#6e6523
}
#steps li.launch {
	margin-right:38px;
	color:#4f5d69
}
#steps li.manage {
	color:#ce302e
}
.active {
	text-indent:0
}
