@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#000;
	padding:0;
	margin:0;
	text-align:center;
}
img {
	text-decoration:none;
	outline:none;
	border:0px solid #000;
}

.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
	font-weight:bold;
}
h1 {
	font-size:1.4em;
	padding-left:20px;
	padding-right:20px;
}
h2 {
	font-size:1.2em;
	padding-left:20px;
	padding-right:20px;

}
h3 {
	font-size:1em;
	text-align:left;
	padding:0px 40px 0px 40px;

}
.english {
	width: 125px;
	height: 50px;
	position:absolute;
	top:50px;
	margin-left:720px;
	background:url(images/english.jpg) no-repeat;
}

.logo {
	width:740px;
	background:#000;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	padding:0px;
}

.main {
	width:700px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	height: auto;

}
.video {
	width:600px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/shadow.jpg) bottom no-repeat;


}

.video2 {
	padding-top:20px;
	width:640px;
	height: 460px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/shadow.jpg) bottom no-repeat;


}
.highlight {
	background:#ffff00;
}
.red {
	color: #F00;
}
.paper {
	width:700px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	padding:0px;
	background:url(images/top.jpg) top no-repeat;
}
#bottom {
	padding-bottom:30px;
	background:url(images/bottom.jpg) bottom no-repeat;
}

.package{
	width:600px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	font-size:1em;
}
h2.package {
	text-align: center;
	color:#000;
	font-weight:bold;
}
h2.package li {
	text-align: left;
	color:#000;
	font-weight: normal;
}

.main p {
	text-align:justify;
	font-size:.9em;
	padding:0px 40px 0px 40px;
}
h2.red {
	text-align:left;
	color:#F00;
	font-weight:bold;
	font-size:1em;
	padding:0px 40px 0px 40px;
}
h2.benefit {
	text-align:left;
	color:#000;
	font-weight:normal;
	font-size:1em;
	padding-left:0px;

}
h2.benefit li{
	background:url(images/check.jpg) left top no-repeat;
	height:50px;
	padding-left:50px;
	padding-top:15px;
	list-style:none;
}
h2.intro {
	text-align:center;
	color:#F00;
	font-weight:bold;
	font-size:1.5em;
	padding:20px;
	border: 2px solid #F00;
	width: 600px;
	margin-left:auto;
	margin-right:auto;

}
h1.products {
	color:#F00;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	text-transform: uppercase;
}
h2.products {
	color:#000;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	text-transform: uppercase;

}
h2.products p {
	color:#000;
	font-size:.9em;
	font-weight:normal;
	text-align:left;
	text-transform: none;

}
h2.products ul {
	color:#000;
	font-size:.9em;
	font-weight:normal;
	text-align:left;
	text-transform: none;
	padding-left:165px;

}

h2.cheat ul {
	color:#000;
	font-size:.9em;
	font-weight:normal;
	text-align:left;
	text-transform: none;
	padding-left:100px;
	width:550px;

}
.wrapper {
	border-top: 5px dotted #000;	
	height: auto;
	width:660px;
	margin-left:auto;
	margin-right:auto;	
	padding-top: 10px;	
	padding-bottom: 20px;
}
.graphic {
	padding-top: 20px;	
}
.format {
	font-size:.9em; 
	font-weight:normal;
	padding-top: 10px;
	text-transform: none;
	padding-left:155px;
}
.format img {
	vertical-align: middle;
	padding-left:20px;
}
.quotes {
	border: 1px solid #000;	
	height: auto;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	text-align:left;
	background: yellow;
	font-size:.8em;
	margin-top:20px;
}
h2.quotes {
	color:#FF0000;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;	
	background: #fff;
	padding-top: 0px;	
	height: auto;
}

/* SHADOW */

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.noshadow {
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#fff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#fff');
}


.tableside {
	border-left: 1px solid #000;
}

#navch {
	text-align: center;
}
#navlh ul{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlh li {
	display:inline;
	list-style-type: none;
	min-width: 100px;
	font-size:.6em;
	text-transform: uppercase;
}
#navlh a {
	padding: 10px;
}
#navlh a:link {
	color: #fff;
	background-color: none;
	text-decoration: none;
	outline:none;
}
#navlh a:visited {
	color: #fff;
	background-color: none;
	text-decoration: none;
	outline:none;
}
#navlh a:hover {
	color: #FF0;
	background-color: none;
	text-decoration: none;
	outline:none;	
}

#etip-form {
	float:left;
	height:49px !important;
	margin:0;
	padding:0px;
	width:550px !important;
}
#etip-form button {
	border-width:0;
	cursor:pointer;
	float:left;
	background:#ffd200;
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:1px 5px;
	padding:5px;
	width:110px;
}
#etip-form div div {
	display:inline;
	float:left;
	height:20px;
	margin:0 50px 0 0;
	width:120px;
}
#etip-form div div input {
	background:#FFF;
	border:2px solid #ffd200;
	color:#232320;
	font-size:12px;
	margin:1px 5px;
	padding:3px;
	width:150px;
}

#footerSlideContainer {
    position: fixed;
    bottom:0;
    width: 100%;
}
#footerSlideButton {
    margin: 0px;
    width:150px;
	height:30px;
	position: relative;
	float:right;
    text-align: center;
	background:url(images/button.png) no-repeat;
	color:#ffd200;
    cursor: pointer;
	padding:0px 20px 0px 0px;
	line-height:2;
	text-transform:uppercase;
	font-size:.8em;
	bottom:0;
 
}
#footerSlideContent {
    width: 100%;
    height: 120px;
	background:url(images/bg.png) repeat-x;
    color: white;
    display:none;
	bottom:0;
}