@charset "UTF-8";

/* GENERAL BODY DEFINITIONS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(graphics/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #231F20;
	margin:0px 0px 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:normal;
	color: #594D51;
	font-variant: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #DCD9D2;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:normal;
	color: #433A3D;
	font-variant: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #414141;
}
.comment {
	font-size:10px;
	color: #666666;
}
.testimonial {
	font-style:italic;
	color: #414141;
}
a:link {
	color: #47382e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #47382e;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
	border: none;
	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* CONTAINER */
#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* CORPORATE MENU */
#corpmenu {
	height: 35px;
	width: 960px;
	background-image: url(graphics/phone-banner.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #b6b2a8;
	clear: both;
}
#corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#corpmenu li {
	float:left;
	height: 26px;
	text-align:center;
	background-image: url(graphics/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 22px 0 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b6b2a8;
	text-decoration: none;

}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b6b2a8;
	text-decoration: underline;
}

/* LOGO */
#logo {
	height: 100px;
	width: 960px;
	clear: both;
	background-image: url(graphics/logo_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo-minimised {
	height: 100px;
	width: 960px;
	clear: both;
	background-image: url(graphics/logo_header_minimised.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* SEARCH */

#search {
	height: 100px;
	width: 300px;
	padding-left: 640px;
}
.textfield {
	border:1px solid #FFFFFF;
	width:208px;
	height:18px;
	background-image:url(graphics/input_back.gif);
	margin-top:40px;
	margin-right:10px;
	padding:5px;
	background-repeat: repeat-x;
	float: left;
}
.button {
	height: 30px;
	width: 70px;
	background-image: url(graphics/bg-button.png);
	background-repeat: no-repeat;
	border:0px;
	float: right;
	margin-top:40px;
}

/* MAIN MENU */
#mainmenu {
	height: 50px;
	width: 900px;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #49392f;
	clear: both;
	font-weight: normal;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-image: url(graphics/divider_main.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px 22px 0 20px;
}
#mainmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:normal;
}
#mainmenu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFBF8;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:normal;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #73B84D;
	height: auto;
	width: auto;
}

/* FEATURE */
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px;
	height: 190px;
	overflow: hidden;
	border:5px solid #c0bbb2;
	float:left;
	margin-top:30px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:610px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:0px;
}
div.scroller div.content {
	width: 10000px;
}
div#section1 {
	background:#ffffff;
}
div#section2 {
	background:#ffffff;
}
div#section3 {
	background:#ffffff;
}
#previous {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none;
}
#next {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none;
}
#controls {
	float: left;
	height: auto;
	width: 300px;
	margin: 10px 0px 0px 20px;
}
#controls ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#controls li {
	float:left;
	text-align:left;
	background-image: url(graphics/control_divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	width:280px;
	padding:0px 0px 10px 20px;
	margin-top:20px;
	font-size: 11px;
}
#controls li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #49392f;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:normal;
	line-height:1.5em;
}
#controls li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #49392f;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:normal;
}
.controlsdesc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #49392f;
	height: auto;
	width: auto;
}

/* CONTENT */
.clearer {
	clear:both;
}
.leftblock {
	width: 279px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.leftblock img {
	width:270px;
}
.middleblock {
	width: 279px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.middleblock img {
	width:auto;
}
.rightblock {
	width: 280px;
	min-height:200px;
	margin:60px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock img {
	width:270px;
}
.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
.squarelink {
	display:inline;
	background-color:#47382e;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer;
}
.squarelink a {
	padding:5px;
	background-color:#DBD6D0;
	color:#231F20;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.squarelink a:hover {
	padding:5px;
	background-color:#f47321;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

/* FOOTER */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2ded8;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer .footbox{
	display:block;
	float:right;
	width:210px;
	margin:0 0 0 25px;
	padding:0;
	}
.footer_text {
	color:#bfbab3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.footer_text a:link {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer_left {
	float:left;
	width:425px;
}
#footer_right {
	float:right;
	width:400px;
	text-align:right;
	margin-top: 40px;
	color: #999999;
}

/* SUBPAGE */
#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 30px;
	padding: 20px 20px 0px 20px;
	background-image: url(graphics/subpage_back.png);
	background-repeat: no-repeat;
	background-position: top;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
#main_content_wide {
	width: 920px;
	float:left;
	padding-right: 0px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #e2ded8;
}
.rightblock_sub {
	width: 280px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock_sub img {
	width:270px;
}
.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	float:left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.img_float_right {
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
form {
	margin-top: 0px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
form2 {
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.text_field {
	border:1px solid #bfbab3;
	width:274px;
	height:20px;
	margin:5px 0px 5px 0px;
	background-image:url(graphics/input_back.gif) repeat-x;
	padding:5px;
}
.text_area {
	border:1px solid #bfbab3;
	width:548px;
	height:125px;
	padding:5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.form_button {
	height: 30px;
	width: 90px;
	background-image: url(graphics/submit.png);
	background-repeat: no-repeat;
	border:none;
	margin-top:10px;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
