/*
Title:		EBIZ CSS File 
Author:		imediapixel@gmail.com
*/

/* ----------------------- SUMMARY -----------------------

- GENERAL LAYOUT
  - BODY
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, 
  - ORDER LIST
  - ARROW LIST
  - CHECK LIST
  - BULLET LIST
  - DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - LINE DIVIDER
  - BUTTON
  - TIPSY
	   
- HEADER
  - HEADER BAR
  - HEADER WRAPPER
  - HEADER WRAPPER INNER
	- LOGO
		
- SLIDESHOW
	- CONTAINERS
	- SLIDESHOW STYLING
	   - IMAGE STYLING
	   - TEXT STYLING
	   - NAVIGATION STYLING
	
- HOMEPAGE SECTION
  - WRAPPER 
  - SITE SLOGAN
  - FEATURES LIST
  - SERVICES LIST
  - BOTTOM BOX
  - FEATURED PORTFOLIO

  	
- FOOTER
	- FOOTER WRAPPER
	- FOOTER BOX
  - COPYRIGHT
  
- PAGE 
  - PAGE HEADING
  - BREADCRUMBS
  - PAGE WRAPPER
  - TEAM LIST

- SIDEBAR
  - ITEM LIST
  - NEWS LIST
  - SEARCH BOX
  
- PORTFOLIO PAGE
  - PORTFOLIO FILTER
  - PORTFOLIO 2 COLUMNS
  - PORTFOLIO 3 COLUMNS
  
- BLOG PAGE
  - BLOG LIST ITEMS
  - AUTHOR BOX
  - RELATED POSTS
  - COMMENTS
  
- TABLE PRICING


- CONTACT PAGE

- FAQ PRICING

- TESTIMONIAL PRICING

*/

/* Import CSS Reset File */
@import url("./reset.css");
/* Import CSS 960 Grid System File */
@import url("./960.css");
/* Import Drop down Menu Styling File */
@import url("./jqueryslidemenu.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background : #F1F1F1;
  font: 62.5% Arial, Helvetica, sans-serif;
}

