
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #ffffff;
	background: url(../images/bg.jpg) no-repeat center top #040405;
}

td, th {
	text-align: left;
	vertical-align: top;
}

p { padding-bottom: 10px; }

img { border: none; }

form, input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
}

li { list-style: none; }

/*-- headings --*/

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: normal;
	color: #fdcd00;
	line-height: 35px;
}

h1 { margin-bottom: 65px; }

/*-- links --*/

a {
	font-size: 19px;
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	font-size: 19px;
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;
}

a:focus, a:active { outline: none; }

/*-- wrapper --*/

#wrapper {
	width: 950px;
	padding-left: 50px;
	min-height: 1200px;
	height: auto !important;
	height: 1200px;
	margin: 0 auto;
	position: relative;
}

#logo { padding: 50px 0 130px 0; }

#logo img {
	width: 144px;
	height: 53px;
}

.listing {
	margin-bottom: 75px;
	margin-left: -20px;
	position: relative;
	z-index: 1000px;
}

.listing li {
	display: block;
	background: url(../images/marker.gif) no-repeat 0 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.listing li a, .listing li a:visited { text-decoration: none; }

.listing li a:hover { text-decoration: underline; }

#details {
	margin-bottom: 35px;
	font-size: 13px;
}

#details div { margin-bottom: 3px; }

#details span {
	background: #000000;
	padding: 3px 6px 6px 6px;
}

#more {
	font-size: 26px;
	color: #fdcd00;
	margin-left: -25px;
}

#more ul li { padding-bottom: 10px; }

#more a, #more a:visited, #more a:hover {
	font-size: 42px;
	color: #fdcd00;
	text-decoration: none;
	border-bottom: 1px dashed #fdcd00;
}

#more a:hover { border: none; }

.arrow {
	position: relative;
	top: -5px;
	right: 10px;
}

#order {
	position: absolute;
	top: 50px;
	right: 50px;
	background: url(../images/arrow.png) no-repeat right;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding-right: 105px;
	line-height: 40px;
}

#order a, #order a:visited, order a:hover {
	font-size: 42px;
	color: #fdcd00;
	text-decoration: none;
	border-bottom: 1px dashed #fdcd00;
}

#order a:hover { border: none; }

#new {
	position: absolute;
	top: 110px;
	right: 400px;
}

#new img {
	width: 219px;
	height: 122px;
}

#price {
	position: absolute;
	top: 598px;
	right: 40px;
	background: url(../images/price.png) no-repeat;
	width: 180px;
	height: 125px;
	line-height: 24px;
	text-align: center;
}

#price span {
	font-size: 16px;
	color: #8c0000;
	border-bottom: 1px dashed #8c0000;
}

#present {
	position: absolute;
	top: 850px;
	right: 65px;
}

#present a, #present a:visited, #present a:hover {
	font-size: 42px;
	color: #fdcd00;
	text-decoration: none;
	border-bottom: 1px dashed #fdcd00;
}

#present a:hover { border: none; }

/*-- form --*/

#form-header {
	margin-top: 50px;
	font-size: 13px;
}

#form-header a, #form-header a:visited, #form-header a:hover { font-size: 13px; }

#formRegister {
	margin-top: 10px;
	font-size: 13px;
}

#formRegister table td { padding: 5px 20px 5px 0; }

#formRegister input { color: #000000; }

#formRegister .field {
	width: 255px;
	color: #000000;
}

#formRegister .select-field {
	width: 80px;
	margin-right: 10px;
	color: #000000;
}

#formRegister .address-field {
	width: 50px;
	color: #000000;
	margin: 0 3px;
}

