@charset "utf-8";
/*  
Theme Name: fabricAudio
Description: This is the style of fabricAudio.com
Version: 2.0
Author: paramana.com
*/
html, body {
	margin: 0pt;
	padding: 0pt;
	height: auto;
	background-color: #000000;
}
body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Lucida",Verdana,sans-serif;
	color: #333333;
	font-size: 100.01%;
}
a {
	text-decoration: none;
	color: #333333;/*#B3B3B3;#0f0f0f;*/
	font-size: 13px;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:hover {
	color: #ffffff; /*#910F0F;*/
	background-color: #000000;
}
h2 {
	margin: 0px;
}
h4 {
	margin: 0;
	padding: 10px 0 10px 0;
}
h6 {
	margin: 0px;
	margin-top: 0;
	padding-top: 10px;
}
p {
	margin: 30px 0;
}
ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.red {
 color: #990000;
}
#warper{
    background: url(../images/bg.gif) repeat-x;
	width: 100%;
	height: 100%;
	min-height: 800px;
	position: relative;
}
#container {
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#content {
    background: url(../images/bnc.jpg) no-repeat scroll 0 0;
	width: 1260px;
	height: 770px;
	padding: 0 0 0 0;
	position: relative;
	overflow: visible;
    float: right;
}
#textArea {
    height: 290px;
    position: absolute;
    right: 370px;
    top: 220px;
    width: 450px;
    font-size: 12px;
}
#inText {
    margin: 20px 70px;
    position: absolute;
    text-align: center; 
}
#aboutText {
    margin: 4px 18px;
    position: absolute;
    height: 245px;
    overflow: auto;
    width: 430px;
}
.dvd {
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    width: 210px;
}
#navigation {
	background: url(../images/logo.png) no-repeat scroll 0 0;
	bottom: 0;
    margin-left: 42px;
    position: absolute;
    width: 350px;
}
.button {
    display: inline;
    padding: 4px 10px;
}
.black {
	background-color: #000000;
	color: #ffffff;
}
.black a {
    color: #ffffff; 
}
/*the contact form*/
#forma {
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
#name, #email  {
	padding: 3px;
	height: 14px;
}
.inp, .buttoon {
	color: #CCCCCC;
	border: none;
	width: 190px;
	padding: 3px;
	background-color: #333333;
	margin: 5px 0;
	border: 1px solid #333333;
}
.activeField {
	border: 1px solid #149714;
}
.errorField {
	border: 1px solid #990000;
}
input.button {
	width: 198px;
}
input.button:hover {
	color:#FFFFFF;
}
#forma #messageText {
	margin-top: 5px;
}
.toolTitle {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 2px 20px 5px 10px;
	background: url(../images/tooltipBg.png) no-repeat top right;
}
.toolText {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 20px 14px 10px;
	color: #C90000;
	background: url(../images/tooltipBg.png) no-repeat bottom right;
}
.errorForm {
	position:absolute;
	width: 124px;
	text-align: left;
	z-index: 99999;
	display: none;
}
#nameError {
	top: 8px;
	left: 120px;
}
#emailError {
	top: 40px;
	left: 120px;
}
#emailWrong {
	top: 40px;
	left: 120px;
}
#messageError {
	top: 85px;
	left: 120px;
}
#feedback {
	width: 130px;
	margin: 40px 0 0 80px;
	text-align: left;
}
#feedback h3 {
	font-size: 14px;
	margin: 0px;
	overflow:hidden;
	display: block;
}
#feedback p {
	margin:0px;
	overflow:hidden;
	display: block;
}
#checkmark {
	position:relative;
	top:-60px;
	left:-70px;
}
/*------------*/
/***********************   PARAMANA LINK   ******************************/
#cpr {
	background: url(../images/cprBG.jpg) no-repeat scroll right 0;
	color: #999999;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
	position: absolute;
	height: 14px;
	width: 105px;
	z-index: 0;
	top: 45px;
	right: 75px;
	cursor: pointer;
}
#cpr:hover {
	background: url(../images/cprBG.jpg) no-repeat scroll right -13px;
}
#cpr a {
	font-size: 11px;
}
#cpr #cprContent {
	display: none;
}