/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#454545;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:15px;
}
h5{
	font-size:14px; 
	margin-bottom: 12px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
  color:#777777;
  text-decoration:none;
}
a:hover{
  color:#5f7f00;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  font-size:1.2em;
  line-height:1.8em;
  margin-bottom:1.5em;
  color:#777777;
}
blockquote {
  margin: 15px 0;
  color: #777777;
  background: url(../images/bigquote.png) top right no-repeat;
  font-style: italic; 
  border-left: 8px solid #F0F0F0;
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {
  line-height: 1.6em;
  margin-bottom: 5px;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 1.4em;
  color: #858585;
  margin-bottom: 10px;
}
ol {
  margin: 20px;
  list-style-type: decimal;
}
ol li {
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
} 

/* Arrow List */
.arrowlist {
  margin-bottom: 20px;
}
.arrowlist li {
  font-size: 1.2em;
  margin: 10px 0; 
  padding-bottom: 10px;
  padding-left: 28px;  
  background: url(../images/arrow.png) 0 0 no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.checklist {
  margin-bottom: 20px;
}
.checklist li {
  font-size: 1.2em;
  margin: 10px 0; 
  padding-bottom: 10px;
  padding-left: 28px;  
  background: url(../images/tick.png) 0 0 no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.bulletlist {
  margin-bottom: 20px;
}
.bulletlist  li {
  font-size: 1.2em;
  margin: 10px 0; 
  padding-bottom: 10px;
  padding-left: 28px;  
  background: url(../images/bullet.png) 0 .1em no-repeat;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}

/* Dropcap */
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
	font-size:1.4em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:10px;
	width:33%;
  font-style: italic; 
  line-height: 1.2em;
  border-left: 4px solid #DEDEDE;
  background: url(http://www.imediautama.com/templates/ebiz/images/bgquote.jpg) repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left{
  border-right: 4px solid #DEDEDE;
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 10px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 10px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
  background: url(../images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin-bottom: 10px;
  display: block;
}
/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 2.4em;
  color: #ffffff;
  padding: 12px 12px 12px 57px;
  background: #2BABD6 url(../images/info.png) .5em .4em no-repeat;
  border: 1px solid #ffffff;
} 
.error {
  margin: 15px 0;
  font-size: 2.4em;
  color: #ffffff;  
  padding: 12px 12px 12px 57px;
  background: #FF3333 url(../images/error.png) .5em .4em no-repeat;
  border: 1px solid #ffffff;
} 
.warning {
  margin: 15px 0;
  font-size: 2.4em;
  color: #ffffff;  
  padding: 12px 12px 12px 57px;
  background: #FFD633 url(../images/warning.png) .5em .4em no-repeat;
  border: 1px solid #ffffff;
} 
.success, 
.csuccess{
  margin: 15px 0;
  font-size: 2.4em;
  color: #ffffff;  
  padding: 12px 12px 12px 57px;
  background: #5CE15A url(../images/success.png)  .5em .4em no-repeat;
  border: 1px solid #ffffff;
} 
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	
	
/* Button Styling */
img.slide-icon {
  position: relative;
  top: 6px;
  left: 0;
}

.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  background: url(../images/button-right.png) no-repeat 100% 0;
  display: inline-block;
}
.button span {
  text-align: center;
  margin-right: 10px;
  padding: 0 10px 0 22px;
  background: url(../images/button-left.png) no-repeat;
  display: inline-block;
  height: 35px;
  float: left;
}
.button:hover {
  background-position: 100% -35px;
}
.button:hover span {
  background-position: 0 -35px;
}
a.button{
  color: #666666;
  font-size: 1.4em;
}
a.button:hover {
  color: #333333;
}
/* Green button */
.green-button {
  background: url(../images/greenbutton-right.png) no-repeat 100% 0;
}
.green-button  span {
  background: url(../images/greenbutton-left.png) no-repeat;
}
a.green-button {
  color: #dddddd;
}
a.green-button:hover {
  color: #ffffff;
}
/* Blue button */
.blue-button {
  background: url(../images/bluebutton-right.png) no-repeat 100% 0;
}
.blue-button  span {
  background: url(../images/bluebutton-left.png) no-repeat;
}
a.blue-button {
  color: #dddddd;
}
a.blue-button:hover {
  color: #ffffff;
}
/* Blue maroon button */
.bluemaroon-button {
  background: url(../images/bluemaroonbutton-right.png) no-repeat 100% 0;
}
.bluemaroon-button  span {
  background: url(../images/bluemaroonbutton-left.png) no-repeat;
}
a.bluemaroon-button {
  color: #dddddd;
}
a.bluemaroon-button:hover {
  color: #ffffff;
}
/* Red button */
.red-button {
  background: url(../images/redbutton-right.png) no-repeat 100% 0;
}
.red-button  span {
  background: url(../images/redbutton-left.png) no-repeat;
}
a.red-button {
  color: #dddddd;
}
a.red-button:hover {
  color: #ffffff;
}
/* Brown button */
.brown-button {
  background: url(../images/brownbutton-right.png) no-repeat 100% 0;
}
.brown-button  span {
  background: url(../images/brownbutton-left.png) no-repeat;
}
a.brown-button {
  color: #dddddd;
}
a.brown-button:hover {
  color: #ffffff;
}
/* Dark button */
.dark-button {
  background: url(../images/darkbutton-right.png) no-repeat 100% 0;
}
.dark-button  span {
  background: url(../images/darkbutton-left.png) no-repeat;
}
a.dark-button {
  color: #dddddd;
}
a.dark-button:hover {
  color: #ffffff;
}
/* Orange button */
.orange-button {
  background: url(../images/orangebutton-right.png) no-repeat 100% 0;
}
.orange-button  span {
  background: url(../images/orangebutton-left.png) no-repeat;
}
a.orange-button {
  color: #dddddd;
}
a.orange-button:hover {
  color: #ffffff;
}
/* slide button */
.slidebutton {
  line-height: 40px;
  height: 42px;
  background: url(../images/slidebutton-right.png) no-repeat 100% 0;
}
.slidebutton span {
  margin-right: 12px;
  padding: 0 12px 0 18px;
  background: url(../images/slidebutton-left.png) no-repeat;
  height: 42px;
}
.slidebutton:hover {
  background-position: 100% -40px;
}
.slidebutton:hover span {
  background-position: 0 -40px;
}
a.slidebutton{
  color: #a4a4a4;
  font-size: 16px;
}
a.slidebutton:hover {
  color: #333333;
}
/* ----------------------- HEADER -----------------------*/
/* Header Section */
#headerbar {  
  height: 8px;
  background-color: #212121;
}
#top-wrapper {
  height: 485px;
  width: 100%;
  background-color: #82B500;
  background-image: url(../images/pattern/grid1.png);
  background-repeat: repeat;
}
#top-wrapper-inner {
  height: 120px;
  width: 100%;
  background-color: #82B500;
  background-image: url(../images/pattern/grid1.png);
  background-repeat: repeat;
}
#header {  
}
/* Logo */
#logo {
  padding-top: 15px;
}

