* {
	margin: 0;
	padding: 0;
}

html {
	background: url( '../images/body_bg.gif' );
}

body {
	margin: 0 auto;
	width: 1024px; 
	background: url( '../images/bg.gif' );
}

.border-l {
	background: url( '../images/border_l.png' ) repeat-y left top;
}

.border-r {
	padding: 0 6px;
	background: url( '../images/border_r.png' ) repeat-y right top;
}

img {
	vertical-align: top;
}

a img {
	border: 0;
}

.bold{
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block; 
	margin: 0 auto;
}

.clear {
	clear: both;
}

.overflow-h {
	overflow: hidden;
}

.center-text {
	text-align: center;
}

.none{
	display: none;
}

html, input, textarea {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #504033;
}

input[type="button"],
input[type="submit"]{
	color: #000;
	padding: 0 9px;
}

iframe{
	margin: 0 0 5px 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

input[type="text"]{
	height: 19px;
}

input[type="text"], textarea{
	border-width: 1px;
	border-color: #b7a18b #d2c5b8 #d2c5b8 #d2c5b8;
	border-style: solid;
}

a {
	color: #504033;
}

a.green {
	color: #819549;
}

a:hover {
	text-decoration: none;
}

.red {
	color: #e0482a;
}

p {
	padding-bottom: 2px;
}

p.large{
	padding-bottom: 15px;
}

.indent{
	text-indent: 1em;
	padding-bottom: 7px; 
}

.justify{
	text-indent: 17px;
	text-align: justify;
	margin-bottom: 7px;
}

ul{ list-style-type: none;}

li {
	padding-left: 8px;
	display: list-item;
}

ul li {
	background: url('../images/list.gif') no-repeat left 7px;
}

ul.list ul li{
	background: none;
}

ul.list ul li:before{
	content: '-'
}

.asterisk{
	color: #e00000;
}

.error{
	color: #e00000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.error div{
	margin-bottom: 5px;
	color: #504033;
	display: block;		
}

select option{
	padding: 0 0 0 7px;
}

/* Lang bar */
.skypebar,
.skypebar a,
.langbar a,
.phonebar span{
	line-height: 21px;
	color: #e7d7cc;
}

.langbar {
	margin: 0 10px 0 20px;
}

.phonebar {
	color: #b4a499; 
	text-align: right;
}

.skypebar {
	color: #b4a499;
	margin: 0 10px 0 13px;
}

.skypebar a {
	text-decoration: none;
}

