/*
Version: 0.3
Description: Vuo CMS standard stylesheet
Author: Vuo
Author URI: http://www.Vuo.CMS.se
*/

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type:none;
	outline: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	/*text-align: center;*/
	line-height: 21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	/*min-height: 25px;*/
	background: #323a55 url(../images/bg.jpg);
	letter-spacing:1px;
}
#main-wrapper {
	font-size:1.3em;
	margin: auto;
}
a {
	text-decoration: none;
	color: #FFF;
}
LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
}
a:hover {
/*text-decoration: underline;*/
}
.clear {
	clear: both;
}
/*.ui-tabs-hide {
	display: none;
}*/
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	padding-bottom: 5px;
	color: #808080;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h8 a, h9 a {
	color: #808080;
}
h3 .link a {
	color:#FFF;
	}
h1 {
	font-size: 2.1em;
	letter-spacing:1px;
	color:#FFF;
}
h2 {
	font-size: 2.2em;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:5px;
}
h3 {
	font-size: 1.6em;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:7px;
}
h4 {
	font-size: 1.7em;
	letter-spacing:1px;
}
h5 {
	font-size: 1.9em;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:5px;
}
h6 {
	font-size: 1.4em;
}
p {
	padding-bottom: 10px;
	line-height: 18px;
	letter-spacing:1px;
}
strong {
	font-weight: bold;
	color: #FFF;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
	text-shadow: none !important;
}
blockquote p {
	padding-bottom: 0px;
}
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #3e3e3e;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.hide {
	display:none;
}
.min500 {
	min-height:500px;
}
.height-50 {
	height:50px;
}
.height-100 {
	height:100px;
}
.float-right {
	float:right !important;
}
.p-large {
	font-size:16px;
}
#error-message {
	padding:250px;
	padding-top:50px;
	text-align:center;
}
/*.form {
	width:230px;
	margin:0 auto;
}*/
.margin-left-10 {
	margin-left:10px !important;
}
/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

.container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.intro-container {
	padding-top:15px;
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom: 5px;
}
#top {
	/*background: url(../images/top-bg.png) repeat-x top;*/
/*	padding-top: 30px;*/
	z-index:5 !important;
	position:relative;
	width:960px;
	margin:0 auto;
	/*padding-bottom: 40px;*/
}
.menu-container {
	width: 900px;
	float: left;
	background: url(../images/top-bg.png) repeat-x top;
}
.Vuo.CMS #top {
	border-bottom: 0;
	padding-bottom: 40px;
}
#header {
	height: 52px;
}
.align-center {
	text-align:center;
	}
/*body.Vuo.CMS #header {height: 202px;}*/
	#home-top {
	/*background:url(../images/top-bg.png) repeat-x 0px -130px #D2D2D2;*/
	background:url(../images/bg-wood.jpg) repeat-x top #D2D2D2;
	width: 100%;
	height:252px;
	position: absolute;
	top: -122px;
	left: 0px;
	z-index: 1;
	border-bottom:1px solid #AAAEBD;
}
#logo-link {
	position: absolute;
	left: 25px;
	z-index:10;
	top: 3px;
}
#menu {
	position: absolute;
	left: 180px;
	width: 640px;
	height: 55px;
}
#search-form {
	float: right;
	background: url(../images/search-bg.png) no-repeat;
	width: 150px;
	height: 31px;
	margin: 10px 10px 0px 0px;
	display:none;
}
input#searchinput {
	background:none;
	border: none;
	font-size: 1.2em;
	/*font-style: italic;*/
	color: #7d7d7d;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top:0px;
	padding-left:13px;
	width:105px;
	float: left;
	margin-right: 4px;
	position: relative;
	top: 6px;
}
input#searchsubmit {
	float:left;
	margin-top:9px;
}
#content-full {
	position: relative;
	z-index:4;
}
.center-highlight {
	/*background: url(../images/light-overlay.png) repeat-y top center;*/
	text-shadow:0 0 0 transparent, 2px 2px 1px rgba(0, 0, 0, 0.25);
}
#intro {
	background:url("../images/intro-bg.png") repeat-x scroll 10px 103px transparent;
}
#hr {
	background: url(../images/shadow-bar-bg.png) repeat-x bottom left;/*padding-top: 29px;*/
}
body.Vuo.CMS #hr {
	min-height: 479px;
	margin:0 auto;
	z-index:1;
	position:relative;
	/*width:960px;*/
