/* Common */
body,table,input,select,textarea { 
  font-family: verdana, Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #494949;
  background: #0a5b51 url('../images/i-bg.gif') no-repeat center bottom;
}

h1 {
  margin: 0 0 1em 0;
  background:transparent url('../images/i-h1.gif') no-repeat;
  line-height:46px;
  font-size:1.25em;
  font-weight:normal;
  padding: 0 15px;
}

h2 {
  margin: 1em 15px;
  font-weight:normal;
  color:#0a5b51;
  font-size:1.125em;
}
h3 {
  margin: 1em 15px;
  font-weight:normal;
  color:#0a5b51;
  font-size:1em;
}

p { 
  margin: 1em 0;
  font-size: 0.875em;
  line-height:1.5em;
}
#content ol, #content ul {
	font-size:0.875em;
	margin: 1em 0 1em 38px;
	line-height:1.5em;
}
#content ul {
	list-style-type:none;
	margin-left: 15px;
}
#content ul li {
	background:transparent url('../images/g-bullet.jpg') no-repeat 0 10px;
	padding-left: 15px;
}
#content p {
	margin: 1em 15px;
}
#content a {
	color:#0a5b51;
}
#content a:hover {
	color:#333;
}
dl.col {
	font-size:0.875em;
	margin: 1em 15px;
  line-height:1.5em;
}
dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

img.right {
	margin: 0 20px 0 10px;
}
a:active, a:focus {
	outline:0;
}
/* Layout */

#constrain {
  width: 990px;
  margin: 0 auto;
  padding-bottom:20px;
}
#header {
	background:transparent url('../images/i-header.png') no-repeat;
	height: 253px;
}
#logo {
	margin:40px 0 0 28px;
}

	/* Nav */
	#nav {
		list-style-type:none;
		margin: 25px 0 0 50px;
		background:transparent url('../images/i-nav.gif') no-repeat right center;
		height:20px;
		width:890px;
	}
	#nav li {
		background:transparent url('../images/i-nav.gif') no-repeat left center;	
		float:left;
		padding: 0 15px;
	}
	#nav li a {
		color:#fff;
		text-decoration:none;
		font-size:0.875em;
	}
	#nav li a:hover {
		border-bottom: 1px solid #00706a;
	}
	.index #nav li.index a, .currencies #nav li.currencies a, .team #nav li.team a, .contact #nav li.contact a {
		border-bottom: 1px solid #00706a;
	}

#content {
	background:transparent url('../images/i-mid.png');
	padding: 10px 30px;
}
#footer {
	background:transparent url('../images/i-footer.png') no-repeat;
	color:#fff;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
#footer p {
	float:left;
	width: 205px;
	font-size:0.675em;
	margin: 0;
}
#footer dl {
	float:left;
	width:205px;
	margin:0;
	font-size:0.675em;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	border-bottom: 1px solid #00706a;
}
	#nav-footer {
		list-style-type:none;
		font-size:0.675em;
		margin: 0 0 0 550px;
		line-height:2em;
	}
	#nav-footer li {
		float:right;
		background:transparent url('../images/i-footer-nav.gif') no-repeat left center;
		padding: 0 0 0 10px;
		margin: 0 0 0 7px;
		white-space:nowrap;
	}
	#nav-footer li a {
		color:#fff;
		text-decoration:none;
	}
	#nav-footer li.footer-home {
		background-image:none;
	}
#author {
	float:right;
	margin: 30px 0 0 0;
}
#author a {
	color:#6c9d97;
	font-size:0.675em;
}

/* Button */
a.button {
	background: transparent url('../images/g-button-l.jpg') no-repeat;
	padding: 0 0 0 15px;
	float:left;
	text-decoration:none;
}
a.button span {
	display:block;
	line-height: 37px;
	color:#fff;
	background:transparent url('../images/g-button-r.jpg') no-repeat right;
	padding: 0 40px 0 0;
}
a.button:hover span {
	text-decoration:underline;
}
/* Currency list*/
.currencies-list dl {
	margin: 1em 0;
	font-size:0.875em;
	float:left;
	width:295px;
}
.currencies-list dl dt {
	float:left;
	width:70px;
	margin: 0 0 4px 15px;
	background:#ccdedd;
	text-align:center;
	padding:3px;
}
.currencies-list dl dd {
	width:184px;
	background:#e9f5f4;
	margin: 0 0 4px 90px;
	padding:3px 3px 3px 9px;
}

/* Team */
.teambox {
	width:435px;
	float:left;
	margin: 0 0 20px 15px;
	height:150px;
	border-bottom: 1px solid #ccc;
}
.teambox h2 {
	margin-top: 0;
}
#content .teambox p, .teambox h3 {
	margin-top: 0;
	margin-bottom:0;
}

.map {
	float:right;
	width:425px;
	margin: 0 15px 0 20px;
	border: 2px solid #ccc;
}
/* Currency Converter */
.f input, .f select {
	border: 1px solid #ccc;
	padding: 4px;
	font-size:0.88em;
}
#csa_currency_converter_form input {
	width: 80px;
}
#content table {
	margin: 1em auto;
	font-size:0.88em;
	width:620px;
	border: 1px solid #ccc;
}
#content table td p{
	margin-left: 0;
}
#content table th {
	background:#106A5C;
	color:#fff;
	padding:10px 10px;
	font-weight:bold;
	text-align:left;
}
#content table td {
	padding:10px 10px;
}
#content table {
	border-collapse : collapse;
}
#content .f input.submit {
	background: transparent url('../images/g-button-fixed.jpg') no-repeat;
	padding: 11px 0 11px 15px;
	text-align:left;
	color:#fff;
	width:145px;
	text-decoration:none;
	border:0;
	cursor:pointer;
}
.f input.submit:hover {
	text-decoration:underline;
}
#results-box div {
	padding: 10px;
	margin: 0 0 2px 0;
}
#results-box p {
	margin: 0;
}

#ajax-loader {
  padding:12px 0 10px 10px;
  height:30px;
  font-weight: bold;
}

#ajax-loader img {
  padding-right: 10px;
  vertical-align: middle;
}
#csa_currency_converter_form table td {
	line-height:2em;
}
.result-focus .conversion-result {
	font-size:1.1em;
}
.result-basic {
	background:#eee;
}
.result-focus {
	background:#eee;
	border: 1px solid #106A5C;
}

.rhs {
	width:164px;
	margin: 0 5px 0 20px;
	float:right;
}
.rhs img {
	margin: 0 0 20px 0;
}