@font-face 	{
	font-family: 'gotham-book';
	src: url('../fonts/gotham-book.otf');
	src: local("☺"),
	url("../fonts/gotham-book.otf") format("opentype")
	}
	
* {
	margin:0px;
	padding:0px;
}

body {
	color:#1e2220;
	font-family: Arial;
	font-size:13px;
	line-height: 16px;
	z-index:199;
}

a {
	color: #6195ba;
	text-decoration: underline;
}

a.resetpwd {
	font-family: verdana;
	font-size: 10px;
	color: #6195ba;
	text-decoration: underline;
	margin:0 0 0 180px;
}

a.resetpwd:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear:both;
}

hr {
	background-color:#b2b2b2;
	border:0;
	height:1px;
}

h1 {
	font-family: arial;
	font-size: 14px;
}

h4 {
	margin:0px;
	text-transform: uppercase;
	font-size:14px;
	font-family: arial;
}

#left {
	width:575px;
}

#right {
	width:575px;
}

img.logo {
	margin:30px 0 80px 30px; 
}

#res {
	width:485px;
}

#res a {
	color:#fff;
}

#top {
	height:32px;
	width:100%;
	color:#fff;
	font-size:8px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
}

#top span {
	float:right;
}

#top a {
	color:#fff;
	font-size:8px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	margin:0 5px 0 5px;
}

#top a:hover {
	color: #6195ba;
}

#top a.first {
	color: #6195ba;
	margin:0 0 0 30px;
}

#top a.last {
	margin:0 30px 0 5px;
	font-weight: normal;
	color:#b2b2b2;
	text-transform: none;
}

#top a.active {
	color: #6195ba;
}

span.price {
	color: #6195ba;
	font-weight: bold;
}

label {
	display: block;
	width:180px;
	float:left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-top:4px;
}

input {
	background:none;
	border:1px solid #b2b2b2;
	color:#000;
	width:300px;
	height:20px;
}

input.submit {
	padding: 4px 10px;
	border: 0px solid #373B38;
	border-width: 0 0 0 0;
	border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Gotham Medium", "Verdana", "Lucida Grande", "Lucida", "Arial", "Trebuchet", sans-serif;
	background: #ccc;
	background-image: url("../img/button-shadow.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	padding:0px;
	width: auto;
}

input.submit:hover {
	cursor:pointer;
	background-image: url("../img/button-hover-shadow.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

input.link {
	border:none;
	background:none;
	color: #6195ba;
	width: auto;
	text-decoration: underline;
	margin:0px;
}

input.glink {
	border:none;
	background:none;
	color: #b2b2b2;
	width: auto;
	text-decoration: underline;
	margin:0px;
}

input.link:hover {
	border:none;
	background:none;
	color: #6195ba;
	width: auto;
	text-decoration: none;
	cursor: pointer;
}

.send {
	width:60px !important;
}

form.logout {
	height:16px;
}

#content {

	width:620px;
		font-family: 'gotham-book';
		margin-left:20px;
		font-size:11px;
		line-height:15px;
		letter-spacing:0.052em;
		color:#424242;
		z-index:100;
		padding-bottom:50px;
}

p.info {
	font-size:10px;
	color:#878787;
	display:block;
	margin:10px 0 40px 30px;
}

p.info a {
	color:#878787;
	text-decoration: none;
}

p.info a:hover {
	text-decoration: underline;
}