/*
	Copyright (c) Logoholik
	All rights reserved
	http://www.logoholik.com
 
*/

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #000000;
	background-color: #323232;
}

/* Box Definition */
#outer {
	width: 900px;
	margin: 0px auto;
}

/* Header */
#header {
	position:relative;
	height: 94px;
}

#logo{
	position:absolute;
	top:36px;
	left:15px;
	border:none;
}


#logo_portfolio_menu{
	position:absolute;
	top:46px;
	left:387px;
	border:none;
}

#corporate_identity_menu{
	position:absolute;
	top:46px;
	left:478px;
	border:none;
}

#web-design-menu{
	position:absolute;
	top:46px;
	left:630px;
	border:none;
}

#concept_lounge_menu{
	position:absolute;
	top:46px;
	left:700px;
	border:none;
}

#start_your_project_menu{
	position:absolute;
	top:46px;
	left:805px;
	border:none;
}

/* Index */
#content_featured{
	position:relative;
	width:900px;
	height:501px;
}

#introduction{
	position:absolute;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:471px;
	width:355px;
	left: 0px;
	top: 0px;
	background-color: #f9f9f8;
	padding-top:30px;
	padding-left:45px;
	padding-right:45px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}

#featured{
	position:absolute;
	background-image:url(../images/featured_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color: #cccccc;
	height:263px;
	width:446px;
	top:0px;
	right:0px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
}

#featured_logo{
	position:absolute;
	top:31px;
	right:68px;
	border:none;
}

#testimonials_main{
	position:absolute;
	background-image:url(../images/testimonials_bg_main.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:199px;
	width:376px;
	top:272px;
	right:0px;
	background-color: #b3dce5;
	color: #323232;
	padding-top:30px;
	padding-left:35px;
	padding-right:35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	font-style: normal;
	}
	
/* Logo_portfolio */
#logo_portfolio{
	position:relative;
	width:900px;
	height:570px;
}

#logo_portfolio_info{
	position:absolute;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:286px;
	height:530px;
	left: 0px;
	top: 0px;
	background-color: #f9f9f8;
	padding-top:40px;
	padding-left:45px;
	padding-right:45px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

#logo_portfolio_showcase{
	position:absolute;
	width:515px;
	height:570px;
	top:0px;
	left:385px;
}

#flashcontent{
	left: 0px;
	top: 0px;
}

/* Corporate identity */
#corporate_identity{
	position:relative;
	width:900px;
	height:750px;
	padding-bottom:10px;
}

#corporate_identity_info{
	position:absolute;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	top:0px;
	left:0px;
	width:487px;
	height:357px;
	background-color: #f9f9f8;
	padding-top:40px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:28px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}

html>body #corporate_identity_info{
	padding-bottom:30px;
}

#corporate_identity_showcase1{
  	position:absolute;
	width:294px;
	top:436px;
	left:0px;
}

#corporate_identity_showcase2{
	position:absolute;
	width:294px;
	top:436px;
	left:303px;
}

#corporate_identity_showcase3{
	position:absolute;
	width:294px;
	top:0px;
	left:606px;
}
#corporate_identity_showcase1 img{
	margin-bottom: 6px;
}

html>body #corporate_identity_showcase1 img {
	margin-bottom: 9px;
	opacity: 0.6;
}

#corporate_identity_showcase1 img:hover{
	opacity: 1;
}

#corporate_identity_showcase2 img{
	margin-bottom: 6px;
}

html>body #corporate_identity_showcase2 img {
	margin-bottom: 9px;
	opacity: 0.6;
}

#corporate_identity_showcase2 img:hover{
	opacity: 1;
}

#corporate_identity_showcase3 img{
	margin-bottom: 6px;
}

html>body #corporate_identity_showcase3 img {
	margin-bottom: 9px;
	opacity: 0.6;
}

#corporate_identity_showcase3 img:hover{
	opacity: 1;
}

/* Web Design */
#web-design{
	position:relative;
	width:900px;
	height:530px;
	padding-bottom:10px;
}

#web-design-info{
	position:absolute;
	background-image:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	top:0px;
	left:0px;
	width:487px;
	height:359px;
	background-color: #f9f9f8;
	padding-top:40px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:28px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}

html>body #corporate_identity_info{
	padding-bottom:30px;
}

#web-design-showcase1{
  	position:absolute;
	width:294px;
	top:436px;
	left:0px;
}

#web-design-showcase2{
	position:absolute;
	width:294px;
	top:436px;
	left:303px;
}

#web-design-showcase3{
	position:absolute;
	width:294px;
	top:0px;
	left:606px;
}
#web-design-showcase1 img{
	margin-bottom: 6px;
}

