/*

1. Layout
	1.2 Sidebar review
2. Columns
3. Typografi
4. Table
5. Footer
6. Misc
7. Menu

*/

html {
    height: 100%;
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    background: #efefef url(/images/bkg.jpg) repeat-x top center;
    margin: 0;
    padding: 0;
    color: #333;
    font: 62.5% Arial, Helvetica, sans-serif;
    text-align: center;
}

/* ---------------------------------------------------- */  
/* 1. LAYOUT
/* ---------------------------------------------------- */

#wrapheader {
	background: #c50058 url(/images/header_bkg.jpg) top center no-repeat;
	border-top: 3px solid #e30066;
	width: 100%;
	height: 70px;
	padding-top: 24px;
}

#header {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	overflow: visible;
}

#beliefshift {
	float: right;
	text-align: right;
	margin-top: -24px;
	margin-bottom: -41px;
	position: relative;
}

#wrapmenu {
	background: #212121 url(/images/menu_bkg.gif) repeat-x top;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	width: 100%;
	height: 37px;
}

#menu {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#menushadow {
	background: transparent url(/images/menu_shadow.gif) repeat-x;
	width: 100%;
	height: 4px;
	margin-bottom: 16px;
}

#pageheader {
	background: #fff;
	border: 1px solid #dedede;
	border-bottom: none;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#cu3er-container {
	margin: 0 auto;
	width:1000px;
	text-align: center;
	outline:0;
}

#cu3er {
	height: 441px;
	background: transparent url(/images/cu3er_bkg.jpg) no-repeat bottom center;
}

#container {
	background: #fff url(/images/container_bkg.gif) repeat-x bottom;
	border: 1px solid #dedede;
	border-bottom: none;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	padding-left: 20px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0pt;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#wrapfooter {
	background: #c20057 url(/images/footer_bkg.jpg) top center no-repeat;
	width: 100%;
	height: 185px;
	border-top: 1px solid #bababa;
	clear: both;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* ---------------------------------------------------- */  
/* 1.2 SIDEBAR REVIEWS
/* ---------------------------------------------------- */

.sidebarreviews {
	margin-top: 10px;
}

.sidebarreviews img {
	float: left;
	margin-right: 5px;
}

.sidebarreviews div {
	clear: both;
	margin-bottom: 10px;
}

.sidebarreviews div cite {
	color: #737373;
	font-size: 11px;
	font-style: normal;
}

.sidebarreviews div cite:before {
   content: '- '
}

/* ---------------------------------------------------- */  
/* 2. COLUMNS
/* ---------------------------------------------------- */

.fullwidth {
	width: 960px;
	margin-bottom: 20px;
	clear:both;
}

#rightcolumn {
	background: url(/images/rightcolumn_bkg.jpg) top left no-repeat;
    width: 260px;
	padding: 20px;
    float: left;
	min-height: 400px;
}

.col-side {
	260px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebeae7;
	clear: both;
}

#leftcolumn {
    width: 660px;
	margin-top: 20px;
	margin-right: 20px;
    float: left;
}

#about-side {
	float: left;
	width: 740px;
	padding: 20px 0 30px 20px;
	margin-right: 20px;
	min-height: 500px;
border-left: 1px solid #dfdfdf;
}

#col-menu {
	float: left;
	width: 199px;
	margin-top:10px;
}

#col-rectest {
	float: right;
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.col-rectestimg {
	float: left;
	width: 160px;
}

.col-rectestimgright {
	float: right;
	width: 213px;
	margin: 10px 0 10px 20px;
	position: relative;
}

.col-rectesttext {
	float: left;
	width: 600px;
}

.col-one {
	width: 660;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebeae7;
	clear: both;
}

.col-alfa {
	width: 320px;
	margin-right: 20px;
	float: left;
}

.col-beta {
	width: 320px;
	margin: 0;
	float: left;
}

.col-one-third-one {
	width: 200px;
	margin: 0;
	float: left;
	padding: 0 14px 0 0;
	border-right: 1px solid #ebeae7;
}

.col-one-third-two {
	width: 200px;
	margin: 0;
	float: left;
	padding: 0 14px 0 15px;
	border-right: 1px solid #ebeae7;
}

