/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
html {
	background-color: #c3c3c3;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	background-image:url(../images/backgrounds/body.png);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#5c5c5c;
	font-size: 12px;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	text-align:left;
	margin:0px auto;
	margin-top:5px;
	width:700px;
	position:relative;
}
/*
-----------------------------------------------------------------------------
Container/Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:690px;
	min-height: 40px;
	padding:30px 0px 0px 10px !important;
	padding-bottom: 10px;
	background-image:url(../images/backgrounds/header.png);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#D7D7D7;
	font-size:28px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#header span {
	font-size:14px;
}
#header em {
	font-style: normal;
	color: #999;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
/*
-----------------------------------------------------------------------------
Container/Header/Phonenumber
-----------------------------------------------------------------------------*/
#phonenumber {
	color:#FFF;
	font-size:28px;
	font-weight:bold;
	position:absolute;
	right:10px;
	top:30px;
}
/*
-----------------------------------------------------------------------------
Container/Page
-----------------------------------------------------------------------------*/
#page {
	width:700px;
	min-height:341px;
	position:relative;
	background-image:url(../images/backgrounds/page.png);
	background-repeat: repeat-y;
	background-color:#C8C8C8;
}
/*
-----------------------------------------------------------------------------
Container/Page
-----------------------------------------------------------------------------*/
#picture {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color:#FFF;
	height: 341px;
	width: 271px;
	background-image: url(../images/backgrounds/picture.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*
-----------------------------------------------------------------------------
Menu
-----------------------------------------------------------------------------*/
#menu {
	text-align: right;
	padding: 20px 10px;
}
#menu * {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	display: inline;	
}
#menu a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px; 
}
#menu a:hover {
	color: #000;
}
/*
-----------------------------------------------------------------------------
Container/Page/Content
-----------------------------------------------------------------------------*/
#content {
	position:relative;
	margin-left: 271px;
	padding: 5px 15px 15px 15px;
	color:#000;
}
h1 {
	font-size: 17px;
	margin-top: 2px;
}
h2 {
	font-size: 16px;
}
#content strong {
	font-size: 15px;
	color: #CC0000;
}
#home-buttons {
	width: 401px;
}
/*
-----------------------------------------------------------------------------
Contact
-----------------------------------------------------------------------------*/
.input {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 2px;
	font-family: inherit;
	font-size: 12px;
}
.button {
	border: 1px solid #666;
	background-color: #e1f1f8;
	cursor: pointer;
}
.label {
	text-align: right;
	color: #333;
	padding-right: 3px;
}
/*
-----------------------------------------------------------------------------
Unlocking Steps
-----------------------------------------------------------------------------*/
#step {
	position: relative;
	top: -6px;
	left: -11px;
	width: 421px;
	height: 34px;
	background-repeat: no-repeat;
	font-size: 13px;
}
#step div {
	float: left;
	margin-top: 10px;
	margin-left: 7px;
	letter-spacing: -1px;
}
#step a {
	text-decoration: none;
	color: #000;
}
#step a:hover {
	color: #555;
}
#step01 {
	width: 140px;
}
#step02 {
	width: 140px;
}
#step03 {
	width: 120px;
}
.one {
	background-image: url(../images/backgrounds/step-1.png);
}
.two {
	background-image: url(../images/backgrounds/step-2.png);
}
.three {
	background-image: url(../images/backgrounds/step-3.png);
}
.one #step02, .one #step03, .two #step03 {
	color: #555;
}
/*
-----------------------------------------------------------------------------
Numbers
-----------------------------------------------------------------------------*/
.numbers strong {
	font-size: 14px;
}
.numbers td {
	padding: 1px;
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
	height: 145px;
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: no-repeat;
}
#smallprint {
	text-align: center;
	font-size: 10px;
}
#smallprint p {
	padding: 0px;
	margin: 0px;
}
