/* CSS Document */
/* change default html styles */
* {
  margin: 0;
  padding: 0;
}

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;
}

/* general styling */
body {
  color: #333;
  font: normal 76%  Verdana, sans-serif;
}
a {
  color: #ee9414;
  text-decoration: none;
}


/* layout */
#pagewrapper{  width: 100%;  margin: 0 auto; background:url(../images/top-pagewrapper-bg.jpg) repeat-x; }

#pagewrapper div#top-div{ margin:auto; background-color:#999999; background:url(../images/top-header-bg.jpg) no-repeat center; height:211px; }

#pagewrapper div#top-div div#logo{  width:780px; margin:auto; /*background:#999999; */ }
#pagewrapper div#top-div div#logo div{ float:left; margin-top:20px;  }
#pagewrapper div#top-div div#logo div a{  display: block;  width: 215px;  height: 80px; }
#pagewrapper div#top-div div#logo div a:hover{  background: none;  border: none; }
#pagewrapper div#top-div div#logo p{ font-size:11px; margin-bottom:8px; text-align:right; }
#pagewrapper div#top-div div#logo p a{ color:#000000; font-weight:bold; }
#pagewrapper div#top-div div#logo div#search-box{ float:right; margin:40px 0 40px 0; }
#pagewrapper div#top-div div#logo div#search-box label{ padding:5px; font-size:11px; }
#pagewrapper div#top-div div#logo div#search-box input#p2{ background:url(../images/search-box-input.gif) no-repeat; width:242px; border:none; margin-right:5px;}
#pagewrapper div#top-div div#logo div#search-box input#search-btn{ width:51px; height:24px; padding:0px; border:none; }


#pagewrapper div#menu{ color: #999; width:100%; float:right; background-color:#333333; height:32px; background:url(../images/menu-bg-white.jpg); }
#pagewrapper div#menu ul{  width:780px; margin:auto; background:url(../images/menu-bg-dark-blue.jpg) no-repeat; height:27px; padding-top:5px; }
#pagewrapper div#menu ul li{ display: inline; line-height: 21px; background:#64BCEC url(../images/menu-left-bg.jpg) no-repeat; margin:0 5px 0 5px; float:left;}
#pagewrapper div#menu ul li.first{ margin-left:12px; }

#pagewrapper div#menu ul li a{ color: #fff; text-decoration: none;  display:inline; line-height:22px; font-size:11px; background: url(../images/menu-right-bg.jpg) no-repeat right; padding:0px 5px 0px 5px; float:left; display:block; font-weight:normal; }
#pagewrapper div#menu ul li a.redtext{ color:#cc0000; }
#pagewrapper div#menu ul li a:hover{  border-bottom: none;  text-decoration: none; background: url(../images/menu-right-bg.jpg) no-repeat right; color:#990066}

#pagewrapper div.content{  background-color:#003366; background:url(../images/content-top-header-bg.jpg) no-repeat center 0;  width:780px;  margin:auto; margin-top:32px; padding-top:32px; }
 
* html #pagewrapper div.content{ margin-top:0px; } 
  
#pagewrapper div.content div.column1 {  float: left;  display: inline;  width: 162px;  margin:0; }
#pagewrapper div.content div.column1 div.column1-top { width:162px; background:url(../images/left-menu-top-bg.jpg); height:20px; }
#pagewrapper div.content div.column1 div.column1-middle{  width:160px; background:#266DAD url(../images/left-menu-middle-bg.jpg) repeat-x; border-left:1px solid #0D447A; border-right:1px solid #0D447A; }
#pagewrapper div.content div.column1 div.column1-middle ul{ /*background:#000000; */ padding-left:10px; }
#pagewrapper div.content div.column1 div.column1-middle ul li{ list-style:none; background:url(../images/menu-dot.gif) no-repeat 0px 9px; color:#FFFFFF; padding-left:10px; border-bottom:1px dashed #333333; margin-right:5px;  }
#pagewrapper div.content div.column1 div.column1-middle ul li a{ display:block;  width:130px; height:auto; color:#FFFFFF; padding:3px 0 4px 0; font-size:11px; font-weight:normal; }
#pagewrapper div.content div.column1 div.column1-middle ul li a:hover{ display:block;  width:130px; height:auto; color:#990066;  }
#pagewrapper div.content div.column1 div.column1-middle ul li ul li a{ display:block;  width:110px; height:auto; color:#FFFFFF; padding:3px 0 4px 0; font-size:11px; font-weight:normal; }
#pagewrapper div.content div.column1 div.column1-middle ul li ul li a:hover{ display:block;  width:110px; height:auto; color:#990066;  }
#pagewrapper div.content div.column1 div.column1-bottom {  height:23px; width:162px; background:url(../images/left-menu-bottom-bg.jpg); }

p.textcenter{ text-align:center; }

h1 {
   color:#990066;
  padding-bottom: 5px;
  font-size: 1.9em;
}
h2 { padding-bottom: 5px; }
.column2 {
  float: right;
  display: inline;
  width: 606px;
  font-weight:normal;
  margin:0 0 0 11px;  font-size:11px; color:#666666;
}
.column2 ul li { margin:0 0 0 20px; list-style:disc; }

