html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #44A0E1 url(/images/homepage01x.jpg) repeat-x left top;
	font-family: Georgia, Serif, Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #607686;
}

/* ADW insert here */
#result {
  border-style: solid;
  border-color: #EEF;
  border-width: 1px;
  background: #F5F5FF;
  padding: 3px 7px 4px 7px;
  margin: 5px 0 7px 0;
}

#result a {
  font-size: 14px;
  line-height: 16px;
}

#result p {
  margin-top: 10px;
  line-height: 14px;
}

#resultfoot {
  font-size: 11px;
  padding: 0px 5px 5px 5px;
  font-style: italic;
  text-align: left;
}

#resultprice {
  float:right;
  width: 120;
  height: 60px;
  padding: 0px 0px 6px 13px;
}

#resultprice p {
  margin-top: 0px;
  text-align: right;
  font-size: 13px;
  padding-right: 7px;
}

input[type=text] { 
  font-size: 14px; 
  margin-top: 4px;
}

input[type=submit] {
  font-size: 16px;
}
input[type=button] {
  font-size: 16px;
}

/* GLOBAL ORANGE BUTTON *****************************/
a.GlobalOrangeButton span {
background: transparent url('images/button_left_orange.png') no-repeat 0 0;
display: block;
line-height: 15px;
padding: 5px 0 4px 13px;
color: #fff;
}

a.GlobalOrangeButton {
background: transparent url('images/button_right_orange.png') no-repeat top right;
display: block;
float: right;
height: 24px;
margin-right: 5px;
padding-right: 14px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

a.GlobalOrangeButton:hover span {
background-position: 0 -24px; color: #fff;
}

a.GlobalOrangeButton:hover {
background-position: right -24px;
}

/* End of ADW insert */

h1, h2, h3 {
	margin: 0px;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
	color: #FFB00F;
}

h1 {
	font-size: 26px;
}

.h1-style1 {
	margin: 0px;
}

h2 {
	font-size: 17px;
}

.h2-style1 {
	font-size: 16px;
	color: #78A9CB;
}

h3 {
	font-size: 11px;
	color: #526D7F;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 21px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul-style1 {
}

.ul-style1 strong {
	margin-right: 10px;
	padding: 0px 3px;
	background: #FF6600;
	font-weight: normal;
	color: #FEFEFE;
}

strong {
	color: #526D7F;
}

a {
	color: #7BB4DB;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
	margin-left: 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #80C6F5;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 128px;
	background: url(/images/subpage1_01x.jpg) no-repeat right top;
}

/** MENU */

#menu {
	float: right;
	width: 600px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 57px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
	padding: 15px 20px 0px 20px;
	border-left: 1px solid #1993CF;
}

#menu li.first {
	border: none;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	background: #FFFFFF url(/images/subpage1_02.jpg) repeat-y left top;
}

#page-bg-top {
	background: url(/images/subpage1_03.jpg) no-repeat left top;
}

#page-bg-btm {
	padding: 40px 40px 20px 30px;
	background: url(/images/subpage1_04.jpg) no-repeat left bottom;
}

.single #page {
	background-image: url(/images/subpage2_01.jpg);
}

.single #page-bg-top {
	background-image: url(/images/subpage2_02.jpg);
}

.single #page-bg-btm {
	padding: 40px 40px 20px 40px;
	background-image:url(/images/subpage2_03.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 570px;
}

.two-columns {
	padding-top: 20px;
	border-top: 1px solid #CCE4ED;
}

.two-columns .column1 {
	float: left;
	width: 265px;
	padding-right: 19px;
}

.two-columns .column2 {
	float: left;
	width: 265px;
	padding-left: 20px;
	border-left: 1px solid #CCE4ED;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 190px;
	color: #C7E8FF;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #E2F2FE;
}

/** FOOTER */

#footer {
	height: 200px;
	background: url(/images/subpage1_05.jpg) no-repeat left top;
}

.single #footer {
	background-image: url(/images/subpage2_04.jpg);
}

#footer p {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	color: #ACD9F9;
}

#footer .legal {
}

#footer .links {
}

/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC * { font-style: normal; background-image: url('/images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.blue { background: #2ae; }
.btnC.green { background: #9d4; }
.btnC.lime { background: #bbce00; }
.btnC.pink { background: #e1a; }
.btnC:hover { background-color: #a00; color: #fff; }
.btnC:active { background-color: #444; color: #fff; }
.btnC[class] {  background-image: url('/images/btn.png'); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.blue { border-color: #2ae; }
* html .btnC.green { border-color: #9d4; }
* html .btnC.lime { border-color: #bbce00; }
* html .btnC.pink { border-color: #e1a; }
* html .btnC:hover { border-color: #a00; }

/*---------- smaller button ----------*/
.btnS { float: right; display: block; position: relative; background: #aaa; padding: 5px; width: 65px; margin: 0px 30px 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnS * { font-style: normal; background-image: url('/images/btn3.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnS i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnS span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnS span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnS span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnS span,
* html .btnS i { width: 80px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnS.blue { background: #2ae; }
.btnS.green { background: #9d4; }
.btnS.lime { background: #bbce00; }
.btnS.pink { background: #e1a; }
.btnS:hover { background-color: #a00; color: #fff; }
.btnS:active { background-color: #444; color: #fff; }
.btnS[class] {  background-image: url('/images/btn.png'); background-position: bottom; }

* html .btnS { border: 3px double #aaa; }
* html .btnS.blue { border-color: #2ae; }
* html .btnS.green { border-color: #9d4; }
* html .btnS.lime { border-color: #bbce00; }
* html .btnS.pink { border-color: #e1a; }
* html .btnS:hover { border-color: #a00; }

/*----------- rounded box -----------*/
.bl {background: url(/images/bl.gif) 0 100% no-repeat #ffb00f; width: 190px}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

/*----------- sidebarheading ----------*/
#sidebarlist h2 {
					font-size:15px;
					color: #fff;
					background:url(/images/sidebar_heading_underline.gif) no-repeat left bottom;
					padding-bottom:7px;
					padding-left:2px;
					margin-bottom:5px;
}

#sidebarlist h4 {
					font-size:13px;
					color: #fff;
					padding-left:2px;
					margin-bottom:3px;
}

#sidebarlist a {
	color: #E2F2FE;
  text-decoration: none;
  margin-left: 8px;
}

#sidebarlist a:hover {
  text-decoration: underline;
}

