
/* MAINSLIDE */
div.mainslide_scroller
	{ 
	/* modify width and height of scrolling section if necessary	*/		
	width:800px;
	height: 1600px;
	background: #000000;
	margin: 0px;
	padding: 2px;
	border-bottom: 2px solid #222222;
	border-top: 8px solid #333333;

	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;



	}
	
div.mainslide_scroller div.mainslide_section
	{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:800px;
	float:left;
	margin: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	padding-top: 50px;
	padding-right: 20px;
	
	margin-left: 0px;
	margin-right: 1000px;
	}
	
div.mainslide_scroller div#mainslide_01
	{
	padding-top: 150px;
	}
	
*+html div.mainslide_scroller div.mainslide_section
	{
	}
	
div.mainslide_scroller div.mainslide_content
	{
	margin: 0px;
	padding: 0px;
	}


	
div.previous_next
	{
	margin-bottom: 0px;
	width: 810px !important;
	margin-left: -5px;
	
	}
	
a.benefit:link, a.benefit:visited
	{
	font-size: 21px;
	}	
	
div.previous_next a:link, div.previous_next a:visited
	{
	font-size: 32px;
	color: #EEEEEE;
	font-weight: bold;
	background-color: #000000;
	padding: 5px 30px 5px 30px;
	border: 2px solid #222222;
	border-bottom: 0px;
	}
	
div.previous_next a:hover
	{
	color: #FFFFFF;
	}

div.previous_next a:focus
	{ 
	outline: none; 
	}
		
		
a:link, a:visited
	{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding: 3px;
	padding-bottom: 7px;
	font-weight: normal;
	}




div.mainslide_section p,
div.mainslide_section span,
div.mainslide_section td
	{
	font-size: 19px;
	text-align: center;
	}

div.mainslide_section p.yellow,
div.mainslide_section span.yellow,
div.mainslide_section td.yellow
	{
	color: #FFFF00;
	}

div.mainslide_section p.big,
div.mainslide_section span.big,
div.mainslide_section td.big
	{
	font-size: 26px;
	}
	
div.mainslide_section p.bigger,
div.mainslide_section span.bigger,
div.mainslide_section td.bigger
	{
	font-size: 32px;
	}


div.mainslide_section table
	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}
	
div.mainslide_section table tr {
	}

div.mainslide_section table tr td
	{
	width: 25%;
	font-size: 19px;
	text-align: center;
	padding: 0px;
	padding-top: 15px;
	height: 10px !important;
	line-height: 20px !important;
	}
	

	
div.mainslide_section table tr td.demo_label {
	text-align: left !important;
	padding-left: 20px !important;
}


div.mainslide_section table tr td.effect_hover
	{
	height: 100px;
	padding-top: 5px;
	}

div.mainslide_section table tr td.effect_hover:hover
	{
	width: 25%;
	font-size: 19px;
	text-align: center;
	background-color: #333333;
	}

div.mainslide_section img
	{
		border: 2px solid #FFFFFF;
	}