/* ----------------------- SLIDESHOW -----------------------*/
/* Slideshow */
#slide-container {
  margin-top: 20px;
}
ul#slideshow {
  overflow: hidden;
}
ul#slideshow li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.slide-text {
  margin-top: 10px;
  float: left;
  width: 400px;  
}
.slide-img {
  width: 532px;
  height: 323px;
  float: right;
}
.slide-frame {
  width: 532px;
  height: 323px;
  float: right;
  background-image: url(../images/slide-frame.png);
  background-repeat: no-repeat;
}
.slide-text h1 {
  color: #ffffff;
  font-size: 32px;
}
.slide-text p {
  color: #ffffff;
}
img.slideimage {
  position: relative;
  top: 14px;
  left: 47px;
  overflow: hidden;
}
img.imagestatic {
  position: absolute;
  top: 93px;
}
ul#slideshow ul.slide-checklist {
  margin: 0 10px 10px 10px; 
}
ul#slideshow .slide-checklist li {
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  display: block;
  font-size: 1.2em;
  line-height: 2em;
  color: #ffffff;
  background-color: transparent;
}
ul#slideshow ul.starlist {
  margin: 0 10px 10px 10px; 
}
ul#slideshow .starlist li {
  background-image: url(../images/star.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  display: block;
  font-size: 1.2em;
  line-height: 2em;
  color: #ffffff;
  background-color: transparent;
}
/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/green_next.png) no-repeat 0 -30px;
}
/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/green_prev.png) no-repeat 0 -30px;
}
/*pager links*/
.bx-pager {
  position:absolute;
	left:47%;
	bottom: -25px;
} 
.bx-pager a {
  margin-right: 5px;
  width: 11px;
  height: 12px;
  float: left;
	background: url(../images/green_pager.png) no-repeat 0 -12px;
	text-indent: -99999px;
}
/*auto start button*/
.bx-auto .start {
	background: url(http://www.imediautama.com/templates/ebiz/images/green_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}
/*auto stop button*/
.bx-auto .stop {
	background: url(http://www.imediautama.com/templates/ebiz/images/green_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */
/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}
/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}
/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}
/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}

