@charset "UTF-8";
/* Brik Digital Ltd. copyright 2008 - CSS version 1.0 */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFE717;
	background-position:top left;
	background-repeat:repeat-x;
}

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #FFE717;
	background: url(../imgs/main/menu-vr.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.logo {
    width: 152px;
	height: 65px;
    top: 20px;
	left: 20px;
    position: absolute;
	background:url(../imgs/main/brikdigital.gif)  no-repeat 0px 0px;
	
}

.nav {
    width: 180px;
	height: auto;
    top: 120px;
	left: 0px;
    position: relative;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.nav ul {
	list-style: inside;
	list-style:none;
	margin: 10px 10px 0 20px;
	padding: 10px 10px 0 0;
	border-top: #636466 dotted 1px;
}

.nav li {
	margin: 0;
	padding: 0;
}


#content {
    width: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

#content-fixed {
    width: 570px;
    margin: 0 0 0 200px;
    top: 0;
}

#content-fixed-wide {
    width: 790px;
    margin: 0 0 0 200px;
    top: 0;
}

.container { padding: 0px;
	margin-top: 30px;
}



/* Text */
.nav a:link {
	color: #636466;
	text-decoration:underline;
}
.nav a:visited {
	color: #636466;
	text-decoration:underline;
}
.nav a:hover {
	color: #FFE717;
	background-color:#636466;
}
.nav a:active {
	color: #636466;
	text-decoration:underline;
}

.captionText {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
}

.captionText a:link {
	color: #636466;
	text-decoration:underline;
}
.captionText a:visited {
	color: #636466;
	text-decoration:underline;
}
.captionText a:hover {
	color: #FFE717;
	background-color:#636466;
}
.captionText a:active {
	color: #636466;
	text-decoration:underline;
}

.captionText p {
	margin: 0;
	padding: 0;
}

.workText {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
}

.workText a:link {
	color: #636466;
	text-decoration:underline;
}
.workText a:visited {
	color: #636466;
	text-decoration:underline;
}
.workText a:hover {
	color: #FFE717;
	background-color:#636466;
}
.workText a:active {
	color: #636466;
	text-decoration:underline;
}

.workText p {
	margin: 0;
	padding: 0;
}

.bigText {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
}

.bigText a:link {
	color: #636466;
	text-decoration:underline;
}
.bigText a:visited {
	color: #636466;
	text-decoration:underline;
}
.bigText a:hover {
	color: #FFE717;
	background-color:#636466;
}
.bigText a:active {
	color: #636466;
	text-decoration:underline;
}

.bigText p {
	margin: 0;
	padding: 0;
}

.medText {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
}

.medText a:link {
	color: #636466;
	text-decoration:underline;
}
.medText a:visited {
	color: #636466;
	text-decoration:underline;
}
.medText a:hover {
	color: #FFE717;
	background-color:#636466;
}
.medText a:active {
	color: #636466;
	text-decoration:underline;
}

.bigText p {
	margin: 0;
	padding: 0;
}

h1 { font-size: 26px;
	line-height:30px;
	font-weight:normal;
	margin: 0;
	padding: 0; }
h2 { font-size: 16px;
font-weight:normal;
	margin: 0;
	padding: 0; }