/* 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; }

#pagewrapper div#top-div{ margin:auto;   width:780px; height:80px; text-align:center; background:url(../images/design_banner7.jpg) no-repeat; }


#pagewrapper div#menu{ color: #999; width:100%; float:right; height:32px; }

#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; }
#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:url(../images/content-top-header-bg.jpg) no-repeat center 0;  width:780px;  margin:auto; margin-top:32px; padding-top:0px; }
 
* 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; }
#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-bottom {  height:23px; width:162px; background:url(../images/left-menu-bottom-bg.jpg); }


#pagewrapper div.content div.column1 div.info-top { 
	width:162px; 
	background:url(../images/curve-box_01.jpg); 
	height:20px; 
}
#pagewrapper div.content div.column1 div.info-middle{  
	width:162px; 
	background:#d3effa;
	/*background:#266DAD url(../images/testomonials-box-bottom-bg.jpg) repeat-x; */
	/*border-left:1px solid #0D447A; 
	border-right:1px solid #0D447A; */
}

#pagewrapper div.content div.column1 div.info-middle #login-fields{
	width:150px;
	padding-left:15px;
	
}
#pagewrapper div.content div.column1 div.info-middle #login-fields h3{
	font-size:11px;
	margin:0 0 10px 0;
	font-weight:bold;
}

#pagewrapper div.content div.column1 div.info-middle #login-fields form{
	width:140px;
	
}

#pagewrapper div.content div.column1 div.info-middle #login-fields form label{
	width:140px;
	line-height:20px;
}
#pagewrapper div.content div.column1 div.info-middle #login-fields form input#login{
	border:none;
	padding:0px;
	margin:10px 23px 0 0;
	float:right;
}



#pagewrapper div.content div.column1 div.info-middle #forgotten-fields{
	width:140px;
	padding-left:15px;	
}

#pagewrapper div.content div.column1 div.info-middle #forgotten-fields h3{
	font-size:11px;
	margin:0 0 10px 0;
	font-weight:bold;
}


#pagewrapper div.content div.column1 div.info-middle #forgotten-fields form{
	width:140px;
	line-height:20px;
}

#pagewrapper div.content div.column1 div.info-middle #forgotten-fields form label{
	width:140px;

}
#pagewrapper div.content div.column1 div.info-middle #forgotten-fields form input#login{
	border:none;
	padding:0px;
	margin:10px 23px 0 0;
	float:right;
}

#pagewrapper div.content div.column1 div.info-middle ul{
	padding:0;
	margin:0;
}

#pagewrapper div.content div.column1 div.info-middle ul li{
	padding:0;
	margin:0;
	list-style:none;
	line-height:20px;
	margin-left:20px;
	border-bottom:1px solid #CCCCCC;
	width:125px;
}

#pagewrapper div.content div.column1 div.info-middle ul li a{
	font-weight:bold;	
}

#pagewrapper div.content div.column1 div.info-bottom {  
	height:20px; 
	width:162px; 
	background:url(../images/curve-box_03.jpg); 
}



h1 {
  color: #999;
  padding-bottom: 5px;
  font-size: 24px;
}

.column2 {
  float: right;
  display: inline;
  width: 606px;
  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;
}

.column2 dt {
  margin: 0 0 0 10px;
}

.column2 dd{
  margin: 0 0 0 20px;
}

.column2 .more {
  text-align: right;
}

.right {
  float: right;
}
.left {
  float: left;
}

.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}

#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-weight: bold; 
  text-align:center; background:url(../images/footer-bg.jpg) repeat-x; height:60px;

}
#footer ul {
  padding: 10px 15px;

}
#footer li {
  display: inline;
 /* margin-right: 20px;*/
  line-height: 2.2;
}
#footer li a {
  color: #333;
  text-decoration: none;
}
#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: 2px;
  font-size: 12px;
	border: 1px solid #ccc;
	/*width: 270px;*/
}
input:focus, textarea:focus {
  background: #fffdeb;
}
input.qty{ width:15px; }
input.buynow{ width:80px; }
input.update{ width:60px; }
input.button{ width: auto;
	/*padding:2px;*/
}

.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: 0px;
}

.large_input {
	margin-top: -15px;
}

#submit_btn {
	border: none;
	/*margin-left:200px;*/
	padding: 0;
	width:auto;
}


.redtext{ color:#ff0000; background-image:url(../images/warning.gif); background-repeat:no-repeat; padding:5px 0 5px 0px;  margin-left:0px; }
p.text-center{ text-align:center; }
/* product catalog category display styles */

div.prolist{ width:570px; border:#CCCCCC solid 1px; float:left; margin:5px 5px 5px 5px; padding:5px; text-align:left; }

div.prolist form {margin:0px;}
* html div.prolist{ margin-left:3px; }
div.prolist p{ font-size:12px; margin:0 0 5px 12px; }

div.prolist img{ width:150px; margin:5px; float:left; border:3px solid #ccc;   }
div.prolist input.btn{ width:auto; margin:15px 0 0 15px; }

/* product detail page style */

div#productdisplay img.pro-img{ float:left; width:150px; }
div#productdisplay p{ margin:10px 0 10px 5px; }
div#productdisplay input.qty{ width:10px; }


/*shopping cart styles*/
table#carttable{border:1px solid #000000; width:99%; margin:0 0 20px 5px;}
table#carttable tr th{background-color:#000000; 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:#000000 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;  /*border:1px solid #cccccc;*/ }
table#carttable tr td form input.button{ width:50px;  background-color:#6B4566; color:#ffffff; border:1px solid #999999; 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; }
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; }

div.column2 div.left-div div#featured-box{ background:url(../images/home-featured-box-bottom-bg.jpg) no-repeat bottom; padding-bottom:10px; }
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 0px;  }
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 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.price{font-weight:bold; color:#990066; }
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; }

div.column2 div.model-div{
/*	border:1px solid #ccc; */
	width:150px;
	height:150px;
	float:left;
	margin:0 30px 20px 0px;
}

div.column2 div.model-div p{
	text-align:center;
	font-weight:bold;
}

.orange-text{ 
	color:#FF6600;
}

div#loader{ 
	width:250px; 
	height:50px; 
	text-align:center; 
	position:fixed; 
	top:330px; 
	font-size:13px; 
	font-weight:bold; 
	border:5px solid #cc0000; 
	background:#fff; 
	color:#000; 
	margin:auto 0 0 80px;; 
	visibility:hidden;
	padding:10px;
}

.greentext{
	color:#339900;
}
.bold{
	font-weight:bold;
}