/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body,html {
background-image:url(../images/bg.png);
background-repeat:repeat-x;
background-color: #fff;
font-size: .9em;
font-family: "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
line-height: 1.5em;
color:#000;
padding:0px;
margin:0px auto ;
}

h2 {
color: #7e021e;
padding-bottom: 0;
margin-bottom: 0;
}

h3 {
color: #7e021e;
padding-bottom: 0;
margin-bottom: 0;
}

img.logo {border: none;}

/* ----------container to center the layout-------------- */
#container {
background-image:url(../images/bg.png);
background-repeat:repeat-x;
width: 982px;
margin: 0 auto ;
background-color: #fff;
}

/* -----------------content--------------------- */

#left {
float: left;
width: 585px;
}



#right {
	float: right;
	width: 397px;
	background-image:url(../images/rightbig.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 64px;
	text-align: center;
	}



/* -----------footer--------------------------- */
#footer {
    clear: both;
	width: 982px;
	text-align: right;
	
	    }


/*----------------------new-----------------------*/

.mainAreaInternal {
    position: relative;
    top: 0px;
    left: 0px;
    width: 585px;
    background-color: #fff;
    
    z-index: 0;
  }

.mainAreaLoading {
  position: relative;
  top: -315px;
    width: 585px;
    display: none;
    z-index: 1;
  }

.responseAreaInternal {
    position: relative;
    top: 0px;
    left: 0px;
    width: 585px;
    background-color: #fff;

    z-index: 0;
  }

.responseAreaLoading {
  position: relative;
  top: -315px;
    width: 585px;
    display: none;
    z-index: 1;
  }

/*----------------------nav-----------------------*/


#nav {
	margin: 0;
	padding: 0;
	height: 40px;

	
		}
	
#nav li {
	margin: 0; 
	padding: 0;
   list-style: none;
	display: inline;
	
	}
	
li {
list-style: none;
}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	}


#nav-home a {
background-image: url(../images/home_.jpg);
width: 69px;
}

#nav-home a:hover {
background-image: url(../images/home.jpg);
width: 69px;
}

#home #nav-home a {
background-image: url(../images/home.jpg);
width: 69px;
}

#home #nav-home a:hover {
background-image: url(../images/home.jpg);
width: 69px;
}


#nav-contact a {
background-image: url(../images/contact_.jpg);
width: 90px;
}

#nav-contact a:hover {
background-image: url(../images/contact.jpg);
width: 90px;
}

#contact #nav-contact a {
background-image: url(../images/contact.jpg);
width: 90px;
}

#contact #nav-contact a:hover {
background-image: url(../images/contact.jpg);
width: 90px;
}

#nav-faq a {
background-image: url(../images/faq_.jpg);
width: 52px;
}

#nav-faq a:hover {
background-image: url(../images/faq.jpg);
width: 52px;
}

#faq #nav-faq a {
background-image: url(../images/faq.jpg);
width: 52px;
}

#faq #nav-faq a:hover {
background-image: url(../images/faq.jpg);
width: 52px;
}

#nav-works a {
background-image: url(../images/works_.jpg);
width: 129px;
}

#nav-works a:hover {
background-image: url(../images/works.jpg);
width: 129px;
}

#works #nav-works a {
background-image: url(../images/works.jpg);
width: 129px;
}

#works #nav-works a:hover {
background-image: url(../images/works.jpg);
width: 129px;
}

#nav-specs a {
background-image: url(../images/specs_.jpg);
width: 106px;
}

#nav-specs a:hover {
background-image: url(../images/specs.jpg);
width: 106px;
}

#specs #nav-specs a {
background-image: url(../images/specs.jpg);
width: 106px;
}

#specs #nav-specs a:hover {
background-image: url(../images/specs.jpg);
width: 106px;
}

/*
  -------------------------------------------------------------
  Forms
  -------------------------------------------------------------
*/

input {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }
 
textarea {
   padding: 2px;
   width: 200px; /* 2*2 + 200 = 204 */
   border: 1px solid; /* 2*1 + 204 = 206 */
 }






table {
	border-collapse: collapse;
	font-size: 1em;
}

th {
	background: #222;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: center;
	border: 1px solid #222;
	}

td {
	padding: 5px 11px;
	
	border: 1px solid #222;
	vertical-align: top;
	text-align: center;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #111;
	color: #fff;
}

tr.over td {
	background: #444;
	color: #eee;
}

.myform{

width:400px;
padding:14px;
}

/* ----------- stylized ----------- */

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #7e021e;
width:200px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #7e021e;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(../../images/button.png) no-repeat;
background-position: 0 -31px;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border: none;
}

#buttons {
height: 31px;

}

#buttons li {
list-style: none;

text-align:center;
}

#buttons a
{

width: 125px;
height: 31px;
color: #fff;
text-decoration: none;
background-position: 0 -31px;
float: left;
padding: 7px auto;
margin: 0 10px;
}

#buttons a:hover
{

width: 125px;
height: 31px;
text-decoration: none;
color: #fff;
padding: 7px auto;
margin: 0 10px;
}
