/*
===================
Global
===================
*/
body {
	font:12px/150% Arial, Sans-Serif;
	color:#666;
	background:#fff;
	min-height:500px;
	padding:20px;
}
h1, h2, h3 {
	font-weight:bold;
	line-height:1.2em;
	color:#999;
	font-size:27px;
	margin-bottom:15px;
	letter-spacing:-1px;
}
h3 {
	font-size:16px;
	letter-spacing:0;
}
a {
	color:#ff5c00;
	text-decoration:none;
	font-weight:bold;
}
p, address {
	margin-bottom:1em;
	font-style:normal;
}
strong {
	font-weight:bold;
}
ul.bullet {
	padding-left:1.35em;
	margin-bottom:1em;
}
ul.bullet li {
	list-style:disc;
}
div.clear {
	clear:both;
	height:0;
	line-height:0;
}

/*
===================
Header
===================
*/
#header {
	margin-bottom:20px;
	position:relative;
    top: 5px;
    left: 5px;
    width: 105px;
}
#header h2.tagline {
	position:absolute;
	left:200px;
	top:75px;
}

/*
===================
Home Page
===================
*/
.loginButton {
	float:left;
	width:300px;
	height:90px;
	background:url(../Icons/button-login.gif) top no-repeat;
	color:#fff;
	text-decoration:none;
	margin:50px 20px 0 0;
	padding-top:42px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
}
.loginButton:hover {
	color:yellow;
	background-position:bottom;
}
.loginButton strong {
	display:block;
	font-size:36px;
	text-align:center;
	letter-spacing:-1px;
	line-height:105%;
}

/*
===================
Welcome Buttons
===================
*/
#buttons {
	width:330px;
}
#buttons li {
	background:#fff url(../Icons/bg-button-large.gif) top no-repeat;
	height:77px;
	margin-bottom:10px;
}
#buttons li:hover {
	background-position:bottom;
}
#buttons a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	color:#7fb52e;
	background-repeat:no-repeat;
	background-position:12px 10px;
	height:77px;
	line-height:77px;
	padding-left:80px;
	outline:none;
}
#buttons a.details {
	background-image:url(../Icons/icon-details.gif);
}
#buttons a.payment {
	background-image:url(../Icons/icon-payment.gif);
}
#buttons a.password {
	background-image:url(../Icons/icon-password.gif);
}

/*
===================
Toolbar
===================
*/
.toolbar {
	margin-bottom:8px;
}
input.button {
	width:100px;
	height:27px;
	background:url(../Icons/bg-button.gif) bottom no-repeat;
	font-weight:bold;
	font-size:11px;
	color:#777;
	border:none;
	padding:0 12px;
	margin-right:3px;
	margin-bottom:10px;
}
input.save {
	background-position:top;
	padding-left:27px;
}

/*
===================
Forms
===================
*/
.form {
	padding:25px 15px 15px 15px;
	background:#f2f2f2;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	min-height:1px;
}
.form p {
	position:relative;
	padding-left:135px;
	min-height:26px;
	margin-bottom:7px;
}
* html .form p {
	height:26px;
}
.form label {
	position:absolute;
	top:0; left:0;
	display:block;
	font-size:11px;
	width:125px;
	text-align:right;
	font-weight:bold;
	padding:4px 0 2px 0;
	color:#777;
}
.form span.value {
	display:block;
	padding-top:4px;
}
.form p.checkbox {
	padding-top:6px;
}
.form p.checkbox label {
	position:static;
	display:inline;
	padding-left:3px;
	text-transform:none;
}
.form h3 {
	margin-bottom:12px;
	text-transform:lowercase;
}
.form label span {
	font-size:11px;
	font-weight:normal;
}
.form input.text {
	font-size:13px;
	padding:5px;
	width:200px;
	border:none;
	background:#fff url(../Icons/bg-textinput-200.gif) no-repeat;
	margin-right:8px;
	border:1px solid #ddd;
	border-top-color:#bbb;
}
.form textarea {
	width:200px;
	height:180px;
	display:block;
	padding:5px;
	border:1px solid #bbb;
	font-family:Arial, Sans-Serif;
}
.form textarea.small {
	height:70px;
}
.form textarea.medium {
	height:120px;
}
.form textarea.large {
	height:300px;
}
.form textarea.xlong {
	width:550px;
}
.form input.short {
	width:70px;
	background-image:url(../Icons/bg-textinput-70.gif);
}
.form input.medium {
	width:100px;
	background-image:url(../Icons/bg-textinput-100.gif);
}
.form input.xlong {
	width:550px;
	background-image:url(../Icons/bg-textinput-550.gif);
}
.form input.heading {
	color:#FF5C00;
	font-weight:bold;
}
.form select {
	font-size:14px;
	padding:5px;
	width:210px;
	margin-right:8px;
}
.form select.short {
	width:100px;
}
.form span select,
.form select.auto {
	width:auto;
}
.form select.message {
	width:400px;
	display:block;
	margin-bottom:4px;
}
.form input.text:focus,
.form textarea:focus {
	background-color:#ffffdd;
	border-color:#e1b86c;
}