/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ce0057;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: normal;
}

img{
	border:none;
	outline:none;
}

b{
	color: #ffffff;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #54351d;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
/* Structure
----------------------------------------------------------------------------------------------------*/
.bg1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CE0057;
}
.bg2 {
	background-image: url(../images/mail1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg3 {
	background-image: url(../images/mail2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.videoplay1 {
	background-image: url(../images/videoplay.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.videoplay2 {
	background-image: url(../images/videoplay2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 134px;
	width: 174px;
}

.input-bg{
	background: url(../images/input-text1.gif) no-repeat right center;
}

.input-bg2{
	background: url(../images/input-text3.gif) no-repeat right center;
}

.input-text {
	height: 60px;
	width: 368px;
	background:transparent;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align:center;
}
.input-text2 {
	height: 60px;
	width: 420px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background:transparent;
	text-align:center;
}
.padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-texfield {
padding-right: 20px;
}
.padding-description {
padding-top: 3px;
}
/* Links
----------------------------------------------------------------------------------------------------*/
a.lien:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
a.lien:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
a.lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#copyright {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 20px 0;
}
#copyright .mention {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

