/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	font-size: 14px;
	line-height: 17px;
}

body {

	line-height: 13px;
	font-size: 11px;	
	color: #C0C0C0;
	background-image: url('http://exporttoworld.plugimi.com/files/backg3.jpg');
	margin: 30px;
	padding: 0;
	
}

#wrapper {
	width: 900px;
	margin: 0px;	
	padding: 30px 20px 0px 20px;
	background-image: url('http://exporttoworld.plugimi.com/files/backg2.png');
	}

.textwrapper {
	width: 650px;	
	margin: 0 0 0 0;	
}

.tempindexwrapper {
	margin: 20px;
	float: left;
}


#wrap {
	padding-top: 20px;
}

a { text-decoration: none; color: #C0C0C0; }
/*a:active { text-decoration: line-through; color: #000; background: #ffffcc; }
a:visited { text-decoration: none; color: #000; background: #ffffcc; }*/
a:hover { color: #C0C0C0; text-decoration: line-through; }
.auto_highlight { background: #666; }

a img { border: none; }

#content a:link { text-decoration: none; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }



/* Index List */

#indexlist li.active a { 	/*fuckn' active link*/
	text-decoration: none; 
	color: #fff; 
	width: auto;
	background-color: #333;
}

#indexlist {
   width: 100%;
	left: 0;
   position: relative;
	z-index:10;    
}

#indexlist a {
	text-decoration: none;
}

#indexlist a:hover {
	text-decoration: underline;
}

#indexlist ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}
#indexlist li {
	margin: 0;
	padding: 0;
}

#indexlist .section-title {
	background: #333;
	color: white;
	width: 400px;
}



/* --- */




#menu li.active a { 	/*fuckn' active link*/
	text-decoration: none;
	background-color: #4E4E4E;
	color: #C0C0C0;
	border: 1px dotted;	
	border-color: #76ADCD; 
	width: auto;
	margin: 2px 0 2px 0;
}

#menu {
    /*width: 215px;*/
    width: 100%;
    overflow: auto;
    top: -12px;
 	 left: 0;
    position: relative;
	 z-index:10;    
}

#menu a {
	text-decoration: none;
/*	color: #BAC585; */
	color: #76ADCD;
	border-bottom: 1px dotted;	
	border-color: #060606; 
}

#menu a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;	
	}

#menu ul {
	
	position: relative;
	top:-45px;
	left: 440px;
	
	list-style: none;
	margin: 0;
	width: 200px;
	}


#nextPrev {
	position: absolute;
	top: 10px;
	left: 210px;
	width: 190px;

}

#contactInfo {
	position: absolute;
	top: 10px;
	left: 410px;
	width: 190px;
}

#disabled {
	text-decoration: line-through;
}

#menu .section-title { color: #000; font-weight: normal; }
.title {
	height: 5px;
}
#content {
 /*   height: 100%;
    margin: -8px 0 0 215px;
    top: 0;*/
   position: relative; 
	padding-right: 30px;
	margin: 0 0 0 20px;

}

.container {
   padding: 10px 10px 0 10px;
	}


#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

#imageBox {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

body,input,textarea,select{font: 11px Helvetica, Arial, sans-serif;}

h1{
	font-family: Helvetica, Arial, sans-serif;
	margin:0; padding:0;
	letter-spacing:-3px;
	font-size:60px; line-height:45px;
}

h1 sup{font-size:24px; }
.safari h1{position:relative; top:12px; } /* not calculating lineheight same as others */
.ie h1{line-height:60px; padding-bottom:10px}

h2{
	display:inline;
	font-size:25px; line-height:30px;
 	letter-spacing:1px;
}


h2 a{
	font-size:25px; line-height:30px;
	border-bottom: 2px dotted;	
 	}

h3{
	font-family: Helvetica, Arial, sans-serif;
	margin:30px 0px 10px 0px; padding:0;
	letter-spacing: -1px;
	font-size:19px; line-height:25px;
}


h3 a{
	font-size:19px; line-height:25px;
	border-color: #060606; 
	border-bottom: 3px dotted;	
}

h3 a hover{
	border-color: #060606; 
	border-bottom: 3px dotted;	
}



#img-container	{ margin-top: 20px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#bgFallback 
{
	width:95%;
	height:100%;
	position:absolute;
	left:0px;
	padding-left: 10px;
	top: 0px;
	z-index:80;
	overflow: hidden;
}