/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
ul { margin-left: 10px; margin-bottom: 10px; }
li {
  list-style-type: disc;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}

a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

li.workshop {
  padding-left:10px;
  list-style-type: circle;
}

/* general styling */

html {
  overflow-y: scroll;		
}

body {
  background: #fff url(images/bg.gif) top repeat-x;
  color: #574210;
  font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  color: #ee9414;
  text-decoration: none;
}
a:hover {
  background-color: #fff8eb;
  border-bottom: 1px solid #ffc676;
}

.alignright {
	text-align: right;	
}

/* layout */
#pagewrapper {
  width: 850px;
  margin: 0 auto;
}
#banner {
  float: right;
  background: url(images/banner_left.gif) left bottom no-repeat;
}
#banner p {
  padding: 5px 9px;
  background: url(images/banner_right.gif) right bottom no-repeat;
  color: #6e6e6e;
}
#banner p strong {
  color: #444;
}

#logo {
  padding-top: 18px;
  padding-bottom: 11px;
}
#logo div {
  background: url(images/pda_logo4.gif) no-repeat;
}
#logo div a {
  display: block;
  width: 193px;
  height: 113px;
}
#logo div a:hover {
  background: none;
  border: none;
}
#logo div a span {
  display: none;
}

#logo2 {
  padding-top: 18px;
  padding-bottom: 11px;
}
#logo2 div {
  background: url(images/pda_logo4.gif) no-repeat;
}
#logo2 div a {
  display: block;
  width: 193px;
  height: 113px;
}
#logo2 div a:hover {
  background: none;
  border: none;
}
#logo2 div a span {
  display: none;
}
#logo3 {
  padding-top: 18px;
  padding-bottom: 11px;
}
#logo3 div {
  background: url(images/pda_logo4.gif) no-repeat;
}
#logo3 div a {
  display: block;
  width: 193px;
  height: 110px;
}
#logo3 div a:hover {
  background: none;
  border: none;
}
#logo3 div a span {
  display: none;
}


#logo4 {
  padding-top: 18px;
  padding-bottom: 11px;
}
#logo4 div {
  background: url(images/pda_logo5.gif) no-repeat;
}
#logo4 div a {
  display: block;
  width: 193px;
  height: 110px;
}
#logo4 div a:hover {
  background: none;
  border: none;
}
#logo4 div a span {
  display: none;
}
/* MENU AREA NEW */

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: .85em;
	color: #CCCCCC;
}

#menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-repeat: no-repeat;
	background-position: right center;
}

#menubar li {
	float: left;
	width: 7.8em;			/*	CHANGE THIS TO CHANGE WIDTH OF LINKS ON FINAL MENU */
}

#menubar li ul, #menubar ul li  {
	width: 10em;
}

#menubar ul li a  {
	color: #ffffff;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFCC;
}


#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.p7hvr a {
	color: #FFFFFF;
}


#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}

#menubar li:hover ul a, #menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#menubar ul a:hover {
	background-color: #ffff99!important;
	color: #666666!important;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menu {
  margin-bottom: 12px;
  background: url(images/menu_bg.gif) bottom no-repeat;
  height: 38px;
}
#menu ul {
  padding: 2px 15px 0px 15px;
}
#menu li {
  display: inline;
  margin-right: 20px;
  font-size: 1.1em;
  line-height: 2.4;
}
#menu li a {
  color: #fff;
  text-decoration: none;
}
#menu li a:hover {
  background: none;
  border-bottom: none;
}

#announcement {
  border: 1px solid #ccc;
  background: #f1fbfb url(images/newsletter_bg.gif) bottom no-repeat;
  height: 131px;
}
#announcement a:hover {
  background-color: none;
  border: none;
}
#announcement p {
  margin-left: 320px;
  margin-top: 53px;
}
#announcement img {
}

h1 {
  color: #ee9414;
  padding-top: 20px;
  padding-bottom: 3px;
  font-family: "Century Gothic";
  font-size: 1.9em;
}