#slide-shadow {
  width:940px; /* Change this to your images width */
  height:308px; /* Change this to your images height */
  padding-bottom: 20px;
  background:url(../images/slideshadow2.png) 100%  100% no-repeat;
}
/* Roundabout slideshow */
#slide-around {
  padding-top: 20px;
  padding-bottom: 5px;
  margin: 0 auto;
  width:100%; /* Change this to your images width */
  height:308px; /* Change this to your images height */    
  background:  url(../images/rounded-shadow.png) 50% 100% no-repeat;
}
#slide-around .roundabout-holder { 
  padding: 0; 
  height:308px; 
  width: 940px;  
  margin: 0 auto;
}
#slide-around .roundabout-moveable-item {
  height: 280px;
  width: 400px;
  cursor: pointer;
}
#slide-around .roundabout-moveable-item span.caption {
  display: none;
}
#slide-around .roundabout-moveable-item img {
	width: 100%;
  -webkit-box-shadow:0 0 10px #333333; 
  -moz-box-shadow: 0 0 10px #333333; 
  box-shadow:0 0 10px #333333;
}
#slide-around .roundabout-in-focus {
	cursor: auto;
}
#slide-around .roundabout-in-focus span.caption {
  position: absolute;
  bottom: 20px;
  left: 0px;
  background: url(../images/transparent.png) repeat;
  color: #ffffff;
  display: block;
  padding: 10px;
  font-size: 1.2em;
  width: 380px; 
}
#slide-around .roundabout-in-focus span.caption a {
  color: #ffffff; 
}

/* Content Wrapper */
#content-wrapper {
  background: url(../images/content-wrapper.jpg) top left repeat-x;
}
/* Slogan */
#slogan {
  padding: 0;
}
#slogan h4 {
  margin-top: 28px;
  float: left;
  width: 740px;
  color: #7a7a7a;
}
#buttonbox {
  margin-top: 10px;
  width: 160px;
  float: right;
}

/* Features List */
#featureslist {
  background: url(../images/bg-featureslist.png) center center no-repeat;
  height: 133px;
}
#featureslist ul.listfeatures {
}
#featureslist ul.listfeatures li {
  margin: 30px 30px 0 0;
  float: left;
  width: 300px;
}
#featureslist ul.listfeatures li.last {
  margin-right: 0; 
  float: right;
}
ul.listfeatures li h4 {
  margin-bottom: 5px; 
}

/* Servive  List */
ul#serviceslist {
  margin-top: 30px;
  list-style: none;
}
ul#serviceslist li { 
  width: 460px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}
ul#serviceslist li.last {
  margin-right: 0;
  float: right; 
}
ul#serviceslist li h4 a {
  margin-bottom: 10px; 
  color: #454545;
}
ul#serviceslist li img {
  margin-top:5px;
  margin-right:20px;
  margin-bottom:50px; 
}
/* Quote box */
#quotebox {
  background: url(../images/bg-quote.png) center center no-repeat;
  width: 900px;
  height: 72px;
  padding:  0 20px;
  margin-left: auto;
  margin-right: auto;
}
#quotebox img {
  margin-top: 10px; 
}
#quotebox h4 {
  padding: 25px 20px;
}

/* Bottom box */
#bottombox {
  margin-top: 30px;
  margin-bottom: 30px;
}

#featuredworks {
  height: 200px;
  background: url(../images/bg-carousel.png) bottom center no-repeat;
}
#featuredworks .roundabout-holder { 
  padding: 0; 
  height: 100%; 
  width: 440px;
}
#featuredworks .roundabout-moveable-item {
  height: 150px;
  width: 266px;
  cursor: pointer;
}
#featuredworks .roundabout-moveable-item span.caption {
  display: none;
}
#featuredworks .roundabout-moveable-item img {
	width: 100%;
  -webkit-box-shadow:0 0 10px #333333; 
  -moz-box-shadow: 0 0 10px #333333; 
  box-shadow:0 0 10px #333333;
}
#featuredworks .roundabout-in-focus {
	cursor: auto;
}
#featuredworks .roundabout-in-focus span.caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  background: url(../images/transparent.png) repeat;
  color: #ffffff;
  display: block;
  padding: 5px;
  font-size: 1.2em;
  width: 256px; 
}
#featuredworks .roundabout-in-focus span.caption a {
  color: #ffffff; 
}

