  * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
	font-size: 1em;
	list-style: none;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	color: #333;
	font-size: 10px;
	background: #f8f8f8;
}




/************************** STRUCTURE */



#header {
	background: url(../img/promo.jpg) 0 0 no-repeat;
	width: 1000px;
	height: 657px;
	margin: 0 auto;
	border: 1px solid #888;
	margin-top: 20px;
	-webkit-box-shadow: #555 0 1px 10px;
	-moz-box-shadow: #555 0 2px 10px;
}



/*    ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ      end */

/************************** #anchors */

a {

}

a:hover, a:focus {
}

a:active {
	position: relative;
	top: 1px;
}

/*    ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ      end */

/************************** hEADINGS */

h1 {
	text-indent: -9999px;
}




/*    ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ      end */

/********************************* FORM */
form#list_sub {
	position: relative;
	left: 565px;
	top: 592px;
	width: 440px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
}

form#list_sub fieldset {
	float: left;
}

form#list_sub ol li {
	background: #E03742;
	background: rgba(240, 47, 56, .75);
	background: -moz-linear-gradient(top, rgba(240, 47, 56, .75), rgba(240, 47, 56, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(240, 47, 56, .7)), to(rgba(240, 47, 56, .8)));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #555 0 2px 4px;
	-moz-box-shadow: #555 0 1px 2px;
	padding: 8px 8px;
}

form#list_sub label {
	float: left;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 5px 0 0;
	color: rgb(255, 255, 255);
	text-shadow: #444 0 1px 0;
}

form#list_sub input:not([type=radio]), form#list_sub textarea {
	background: #fff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 158px;
}

form#list_sub input:not([type=submit]):focus, form#list_sub textarea:focus {
	background: #eee;
}

form#list_sub button {
	background: #999;
	background: -moz-linear-gradient(top, rgba(175, 175, 175, .9), rgba(153, 153, 153, .9));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(175, 175, 175, .9)), to(rgba(153, 153, 153, .9)));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: rgb(238, 238, 238);
	display: block;
	letter-spacing: 2px;
	margin: 7px 0 0 10px;
	padding: 7px 10px;
	text-shadow: #777 0 1px 0;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, Cambria, serif;
}

form#list_sub button:hover {
	background: #F02F38;
	background: -moz-linear-gradient(top, rgba(240, 47, 56, .75), rgba(207, 0, 2, .75));
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(240, 47, 56, .75)), to(rgba(207, 0, 2, .75)));
	color: rgb(255, 255, 255);
	cursor: pointer;
}

form#list_sub button:active {
	position: relative;
	top: 1px;
}

/*    ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ      end */


p {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	width: 1000px;
	margin: 10px auto 0;
	font-weight: bold;
	text-transform: uppercase;
}



/* float clearing for everyone else */
.group:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* float clearing for IE6 */
* html .group {
  height: 1%;
}

/* float clearing for IE7 */
*:first-child+html .group {
  min-height: 1px;
}