.column2 dl.founders dd {
  margin-bottom: 2em;
}
.column2 p {
  margin-bottom: 1em; font-weight:normal;
}

.column2 dt {
  margin: 0 0 0 10px;
}

.column2 dd{
  margin: 0 0 0 20px;
}

.column2 dd.sub{
  margin: 0 0 0 40px;
}

.column2 .more {
  text-align: right;
}

.right {
  float: right;
}
.left {
  float: left;
}

#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 0.9em;
  text-align:center; background:url(../images/footer-bg.jpg) repeat-x; height:60px;
font-weight:normal;
}
#footer ul {
  padding: 10px 15px; 

}
#footer li {
  display: inline;
 /* margin-right: 20px;*/
  line-height: 2.2; 
  font-weight:normal;
}
#footer li a {
  color: #333;
  text-decoration: none; 
  font-weight:normal;
}
#footer li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}
#contact {
  float: right;
  font-size: 1.1em;
  text-align: right;
}

.case_study{
	height: 35em;
}
label{
	display:block;
	font-weight: bold;
}
input{
  color: #222;
	padding: 4px;
  font-size: 1.2em;
	border: 1px solid #ccc;
	width: 270px;
}
select{
  	color: #222;
	padding: 4px;
  	font-size: 1.2em;
	border: 1px solid #ccc;
	width: 270px;
}
select#gender{ width:150px;}
input:focus, textarea:focus {
  background: #fffdeb;
}
input.update{ width:60px; }
input.button{ width: auto;
	padding:2px;
}
input#r_list{ width:auto; }
input#delivery_info_same{ width:auto; }
input#mlist{ width:auto; }
.large_input{
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 300px;
	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;
}