.col-one-third-three {
	width: 200px;
	margin: 0;
	float: left;
	padding: 0 0 0 15px;
}

.col-signup {
	width: 300px;
	margin-right: 20px;
	float: left;
	padding: 10px;
	background: #fdebae;
	border: 1px solid #e6c555;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* ---------------------------------------------------- */  
/* 3. TYPOGRAFI
/* ---------------------------------------------------- */
h1 {
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	margin:0;
	margin-bottom:15px;
	padding:0;
	color: #333;
}

h2 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	line-height:normal;
	color: #333;
}

h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:normal;
	color: #333;
}

h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:normal;
	text-transform: uppercase;
	color: #333;
}

h5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin:5px 0 15px 0;
	padding:0;
	line-height:normal;
	color: #333;
}

#footer h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:normal;
	text-transform: uppercase;
	color: #fff;
}

h2 em {
	font-style:normal;
	color: #f32872;
}

h2 a { 
	color: #333;
	text-decoration: none;
}

h2 a:hover {
	color: #13829e;
	text-decoration: none;
}

p {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #464646;
	line-height: 20px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#rightcolumn p {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#beliefshift p {
	margin-bottom: 10px;
	color: #fff;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

.col-signup p {
	color: #9e660d;
}

a {
	color: #13829e;
	text-decoration: none;
}

a:hover {
	color: #13829e;
	text-decoration: underline;
}

ul.dot, ul.disc {
	margin:0 0 20px 5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.dot li {
	font-size: 13px;
	line-height: 20px;
	padding: 3px 5px;
	padding-left: 15px;
	background: transparent url(/images/dot.gif) no-repeat scroll 0 10px;
}

ul.disc li {
	font-size: 13px;
	line-height: 20px;
	padding: 3px 5px;
	padding-left: 15px;
	background: transparent url(/images/circle.gif) no-repeat scroll 0 10px;
}

blockquote.intext {
	background: #f1f1f1;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 15px 30px;
	color: #666;
	font: italic 21px Georgia, "Times New Roman", Times, serif;
	text-indent: -10px;
	float: right;
	margin: 0 0 40px 40px;
	width: 33%;
}

blockquote.intext cite {
	font: normal 11px "Courier New", Courier, monospace;
}

blockquote.intext cite:before {
	content: "- "
}

blockquote.story {
	border-left: 5px solid #c6c6c6;
	padding: 0 15px;
	margin: 20px 0 30px 30px;
}

blockquote.story  p {
	color: #333;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}

#col-rectest blockquote {
	border-left: 5px solid #c6c6c6;
	padding: 0 15px;
	margin: 20px 0 30px 30px;
}

#col-rectest blockquote p {
	color: #333;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}

#col-rectest blockquote cite {
	color: #666;
	font: normal 11px "Courier New", Courier, monospace;
	margin-top: -10px;
}

#col-rectest blockquote cite:before {
	content: "- "
}

/* ---------------------------------------------------- */  
/* 4. TABLE
/* ---------------------------------------------------- */
table { 
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	margin-top: 10px;
	padding:0;
}

table.schedule tr {
	background: #fff; /* url(/images/schedule_bkg.gif) repeat-x bottom */
}

table.schedule td {
	height: 0px;
	border-bottom: 1px solid #ddd;
	padding: 6px 4px 6px 6px;
	margin: 0;
	font-size: 11px;
	overflow: inherit;
}

table.schedule tr.title {
	background: #eee;
	height: 33px;
	color: #444;
}

table.schedule tr.title td {
	border-top: 2px solid #f32872;
	font: bold 11px Arial, Helvetica, verdana, sans-serif;
	text-transform: uppercase;
}

/* ---------------------------------------------------- */  
/* 5. FOOTER
/* ---------------------------------------------------- */

#footer .one_fifth_first {
	float: left;
	margin-top: 25px;
	padding: 17px 20px 0 20px;
	width: 160px;
}

#footer .one_fifth_first p {
	color: #6b0031;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#footer .one_fifth {
	float: left;
	width: 160px;
	min-height: 103px;
	margin-top: 25px;
	padding: 10px 20px 0 20px;
}

#footer .one_fifth ul {
	padding:0;
}