/* Footer */
#footer-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; 
  background: #333333;
  border-top: 5px solid #212121;
  border-bottom: 5px solid #212121;
}
.footerbox p {
    color: #a2a2a2;
}
.footerbox h4 {
  color: #cccccc;
  margin-bottom: 20px;  
}
.footerbox ul {
  margin-top: 25px;
}
.footerbox li {
  margin: 10px 0;
  padding-bottom: 10px;
  background: url(../images/footer-divider.jpg) bottom repeat-x;
  font-size: 1.2em;
}
.footerbox li a {
  background: url(../images/item.png) left no-repeat;
  color: #a2a2a2;
  padding-left: 22px;
}
.footerbox li a:hover {
  color: #ffffff;
}
#copyright {
  margin-top: 10px;
}
.topscroller {
  font-size: 1.1em;
}
.copyright p {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
#copyright a {
  color: #5f7f00; 
}

/* Page */
#page-heading {
  height: 21px;
  width: 100%;
  background: #F1F1F1 url(../images/page-heading.jpg) top repeat-x;
  padding: 20px 0;
}
.breadcrumbs {
  text-align: right;
  font-size: 1.2em;
  color: #8f8f8f;
  display: block;
  padding-right: 10px;
}
#content-wrapper-inner {
}
#content {
  background: url(../images/bg-container.jpg) center repeat-y;
  padding-bottom: 30px;
}
#maincontent {
  width: 610px;
  padding: 30px 10px 30px 0;
}
.fullcontent {
  padding: 30px 0;
}
.shadow-divider {
  padding-top: 10px;
  height: 15px;
  margin-bottom: 10px;
  background: url(../images/shadow-divider.png) bottom center no-repeat;
}
.shadow-divider2 {
  padding-top: 10px;
  height: 15px;
  margin-bottom: 10px;
  background: url(../images/shadow-divider2.png) bottom center no-repeat;
}
/* Team List */
ul.teamlist{}
ul.teamlist li {
  float: left;
  width: 290px;
  margin-right: 20px;
}
#content ul.teamlist li.last {
  margin-right :0; 
  float: right;
}

/* Sidebar */
.sidebar {
  padding: 30px 0;
}
.sidebox {
  margin-bottom: 30px;
  width: 270px;
  padding-left: 30px;
}
.sidebox h4 {
  color: #5f7f00;
  margin-bottom: 20px; 
}
/* Sidebar Item List */
ul.sidelist{
}
ul.sidelist li,
ul.latestnews li {
   margin: 12px 0;
   padding-bottom: 12px;
   background: url(../images/divider.jpg) bottom repeat-x;
}
ul.sidelist li a {
   background: url(../images/arrow.png) 0 0 no-repeat;
   padding-left: 26px;
   font-size: 1.2em;
}
/* Sidebar News List */
ul.latestnews {  
}
ul.latestnews li {
  margin: 10px 0;
  font-size: 1.2em;
  padding-bottom: 10px;
}
ul.latestnews li a {
}
ul.latestnews li span.newstitle {
  padding-bottom: 5px;
  display: block;
}
ul.latestnews li span.date {
  color: #aaaaaa;
}
/* Search Box */
.search-text {
  float: left;
  padding: 6px;
  height: 19px;
  width: 158px;
  background: url(../images/search-text.jpg) left no-repeat;
  border: none;
  color: #a5a5a5;
}
.search-button {
  float: left;
  padding: 5px;
  height: 31px;
  width: 91px;
  background: url(../images/search-button.jpg) left no-repeat;
  border: none;
  cursor: pointer;
}


