* { padding: 0; margin: 0; outline: none }

body {
	color: #999;
	background: #000;
	font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a		{ color: #7BA6BB; text-decoration: none }
a:hover	{ color: #7BA6BB; text-decoration: underline }
a p		{ color: #999 }

.toppage a		    { color: #fff; text-decoration: none }
.toppage a:hover	{ color: #fff; text-decoration: underline }
.toppage a p		{ color: #999  } 

h1 { color: #FFF; font-size: 30px; font-weight: normal; line-height: 50px }
h2 { color: #FFF; font-size: 30px; font-weight: normal; line-height: 40px }
h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 3px;
}
h4 { color: #888; font-weight: normal; line-height: 24px; font-size: 11px; margin: 5px 5px 5px 0px; }

h5 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: -3px;
}

p {
	margin-bottom: 15px;
}
img { border: 0 }

.mini { font-size: 11px; line-height: 16px; color: #ccc; }

.borderbottom {
	border-bottom: 1px solid #333;
}
.wrap {
	margin: auto;
	width: 960px;
}
#header {
	margin-top: 40px;
	margin-bottom: 20px;
}
#header h1 a {
	position: absolute;
	width: 271px !important;
	height: 46px;
	text-indent: -9999px;
	background: transparent url(../images/stylefactor_blue.png) no-repeat;
}

#topnav {
	color: #FFF;
	display: none;
	position: fixed;
	width: 100%;
	z-index: 100;
	padding: 10px;
	background: #222;
}
#topnav .left {
	float: left;
}
#topnav .right {
	float: right;
}

#nav {
	list-style-type: none;
	float: right;
}
#nav li {
	float: left
}
#nav li a {
	float: left;
	color: #666;
	font-size: 10px;
	display: block;
	margin-left: 30px;
	padding: 10px 10px 5px 10px;
}
#nav li a strong {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 15px;
}
#nav li a:hover {
	text-decoration: none;
	border-left: 1px dotted #7BA6BB;
}

#teaser {
	letter-spacing: -0.06em;
	margin-bottom: 30px;
}
#teaser p {
	font-size: 20px;
	color: #7BA6BB;
}
#slider {
	background: #222;
	height: 180px;
	margin-bottom: 30px;
}

.title {
	margin-bottom: 30px;
}
.title p {
	font-size: 18px;
	color: #7BA6BB;
	margin: 0;
}


.box {
	padding-left: 10px;
}



.service {
	display: block;
	padding: 10px;
}
.service h3 {
	font-weight: bold;
}
.service a:hover {
	background: -moz-linear-gradient(center bottom, rgb(0,0,0) 4%, rgb(22,23,25) 100%);
	-moz-box-shadow: 0 0 15px rgb(70,73,77);
	text-decoration: none;
}



/* PORTFOLIO */

#slider-code {
    overflow: hidden;
}

#slider-code .viewport {
    float: left;
    width: 940px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

#slider-code .buttons {
    display: block;
	float: left;
}

#slider-code .prev {
	float: left;
}
#slider-code .next {
	float: right;
}

#slider-code .disable { visibility: hidden }

#slider-code .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}
#slider-code .overview .box {
	padding: 0;
}
#slider-code .overview li {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.portfolio h3 {
	font-weight: bold;
}
.portfolio li a:hover h3 {
	color: #4EB3E6;
}



.pager {
	font-size: 11px;
	margin: auto;
	list-style-type: none;
}
.pager li {
	float: left;
}
.pager li a {
	float: left;
	display: block;
	padding: 1px 6px;
	border: 1px solid #333;
	color: #999;
	margin-right: 5px;
}
.pager li a:hover {
	text-decoration: none;
}
.pager li a.active {
	background: #222;
}

.box.pic {
	background: #222;
	border: 3px solid #222;
	height: 97px;
	margin-bottom: 10px;
}

.box.pic:hover {
	background: #7BA6BB;
	border: 3px solid #7BA6BB;
	height: 97px;
	margin-bottom: 10px;
}

.box.pic img {
    width: 213px;
}

