
@import url("./onpage.css");
@import url("./gui.css");

/* 

--------------------------------------------------------------------------------

	PINEBERRY.COM

--------------------------------------------------------------------------------

*/


/* GLOBALS */

* {
	margin:0;
	padding:0;
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	line-height:1.3em;
	font-weight:normal;
}

p {
	line-height:1.3em;
	margin: 1em 0;
}

a {
	color: #000;
	text-decoration: none;
}

a.underline {
	text-decoration: underline;	
}

ul,ol {
	list-style:none outside;
}

table {
	border-collapse:collapse;
}

html {
	overflow-x:hidden;
}

body {
	width: 100%;
	height:auto !important;
	min-height:100%;
	height:100%;
	font-family:Trebuchet ms, Arial, Helvetica;
	font-size: 0.75em;
	color:#6e6d6d;
	background:#ffffff url("/img/bg.gif") repeat-x;
	line-height:1.3em;
}

#wrap{
	position: absolute;
	width:100%;
	height:auto !important;
	min-height:100%;
	height:100%;
}

#Container {
	margin:0 auto 3em auto;
	width:800px;
	overflow:hidden;
}

/* COMPANY LOGO */

#pineberry_logo {
	margin:30px 0 0 0;
}

/* FOOTER */

#footer {
	position:absolute;
	left:0;
	bottom:0;
	height:2.2em;
	width:100%;
	background:#000;
	text-align:center;
}

#footer p {
	color:#9a9a9a;
	margin:0;
	line-height: 2.2em;
} 

#footer a {
	color:#9A9A9A;
}

/* NAVIGATION */

#navContainer {
	position:relative;
	background: url("/img/navbg.gif") no-repeat;
/*	background: url("/img/navbg3.gif") repeat-x; */
	height:44px;
	width:100%;
	margin:20px 0 20px 0;
}

/* #navContainer div.top {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 1px;
	background: top left no-repeat url("/img/navbg3_top.gif");
}

#navContainer div.bottom {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 800px;
	height: 4px;
	background: top left no-repeat url("/img/navbg3_bottom.gif");
} */

#navContainer ul#MainNav {
	float:left;
	padding:0 0 0 8px;
}

#navContainer ul#MainNav li {
	display:inline;
	float:left;
	margin:0px;
	padding:0 0 0 10px;
}

#navContainer ul#MainNav li a {
	font-weight:bold;
	color:#ffffff;
	padding:0 10px;
	float:left;
	line-height:41px;
}

#navContainer ul#MainNav li.home a {
		background: url("/img/menubg1.gif") repeat-x;
}

#navContainer ul#MainNav li.skills a {
		background: url("/img/menubg1.gif") repeat-x;
}

#navContainer ul#MainNav li.concepts a {
		background: url("/img/menubg1.gif") repeat-x;
}

#navContainer ul#MainNav li.work a {
		background: url("/img/menubg1.gif") repeat-x;
}

ul#MainNav li.about_us a {
		background: url("/img/menubg1.gif") repeat-x;
}

#navContainer img.flag {
	position:absolute;
	margin:0;
	top:-21px;
	left:750px;
}

#navContainer div.language {
	float:right;
	margin:0 15px 0 0 ;
	padding:0;
}

#navContainer div.language a {
	color:#ffffff;
	background: url("/img/arrowlang.gif") no-repeat 0 50%;
	padding:0 0 0 22px;
	font-weight:normal;
	text-decoration:none;
	display:block;
	line-height:41px;
	
}

/* SUB NAVIGATION */

div.subn {
	padding: 0px;
	margin: 0px;
}

div.subn {
	float: left;
	width: 180px;
	padding-right: 30px;
}

div.subn img{
	float: left;
	padding-bottom: 10px;
}

div.subn h3{
	color: #000000;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.subn p {
	margin: 0px;
	padding: 0px;
}

div.subn input {
	background-image: url("/img/input.jpg");
	background-repeat: repeat-x;
	color: #6e6d6d;
	border: none;
	height: 20px;
	width: 160px;
	border: thin solid #ccc;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.subn input.submit {
	padding: 0px;
	margin: 0px;
	background-image: url("/img/submit.jpg");
	background-repeat: repeat-x;
	color: #6e6d6d;
	border: none;
	width: 180px;
	height: 37px;
}

