body{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    color: #101417;
	background:url(../images/bg2.jpg) no-repeat top center #101417;
}

body.empty {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-Serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    color: #fff;
	background:#101417;
}
body.empty h1 {
margin-top:300px;
color:#fff;
}
body.empty h1 span {
font-size:28px;
}
.light {
	padding-top:160px;
	margin-bottom:-220px;
	
	}
.noscript {
	margin-top:300px;
	width:696px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF !important;
	}
.noscript a {
	color:#FFF !important;
	}	
.panel_4_bg {
	padding:20px;
	vertical-align:top;
	}
.stripViewer .panelContainer .panel ul {
	margin:0 !important;
	}
ul.ticked {
	margin:0;
	padding:0;
	}	
ul.ticked li {
	background:url(../images/tick.gif) 0px 5px no-repeat;
	list-style:none;
	padding:5px 0 0 20px;
	margin:2px;
	}
.spec {

	}
th {
	background:#ebebeb;
	}	
.spec td, th {
	border-bottom:1px solid #ebebeb;
	padding:5px 0 0 5px;
	}	
.lalign {
	text-align:left;
	}
.calign {
	text-align:center;
	}	
h1 {
	font-size:18px;
	padding:0 0 10px 0;
	font-weight:normal;
	color:#d40994;
	}
.slide1_txt {
	width:380px;
	margin-left:280px;
	padding-top:10px;
	}
.wid {
	padding:0px 109px;
	}	
.input_max {
	width:530px;
	}
.input_min {
	width:180px;
	}
.contact_spacing {
	padding-right:47px;
	}	
textarea {
	width:530px;
	border:1px solid #999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	height:80px;
	}	
.contacts th {
	width:180px;
	background:none;
	border:none;
	padding:5px 0;
	}
.contacts td {
	padding:5px 0;
	}	
.send_but_area {
	padding:14px 0;
	text-align:right;
	}	
input {
	border:1px solid #999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	}
.checkbox {
	border:none;
	}	
.download_area {
	margin-top:10px;
	text-align:left;
	}
.download {
	
	}
.download img {
	margin-right:5px;
	margin-bottom:-4px;
	}
.dics_label {
	background:url(../images/discount_label.png) no-repeat;
	height:143px;
	margin:-534px 0 0 -43px;
	position:absolute;
	width:152px;
	}	
.glow {
	background:url(../images/glow.jpg) no-repeat;
	width:696px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	padding-top:20px;
	}
.glow a {
	color:#FFF;
	}	
td {
	vertical-align:top;
	}
.captcha {
	margin-top:-5px;
	float:left;
	}	
		* { 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 }
		

		
		a { color: #d40994; text-decoration: none; font-weight:bold; }
		a:hover { color: #d40994; text-decoration: underline }
		
		
		p#cross-links { text-align: center }
		
		p#cross-links {margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 12px; 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;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 380px 0 0 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 260px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			vertical-align:top;
			margin: auto;
			width: 753px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
			clear: both;
			background: #fff;
		}
		
		.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: 756px; /* Also specified in  .stripViewer  above */
			text-align:left;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			width:753px !important;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin:0 auto 0 auto!important;
			padding:0;
		}
		
		.stripNav ul li {
			float: left;
			text-transform:uppercase;
			font-size:11px !important;
			font-weight:bold;

		}
		
		.stripNav a { /* The nav links */
			text-align: center;
			line-height: 32px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0px 20px 0 20px;
		}
		
		.stripNav li.tab1 a { background:none }
		.stripNav li.tab2 a { background:none }
		.stripNav li.tab3 a { background:none }
		.stripNav li.tab4 a { background:none }
		.stripNav li.tab5 a { background:none }
		
		.stripNav li a:hover {
			background:url(../images/tab_bg.gif) repeat-x;
			color: #333;
			text-decoration:none;
			border:none;
		}
		
		.stripNav li a.current {
			background:url(../images/tab_bg.gif) repeat-x 2px -3px;
			color:#d40994;
			background:#FFF;
			border:none;
		}
		
		.stripNavR {
			display:none;
			}
		.stripNavL a {
			display:none;
			}