#footer .one_fifth ul li {
	color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 7px;
}

#footer .one_fifth a {
	color: #fff;
	text-decoration: none;
}

#footer .one_fifth a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ---------------------------------------------------- */  
/* 6. MISC
/* ---------------------------------------------------- */

img { border: none; }

a { outline: none; }

.col-rectestimg img {
	padding: 2px;
	background: #dfdfdf;
}

.col-one-third-one, .col-one-third-two, .col-one-third-three {
	margin-bottom: 5px;
}

.col-one-third-one p, .col-one-third-two p, .col-one-third-three p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
}

.col-one-third-one img, .col-one-third-two img, .col-one-third-three img {
	margin-bottom: 10px;
}

.download {
	background: url(/images/arrow-link.gif) no-repeat;
	padding-left: 18px;
}

#col-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	border-bottom: 1px solid #dedede;
}

#col-menu ul li {
	list-style-type: none;
	border-top: 1px solid #dedede;
}

#col-menu li a {
	font-size: 12px;
	padding: 6px 15px 5px 15px;
	display: block;
	color: #13829e;
	height: 1%;
}

#col-menu li a:hover {
	background: #effcff;
	text-decoration:none;
	color: #333;
}

#col-menu a.active{
	position: relative;
	left: -4px;
	background: url(/images/col_menu_bkg.gif) no-repeat top left;
	padding: 7px 15px 6px 15px;
	color: #fff;
	text-shadow: #0d5b6e 0px -1px;
	margin-right:-14px;
}

#col-menu a:hover.active {
	background: url(/images/col_menu_bkg.gif) no-repeat top left;
	color: #fff;
}

/* ---------------------------------------------------- */  
/* 7. MENU 
/* ---------------------------------------------------- */

#imgmenu {
	list-style-type: none;
	padding: 0; 
	margin: 0;
	height: 37px;
	z-index: 100;
}

#imgmenu li {
	float: left;
}

#imgmenu li a {
	display: block;
	float: left;
	height: 37px;
	background: url(/images/menu.gif) no-repeat;
	text-indent: -999999px;
}

#imgmenu ul li div {
	z-index: 100;
}

#imgmenu div {
	background: none;
	position: absolute;
	top: 136px;
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	border-top: none;
	z-index: 100;
}

#imgmenu div a {
	position: relative;
	display: block;
	clear:both;
	margin: 0;
	float: left;
	padding: 8px 12px 14px 8px;
	width: auto;
	text-align: left;
	text-decoration: none;
	background: #000;
	color: #ccc;
	font: bold 10px Verdana, Geneva, sans-serif;
	width: 130px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	text-indent: 0;
	height: 10px;
	border-top: 1px solid #121212;
}

#imgmenu div a:hover {
	background: #127993; /* 127993, ca005b, 0f0f0f*/
	color: #fff;
}

.group:after {
    clear: both;
    content: ".";
    display: block;
    height: 1%;
    visibility: hidden;
}

#imgmenu li a.start {
	width: 33px; background-position: 0 0; margin-right: 28px; }

#imgmenu li a.kurser {
	width: 54px; background-position: -61px 0; margin-right: 28px;}

#imgmenu li a.coaching {
	width: 58px; background-position: -144px 0; margin-right: 29px; }

#imgmenu li a.material {
	width: 65px; background-position: -231px 0;	margin-right: 30px; }

#imgmenu li a.kontakta {
	width: 57px; background-position: -325px 0;	margin-right: 29px; }

#imgmenu li a.omoss {
	width: 55px; background-position: -412px 0;	margin-right: 29px; }

#imgmenu li a.blog {
	width: 36px; background-position: -496px 0; }
	
#imgmenu li a.start:hover {
	background-position: 0 -37px; }

#imgmenu li a.kurser:hover {
	background-position: -61px -37px; }

#imgmenu li a.coaching:hover {
	background-position: -144px -37px; }

#imgmenu li a.material:hover {
	background-position: -231px -37px; }

#imgmenu li a.kontakta:hover {
	background-position: -325px -37px; }

#imgmenu li a.omoss:hover {
	background-position: -412px -37px; }

#imgmenu li a.blog:hover {
	background-position: -496px -37px; }

	
