@charset "utf-8";
/* ----- CSS ---- */
html {
	height:100%;
	background: #cf6e39 url(images/gradient.gif) repeat-x;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height:100%;
	background: url(images/misty_blank.jpg) no-repeat center top;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	padding: 0px;
	position: relative;
	min-height: 100%;
	height: auto;
}
html>body #container {
	height: auto;
}

/* ------ LINKS ------ */
a {
	color:#f7be5f;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
/* ----- CONTENT ---- */
#content {
	width: 780px;
	margin: 0px auto 0px;
	padding: 108px 0px 230px 0px;
}
h3 {
	margin: 9px 10px 0 10px;
	color:#FFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-0.5px;
}
#register {
	margin-left:555px;
}
p.conditions {
	float:right;
	padding-right:6px;
	padding-top:6px;
}

/* ----- FOOTER ---- */
#footerWrap {
	height: 230px;
	margin-top: -230px;
	clear:both;
	background:#e3e2df url(images/footer.png) repeat-x center top;
	position: relative;
	bottom: 0;
}
#footer {
	width: 780px;
	margin: 0px auto 0;
	padding: 20px 0px 0px 0px;
	color:#777;
}


/* ------ SLIDING BOXES -------- */

.boxgrid {
	width: 186px;
	height: 265px;
	margin: 0px 0px 0px 8px;
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #2d1008;
	height: 200px;
	width: 182px;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.captionfull .boxcaption {
	top: 265px;
	left: 0;
}
.caption .boxcaption {
	top: 231px;
	left: 0;
}

/* ------- FORM ------ */

#form{
	margin: 20px auto;
	width:240px;
}
label{
	width: 73px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	font-weight:bold;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	margin-left:84px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#fff2a7;
    border:1px solid #ffe38c;
    color:#ae3715;
}
.buttons a:active{
    background-color:#2e2611;
    border:1px solid #000;
    color:#fff;
}