padding-top: 29px;
}
#hr-center {
	background: url(../images/shadow-bar-centerbg.png) no-repeat bottom center;
}
#portfolio-items {
	padding-bottom: 20px;
}
.pages-full #portfolio-items {
	margin-top:20px;
}
.pages-full #portfolio-items .three {
	margin: 0px 26px 55px 0px;
}
#portfolio-items .item {
	position: relative;
	background: url(../images/item-bottom-shadow.png) no-repeat bottom left;
	float: left;
	margin: 0px 33px 42px 0px;
}
#portfolio-items .three {
	margin: 0px 15px 32px 0px;
}
#portfolio-items .last {
	margin-right: 0px;
}
.item-image {
	position:relative;
	top:0;
}
#portfolio-items .item img.portfolio {
/*border: 2px solid #e5e5e5;*/
}
/*.item-image span.overlay {
	position: absolute;
	top: 3px;
	left: 3px;
	background: url(../images/item-overlay.png) no-repeat;
	width: 207px;
	height: 136px;
}*/
a.zoom-icon, a.more-icon {
	display: block;
	width: 61px;
	height: 75px;
	/*text-indent: -9999px;*/
	position: absolute;
	top: 50px;
}
a:hover.zoom-icon, a:hover.more-icon {
	color:#fff;
}
p.zoom-in-text {
	position:absolute;
	bottom:0px;
	color:#fff;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	width:61px;
}
a.zoom-icon {
	left: 31px;
	background: url(../images/zoom-icon.png) no-repeat;
}
a.more-icon {
	left: 128px;
	background: url(../images/readmore-icon.png) no-repeat;
}
#tagline {
	line-height: 2.6em;
	padding-bottom: 60px;
	padding-top:30px;
}
#tagline p {
	font-size: 3em;
	color: #fff;
	background:url(../images/quote-left.png) no-repeat left top;
	padding:0px 0px 0 40px;
	min-height:34px;
	letter-spacing:2px;
}
#tagline span {
	background:url(../images/quote-right.png) no-repeat right bottom;
	padding:0 50px 3px 40px;
	font-size: 2.4em;
	color: #fff;
}
div.service {
	float: left;
	padding: 52px 45px 26px 0;
	width: 290px;
}
#blog {
	padding-right: 0px;
	width:282px;
	background: url(../images/fromblog-bottom.png) no-repeat bottom left;
	padding-bottom: 16px;
	position: relative;
}
h3.hometitle {
	font-size: 1.8em;
	color:#fff;
	padding-bottom: 8px;
	letter-spacing:1px;
}
h3.hometitle a {
	font-size: 1.0em;
	color:#fff;
	padding-bottom: 8px;
	letter-spacing:0.4px;
}
a.readmore {
	float: right;
	background: url(../images/readmore.png) no-repeat bottom right;
	height: 38px;
	display: block;
	font-size: 1.6em;
	color: #323232 !important;
	padding-right: 9px;
	margin-top: 14px;
	font-weight: normal;
}
a.readmore span {
	display: block;
	background: url(../images/readmore.png) no-repeat;
	padding:9px 5px 4px 12px;
	height:38px;
}
a.readmore:hover {
	color: #ffffff;
}
#blog-top {
	background: url(../images/fromblog-top.png) no-repeat;
	height: 11px;
}
#blog-wrapper {
	background: url(../images/fromblog-mainbg.png) repeat-y;
	padding: 0px 1px 0px 1px;
}
#blog-content {
	background: url(../images/fromblog-top-gradient.png) repeat-x;
	padding: 7px 22px 6px 24px;
}
#blog-content h4.widgettitle {
	font-size: 2.0em;
	color: #333333;
	padding-bottom: 12px;
}
#blog-content ul li {
	background: url(../images/fromblog-bullet.png) no-repeat 0px 5px;
	padding: 0px 0px 15px 17px;
}
#blog-content ul li a.title {
	display: block;
	color: #7d7d7d;
	font-size: 1.1em;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom:-3px;
}
#blog-content ul li a.title:hover, #blog-content span.postinfo a:hover {
	color: #000000;
	text-decoration: none;
}
#blog-content span.postinfo, #blog-content span.postinfo a {
	color: #9d9d9d;
	font-size: 0.9em;
	font-style: italic;
	text-shadow: 1px 1px 1px #ffffff;
}
#controllers2 {
	position: absolute;
	bottom: -12px;
	left: 102px;
	background: url(../images/fromblog-controllers-bg.png) no-repeat;
	width: 75px;
	height: 38px;
}
#controllers2 a {
	display: block;
	text-indent: -9999px;
	width: 23px;
	height: 15px;
	float: left;
}
#controllers2 a#left-arrow {
	background: url(../images/fromblog-controllers-down.png) no-repeat;
	margin: 11px 0px 0px 12px;
}
#controllers2 a#right-arrow {
	background: url(../images/fromblog-controllers-top.png) no-repeat;
	margin: 11px 0px 0px 7px;
}
#breadcrumbs {
	color: #ffffff;
	padding: 6px 35px;
}
#breadcrumbs .raquo, #breadcrumbs a {
	color: #FFF;
}
#breadcrumbs a:hover {
	color: #ffffff;
	text-decoration: none;
}
#content-area {
	background: url(../images/sidebar-bg.png) 688px 0px repeat-y;
	padding: 38px 0px;
}
#full {
	background: none;
	padding: 38px 0px
}
#left-area {
	width: 688px;
	float: left;
}
.entry {
	margin-bottom: 45px;
}
.entry-thumb-link {
	height:276px;
	width:270px;
	position:absolute;
	top:0;
	left:0;
}
.blog-thumb {
	position: relative;
	float: left;
	margin-right: 23px;
}
.blog-thumb span.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/blog-overlay.png) no-repeat;
}
.blog-thumb, .blog-thumb span.overlay {
	width: 270px;
	height: 276px;
}
.entry-description {
	float: left;
	width: 443px;
}
.full-description {
	width: 651px;
}
p.post-meta {
	background: url(../images/pages-writtenby.png) no-repeat;
	height:48px;
	width:350px;
	padding: 5px 13px 5px 12px;
	font-style: italic;
	font-size: 1.1em;
	float: left;
	margin-bottom: 11px;
}
p.post-meta, p.post-meta a {
	color: #cccccc;
	font-weight: normal !important;
}
.post p.post-meta {
	width: 350px;
}
p.post-meta a:hover {
	color: #ffffff;
	text-decoration: none;
}
.entry h2.title, .entry h1.title {
	font-size: 30px;
	padding-bottom: 11px;
	color: #ffffff;
}
.entry h2.title a {
	color: #ffffff;
	font-weight: normal !important;
}
.entry h2.title a:hover {
	text-decoration: none;
}
.entry a.readmore {
	margin-top: 5px;
}
.entry a {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration:underline;
}
.post {
	width: 670px;
	margin-bottom:17px;
}
.full {
	width: 960px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #ffffff;
}
#gallery {
	padding: 29px 0px 0px;
}
.gallery-thumb {
	position: relative;
	float: left;
	border:3px solid #E3E3E3;
	margin: 16px 0px 45px;
}
.gallery-thumb a {
	display: block;
}
.gallery-thumb img {
	max-width: 650px;
}
.gallery-thumb .overlay {
	width: 100%;
	height: 100%;
	background: url(../images/gallery-overlay.png) no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.gallery-thumb-bottom {
	position: absolute;
	bottom: -24px;
	left: 0px;
	height: 21px;
	width: 34%;
	padding: 0px 217px;
}
.gallery-thumb-bottom .bg {
	background: url(../images/gallery-thumb-bottombg.png) repeat-x;
	height: 14px;
}
.gallery-thumb-bottom .left-shadow {
	background: url(../images/gallery-bottom-leftshadow.png) no-repeat;
	width: 217px;
	height: 21px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.gallery-thumb-bottom .right-shadow {
	background: url(../images/gallery-bottom-rightshadow.png) no-repeat;
	width: 217px;
	height: 21px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.last-div {
	float:left;
	margin-right:0px !important;
	padding-right:0px !important;
}
.bottom-buttons {
	padding-left:90px;
	overflow:hidden;
	}
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/

ul#nav_511697 {
	float: left;/*padding: 15px 0 0 4px;*/
}
ul#nav_511697 li {
	/*margin-left: 12px;*/
	float:left;
}
ul#nav_511697 li.selected {
	background-color:#EDEDED;
	color: #000 !important;
	text-shadow: 1px 1px 0px #fff;
}
ul#nav_511697 ul li.selected {
	background-color: #E4E4E4;
	color: #000 !important;
	text-shadow: 1px 1px 0px #fff;
}
ul#nav_511697 a {
	color: #354463;
	font-size: 1.1em;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
	padding: 0 8px;
}
ul#nav_511697 a:hover {
	color: #000000;
	text-shadow: 1px 1px 0 #FFFFFF;
}
ul#nav_511697 ul {
	-moz-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1);
	background: #f0f0f0;
	border-color: -moz-use-text-color #FFFFFF #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	display: none;
	padding: 7px 0 10px;
	top: 32px !important;
	width: 210px;
}
ul#nav_511697 ul li {
	margin: 0;
	width:100%;
	padding: 3px 0;
}
ul#nav_511697 ul li a {
	padding: 3px 0 0 34px;
	width: 170px;
}
ul#nav_511697 li:hover ul ul, ul#nav_511697 li.sfHover ul ul {
	left: 191px !important;
	top: -16px !important;
}
#cat_511697_divs ul {
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	/*top: -999em;*/
    z-index: 10;
	padding-top: 8px;
}
#cat_511697_divs li {
	float: left;
	position: relative;
}
#cat_511697_divs a {
	display: block;
	float: left;
}
#cat_511697_divs li:hover ul, ul#cat_511697_divs li.sfHover ul {
	left: 0;
	top: 50px;
}
#cat_511697_divs li:hover li ul, #cat_511697_divs li.sfHover li ul {
	top: -999em;
}
#cat_511697_divs li li:hover ul, ul#cat_511697_divs li li.sfHover ul {
	left: 192px;
	top: 0;
}
#cat_511697_divs li:hover ul, #cat_511697_divs li li:hover ul {
/*top: -999em;*/
}
#cat_511697_divs li li {
	display: block;
	float: left;
	padding: 0;
}
#cat_511697_divs li li a:link, #cat_511697_divs li li a:visited {
	display: block;
	float: left;
	height: auto;
}
#cat_511697_divs li:hover {
	visibility: inherit;
}
/* Lavalamp
*/
ul#nav_511697 li.backLava {
	background-color:#fc0;
	border:2px solid brown;
}

