/*
color:#ec008c; pink
color:#bdbb9b; light brown
color:#362a1f; dark brown
color:#941B1B; red*/

html, body, {
 height: 100%;
}
body {
	background:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body #wrap {
	width:1000px;
	height: 100%;
	margin:0 auto;
	background:transparent url(../i/bgHome.jpg) no-repeat top left;
}
p {
	color:#fff;
	font-size:1.0em;
}
h1 {
	color:#fff;
	font-size:1.5em;
}
h2 {
	color:#fff;
	font-size:1.3em;
}
a:hover {
	color:#941B1B;
}
a {
	color:#ec008c;
}
p {
	padding-bottom:10px;
}
/*--------------------------------------------------------------------------------------------HEADER*/
#header h2 a {
	display:block;
	height:180px;
	text-indent:-9999px;
	width:430px;
	padding:0 0 35px 0;
}
ul.menu {
	width:1022px;
	height:57px;
	text-align:right;
	font-family: verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:transparent url(../i/nav.png) no-repeat scroll left top;
	list-style-type:none;
	clear: both;
	padding:0 0 0 460px;
}
ul.menu li {
	float: left;
	margin: 0 0 0 0;
}
ul.menu li a {
	display:block;
	height:37px;
	background:transparent url(../i/navSpacer.gif) no-repeat scroll right top;
	color:#ec008c;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin: 0 10px 10px 0;
	padding:10px 21px 0 0;
	white-space: nowrap
}
ul.menu li a.last {
	background:none;
}
ul.menu li a.selected {
	color:#808080;
}
ul.menu li a:hover {
	color:#404040;
	text-decoration:underline;
}
/*--------------------------------------------------------------------------------------------MAIN*/
.copy {
	background:transparent url(../i/copy.png) repeat scroll left top;
	font-size:10px;
	font-weight:lighter;
	margin:83px 0 0 0;
	padding:20px 20px 20px 45px;
	width:370px;
	text-align:left;
	color:#fff;
}
.copy h1 {
	font-size:53px;
	color:#ec008c;
	line-height:38px;
}
.copy h2 {
	font-size:30px;
	color:#fff;
}
.copy .small {
	font-size:14px;
	padding: 11px 0 0;
}
.copy .high {
	font-style:oblique;
	font-weight:bold;
}
.copy ul {
	padding:11px 0 0;
}
.copy li {
	font-size:20px;
}
.cop li .small {
	font-size:8px;
}
/*----------------------------------------------------------------------------------------FOOTER*/
#footer {
	width: 1000px;
	margin: 73px auto 0;
	clear:both;
	position: relative;
	height: 225px;
	font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	background: url(../i/footer.png) #000 repeat-x top left;
}
#footerLeft {
	float: left;
	background: url(../i/number.gif) top left no-repeat;
	width: 415px;
	height: 133px;
	display: block;
	margin:20px 0 0 20px;
}
#footerLeft h2 {
	font-size:44px;
	text-align:justify;
	letter-spacing:-4px;
	font-weight:lighter;
	color:#760146;
}
#footerLeft p {
	text-align:justify;
	font-size:15px;
	color:#616060;
}
#footerLeft .box {
	background:#FFFFFF;
	border:3px solid #760146;
	color:#A7A7A7;
	font-size:38px;
	font-style:oblique;
	font-weight:bold;
	height:55px;
	margin:0 0 0 -10px;
	padding:8px 5px 0;
	width:400px;
}
#footerLeft .button {
	background:url(../i/subscribe.png) top left no-repeat;
	height:37px;
	width:153px;
	cursor: pointer;
	border:none;
	margin:20px 0 0;
	text-indent: -9999px;
}
#footerRight {
	float:left;
	width:507px;
	margin: 105px 0 0 20px;
}
#footerRight p{
	text-align:right;
	font-size:25px;
	color:#760146;
}
#footerRight p:first-child{
	font-size:21px;
	letter-spacing:-1px;
}
#footerRight p.adoseof{
	text-align:right;
	font-size:25px;
	color:#760146;
}
#footerRight a{
	text-align:right;
	font-size:26px;
	color:#616060;
}
span.label,span.spacer,span.multiple span {width:400px;float:left;} 
span.multiple {float:left;} 
div.clear {clear:both;padding-top:5px;} 
