body { 
    margin: 0px;
    padding: 0; 
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#ffffff;
    background-color: #EDEDEC;
    background-image: url(images/background.gif); background-repeat: repeat;
}
 a {
     color:#aaaaaa; text-decoration:none;
 }
 a:hover {
     color:#ffffff;
 }
 
 h2 {
    font-size: 2.1em;
    margin: 0;
    color:#CB005A;
    font-family:  Arial, "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase; 
}
h3 {
    font-size: 1.2em;
     color:#CB005A;
    font-family:  Arial, "Trebuchet MS", Helvetica, sans-serif;
  }
 
 
#wrapper {
	color:#fff;
	z-index:30;
   }

  #screen {
 	background-color: #000;
	overflow: hidden;
 	width:100%;
	height:36px;
 	z-index:87;
   	position:absolute;
	top:0px;
	left:0px;
	margin:0;
   	}

 #Dlogo {
 	width:80px;
	height:36px;
 	z-index:99;
   	position:absolute;
	top:0px;
	left:50%;
	margin:0px 0 0 -450px;
   	}

  #menu {
	width:700px;
	margin: auto; 
	text-align: left;	  }

ul.navigation {
     list-style: none;
    margin: 0;
    padding: 0;
 }

 ul.navigation li {
    display: inline;
    margin-right: 20px;
    line-height:36px;
}

ul.navigation a {
     color: #fff;
    text-decoration: none;
}

ul.navigation a:hover {
     color: #CC1466;
}

ul.navigation a.selected {
    background-color: #333;
}

ul.navigation a:focus {
    outline: none;
}



 #div_bottom {
	position: absolute; 
	clear: both; 	
	bottom: 0; 
	padding: 0px;
	right:0px;
	width:100%;
	height:40px;
	float:left;
	z-index:10;
	margin:0px auto auto 0px; 
	border:0px solid black; 
	text-align: bottom;
	background-color:#000000;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8;
 	opacity: .8;
	filter: alpha(opacity=80);
	
	}
	
	
* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
			z-index:85;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000;  this is the border. should have the same value for the links */
			margin: auto;
			width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 900px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 0px;
			font-weight: bold;
			text-align: center;
			line-height: 0px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0px;
		}
		
 		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 0px;
			width: 0px;
		}
		
 		
		.stripNavL {
		//	background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
		//	background: url("images/arrow-right.gif") no-repeat center;
		}
		
		
		
		

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:1.1em;
	background-color:#333333;
	width:768px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
 	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
  	width:768px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
	height:250px;
}



 .pline{
   		padding:5px; 
 		display:inline;
		float: left;
 		font-size:0.9em;
 		margin-top:0px;	
   	}
 
  .pline a{
	color:#CB005A;
    	}
 .pline a:hover{
	color:#cccccc;
    	}
	
	
		
 #div_Hback {
	position: absolute; 
	clear: both; 	
 	left:50%;
	padding: 0px;
	right:0px;
	width:800px;
	height:390px;
	float:left;
	border:0px solid #f00;
	z-index:2;
	margin:141px auto auto -450px; 
  	}




 .div_bottom_back {
	position: absolute; 
	clear: both; 	
	bottom: 0; 
	left:50%;
	padding: 0px;
	right:0px;
	width:900px;
	height:300px;
	float:left;
	border:0px solid #f00;
	margin:0px auto auto -450px; 
	display:none;
	z-index:1;
  	}

#hom {
 }
#pro {
 background: url(images/botsf1.png) no-repeat;
}
#ser {
 background: url(images/botsf2.png) no-repeat;
}
#por {
 background: url(images/sf2.png) no-repeat;
}
#con {
 background: url(images/botsf3.gif) no-repeat;
}


 .div_top_back {
	position: absolute; 
	clear: both; 	
	top: 0; 
	left:50%;
	padding: 0px;
	right:0px;
	width:900px;
	height:300px;
	float:left;
	border:0px solid #f00;
	margin:0px auto auto -450px; 
	display:none;
	z-index:1;
  	}


#hom0 {
  }
#pro0 {
 background: url(images/sf1.gif) no-repeat;
 }
#ser0 {
  }
#por0 {
 background: url(images/sf4.gif) no-repeat;
 }
#con0 {
 background: url(images/sf3.gif) no-repeat;
 }




#pageflip {
	position: absolute;
	right: 0; 
	top: 0;
	z-index:89;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index:99;
	position: absolute;
	right: 0; top: 0;
	border:0px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(images/pec.gif) no-repeat right top;
}

	
		

 .Strans {
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8;
 	opacity: .8;
	filter: alpha(opacity=80);
 	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
   .ifxElement
{
	background-color: #ff0000;
	border-top: 2px solid #6CAF00;
	border-bottom: 2px solid #6CAF00;
	border-left: 5px dashed #6CAF00;
	border-right: 5px dashed #6CAF00;
	padding: 10px;
 	width: 200px;
	height: 400px;
 	text-align: center;
	letter-spacing: 0px;
	overflow: hidden;
}
#ifxElement strong{
	font-size: 2em;
}
#fx{
	position: absolute;
	top: 110px;
	left: 330px;

}
#fx a{
	display: block;
	float: left;
	margin: 2px 30px;
	padding: 2px;
	color: #0f0;
}
#fx a:hover{
	color: #600;
	background-color: #EDFFCF;

}
.tabContent
{
	width: 480px;
	height: 300px;
	display: none;
 	padding: 10px;
	border:1px solid #333333;
	background-color: #111111;
  }
#tabs
{
	list-style: none;
	line-height: 30px;
	position: absolute;
 	display:block;
	top: 110px;
	left: 30px;
	width: 230px;
	z-index: 4000;
}
#tabs li
{
		width: 250px;
	float: left;
	display:block;
	padding-right: 10px;
}
#tabs li a
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#tabs li a.active
{
	background-color:#333333;
	color: #CB005A;
	top:50px;
	width: 230px;
}
.toAnimate
{
	background-color: #990000;
	color: #ffffff;
	border-top-width: 30px;
	letter-spacing: 20px;
}
.toReset
{
	background-color: #B5EF59;
	color: #fff;
	border-top-width: 2px;
	letter-spacing: 0px;
}
 
	
	
	
	
	
	
	  .titserz {
font-size:12px;		
 color:#aaaaaa; 
 font-weight:bold;
 font-style:italic; 
} 
	
	
		