.content {
  margin-bottom: 0px;
  padding-top: 0px;
  background: url(images/bg_tagline.gif) top repeat-x;
}
.column1 {
  float: left;
  display: inline;
  width: 410px;
}
.column2 {
  float: right;
  display: inline;
  width: 410px;
}
.column3 {
  float: left;
  display: inline;
  width: 820px;
}
.case_study{
	height: 35em;
}

.column_even1 {
  float: left;
  display: inline;
  width: 410px;
}
.column_even2 {
  float: right;
  display: inline;
  width: 410px;
}

.content h2 {
  margin-top: 27px;
  margin-bottom: .75em;
  padding-bottom: 2px;
  background: url(images/bg_dot.gif) bottom repeat-x;
  color: #ee9414;
  font-size: 1.3em;
}
.content h3 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.content h4 {
  font-weight: bold;
  font-size: 1em;
}

.content li.contact {
	list-style: none;
	margin-left: 40px;
	margin-bottom: 15px;
}

.content dl.founders dd {
  margin-bottom: 2em;
}
.content p {
  margin-bottom: 1em;
}
.content .more {
  text-align: right;
}
.img {
  float: right;
  display: inline;
  width: 191px;
  height: 129px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: url(/images/bg_img.gif) center center no-repeat;
}
.img img {
  width: 173px;
  height: 111px;
  margin-left: 9px;
  margin-top: 9px;
}

.img2 {
	margin: 0 5px 10px 15px;
	float: right;
}

.right {
  float: right;
}
.left {
  float: left;
}


#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  background: url(images/box_bottom.gif) bottom no-repeat;
  color: #565656;
}
#footer #innerfooter {
  padding: 13px;
  background: url(images/box_top.gif) top no-repeat;
}
#copy {
  float: left;
  font-size: .8em;
}
#contact {
  float: right;
  font-size: 1.1em;
  text-align: right;
}

.case_study{
	height: 35em;
}
label{
	display:block;
	font-weight: bold;
}
input:focus, textarea:focus {
  background: #fffdeb;
}

.large_input{
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 500px;
	height: 100px;
}
fieldset{
	border: none;
	width: 550px;
}

#contact_form {
	padding-left: 10px;
}
#contact_form label{
	float:left;
	clear:left;
	width: 200px;
}
#contact_form textarea {
	margin-left: 200px;
}
#budget_slider{
	margin-left:200px;
}
.large_input {
	margin-top: -15px;
}
#submit_btn {
	border: none;
	margin-left:200px;
	padding: 0;
	width:auto;
}



#budget_slider{
	width: 200px;
	height: 13px;
	border-bottom: solid 1px #bbb;
	
/*	border: 0px hidden #000;*/
}

#budget_amount{
	background-color: #fff;
	padding: 3px;
}

#indicator{
	background-image:url(/images/handle.gif);
	background-color:transparent;
	width:14px;
	height:22px;
	cursor:move;
	top:0px;
}

#message_container_ok{
	background: url(/images/accept.gif) 10px 10px no-repeat;
	border: 2px solid #eee;
	padding: 14px;
padding-left: 42px;
	font-weight: bold;
	margin-bottom: 2em;
}

#message_container_ooops{
	background: url(/images/warning.gif) 10px 10px no-repeat;
	border: 2px solid #eee;
	padding: 14px;
padding-left: 42px;
	font-weight: bold;
	margin-bottom: 2em;
}

#error_message {
  padding-top: 10px;
}
#error_message li {
  margin-top: 3px;
}

.required{
	font-weight: normal;
}
.screenshots li {
  float: left;
  margin-bottom: 10px;
}

.screenshots .odd {
  margin-left: 10px;
}