html>body #web-design-showcase1 img {
	margin-bottom: 9px;
	opacity: 0.6;
}

#web-design-showcase1 img:hover{
	opacity: 1;
}

#web-design-showcase2 img{
	margin-bottom: 6px;
}

html>body #web-design-showcase2 img {
	margin-bottom: 9px;
	opacity: 0.6;
}

#web-design-showcase2 img:hover{
	opacity: 1;
}

#web-design-showcase3 img{
	margin-bottom: 6px;
}

html>body #web-design-showcase3 img {
	margin-bottom: 9px;
	opacity: 0.6;
}

#web-design-showcase3 img:hover{
	opacity: 1;
}

/* Start your project */
#content_start_your_project{
	position:relative;
	margin:0;
	width:900px;
	height:1580px;
}
html>body #content_start_your_project {
	height:1520px;
}

#ready{
	background-image:url(../images/ready_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	width:550px;
	height:145px;
	top:0px;
	left:0px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}

#download_questionnaire{
	position:absolute;
	top:0px;
	left:560px;
	height:145px;
	background-color: #323232;
}

#contact{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 70px;
	position:absolute;
	top:155px;
	left:560px;
	width:230px;
	height:183px;
	padding-left:55px;
	padding-right:55px;
	background-color: #cccccc;
}

html>body #contact {
	padding-top: 60px;	
}

#faq{
	background-image:url(../images/faq.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top: 70px;
	padding-left:55px;
	padding-right:55px;
	position:absolute;
	top:155px;
	left:0px;
	width:440px;
	background-color: #f9f9f8;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

html>body #faq {
	padding-top: 60px;
	height:1303px;
}

#testimonials{
	background-image:url(../images/testimonials_bg_2.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 70px;
	position:absolute;
	top:410px;
	left:560px;
	width:230px;
	height:1070px;
	padding-left:55px;
	padding-right:55px;
	background-color: #b3dce5;
	color: #323232;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
}

html>body #testimonials {
	padding-top: 60px;
	top:407px;
	height:1050px;
}

/* Payment status */
#status{
	position:relative;
	width:900px;
	height:350px;
}

#status_info{
	position:absolute;
	height:320px;
	width:305px;
	left: 0px;
	top: 0px;
	background-color: #f9f9f8;
	padding-top:30px;
	padding-left:55px;
	padding-right:55px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

#status_report{
	position:absolute;
	background-color: #dedede;
	height:320px;
	width:365px;
	top:0px;
	right:0px;
	padding-top:30px;
	padding-left:55px;
	padding-right:55px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
}

/* Links and footer */
#linkbox{
	margin-top:9px;
	font-size: 12px;
	line-height: 20px;
	height:250px;

}

html>body #linkbox{
		height:330px;
}
#linkbox a {
	color: #9f9f9f;
	margin-left:4px;
}

#linkbox a:hover {
	background-color: #0099cc;
	color: #ffffff;
	text-decoration:none;
}

#find_me, #friends, #colleagues, #galleries, #literature, #other {
	float:left;
	padding-left:12px;
	width:130px;
	height:250px;
	background-image:url(../images/linkbg.png);
	background-repeat:no-repeat;
	background-position:top;
	border-left: 9px solid #323232;
	margin-bottom:10px;

}

#find_me{
	border-left: 0px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
	background-color: #4a4a4a;
}

#friends{
	background-color: #464646;
}

#colleagues{
	background-color: #424242;
}

#galleries{
	background-color: #3e3e3e;
}

#literature{
	background-color: #3a3a3a;
}

#other{
	background-color: #363636;
	width:133px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
}

#footer{
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	color: #999999;	
}


#twitter-img{
	float:left;
	background-color:#323232;
	color:#323232;
	}
	
	#twitter-img a:hover{
  background-color:#323232;
	
	}
	
#twitter-box{
	width:267px;
	color: #888888;
	background-color:#424242;
	float:left;
	padding-right:12px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:12px;
	margin-bottom:15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#icons{
	float:right;
	margin-right:5px;
}

#icons img{
	margin-left:15px;
	margin-top:5px;
	background-color:#323232;
	color:#323232;
}

#icons a:hover{
	background-color:#323232;
}


/*Global style*/
h1{
	color:#279EBA;
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

h2{
	color:#279EBA;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 22px;
}

h3{
	color:#279EBA;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

h4{
	color:#cccccc;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:14px;
	margin-left:4px;
}

a{
	color:#279EBA;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*Global class*/
.clr{
	clear:both;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

.small{
	font-size:10px;
	color:#666666;
	padding-top: 5px;
	border-top:solid 1px;
}