.client_thumb {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
.client_thumb:hover {
  background: #ddd;
  border: none;
}
.client_thumb img {
  border: 1px solid #cdcdcd;
}

.redtext{ color:#ff0000; background-repeat:no-repeat; padding:5px 0 5px 0px;  margin-left:0px;
font-size:14px;
font-weight:bold;
 }
 
 .purpletext{ 
 color: #660066;
 background-repeat:no-repeat; padding:5px 0 5px 0px;  
 margin-left:0px;
font-size:14px;
font-weight:bold;
 }
 
.greentext{ 

color:#006633;
font-size:14px;
font-weight:bold;


}
.align{
text-align:right;
margin-left:110px;
}

.bold{ font-weight:bold; }
p.text-center{ text-align:center; }

/* product catalog category display styles */

div.prolist{ width:180px; border:#CCCCCC solid 1px; float:left; margin:5px 10px 5px 5px; padding-bottom:10px; text-align:center; }

div.prolist form {margin:0px;}
* html div.prolist{ margin-left:3px; }
div.prolist p{ font-size:11px; font-weight:bold; margin:0 0 0 0px; }
div.prolist p.price{ color:#990066;s }
div.prolist h3 { font-size:13px; }
div.prolist h3 a{ color:#666; font-weight:bold; }
div.prolist input.btn{ width:auto; margin:15px 0 0 15px; }


/* product detail page recomended product display styles */

div.prolist2{ width:100px; border:#CCCCCC solid 1px; float:left; margin:5px 10px 5px 5px; padding-bottom:10px; text-align:center; }

div.prolist2 form {margin:0px;}
* html div.prolist2{ margin-left:3px; }
div.prolist2 p{ font-size:11px; font-weight:bold; margin:0 0 0 0px; }
div.prolist2 p.price{ color:#990066; }
div.prolist2 p.price span.redtext{ font-size:11px; }
div.prolist2 h3 { font-size:13px; }
div.prolist2 h3 a{ color:#666; font-weight:bold; }
div.prolist2 input.btn{ width:auto; margin:15px 0 0 15px; }


/* product detail page style */

div#productdisplay{ float:left; width:auto; }
div#productdisplay img#proimg{ float:left; margin-right:10px;}
div#productdisplay p{ margin:10px 0 10px 0px; }
div#productdisplay fieldset{  width:auto; }
div#productdisplay fieldset form{ width:auto; }
div#productdisplay fieldset form p label{ float:left; margin:3px 5px 0 0; }
div#productdisplay fieldset form p input.qty{ width:15px; float:left; }
div#productdisplay fieldset form p select{ width:80px; float:left; }
div#productdisplay fieldset form p input.buynow{ width:auto; border:0px; }

/*shopping cart styles*/
table#carttable{border:1px solid #059DE6; width:99%; margin:0 0 20px 5px;}
table#carttable tr th{background-color:#059DE6; color:#ffffff; font-size:11px; padding:10px 0 10px 5px; margin:0px; }
table#carttable tr.cartrow{background-color:#cccccc; }
table#carttable tr td.undeline{ border-bottom:#059DE6 solid 1px;  }
table#carttable tr td p{margin:0 5px 0 0; font-size:11px;}
table#carttable tr td p.alignright{text-align:right; }
table#carttable tr td p.alignleft{text-align:left; }
table#carttable tr td img{margin:0 5px 0 0; border:0px; } 
table#carttable tr td img.floatleft{ float:left; }
table#carttable tr td img.floatright{ float:right; }
table#carttable tr td form{float:left; margin:5px 0 0 5px;}
table#carttable tr td form input.input{ width:20px; padding:2px; margin-bottom:7px; /*border:1px solid #cccccc;*/ }
table#carttable tr td form input.update{ width:auto; border:none; padding:0px; color:#ffffff;  font-size:11px;}
/*end shopping cart styles */

/* Home column2 class styles */
div.column2 div.left-div{ width:407px; float:left; }
div.column2 div.left-div div#welcome-box{ height:141px; background:url(../images/home-welcome-box-bg.jpg) no-repeat; padding-top:10px; font-weight:normal;}
div.column2 div.left-div div#welcome-box h1{ margin:0px 0 0px 110px; font-size:16px; color:#990066; font-weight:bold;}
div.column2 div.left-div div#welcome-box p{ margin:0px 0 10px 110px; font-weight:normal;}

div.column2 div.left-div div#featured-box{ background:url(../images/home-featured-box-bottom-bg.jpg) no-repeat bottom; padding-bottom:10px; font-weight:normal;}
div.column2 div.left-div div#featured-box h1 { background:url(../images/home-featured-box-top-bg.jpg) no-repeat; font-size:11px; padding:10px 0 8px 20px; font-weight:bold; color:#333; }
div.column2 div.left-div div#featured-box div#featured-box-middle{ border-left:1px solid #999999; border-right:1px solid #999999; padding-top:10px; }
div.column2 div.left-div div#featured-box div#featured-box-middle img.pro-img{ width:80px; float:left; margin:10px 20px 5px 10px; }
div.column2 div.left-div div#featured-box div#featured-box-middle p{ margin:0px 10px 5px 10px; font-weight:normal; }
div.column2 div.left-div div#featured-box div#featured-box-middle p.price{ font-weight:bold; color:#990066;  }
div.column2 div.left-div div#featured-box div#featured-box-middle p.price img.detail-btn{ vertical-align:middle;  }
div.column2 div.left-div div#featured-box div#featured-box-middle p strong.name{color:#336666; }
div.column2 div.left-div div#featured-box div#featured-box-middle hr{ border:1px dashed #999999; width:95%; margin:auto; margin-bottom:5px;  }


div.column2 div.right-div{ float:left; width:187px; margin-left:12px; }
div.column2 div.right-div div#latest-product-box{ background:url(../images/latest-product-box-bottom-bg.jpg) no-repeat bottom; padding-bottom:8px;}
div.column2 div.right-div div#latest-product-box h1{ background:url(../images/latest-product-box-top-bg.jpg) no-repeat; padding:4px 0 5px 0; font-weight:bold; color:#333; font-size:11px; text-align:center;}
div.column2 div.right-div div#latest-product-box div#latest-product-box-middle {border-left:1px solid #999999; border-right:1px solid #999999; }
div.column2 div.right-div div#latest-product-box div#latest-product-box-middle p{ margin-left:5px; }
div.column2 div.right-div div#latest-product-box div#latest-product-box-middle p.price{font-weight:bold; color:#990066; }
div.column2 div.right-div div#latest-product-box div#latest-product-box-middle p.price img.detail-btn{ vertical-align:middle;  }
div.column2 div.right-div div#latest-product-box div#latest-product-box-middle p strong.name{color:#336666; }
div.column2 div.right-div div#latest-product-box div#latest-product-box-middle img.pro-img{ width:70px; float:left; margin:5px; }

div.column2 div.right-div dl {
		margin:10px 0 0 0;
		width: 187px;
		padding:0 0 10px 0;
		background: #d3effa url(../images/testomonials-box-bottom-bg.jpg) no-repeat bottom left;
		
		}

div.column2 div.right-div dt {
		padding: 10px 0 0 12px;
		margin:0px 0 10px; font-weight:bold; color:#333;
		background: #d3effa url(../images/testomonials-box-top-bg.jpg) no-repeat top left;
		}
	
div.column2 div.right-div dd { margin:5px 8px 5px 13px; }
div.column2 div.right-div dd.text-right{ text-align:right; }
div.column2 div.right-div dd.bold{ font-weight:bold; }

/* Customer Login Box styles */
div.column2 div#login-box{ background-color:#64BCEC; margin:auto; width:350px; padding:20px; border:10px solid #059DE6; }
div.column2 div#login-box h3{ color:#FFFFFF; font-weight:bold; font-size:13px; }
div.column2 div#login-box p{ color:#FFFFFF; }
div.column2 div#login-box p a{ color:#990066; }
div.column2 div#login-box p.redtext{ color:#ff0000; }
div.column2 div#login-box input.login-btn{ padding:0; margin:10px 0 0 0; width:auto; border:none; }