.client_thumb {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
.client_thumb:hover {
  background: #ddd;
  border: none;
}
.client_thumb img {
  border: 1px solid #cdcdcd;
}

.column2 .box {
  border: 2px solid #eee;
  padding: 0px 12px;
  margin-bottom: 10px;
}

.case_thumb {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
.case_thumb:hover {
  background: #ddd;
  border: none;
}
.case_thumb img {
  border: 1px solid #cdcdcd;
}

/* Case studies */

a.casestudy {
  font-size: 0.7em;
  font-weight: bold;
  float: right;
  margin-top: 3px;
}

ul.manage {
  margin-top: 5px;
  margin-bottom: .75em;
  padding-top: .75em;
  background: url(images/bg_dot.gif) top repeat-x;
  color: #86b514;
  padding-right: 50px;
  text-align: right;
  list-style-type: circle;
}
ul a.return {
  margin-top: 10px;
  margin-bottom: .75em;
  padding-top: .1em;
  color: #86b514;
  text-align: right;
  list-style-type: circle;
}

.casedesc {
  color: #86b514;
  background: url(images/bg_dot.gif) bottom repeat-x;
}

ul.details {
  margin-top: 46px;
  margin-bottom: .75em;
  padding-top: .75em;
  background: url(images/bg_dot.gif) top repeat-x;
  color: #86b514;
  text-align: right;
  list-style-type: circle;
}

.content blockquote {
  font-style: normal;
  background: #f8f8f8;
  border: 1px solid #dedede;
  padding: 6px;
  margin-bottom: 10px;
  color: #555;
}
.content blockquote p {
  margin-bottom: 0.7em !important;
}

blockquote {
  font-style: italic;
  background: #f8f8f8;
  border: 1px solid #dedede;
  padding: 6px;
  margin-bottom: 10px;
  color: #555;
}
blockquote p {
  margin-bottom: 0.7em !important;
}
cite {
  float: right;
  font-weight: bold;
  font-size: 0.9em;
  font-style: normal;
}


















<!--
	NEW ADDED ITEMS 
-->

form#newsform {

  }

#newsletter input.submit-btn
{
	width: 75px;
	height: 24px;
	background: #1C8540 url(images/suscribe.gif) no-repeat;
	outline: none;
	border: none;
}
	
#newsleter input.submit-btn:hover
{
	background: #1C8540 url(images/suscribe.gif) no-repeat 0 -26px;
}

#newsletter label {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	font-weight: normal;
}

#newsletter input {
	width: 200px;
	border: 1px solid #ddd;
	background: #fffdeb;
	color: #443;
	padding: 3px;
}



/***********************************************/

#contactus form{
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 100%;

}

#contactus input.submit-btn
{
	width: 75px;
	height: 24px;
	background: #1C8540 url(images/submit.gif) no-repeat;
	outline: none;
	border: none;
}

#contactus input.submit-btn:hover
{
	background: #1C8540 url(images/submit.gif) no-repeat 0 -26px;
}

#contactus form fieldset {
  clear: both;
  width: 390px;
  font-size: 100%;
  border-color: #d2d2d2;
  border-width: 1px;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

#contactus form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #ee9414;
  margin: 0 0 0 0;
  padding: 0 5px;
}

/************************************************/

#contactus label {
  font-size: 100%;
}

#contactus input, select, textarea {

  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

#contactus textarea {
  overflow: auto;
}

#contactus form div {
  clear: left;
  display: block;
  width: 90%;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#contactus form div fieldset {
  clear: none;
  margin: 0 0 0 20%;
  padding: 0 5px 5px 5px;
  width: 90%;
}

#contactus form div label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#contactus form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 160px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

#contactus form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
 margin: 0 0 5px 0;
  width: 170px;
}


#contactus form div select, form div textarea {
  width: 170px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#contactus form div input.inputText, form div input.inputPassword {
  width: 160px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#contactus form div select.selectOne, form div select.selectMultiple {
  width: 170px;
  padding: 1px 3px;
}

#contactus form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

#contactus form div input.inputCheckbox2 {
	display: inline;
	float: left;
	height: auto;
	width: auto;
	border: 0px;
	padding: 0;
	margin: 0 0 0 350px;	
}

#contactus p.news {
	float: left;
	margin: 0 0 0 10px;	
}

#contactus form div.submit div {
  display: inline;
  float: right;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

#contactus form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  width: auto;
  padding: 0 6px;
  margin: 0;
}

#contactus form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

#contactus form div small {
  display: block;
  margin: 0 0 5px 115px;
  padding: 1px 3px;
  font-size: 80%;
  height: expression('1%');
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#menubar li {width: auto;}