div.subn p.sent {
	color: #202020;
	font-size: 14px;
}

#contact {
	margin-top: 20px;
	padding-top: 20px; 
}

ul.subnav {
	font-size: 12px;
	margin-bottom: 20px;
}

ul.subnav li {
	line-height: 31px;
	border-bottom:#ccc 1px solid;
}

ul.subnav li a {
	color: #000000;
	display: block;
	background-image: url("/img/menu_pil.gif");
	background-repeat: no-repeat;
	background-position: 10px 13px;
	background-color: #efefef;
	padding: 0 0 0 20px;
}

ul.subnav li a:hover {
	background-color:  #e1e1e1;
}

ul.subnav li.top_page a {
	color: #ffffff;
	background: #f0f0f0 url(/img/subnav_bg.gif) no-repeat;
	font-weight: bold;
	padding: 0 0 0 10px;
}

ul.subnav li.selected a {
	color: #000000;
	background-color: #e1e1e1;
	background-image: none;
	font-weight: bold;
	padding: 0 0 0 10px;
}


/* INTRO CONTENT */

div.IntroContent {
	width: 100%;
	float: left;
}

div.IntroContent.sub {
	width:550px;
	background:url("/img/divider_vert.gif") repeat-y top left;
	padding:0 0 0 30px;
}

.IntroContent.sub h2 a {
		color:#000;
}

div.IntroContent img {
	float: right;
	margin:0 5px 5px 15px;
}

div.IntroContent #logos img {
	float:none;
	margin:15px 0 15px 0;
}

div.IntroContent p a {
	text-decoration: underline;
}

div.IntroContent h1 {
	color:#333;
	font-size:1.8em;
	margin:0 0 0.5em 0;
}

div.IntroContent h2 {
	color:#333;
	font-size:1.4em;
	margin-top:0.5em;
}


body.skills_seo div.IntroContent h1, body.skills_seo div.IntroContent h2 {
	color:#88972e;
}

body.skills_design div.IntroContent h1, body.skills_design div.IntroContent h2 {
	color:#f83d03;
}

body.skills_development div.IntroContent h1, body.skills_development div.IntroContent h2 {
	color:#fea304;
}

body.skills_management div.IntroContent h1, body.skills_management div.IntroContent h2 {
	color:#7b4091;
}


div.IntroContent ul {
	list-style-type: disc;
	margin-left: 15px;
}

div.IntroContent ul li {
	margin:0.5em 0;
}

div.IntroContent p a.visit {
	display: block;
	color: #000;
	background: url("/img/arrowvisit.gif") no-repeat 0 50% ;
	margin-top:1em;
	padding:0 0 0 25px;
	font-size:1em;
}

div.divider {
	width: 100%;
	float: left;
	background:url("/img/divider_horz.gif") no-repeat ;
	height:4px;
	margin:25px 0 25px 0;
}

.divider_mini {
	display: block;
	width: 100%;
	height: 0px;
	margin: 10px 0;
	border-bottom: 1px dashed #c7c7c7;
}

div.p-divider {
	width:100%;
	height: 1em;
	float:left;
}

div.PromoContainer {
	width:100%;
	float:left;
}

div.PromoContainer div.Promo { 
	width:175px;
	float:left;
	border-left:1px solid #dddddd;
	margin:0 0 0 10px;
	padding:0 0 0 15px;
}

div.PromoContainer div.Promo.first {
	width:180px;
	float:left;
	margin:0;
	padding:0;
	border:none;
}

div.PromoContainer div.Promo h2 {
	font-size: 1.3em;
}

div.PromoContainer div.Promo h2 a {
	color:#8d145b;
	padding:0 5px 0 22px;
	background: url("/img/promoarrow.gif") no-repeat 0 50% ;
}

div.PromoContainer div.Promo.second h2 a {
	color:#38851e;
 }

div.PromoContainer div.Promo.third h2 a {
	color:#940001;
 }

div.PromoContainer div.Promo.four h2 a {
	color:#8d145b;
 }