ul#nav_524780 {
	float: left;/*padding: 15px 0 0 4px;*/
}
ul#nav_524780 li {
	/*margin-left: 12px;*/
	float:left;
}
ul#nav_524780 li.selected {
	background-color:#EDEDED;
	color: #000 !important;
	text-shadow: 1px 1px 0px #fff;
}
ul#nav_524780 ul li.selected {
	background-color: #E4E4E4;
	color: #000 !important;
	text-shadow: 1px 1px 0px #fff;
}
ul#nav_524780 a {
	color: #354463;
	font-size: 1.1em;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
	padding: 0 8px;
}
ul#nav_524780 a:hover {
	color: #000000;
	text-shadow: 1px 1px 0 #FFFFFF;
}
ul#nav_524780 ul {
	-moz-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.1);
	background: #f0f0f0;
	border-color: -moz-use-text-color #FFFFFF #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	display: none;
	padding: 7px 0 10px;
	top: 32px !important;
	width: 210px;
}
ul#nav_524780 ul li {
	margin: 0;
	width:100%;
	padding: 3px 0;
}
ul#nav_524780 ul li a {
	padding: 3px 0 0 34px;
	width: 170px;
}
ul#nav_524780 li:hover ul ul, ul#nav_524780 li.sfHover ul ul {
	left: 191px !important;
	top: -16px !important;
}
#cat_524780_divs ul {
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	/*top: -999em;*/
    z-index: 10;
	padding-top: 8px;
}
#cat_524780_divs li {
	float: left;
	position: relative;
}
#cat_524780_divs a {
	display: block;
	float: left;
}
#cat_524780_divs li:hover ul, ul#cat_524780_divs li.sfHover ul {
	left: 0;
	top: 50px;
}
#cat_524780_divs li:hover li ul, #cat_524780_divs li.sfHover li ul {
	top: -999em;
}
#cat_524780_divs li li:hover ul, ul#cat_524780_divs li li.sfHover ul {
	left: 192px;
	top: 0;
}
#cat_524780_divs li:hover ul, #cat_524780_divs li li:hover ul {
/*top: -999em;*/
}
#cat_524780_divs li li {
	display: block;
	float: left;
	padding: 0;
}
#cat_524780_divs li li a:link, #cat_524780_divs li li a:visited {
	display: block;
	float: left;
	height: auto;
}
#cat_524780_divs li:hover {
	visibility: inherit;
}
/* Lavalamp
*/
ul#nav_524780 li.backLava {
	background-color:#fc0;
	border:2px solid brown;
}
#sidebar a.selected {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-weight:bold;
}
.drop-position {
	background-repeat:no-repeat;
	background-position: 10px 7px;
}
.dropicon-func-1 {
	background-image: url("../vuo-cms/images/dropicon-func-1.png");
}
.dropicon-func-2 {
	background-image: url("../vuo-cms/images/dropicon-func-2.png");
}
.dropicon-func-3 {
	background-image: url("../vuo-cms/images/dropicon-func-3.png");
}
.dropicon-func-4 {
	background-image: url("../vuo-cms/images/dropicon-func-4.png");
}
.dropicon-func-5 {
	background-image: url("../vuo-cms/images/dropicon-func-5.png");
}
.dropicon-func-6 {
	background-image: url("../vuo-cms/images/dropicon-func-6.png");
}
.dropicon-func-7 {
	background-image: url("../vuo-cms/images/dropicon-func-7.png");
}
.dropicon-func-8 {
	background-image: url("../vuo-cms/images/dropicon-func-8.png");
}
.dropicon-about-1 {
	background-image: url("../vuo-cms/images/dropicon-about-1.png");
}
.dropicon-about-2 {
	background-image: url("../vuo-cms/images/dropicon-about-2.png");
}
.dropicon-about-3 {
	background-image: url("../vuo-cms/images/dropicon-about-3.png");
}
.dropicon-customer-1 {
	background-image: url("../vuo-cms/images/dropicon-customer-1.png");
}
.dropicon-customer-2 {
	background-image: url("../vuo-cms/images/dropicon-customer-2.png");
}
.dropicon-customer-3 {
	background-image: url("../vuo-cms/images/dropicon-customer-3.png");
}
.dropicon-customer-4 {
	background-image: url("../vuo-cms/images/dropicon-customer-4.png");
}
.dropicon-partner-1 {
	background-image: url("../vuo-cms/images/dropicon-partner-1.png");
}
.dropicon-partner-2 {
	background-image: url("../vuo-cms/images/dropicon-partner-2.png");
}
.dropicon-partner-3 {
	background-image: url("../vuo-cms/images/dropicon-partner-3.png");
}
.dropicon-partner-4 {
	background-image: url("../vuo-cms/images/dropicon-partner-4.png");
}

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured {
	position: relative; /*top: -102px; margin-bottom:-95px;*/
	padding-bottom: 31px;
	background: url(../images/featured-bottom-shadow.png) no-repeat bottom left;
	height: 447px;
	z-index:1;
}
#featured span#left-shadow, #featured span#right-shadow {
	width: 9px;
	height: 132px;
	display: block;
	position: absolute;
	/*z-index: 1;*/
	top: -30px;
}
#featured span#left-shadow {
	background: url(../images/featured-leftshadow.png) no-repeat;
	left: -9px;
}
#featured span#right-shadow {
	background: url(../images/featured-rightshadow.png) no-repeat;
	right: -9px;
}
#slides {
	position: relative;
	height: 447px;
	background: #000000;
}
/* Video player
*/
#video-div {
	position:absolute;
	z-index:1;
}
.slide .overlay {
	background: url(../images/slide-top-shadow.png) repeat-x;
	top: 0px;
	left: 0px;
	height: 17px;
	position: absolute;
	width: 960px;
}
.slide .overlay2 {
	background: url(../images/slide-bottom-shadow.png) repeat-x;
	bottom: 0px;
	left: 0px;
	height: 4px;
	position: absolute;
	width: 960px;
}
#slides .description {
	line-height: 18px;
	color: #353535;
	text-shadow: 1px 1px 1px #ffffff;
	font-size: 1.0em;
	position: absolute;
	top: 25px;
	right: -11px;
	width: 275px;
	padding-top: 19px;
	background: url(../images/description-top.png) no-repeat;
	z-index: 4;
	display:none;
}
#slides .description .outer-content {
	background: url(../images/description-center-outer.png) repeat-y;
	padding: 0px 1px 0px 7px;
}
#slides .description .inner-content {
	background: url(../images/description-center-inner.png) repeat-x bottom left;
	padding: 3px 16px 10px 18px;
}
#slides .description .bottom {
	height: 36px;
	background: url(../images/description-bottom.png) no-repeat;
}
#slides .description h2.title {
	font-size: 1.4em;
	padding-bottom: 10px;
}
#slides .description h2.title a {
	color: #363636;
}
#slides .description h2.title a:hover {
	text-decoration: none;
}
#slides .description a.readmore {
	background: url(../images/featured-readmore.png) no-repeat bottom right;
	font-size: 1.2em;
	color: #ffffff !important;
	text-shadow: -1px -1px 1px #000000;
	padding-right: 8px;
	display: block;
	height: 35px;
	float: left;
	left: 89px;
	top: -12px;
	position: relative;
}
#slides .description a.readmore span {
	background: url(../images/featured-readmore.png) no-repeat;
	display: block;
	height: 35px;
	line-height: 32px;
	padding: 0px 12px 0px 20px;
}
#slides .description a.readmore:hover {
	color: #eeeeee;
}
#controllers-wrapper {
	position: absolute;
	bottom: 11px;
	left: 380px;
	background: url(../images/featured-controllers-left.png) no-repeat;
	height: 44px;
	padding-left: 12px;
	z-index:30;
	display:none;
}
#controllers-wrapper #controllers {
	background: url(../images/featured-controllers-bg.png) repeat-x;
	height: 30px;
	padding-top: 14px;
}
#controllers-wrapper #controllers, #controllers-wrapper #controllers-right {
	float: left;
}
#controllers-wrapper #controllers-right {
	background: url(../images/featured-controllers-right.png) no-repeat;
	height: 44px;
	width: 8px;
}
#controllers-wrapper #controllers .slide-nav {
	float:left;
}
#controllers-wrapper a {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: url(../images/featured-controller.png) no-repeat;
	margin-right: 3px;
}
#controllers-wrapper a.active {
	background: url(../images/featured-controller-active.png) no-repeat;
}
#controllers-wrapper a#left-arrow, #controllers-wrapper a#right-arrow {
	width: 15px;
	height: 23px;
	position:relative;
	top:-4px;
}
#controllers-wrapper a#left-arrow {
	background: url(../images/featured-controllers-leftarrow.png) no-repeat;
	margin-right: 17px;
}
#controllers-wrapper a#right-arrow {
	background: url(../images/featured-controllers-rightarrow.png) no-repeat;
	margin-left: 16px;
}
.recentscroll {
	height:162px;
	overflow:hidden;
}
.recentscroll ul {
	height: 32000px;
}
h3.recentworks {
	padding: 7px 0px 0px;
}
a.entergallery {
	margin-top: -3px;
}
.entry ul, .comment-content ul {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
}
.entry ol, .comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0px 10px 2px;
}
.entry ul li ul, .entry ul li ol, .comment-content ul li ul, .comment-content ul li ol {
	margin: 2px 0px 2px 20px;
}
.entry ol li ul, .entry ol li ol, .comment-content ol li ul, .comment-content ol li ol {
	margin: 2px 0px 2px 35px;
}
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/
.recentcomments a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}
#comment-wrap {
	padding: 30px 40px 0px 0px;
}
h3#comments {
	font-size: 30px;
	padding: 0px 0px 25px;
	color: #ffffff;
}
.comment-icon {
	background: url(../images/comment-bottom-bg.png) no-repeat bottom left;
	padding-bottom: 14px;
}
.comment-icon .post {
	padding: 3px 0px 0px;
}
div.authordata {
	width: 100px;
}
div.avatar {
	float: left;
	position: relative;
	padding:3px;
}
div.avatar span.overlay {
	background: url(../images/avatar-overlay.png) no-repeat;
	display: block;
	width: 67px;
	height: 67px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.comment-wrap {
	float:left;
	margin-left:20px;
}
.reply-container {
 background:url(../images/"readmore.png") no-repeat scroll right bottom transparent;
	display:block;
	float:right;
	font-size:18px;
	font-weight:normal;
	height:38px;
	margin-top:14px;
	padding-right:9px;
}
.reply-container a {
 background:url(../images/"readmore.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:38px;
	padding:9px 5px 4px 12px;
	color:#323232 !important;
}
.reply-container a:hover {
	text-decoration: none;
	color: #eeeeee;
}
li.depth-1 .comment-wrap {
	width: 546px;
}
li.depth-2 .comment-wrap {
	width: 465px;
}
li.depth-3 .comment-wrap {
	width: 383px;
}
li.depth-4 .comment-wrap {
	width: 301px;
}
.fullwidth li.depth-1 .comment-wrap {
	width: 811px;
}
.fullwidth li.depth-2 .comment-wrap {
	width: 729px;
}
.fullwidth li.depth-3 .comment-wrap {
	width: 647px;
}
.fullwidth li.depth-4 .comment-wrap {
	width: 565px;
}
ol.commentlist {
	list-style:none outside none;
	padding-top:8px;
}
ol.commentlist ul {
	list-style:none outside none;
}
.commentlist li.comment li {
	background: none;
	padding: 0px;
}
.commentlist li.comment ul {
	margin: 8px 0px 8px 82px;
}
#respond {
	padding-top: 25px;
}
.comment #respond {
	padding-left: 0px;
	padding-top: 5px;
}
#commentform textarea#comment {
	width: 88%;
}
#commentform input[type=text] {
	width: 40%;
}
li.comment #respond textarea {
	width: 88% !important;
}
li.comment #respond input[type=text] {
	width: 50% !important;
}
#respond h3#comments {
	background: none;
	margin: 0px;
	padding: 0px;
}
.comment-author {
	padding: 2px 0px;
	font: 21px Arial, sans-serif;
}
.comment-author .comment-meta, .comment-author .comment-meta a {
	color: #c0bfbf;
}
.comment-author .comment-meta a:hover {
	text-decoration: none;
}
span.fn, span.fn a {
	color: #ffffff;
}
span.fn a:hover {
	text-decoration: none;
}
.comment-content {
	padding-top:5px;
}
.comment-body {
	padding: 8px 0px;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
	
#footer {
	background: url(../images/footer-overlay-bg.png);
	padding-bottom: 15px;
	overflow:hidden;
	width:100%;
}
#footer-wrapper {
	background: url(../images/footer-top-bg.png) repeat-x;
}
#footer-center {
	background: url(../images/footer-top-centerbg.png) no-repeat; /*min-height: 147px;*/
	padding-top: 14px;
	color: #b9b9b9;
}
#footer p#copyright a {
	color: #ffffff;
	font: italic 12px Arial, sans-serif;
}
#powered-by {
	float:right;
}
#w3c-validated {
	padding-left:15px;
}
#copyright {
	float:left;
	width:400px;
	padding-top: 15px;
	font-size: 1.4em;
}
#footer .widget {
	float: left;
	width: 280px;
	margin: 0px 60px 45px 0px;
}
#footer .widget a {
	color: #ffffff;
}
#footer .last {
	margin-right: 0px;
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar {
	float: left;
	width: 269px;
}
.widget h4.widgettitle {
	font-size: 1.8em;
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);*/
	color: #ffffff;
}
#sidebar a {
	color: #ffffff;
	font-size: 1.1em;
}
#sidebar .widget {
	padding: 0px 0px 50px 22px;
}
.widget ul ul {
	margin: 0px 0px 0px 15px;
}
.widget ul li {
	background: url(../images/widget-bullet.png) no-repeat 0px 12px;
	padding: 4px 0px 4px 16px;
}
.widget ul li ul {
	padding:5px 0px 0px 7px;
	margin: 0px 0px -4px;
}
/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
}
img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
}
/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}
#wp-calendar td#today {
	color: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	padding: 15px 12px 0px;
}
.wp-pagenavi {
	position: relative;
	padding: 12px 30px 20px 0px;
	text-align:right;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 5px 7px !important;
	margin: 2px;
	text-decoration: none;
	font-weight: normal !important;
	font-size: 18px !important;
	color: #6d6d6d !important;
	border: none !important;
	background: url(../images/pagenavi-bg.png) no-repeat;
	padding:6px 19px 12px 14px !important;
	text-shadow: 1px 1px 0px #ffffff;
}
.wp-pagenavi span.current {
	font-size: 18px !important;
	color: #000000 !important;
	text-shadow: 1px 1px 0px #ffffff;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding:6px 19px 12px 14px !important;
	margin: 2px;
	border: none !important;
	background: url(../images/pagenavi-bg.png) no-repeat;
}
.wp-pagenavi span.pages {
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	color: #000000;
	color: #413f36;
	border: none !important;
	color: #000000;
}
a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a {
	text-decoration: none;
}
.js #feat-content, .js div#from-blog div.entries {
	display: none;
}
.foursixeight {
	margin: 0px 0px 15px 84px;
}
body.cufon-disabled ul#menu a {
	font-size:1.4em;
}
body.cufon-disabled ul#menu ul li a {
	background-position: 0 4px;
}
body.cufon-disabled #tagline p {
	font-size:40px;
}
body.cufon-disabled a.readmore {
	font-size: 1.6em;
}
body.cufon-disabled a.readmore span {
	padding-top: 6px;
}
body.cufon-disabled .reply-container {
	font-size: 1.6em;
}
body.cufon-disabled .reply-container a {
	padding-top: 6px;
}
.js ul#menu a, .js ul#menu ul li a, .js #tagline p, .js a.readmore, .js a.readmore span, .js .reply-container, .js .reply-container a {
	text-indent: -9999px;
}
body.cufon-disabled ul#menu a, body.cufon-disabled ul#menu ul li a, body.cufon-disabled #tagline p, body.cufon-disabled a.readmore, body.cufon-disabled a.readmore span, body.cufon-disabled .reply-container, body.cufon-disabled .reply-container a {
	text-indent: 0px;
}
/* Additions
*/
.thumb_title {
	font-size: 1.3em;
	position:absolute;
	text-align:center;
	width:100%;
	margin-top:5px;
	letter-spacing: 1px;
}
#mainmenu_top {
	height:60px;
}
#header-top {
	background: #1a1a1a url(../images/header-top-bg.png) repeat-x bottom left;
	height: 40px;
}
#search-form-main {
	float: right;
	width: 141px;
	background: url(../images/search-main.png) no-repeat;
	height: 25px;
	margin-top: 9px;
	margin-left: 16px;
	margin-right:20px;
}
#searchinput-main {
	background: none;
	border: none;
	font-style: italic;
	color: #959595;
	text-shadow: 1px 1px 1px #151515;
	padding-left: 11px;
	display: block;
	margin-top: 4px;
	float:left;
	width: 100px;
	font-size: 1.1em;
}
#searchsubmit-main {
	float:left;
	margin-top:8px;
}
#logo-top {
	width:67px;
	height:40px;
	background: url(../images/vuo-logo-top.png) no-repeat;
	float:left;
	margin-left:45px;
}
#go {
	float:right;
	padding-right:11px;
	padding-top:3px;
}
.show-if-null-1 {
	display:none;
}
.hide-if-null-0 {
	display:none;
}
#whosloggedin {
	display:none;
}
/*ul.tabs a.current {
	background-color:#ddd;
	border-bottom:1px solid #ddd;	
	color:#000;	
	cursor:default;
}*/
.tooltip-left {
	background: transparent url(../images/tooltip-left.png) no-repeat 0 0;
	width:370px;
	height:75px;
	z-index:15;
	color:#000;
	padding:8px 29px 10px 10px;
	text-align:center;
	font-size:1.3em;
}
.tooltip-right {
	background: transparent url(../images/tooltip-right.png) no-repeat 0 0;
	width:370px;
	height:75px;
	z-index:15;
	color:#000;
	padding:8px 10px 10px 25px;
	text-align:center;
	font-size:1.3em;
}
.tooltip-dynamic {
	width:462px;
	height:230px;
	z-index:15;
	color:#000;
	text-align:center;
	font-size:1.3em;
}
.tooltip-center {
	background: transparent url(../images/tooltip-center.png) no-repeat 0 0;
	width:370px;
	height:85px;
	z-index:15;
	color:#000;
	padding:8px 10px 10px 13px;
	letter-spacing:1px;
	text-align:center;
	font-size:1.3em;
}
.post-opacity {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	position: relative;
	z-index: 0;
}
/* Order page - Plan
*/
#creation-process {
	float:left;
	overflow:hidden;
	margin-top:10px;
}
#creation-process img {
	float:left;
}
ul.planning {
	width:100%;
	float:left;
	margin-left: 5px;
}
ul.planning h3 {
	color:#FFF;
}
ul.planning li {
	float: left;
	margin-right: 30px;
	width: 300px;
}
ul.planning li.last-li {
	margin-right: 0;
}
#order-introduction {
	padding-top:30px;
	width:100%;
}
#order-introduction p {
	width: 640px;
	float:left;
}
#order-form {
	margin: 0 300px;
	width: 400px;
	margin-top:10px;
	text-align: center;
}
#next-info {
	width:100%;
	float:left;
	height:100px;
}
.order-next {
	float: right;
	height: 55px;
	padding-right: 30px;
	width: 200px;
}
.order-previous {
	margin-top:40px;
	float:left;
	width:200px;
	height:55px;
}
#order-price-wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	overflow: hidden;
}
#order-price-wrapper #pricing-link-customer {
	margin-left:24px;
}
#order-price-wrapper #pricing-link-tjanster {
	margin-left: 37px;
	font-size:14px;
}
/* Portfolio
*/
#portfolio-intro-left {
	width:100%;
	float:left;
}
#portfolio-intro-left h3 {
	color:#fff;
}
#portfolio-intro-right {
	width:100%;
	float:left;
}
#portfolio-intro-right a {
	margin-left:5px;
}
.portfolio-left {
	float:left;
	width:235px;
	min-height:700px;
	margin-top:20px;
	padding-left:10px;
}
.portfolio-left h1, .portfolio-left h2, .portfolio-left h3, .portfolio-left h4 {
	color:#fff;
}
.portfolio-main {
	width:715px;
	float:left;
}
.portfolio-description {
	padding-right:6px;
}
.portfolio-feature p {
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
}
.portfolio-logo {
	text-align:center;
}
/* Portfolio top shadow
*/
#shadow-wrapper {
	background: url(../images/footer-top-bg.png) repeat-x;
}
#shadow-center {
	background: url(../images/footer-top-centerbg.png) no-repeat; /*min-height: 147px;*/
	padding-top: 35px;
	color: #b9b9b9;
}
/* Partner
*/

