@import 'reset.css';
@import 'defaults.css';

body {
	background: #786b57 url(../../content/image/bg.jpg) no-repeat top center;
	font-family: Arial;
}

h1, h2, h3 {
    color: #7d5e42;
    font-family: 'Roboto Slab',serif;
    font-weight: 100;
    margin-bottom: 0.4em;
}

#main h1 {
    font-size: 28px;
}

a:link {
    color: #b68d69;
}

a:visited {
    color: #b68d69;
}

a:hover {
    color: #000000;
}

#container {
	position: relative;
	width: 480px;
	margin: 0 auto;
	padding: 0px 19px;
	background: url(../../content/image/container_bg.png) no-repeat;
}

#header {
	height: 120px;
	background: url(../../content/image/header_bg.png) no-repeat;
}

#header h1 {
    background: url("/File/1698825b-c6b9-4c58-b7a5-9fce784d04fc") no-repeat scroll center 45px / 450px auto rgba(0, 0, 0, 0);
    text-indent: -999em;
    width: 470px;
}

#header h1 a {
	display: block;
	height: 120px;
}

#bar {
	background: url(../../content/image/bar.png) repeat-x;
	height: 39px;
	margin: 0px -24px;
}

#mainImage {
	min-height: 50px;
	background-color: #fff;
}

#main {
	background: #fff;
	color: #4e4e4e;
	margin: -5px 0px 0px;
}

#main .padding {
	padding: 25px 25px 10px;
}

#main p {
	line-height: 18px;
}

#footer {
	width: 480px;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	padding: 30px 0px 20px;
	background: url(../../content/image/footer_bg.png) no-repeat;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

/*
#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 420px;
}
#ds_left {
	left: 0;
	background: url(../image/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../image/ds_right.png) top left no-repeat;
}

*/

.AccountStatus{font-size:10px; position:absolute; top:0px; right:0px;}

/*---	Theme Settings			---
-----------------------------------*/

.primary {
	color: #2681f3;
}
.secondary {
	color: #333;
}
.tertiary {
	color: #5F5F5F;
}

.btn.primary {
	background-color: #0C65CF;
}
.btn.secondary {
	background-color: #222;
}
.btn.tertiary {
	background-color: #5F5F5F;
}

.btn {
	display: inline-block;
	background-repeat: repeat-x;
	border: none;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.btn img {
	vertical-align: middle; /* Middle align images (such as arrows) on buttons. */
}

.btn_21 {
	padding: 3px 6px;
	background-image: url(../image/btn_highGloss_21_trans.png);
	font-size: 11px;
	line-height: 16px;
}
a.btn_21 {
	padding: 4px 6px 5px;
}

.btn_24 {
	padding: 3px 12px;
	background-image: url(/File/Content/image/btn_highGloss_24_trans.png);
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

input[type="submit"]{
border: none;
padding: 2px 15px 4px;
cursor:hand;
cursor:pointer;
}