.clientimg {
    width: 695px;
    border: 3px solid #222;
    margin-bottom: 20px;
}

.marginbottom {
	margin-bottom: 20px;
}
.spacer {
	height: 1px;
	background: #222;
	margin-top: 10px;
	margin-bottom: 40px;
}


/*
#portfolio {
	background: transparent url(../images/refs.png) no-repeat 170px 0;
}
*/

.toppage a {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: #222 url(../images/arrowtop16.png) no-repeat 4px 3px;
	padding: 2px 8px 2px 26px;
	margin-top: -40px;
	margin-right: 10px;
	opacity:0.3;
}
.toppage a:hover {
	text-decoration: none;
	opacity:0.7;
}


.skills div {
	float: left;
	font-size: 11px;
	background: #333;
	padding: 1px 8px;
	-moz-border-radius: 5px;
	margin: 0 5px 5px 0
}
.skills .title {
	display: block;
	color: #FFF;
	font-weight: bold;
	
/* 	text-shadow: 0 1px 1px #000; */
	background: #4EB3E6;
}

.label {
	color: #333;
	text-align: right
}
.bar {
	background: #151515;
	padding: 1px 0 0 7px;
	line-height: 18px;
	margin-bottom: 5px;
	font-size: 10px;
	border-right: 1px solid #333;
}

ul.technology {
	list-style-type: none;
}
ul.technology li {
	float: left;
	font-size: 11px;
	background: #333;
	padding: 0px 8px;
	margin-bottom: 5px;
	margin-right: 5px;
	-moz-border-radius: 5px;
}

input[type="text"],
textarea {
	padding: 8px;
	color: #CCC;
	font: 13px Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #191919;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea {
	width: 96% !important;
	height: 120px;
}
.contact input[type="text"],
.contact textarea {
	width: 100%
}

.text-border, .textarea-border, .submit-border, .submit-kalk-border {
	background: #111;
	padding: 4px 4px 4px 4px;
	width: 442px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textarea-border {
    padding: 4px 4px 2px 4px;
}

.submit-border {
    width: 150px !important;
    padding: 4px 4px 4px 4px;
    margin-top: 20px;
}

.submit-kalk-border {
    width: 200px !important;
    padding: 4px 4px 4px 4px;
    margin-top: 20px;
}

.form-text {
	width: 424px !important;
	border: 1px solid #222 !important;
}

.contact .button {
}

.button, .button:hover {
	color: #999;
	background: #222;
	border: 1px solid #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 150px;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 11px;
}

.button:hover {
	color: #fff;
	background: #4f9ee0;
}

.button-kalk, .button-kalk:hover {
	color: #999;
	background: #222;
	border: 1px solid #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 200px;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 11px;
}

.button-kalk:hover {
	color: #fff;
	background: #4f9ee0;
}

#pricetable th,td {
	padding: 8px;
}
#pricetable th {
	text-align: left;
	border-bottom: 1px solid #333;
}
#pricetable td {
	height: 50px;
}
#pricetable .first {
	background: #000;
}
#pricetable .second {
	background: #151515;
}

#pricetable td.selected {
	font-weight: bold;
	color: #FFF !important;
	background: #4F9EE0;
	text-shadow: 0 1px 0 #000;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
}
#pricetable td.selected div {
	color: #FFF !important;
	font-weight: normal;
}
#pricetable strong {
    color: #fff;
}
#pricetable .desc {
	margin-left: 21px;
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
	padding: 5px 0px 5px 0px;
}
#pricetable .sum td {
	padding: 5px 5px;
	color: #CCC;
	font-size: 18px;
	font-weight: bold;
	background: #222;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}


.ok {
	color: #b6d56d;
	border: 1px solid #b6d56d;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.error {
	color: #FF5511;
	border: 1px solid #FF5511;
	padding: 5px 10px;
	margin-bottom: 20px;
}


#footer {
	border-top: 1px solid #222;
	margin-top: 30px;
	margin-bottom: 80px;
	padding-top: 20px;
	line-height: 16px;
}
#footer .grid_7 {
	text-align: right;
}
#footer a {
	color: #666;
}