/* Pricing
*/
#pricing-wrapper {
}
#pricing-intro {
	margin-top:10px;
	overflow:hidden;
	text-align:left;
}
#services-intro {
	padding-top:10px;
	padding-bottom:15px;
	overflow:hidden;
	text-align:left;
}
#pricing-intro a {
	font-weight:normal;
	color:#fff;
}
#pricing-link-partner {
	padding-left:15px;
	font-size:14px Arial, sans-serif;
	letter-spacing:2px;
	width:120px;
}
#pricing-link-customer {
	font-size:14px Arial, sans-serif;
}
a#pricing-link.active {
	font-weight:bold;
}
#pricing-link-wrapper {
	padding-top:10px;
	margin: 0 auto;
	width: 445px;
	overflow:hidden;
	height:56px;
}
#pricing-intro h1 {
	width:100%;
}
#pricing-intro p {
	font-size:1.1em;
	padding-top:10px;
}
.pricing-background {
	background: url(/vuo-cms/images/pricing-background.png) center top no-repeat;
	height:200px;
	width:304px;
}
#pricing-info-wrap {
	margin-top:10px;
	height:470px;
}
#price-boxes-wrap {
	height:120px;
	margin-top:30px;
}
.price-boxes-style {
	height:100%;
	width: 290px !important;
}
.price-boxes-style span {
	font-size:18px;
	color:#e0e0e0;
	display:inline;
	padding-left:5px;
}
.price-boxes-style.one_third {
	padding:10px;
}
.price-boxes-style h2, .price-boxes-style h5 {
	margin-bottom:10px;
	height:25px;
}
.pricing-thumb div {
	display: none;
	position:absolute;
}
.pricing-thumb div.show {
	display: block;
	z-index: 10000;
}
.pricing-thumb div.default {
	display: block;
	z-index: 0;
}
.pricing-thumb {
	position: relative;
}
.pricing-thumb {
	height: 212px;
	margin-left: 3px;
	width: 300px;
	margin-bottom: 15px;
	background: url("../vuo-cms/images/costs-info-bg.png") no-repeat scroll right bottom transparent;
	padding-bottom:5px;
}
.pricing-thumb div p {
	color: #EBEBEB;
	font-size: 0.88em;
	height: 33px;
	line-height: 14px;
	margin-left: 4px;
	width: 298px;
	text-align: center;
	
}
.pricing-thumb div img {
	width:300px;
	border: 2px solid #000000;
}
.pricing-features {
	margin-left:4px;
}
.pricing-features li {
	/*background-color: #EEEEEE;*/
	border-top:thin;
	border-color:#CCC;
	border-style: none none solid;
	border-width: 1px;
	cursor: pointer;
	list-style: none outside none;
	margin-left: 3px;
	padding-left: 7px;
	width: 292px;
	color:#666;
	font-size:0.9em;
	line-height:35px;
}
.pricing-features li.last-li {
	border-style:hidden;
}
.center-highlight #pricing-info-wrap {
	text-shadow:none;
}
.pricing-features li:hover {
	color: #000000;
	font-weight: bold;
	width:291px;
}
.pricing-features .hover {
	color: #000000;
	font-weight: bold;
	width:291px;
}
.pricing-features li a {
	/*background-color: #F4F4F4;*/
    color: #0077BC;
	display: block;
	font-weight: bold;
	line-height: 36px;
	margin-left: -9px;
	padding-left: 9px;
	width: 294px;
	border:none;
}
/* Partner pricing table
*/
.table-pricing {
	margin: 24px 0;
	table-layout: fixed;
	width: 100%;
}
.table-pricing th, .table-pricing td {
	border-color: #A7AABF;
	border-style: solid;
	border-width: 1px 0 0;
	color: #999999;
	padding: 9px 12px;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
}
.table-pricing th.features {
	background: none repeat scroll 0 0 transparent;
	border:none;
}
.table-pricing .features {
	background: none repeat scroll 0 0 #5B6478;
	color: #fff;
	text-align: right;
	width: 370px;
	border-color: #A7AABF;
	border-style: solid;
	border-width: 1px 0 0;
}
#lead-in-pricing td {
	background: none repeat scroll 0 0 #E9E9E9;
	color: #AAAAAA;
}
#lead-in-pricing .features {
	background: none repeat scroll 0 0 #DDDDDD;
	color: #666666;
	width: 245px;
}
#lead-in-pricing th {
	background: none repeat scroll 0 0 #828282;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 18px;
	vertical-align: bottom;
}
#lead-in-pricing th strong {
	margin: 0;
}
#lead-in-pricing th.features {
	background: none repeat scroll 0 0 transparent;
}
#lead-in-pricing td span {
	color: #000000;
}
.table-pricing th {
	font-size: 1.4em;
}
.table-pricing th strong {
	display: block;
	line-height: 1.3em;
	margin: 0 0 3px;
}
.table-pricing td span {
	color: #5BCB56;
}
.table-pricing th a {
	color: #FFFFFF;
}
.table-pricing th a:hover {
	text-decoration: none;
}
.table-pricing th.free, .table-pricing th.mini {
	background: none repeat scroll 0 0 #403F3F;
	border-top: 0 none;
	color: #FFFFFF;
}
.table-pricing th.standard, .table-pricing th.regular {
	background: none repeat scroll 0 0 #2B584B;
	border-top: 0 none;
	color: #FFFFFF;
}
.table-pricing th.premium, .table-pricing th.super {
	background: none repeat scroll 0 0 #0C7D61;
	border-top: 0 none;
	color: #FFFFFF;
}
.table-pricing .free, .table-pricing .mini {
	background: url("/images/panel-bg.jpg") repeat scroll center center transparent;
}
.table-pricing .standard, .table-pricing .regular {
	background: url("/images/panel-bg.jpg") repeat scroll center center transparent;
}
.table-pricing .premium, .table-pricing .super {
	background: url("/images/panel-bg.jpg") repeat scroll center center transparent;
}
/* Partner apply form
*/