div.PromoContainer div.Promo p a {
	color:#646464;
	text-decoration: underline;
	padding:0 0 0 17px;
	background: url("/img/arrow.gif") no-repeat 0 50%;
}

div.CaseContainer {
	width:100%;
	float:left;
}

div.CaseContainer div.Case {
	width:192px;
	float:left;
	border-left:1px solid #dddddd;
	margin: 10px 0 0 55px;
	padding:0 0 0 55px;
}

div.CaseContainer div.Case.first {
	border:none;
	margin: 10px 0 0 0;
	padding: 0;
}

div.CaseContainer div.Case h3 {
	font-weight:bold;
	color:#646464;
	margin:4px 0 0 0;
}

div.CaseContainer div.Case p a {
	color:#646464;
	text-decoration: underline;
}

div.ServiceContainer {
	float:left;
	width:100%;
}

div.ServiceContainer div.service {
	width:180px;
	float:left;
	margin:0 0 0 12px ;
	padding:0 0 0 12px;
	border-left:1px solid #dddddd;
}

div.ServiceContainer div.service.first {
	margin:0;
	padding:0;
	border:none;
}

div.ServiceContainer div.service h2 {
	font-size:1.4em;
	margin:0 0 10px 0;
}

div.ServiceContainer div.service h2 a {
	color:#8d135b;
}

div.ServiceContainer div.service p a {
	color:#646464;
	text-decoration: underline;
}

div.projectContainer {
	float:left;
	width:100%;
}

div.projectContainer div.project {
	float:left;
	width:202px;
	margin:0 0 0 92px;
}

div.projectContainer div.project.first {
	float:left;
	margin:0;
}

div.projectContainer div.project a img {
	margin:0 5px 0 0;
}

div.conceptItem {
	float:left;
	padding-bottom:20px;
}

div.conceptItem h2 {
	font-size:1.4em;
	color:#333333;
}

div.conceptItem p a.visit {
	display: block;
	color: #000;
	background: url("/img/arrowvisit.gif") no-repeat 0 50% ;
	margin-top:0.8em;
	padding:0 0 0 25px;
	font-size:1em;
	text-decoration:underline;
	float:left;
}

div.conceptItem img {
	float:left;
	margin:0 20px 10px 0;
}

div.conceptBoxes {
	float:left;
	margin: 10px 0 0 0;
}

/*div.conceptBoxes img.box {
	margin-right:7px;
}*/

div.conceptfooter {
	float:left;
	width:100%;
}

div.pagination {
	width:100%;
	height:3em;
	margin:2em 0;
	float:left;
	text-align:right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	line-height:3em;
}
/* ---------------------------------------------  */