/* Portfolio */
/* Filter */
#filter {
	display: block;
	margin: 10px 0;
}
#filter ul {
  margin: 10px 10px 25px 10px;
  padding: 0;
}
ul#filter {
  margin: 10px 0 25px 0;
  padding: 0 0 20px 0;  
}
#filter li {
	display: inline;
}
.current-filter {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  background: url(../images/greenbutton-right.png) no-repeat 100% 0;
  display: inline-block;
}
.current-filter span {
  text-align: center;
  margin-right: 10px;
  padding: 0 10px 0 22px;
  background: url(../images/greenbutton-left.png) no-repeat;
  display: inline-block;
  height: 35px;
  float: left;
}
.current-filter:hover {
  background-position: 100% -35px;
}
.current-filter:hover span {
  background-position: 0 -35px;
}
a.current-filter{
  font-size: 1.4em;
}
a.current-filter:hover {
  color: #E2F299;
}
#filter li .button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  background: url(../images/button-right.png) no-repeat 100% 0;
  display: inline-block;
}
#filter li .button span {
  text-align: center;
  margin-right: 10px;
  padding: 0 10px 0 22px;
  background: url(../images/button-left.png) no-repeat;
  display: inline-block;
  height: 35px;
  float: left;
}
#filter li .button:hover {
  background-position: 100% -35px;
}
#filter li .button:hover span {
  background-position: 0 -35px;
}
#filter li a.button{
  color: #666666;
  font-size: 1.4em;
}
#filter li a.button:hover {
  color: #333333;
}

/* Portfolio 2 Columns */
ul.portfolio-2col {
}
ul.portfolio-2col li {
  margin-top: 30px;
  padding-bottom: 40px;
  background: url(../images/shadow-divider.png) bottom center no-repeat;  
}
.thumb-shadow {
  width: 450px;
  float: left;
  height: 223px;
  padding-bottom: 25px;
  background: url(../images/shadow-img.png) 100% 100% no-repeat;
}
.blockthumb {
  width: 450px;
  float: left;
  height: 223px;
  padding-bottom: 25px;
}
.blocktext {
  float: left;
  width: 450px; 
  margin-left: 40px;
  margin-right: 0;
}
ul.portfolio-2col li h3 a {
  color: #5f7f00;  
}
/* Check List */
ul.portfolio-2col li ul.checklist {
  margin-bottom: 20px;
}
ul.portfolio-2col li ul.checklist li {
  font-size: 1.2em;
  margin: 10px 0; 
  padding-bottom: 10px;
  padding-left: 28px;  
  background: url(../images/tick.png) 0 .1em no-repeat;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}

/* Portfolio 3 Columns */
ul.portfolio-3col {
  margin-top: 30px;
}
ul.portfolio-3col li {
  margin-right: 23px;
  margin-bottom: 20px;
  width: 290px;
  float: left;
}
ul.portfolio-3col li.last {
  margin-right: 0; 
}
ul.portfolio-3col li h4 a {
  color: #5f7f00;  
}
ul.portfolio-3col li .blockthumb-3col {
  width: 295px;
  height: 136px;  
  margin-bottom: 30px;
}
ul.portfolio-3col li .thumb-shadow-3col {
  width: 290px;
  height: 136px;
  background-image: url(../images/shadow-img2.png);
  background-position:  100% 100% ;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
.zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(../images/play.png) 50% 50% no-repeat;  
}