/*#partner-apply input {
	width:200px;
}*/
#partner-apply tr {
	width:15%;
}
#partner-apply td {
	width:15%;
}
#embedded {
	width:100%;
	overflow:hidden;
}
/* Sign in code */

#topnav {
	position: absolute;
	right: 40px;
	top: 8px;
	cursor:pointer;
}
.login-text {
	float: left;
	width: 110px;
	text-align:right;
	height:13px;
	line-height:13px;
	padding-bottom: 4px;
}
#topnav a.signin {
	background:#88bbd4;
	text-decoration:none;
	font-weight:bold;
	color:#8C91A3;
	width:74px;
	height:26px;
	line-height:22px;
	vertical-align:center;
	display:block;
	float:right;
	text-align:center;
	background:transparent url("../images/signin-nav-bg-ie.png") no-repeat 0 0;
	padding-right: 10px;
}
#topnav a.signin:hover {
	background:transparent url("../images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
	color:#fff;
}
#topnav a.signin, #topnav a.signin:hover {
 *background-position:0 3px!important;
}
a.signin span {
	padding: 4px 0px 6px 0;
	font-size: 0.9em;
}
#topnav a.menu-open {
	color:#000 !important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	color:#000;
}
#login-wrapper {
	display:none;
	background-color:#f0f0f0;
	position:absolute;
	width:160px;
	z-index:100;
	text-align:left;
	padding:12px;
	padding-bottom:0px;
	padding-top:5px;
	top: 35px;
	right: 35px;
	margin-right: 0px;
 *margin-right: -1px;
	color:#4e5a78;
	font-size:11px;
	height: 205px;
}
.logged-in-menu {
	padding-bottom:5px;
}
.logged-in-menu a {
	color:#003;
	font-size: 1.2em;
	font-weight: bold;
}
.signin_menu {
}
#login-wrapper input[type=text], #login-wrapper input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:130px;
}
#login-wrapper p {
	margin:0;
}
#login-wrapper a {
	color:#6AC;
}
#login-wrapper label {
	font-weight:normal;
}
#login-wrapper p.remember {
	padding:10px 0;
}
#login-wrapper p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#login-wrapper p a {
	color:#27B!important;
	font-weight: bold;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #637195;
	color:#fff;
	text-shadow:0 -1px 0 #374855;
	padding:4px 10px 5px;
	font-size:1.2em;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}