p.list_one {
	padding-left: 80px;
	background-image: url("/img/green_dot_1.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

p.list_two {
	padding-left: 80px;
	background-image: url("/img/green_dot_2.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

p.list_three {
	padding-left: 80px;
	background-image: url("/img/green_dot_3.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

p.list_four {
	padding-left: 80px;
	background-image: url("/img/green_dot_4.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

/* ---------------------------------------------  */

p.skills_seo_list_one {
	padding-left: 80px;
	background-image: url("/img/skills_seo_dot_1.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

p.skills_seo_list_two {
	padding-left: 80px;
	background-image: url("/img/skills_seo_dot_2.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

p.skills_seo_list_three {
	padding-left: 80px;
	background-image: url("/img/skills_seo_dot_3.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

p.skills_seo_list_four {
	padding-left: 80px;
	background-image: url("/img/skills_seo_dot_4.jpg");
	background-repeat: no-repeat;
	background-position: 20px center;
}

/* ---------------------------------------------  */

p strong {
	color: #000000;
}

.hr {
	background: url(/img/pgrad.jpg);
	background-repeat: repeat-x;
	height: 15px;
}

table.case_stats tr td{
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #7d8c29;
	padding: 10px 43px;
	background-image: url('/img/arrow_dot_up.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}

table.case_stats tr td.first{
	color: #000000;
	background-color: #e5e5e5;
	border: 1px solid #ffffff;
	background-image: url('/img/arrow_dot_right.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}

ul.stronger {
	color: #4d4c4c;
	font-size: 14px;
	font-weight: bold;
}

/*===START=========== CSS for Introboxes ============START===*/
/*
<a href="#" class="skill_intro_box">
	<span class="the_header seo"><span>Sökmotoroptimering</span></span>
	<span class="the_box">
		<span class="the_info">asdf asdf asdf asdf asdf</span>
		<span class="the_classic_link">Läs mer om sökmotoroptimering</span>
	</span>
</a>
*/

.skill_intro_box_home {
	margin: 0 4px 0 0;
	width: 264px;
}

.skill_intro_box_home .the_box{
	height: 65px;
}

.skill_intro_box_home .the_header span {
	font-size: 16px;
	padding: 0 0 0 20px;
}

.skill_intro_box_skills {
	margin: 0 12px 0 0;
	width: 190px;
}
.skill_intro_box_skills .the_box{
	height: 111px;
}
.skill_intro_box_skills .the_header span {
	font-size: 12px;
	padding: 0 0 0 15px;
}

.skill_intro_box {
	display: block;
	float: left;
	outline: none;
	color: #6e6d6d;
}

.skill_intro_box .the_header {
	display: block;
	height: 36px;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: black;
}

.skill_intro_box .seo {
	background-image: url("../img/skill_intro_box/header_seo.png");
}
.skill_intro_box .development {
	background-image: url("../img/skill_intro_box/header_development.png");
}
.skill_intro_box .design {
	background-image: url("../img/skill_intro_box/header_design.png");
}
.skill_intro_box .management {
	background-image: url("../img/skill_intro_box/header_management.png");
}

.skill_intro_box .the_header span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	background-image: url("../img/skill_intro_box/header_left.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.skill_intro_box .the_box {
	display: block;
	background-color: #fdfdfd;
	padding: 18px 18px 44px 18px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-image: url("../img/skill_intro_box/gradient_bottom.png");
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}

.skill_intro_box .the_info {
	display: block;
}

.skill_intro_box .the_classic_link {
	display: block;
	height: 18px;
	position: absolute;
	left: 18px;
	bottom: 18px;
}

.skill_intro_box a{
	cursor: pointer;
}

.gray_round_bullet_link {
	line-height: 18px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 25px;
	background-image: url("../img/skill_intro_box/bullet.png");
	background-position: center left;
	background-repeat: no-repeat;
}

/*====END============ CSS for Introboxes =============END====*/

/*===START============ CSS for Infoboxes ============START===*/
/*
<a href="#" class="black_gradient_info_box">
	<span class="the_header"><span>Analysera din sajt</span></span>
	<span class="the_box">
		asdf asdf asdf asdf
	</span>
</a>
*/

.black_gradient_info_box {
	display: block;
	outline: none;
}

.black_gradient_info_box .the_header {
	display: block;
	height: 30px;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: black;
	background-image: url("../img/black_gradient_info_box/header_right.png");
}

.black_gradient_info_box .the_header span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background-image: url("../img/black_gradient_info_box/header_left.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 9px;
}

.black_gradient_info_box .the_box {
	display: block;
	padding: 15px;
	background-image: url("../img/black_gradient_info_box/gradient.png");
	background-position: top;
	background-repeat: repeat-x;
	height: 115px;
}

.gray_gradient_info_box {
	display: block;
	outline: none;
	background-color: #ffffff;
}

.gray_gradient_info_box .the_header {
	display: block;
	height: 30px;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: black;
	background-image: url("../img/black_gradient_info_box/gray_header_right.png");
}

.gray_gradient_info_box .the_header span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	background-image: url("../img/black_gradient_info_box/gray_header_left.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 0 9px;
}

.gray_gradient_info_box .the_box {
	display: block;
	padding: 15px;
	background-image: url("../img/black_gradient_info_box/gradient.png");
	background-position: top;
	background-repeat: repeat-x;
	height: 115px;
}






/*====END============= CSS for Infoboxes =============END====*/
	
/*===START============== CSS for Print ==============START===*/
@media print
{
	.noprint, #footer
	{
		display: none;
	}
	
}
/*===END================ CSS for Print ================END===*/