/* Blog */
ul.bloglist {
  margin: 0;
  padding: 0;
}
ul.bloglist li {
  margin-bottom: 10px;
  padding-bottom: 80px;
  background: url(../images/shadow-divider2.png) bottom center no-repeat;  
}
.blogimage {
  width: 599px;
  float: left;
  height: 274px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  background: url(../images/shadow-img.png) 100% 100% no-repeat;
}
ul.bloglist li .readmoreblock {
  float: right;
}
ul.bloglist li h3 a {
  color: #5f7f00;  
}
.meta {
  font-size: 1.2em;
  font-style: italic;
  color: #a5a5a5;
  display: block;
  margin-bottom: 15px;
}
/* Author Box */
#authorbox {
  margin: 10px 0;
  padding-bottom: 15px;
  background: url(../images/shadow-divider2.png) bottom center no-repeat; 
}
.authorimg {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
/* Related Posts */
#relatedposts {
  margin: 10px 0;
  padding-bottom: 10px;
  background: url(../images/shadow-divider2.png) bottom center no-repeat;
}
ul.relatedposts {
  margin: 10px 0;   
}
ul.relatedposts li {
  margin: 8px 30px 8px 0;
  font-size: 1.2em;
  padding-bottom: 15px;
  float: left;
  width: 280px;
}
ul.relatedposts li.divider {
  background: url(../images/divider.jpg) bottom repeat-x;
}
ul.relatedposts li.last {
  margin-right: 0; 
}
ul.relatedposts li a {
}
ul.relatedposts li span.newstitle {
  padding-bottom: 5px;
  display: block;
}
ul.relatedposts li span.date {
  color: #aaaaaa;
}
/* Comments */
#comments {
  margin: 20px 0;
}
h4.heading-title {
  padding-bottom: 10px;
  background: url(../images/divider.jpg) bottom repeat-x;
}
ul.listcomments {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.listcomments li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.listcomments li .comment_content{
  padding: 10px;
  background: #ffffff;
  margin: 0;
}
ul.listcomments li .comment_content h5{
  margin-bottom: 5px;
  display: inline;
} 
ul.listcomments li .comment_content p  {
    margin-bottom: 5px;
} 

ul.listcomments li .comment_content .avatar {
  margin-bottom: 70px;
}
.comment-wrapper {
  padding-bottom: 15px;
  background: url(../images/shadow-img.png) 100% 100% no-repeat;  
}
.children { 
  padding-top: 10px;
  background-image:  url(../images/topmenu.png);
  background-repeat: no-repeat;
  background-position: 5% 0 ;
  list-style-type: none; 
  margin: 0 0 0 70px; 
}
#commentform label {
  font-size: 1.2em;
  display: block;
  text-align: left;
  color: #666666;
  margin-bottom: 10px;
}
.leftcomment {
  width: 285px;
  float: left;
}
.comment-input {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 19px;
  width: 250px;
  background: url(../images/comment-input.jpg) no-repeat;
  border: none;
  margin-bottom: 12px;
}
.comment-textarea {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 160px;
  width: 307px;
  background: url(../images/comment-text.jpg) no-repeat;
  border: none;
  margin-bottom: 10px;
}
.comment-submit {
  display: block;
  float: right;
  margin-right: 6px;
  background: url(../images/comment-submit.png) no-repeat;
  color: #d4d4d4;
  border: none;
  width: 106px;
  height: 32px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

/* Table Pricing */
#table-pricing-box {
  margin: 30px 0;
}
.table-pricing,
.table-pricing-featured {
  float: left;
}
.table-pricing-featured {
  margin-top: -30px; 
  margin-left: 10px;
  margin-right: 10px;
}
.pricing-box-top {
  height: 15px;
  width: 216px;
  background: url(../images/bg-pricing-top.png) no-repeat;
}
.pricing-box-bottom {
  height: 15px;
  width: 216px;
  background: url(../images/bg-pricing-bottom.png) no-repeat;
}
.pricing-box {
  padding: 10px 30px;
  width: 156px;
  background: url(../images/bg-pricing-content.png) repeat-y;
}
.pricing-box-featured-top {
  height: 19px;
  width: 265px;
  background: url(../images/bg-pricing-featured-top.png) no-repeat
}
.pricing-box-featured-bottom {
  height: 19px;
  width: 265px;
  background: url(../images/bg-pricing-featured-bottom.png) no-repeat;
}
.pricing-box-featured {
  padding: 20px 40px;
  width: 185px;
  background: url(../images/bg-pricing-featured-content.png) repeat-y;
}
.pricing-box-featured  h3 {
  color: #7EAD00; 
}
.pricing-box-featured  .featured-badge {
  margin-top: -35px;
  margin-left: 170px;
  width: 37px;
  height: 107px;
  position: absolute;
  background: url(http://www.imediautama.com/templates/ebiz/images/featured-badge.png) top center no-repeat;
  z-index: 10;
}
.price-title {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  background: url(../images/divider.jpg) bottom repeat-x;  
}
ul.pricing-detail {
  margin-top: 20px;
}
ul.pricing-detail li {
  color: #666666;
  font-size: 1.4em;
  line-height: 34px;
  padding-left: 40px;
  margin: 10px 0;
}
ul.pricing-detail li.bandwidth {
  background: url(../images/pricing-icon1.png) 0 5px no-repeat; 
}
ul.pricing-detail li.memory {
  background: url(../images/pricing-icon2.png) 0 5px no-repeat; 
}
ul.pricing-detail li.storage {
  background: url(../images/pricing-icon3.png) 0 5px no-repeat; 
}
ul.pricing-detail li.backup {
  background: url(../images/pricing-icon4.png) 0 5px no-repeat; 
}
.pricing {
  margin: 10px 0;
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #FD3838;
} 
.pricing-box-featured .pricing {
  font-size: 1.8em;
  font-weight: bold;
}
.orderbutton {
  display: block;
  text-align: center;
  margin-left:10px;
}
.pricing-box-featured .orderbutton {
  margin-left:30px;
}

/* ----------------------- CONTACT PAGE -----------------------*/
#maincontactform {
  margin: 30px 0;
}
#maincontactform label {
  font-size: 1.2em;
  color: #666666;
  display: block;
  margin-bottom:5px;
  clear: both;
}
.textfield {
  float: left;
  margin-bottom: 10px;
  color: #8a8a8a;
  width: 456px;
  height: 23px;
  border: none;
  font-size: 1.2em;
  padding: 8px;    
  background: url(../images/contact-field.jpg) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}