/* Form page
*/

#login-arrow {
	background: url("../vuo-cms/images/form-login-arrow.png") no-repeat scroll 0 0 transparent;
	height: 154px;
	position: absolute;
	right: 0;
	width: 197px;
}
/* Services & About page
*/

.services-wrapper {
	height:330px;
}
.services-info {
	float:left;
	padding:15px;
	width: 450px;
}
.services-info a {
	text-decoration:underline;
}
#about-intro {
	float:left;
	width:600px;
	font-size: 1.1em;
}
#about-adress {
	float: right;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-right: 50px;
	text-align: right;
}
/* Why page
*/
.why-action-buttons {
	margin-top:15px;
	text-align:center;
	overflow: hidden;
}
.why-action-buttons a {
	padding-left:20px;
}
.why-action-buttons a.get-now {
	padding-left:285px;
}
/* Översikt / Vuo CMS Map
*/

            #map-bokningar {
            position:absolute;
            height: 80px;
            left: 80px;
            position: absolute;
            top: 210px;
            width: 173px;
            }
            #map-rapporter {
            position:absolute;
            height: 80px;
            left: 120px;
            position: absolute;
            top: 120px;
            width: 155px;
            }
            #map-marknadsforing {
            height: 60px;
            left: 180px;
            position: absolute;
            top: 66px;
            width: 210px;
            }
            #map-crm {
            height: 50px;
            left: 530px;
            position: absolute;
            top: 75px;
            width: 210px;
            }
            #map-gateways {
            height: 60px;
            left: 10px;
            position: absolute;
            top: 315px;
            width: 170px;
            }
            #map-e-handel {
            height: 60px;
            left: 50px;
            position: absolute;
            top: 410px;
            width: 180px;
            }
            #import-export {
            height: 60px;
            left: 130px;
            position: absolute;
            top: 470px;
            width: 210px;
            }
            #map-ssl {
            height: 50px;
            left: 270px;
            position: absolute;
            top: 360px;
            width: 90px;
            }
            #map-support {
            height: 60px;
            left: 650px;
            position: absolute;
            top: 125px;
            width: 210px;
            }
            #map-webapps {
            height: 60px;
            left: 690px;
            position: absolute;
            top: 230px;
            width: 210px;
            }
            #map-innehallshantering {
            height: 170px;
            left: 600px;
            position: absolute;
            top: 340px;
            width: 330px;
            }
            #map-ssl2 {
            height: 60px;
            left: 410px;
            position: absolute;
            top: 450px;
            width: 100px;
            }
            #vuocms-map {
            background: transparent url(/vuo-cms/images/vuocms-map.png) no-repeat 0 0;
            width:960px;
            height:650px;
            margin:0 auto;
            overflow:hidden;
            position:relative;
            }
/* Customer center form.
*/
#edit a {
	font-weight:bold;
}
