html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	
	background: #eef1c5 url('../images/page_bg.jpg') repeat-x scroll top left;	
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #413b17;
	background: transparent url('../images/body_bg.png') repeat-x scroll top left;
}

.content, .footer, .header {
	width: 768px;
	margin: 0 auto;
}

.header {
	min-height: 165px;
	display: block;
	position: relative;	
}

.header h1 {
	width: 371px;
	display: block;
	height: 128px;
	position: absolute;
	left: 0;
	background: url('../images/logo.png') no-repeat scroll 0 0;
	text-indent: -9999em;
	top: 16px;
	
}

.header h2 {
	position: absolute;
	right: 0;
	top: 16px;
	text-indent: -9999em;
	display: block;
	height: 144px;
	width: 331px;
	background: url('../images/header_bg.jpg') no-repeat scroll 0 0;
	
}

h3 {
	color: #433d18;
	font-weight: bold;
} 

h4 {
	font-size: 20px;
	font-weight: normal;
}

.header h3 {
	position: absolute;
	top: 180px;
	font-size: 30px;
}

.content { 
	margin-top: 120px; 
}

.footer {
	font-size: 10px;
	text-transform: uppercase;
}

.footer ul li {
	display: inline;
	
	
	margin: .25em;
	padding: .25em;
}

.footer {
	background: transparent url('../images/footer_shadow.png') repeat-x top left;
	position: relative;
	display: block;
	height: 10px;
}

.footer ul {
	position: absolute;
	top: 50px;
}

.footer ul li a {
	border-right: 1px solid #433d18;
	text-decoration: none;
	color: #433d18;
	padding-right:1em;
}

.last a {
	border: none;
}

.footer .aside.right p {
	float: left;
}

.footer .aside.right {
	color:#B4C21D;
	display:block;
	height:60px;
	position:absolute;
	right:0;
	top:50px;
	vertical-align:bottom;
	width:220px;
}

.footer .aside.right a {
	background:transparent url(../images/soln_logo.png) no-repeat scroll left top;
	display:block;
	float:right;
	height:60px;
	position:absolute;
	right:0;
	text-indent:-9999em;
	top:-30px;
	width:110px;
}

#tabs {
	background-color:#fff;
	position: relative;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
}

#tabs h3 {
	display:inline-block;
	font-size: 20px;
}

ul.tab-navigation {  
	position: absolute;
	left:0px;
	top:-66px;
}  

*:first-child+html ul.tab-navigation  {
	top: -64px;
}

.tab-navigation li {  
	list-style:none;  
	display:block;
	float: left;
	  
}

.tab-navigation a {
	background-color:#f2f4d4;	
	padding: 20px 3.32em 20px 3.32em;
	display: block;
	float: left;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;

}

.tab-navigation a:hover {
	background-color:#f7f8e6;
}

.tab-navigation .ui-state-active {
	background-color:#fff;
	
	border-bottom: 1px solid #fff;
}

.tab-navigation .ui-tabs-selected a {
	background-color:#fff;
}

#tabs div.ui-tabs-hide {
	display: none;
}

.content.section p {
	font-size: 13px;
}


.ui-tabs-panel li {
	margin:1em 0;
	background: url('../images/divider.png') repeat-x scroll bottom left;
	padding-bottom:10px;
	padding-left: 45px;
	position:relative;
}

.ui-tabs-panel li h4 {
	background: transparent url('../images/bullet.png') no-repeat top left;
	height:30px;
	margin-left:-52px;
	overflow:visible;
	padding-left:50px;
	position:relative;
}

#panel-1 {
	background: transparent url('../images/assets/cause.png') no-repeat top right;
	
}

#panel-1 p {
	width: 360px;
	text-align: left;
	margin-bottom: 1em;
}

#panel-2 ul li h4, 
#panel-2 ul li p {
	width: 450px;
}

	
#panel-2 ul li img {
	position:absolute;
	right:0px;
	top:0px;
}

#panel-2 img#image-hands {
	top: 30px;
}

.button.contact {
	margin-top: 2em;
	margin-left: 2em;
	display: block;
	width: 232px;
	height: 36px;
	background: transparent url('../images/button_contact.png') no-repeat top left;
	text-indent: -9999em;
	
}

#panel-4 {
 	background: transparent url(../images/assets/phone.jpg) no-repeat scroll 365px -20px	
}

#panel-4 form, #panel-4 p, #panel-4 h4 {
	width: 355px;
}

#panel-4 p {
	line-height: 1.2em;
	margin-bottom: .5em;
}

#panel-4 h4 {
	margin-bottom: .5em;
}

.ctrl-holder {
	clear: both;
	position:relative;
}

label.error {
	color:#B4C21D;
	float:left;
	line-height:1em;
	margin:0;
	padding:0 0 0 100px;
}

label {
	clear:left;
	display:block;
	float:left;
	font-size:12px;
	height:2.25em;
	line-height:1.6em;
	margin:0.5em 0.25em;
	padding-top:0.35em;
  width: 9em;
}

*:first-child+html label  {
	height:1.55em;
	width: 8em;
}

input[type="text"] {
	clear:right;
	display:inline-block;
	float:left;
	line-height: 1.6em;

	font-size: 1em;
	margin: 0.5em .25em;
	width: 245px;
	
}

*:first-child+html input[type="text"]   {
	height: 1.55em;
}

.sector {
	/*left:100px;
	position:absolute;
	top:0.8em;
	position: absolute;*/
  line-height: 1.6em;

	font-size: 1em;
	margin: 0.5em .25em;
}

input[type="submit"] {
	clear: both;
	cursor: pointer;
	border: none;
	margin-left: 97px;
	background: transparent url('../images/button_submit.png') no-repeat center center;
	width: 101px;
	height: 36px;
	float: left;
	display: block;
	line-height: 0;
	text-indent: -9999em;
}

/* slider */
#slider { 
    position: relative;
	border: 10px solid #ECEFC0; 
  
  margin:0 auto 0 -25px;
position:relative;
width:671px;
  
}

.scroll {
	overflow: hidden;
	width: 671px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 206px;
	height: 393px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/leftshadow.png) repeat-y;*/
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	/*background: url(../images/rightshadow.png) repeat-y;*/
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 180px;
  height: 336px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 12px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}


/* slider ends */