.textarea {
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  margin: 0;
  padding: 8px 10px;
  color: #8a8a8a;  
  width: 456px;
  height: 164px;
  margin-bottom: 10px;
  border: none;
  overflow: hidden;
  background: url(../images/contact-textarea.jpg) no-repeat;
}
.buttoncontact {
  display: block;
  float: right;
  background: url(../images/comment-submit.png) no-repeat;
  color: #d4d4d4;
  border: none;
  width: 106px;
  height: 32px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-right: 145px;
}
.require {
  float: left;
  display: inline;
  color: #f00;
  font-weight: bold;
  margin-left: 5px;
}
.loading {
  background: url(../images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 1.2em;
  color: #2C6D00;
  margin-left: 10px;
}
.success-message {
  background: url(../images/tick.png) left no-repeat;
  padding-left: 22px;
  font-size: 1.2em;
  color: #009900;
}
.detailinfo {}
.detailinfo li {
  line-height: 1.8em;
  color: #777777;
  font-size: 1.2em;
  margin: 10px 0;
  padding-bottom: 10px;
  background: url(../images/divider.jpg) bottom repeat-x;
}
#map {
  border: 4px solid #ffffff;
  width: 262px;
  height: 250px;
}

/* FAQ accordion styling
------------------------------------------------------*/
.ask{	
	cursor:pointer;
	font-size:12px;
	border-bottom:1px solid #e4e4e4;
	padding:1px 0px 9px 0px;
	clear:both;
}
.ask h5 {
  margin-bottom: 0;
}
.question{
	background-color:#ffffff;
	margin:-5px 0px 10px 0px;
	padding:11px 13px 1px 13px;
}
.openquestion{
	color:#7f7f7f !important;
	margin-bottom:5px;
}
.closedquestion{
	color:#7f7f7f !important; 
	margin-bottom:5px;
}
.faqicon {
	width:13px; 
	height:13px; 
	float:right;
}

/* Testimonial */
ul#testilist {}
ul#testilist li {
  margin-bottom: 10px;
  background: url(../images/shadow-divider2.png) bottom center no-repeat;
  padding-bottom: 15px;
}
.testibox {
  background: url(../images/bigquote.png) top right no-repeat;
}
.testibox p {
  margin-bottom: 0; 
}
p.testiname {
  margin: 0 0 10px 0;
  text-align: right;
  display: block;
}