/*  
Theme Name: Megacorp
Theme URI: http://www.templatesquare.com/
Description: MegaCorp is a clean and professional wordpress theme for corporate, business and company website.
Version: 1.0
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: theme-options, blue
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#454545;
	line-height:18px;
}

/* links */
a, a:visited {text-decoration:none; font-weight:normal; color:#686834}
a:hover{text-decoration:underline; color:#686834}
a img{border:none}

form{margin:0; padding:0;}
input[type=text], textarea{
	border:solid 1px #e0e0e0;
	margin:4px 4px 8px 0px; 
	padding:5px; 
	vertical-align:middle; 
	font-size:11px;
}

.clr, .clear{clear:both; height:1px !important; line-height:1px !important; float:none!important; }

/* heading */
h1, h2{margin-bottom:15px; font-family:Verdana, Arial; color:#686834;}
h3, h4, h5, h6{margin-bottom:12px; font-family:Verdana, Arial; color:#686834;}
h1 {font-size:26px; line-height:28px;}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:16px; line-height:18px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:12px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
.pagetitle{font-size:24px;}


/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#cfcfcf;
	background-color:#cfcfcf;
	background-repeat:repeat-x
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:16px;
	line-height:20px;
	font-family:Georgia, Arial;
	}
	
.quote{
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 20px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:12px;
	line-height:20px;
	font-style:italic;
	}

	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Arial, Tahoma, Verdana;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

pre {
	background: #f7f7f7;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.nomargin{margin-right:0px !important;}


/* CONTAINER
-------------------------------------------------------------- */
#outer-container{
	width:1000px;
	background:#efefef; /* must use for IE */
	-webkit-box-shadow: 0px 0px 8px #555555;
	-moz-box-shadow: 0px 0px 8px #555555;
	box-shadow: 0px 0px 8px #555555;
	margin:15px auto;
   
}
#container{
	width:960px; padding:0 20px 20px 20px;
	background-color:#efefef;
	background-image:url(images/bg-container.gif);
	background-repeat:repeat-x;
}

/* TOP
-------------------------------------------------------------- */
#top{height:100px; border-bottom:dotted 1px #cfcfcf; margin-bottom:30px}
#topinner{height:100px; border-bottom:dotted 1px #cfcfcf; margin-bottom:35px}
#top-left{width:350px; float:left;}
#logo{margin-left:8px; position:relative}
#logo h1{font-size:50px; margin-top:10px}
#top-right{width:610px; float:left;}

/* TOP MENU
-------------------------------------------------------------- */
#top-navigation{
	position:relative;
	z-index:200;
	float:right;
	padding:67px 10px 0 0;
}
#topnav{margin:0px 0px 0px 0px; padding:0px; list-style-type:none; float:right; position:relative; line-height:20px;}
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
  }
#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
  }

#topnav li {
	margin: 0 10px 0 0;
	padding: 0;
	float:left;
	height:32px;
  }
#topnav a {
	display: block;
	line-height: 32px;
	margin: auto 0;
	padding:0 8px;
	color:#676767;
	text-decoration:none;
  }

#topnav li a:hover{
	color: #818181;
	text-decoration: none;
	display: block;
  }
  
#topnav li:hover {
	background-color:#e8e8e8;
}

#topnav li ul {
  list-style: none;
  position: absolute;
  width: 170px;
  top: 32px;
  left: -999em;
  padding:0 0 10px 0;
  z-index:10;
  background:#fafafa;
  border:solid 1px #e8e8e8;
  }

#topnav li:hover ul, #topnav li.sfhover ul {
  left: auto;
  }
  
#topnav li ul li:hover ul {
 left: 90%;
 top: -1px;
}
	
#topnav li li {  
  margin: 0;
  padding: 0;
  width: 170px;
  left: auto;
  height:auto !important;
  position:relative!important;
  border-bottom:1px dotted #e8e8e8;
  }
  
	
#topnav li li a {
  width: 140px;
  color:#a3a3a3;
  font-size:11px;
  line-height:18px;
  margin: 0;
  padding: 8px 15px 8px 15px;
  }
	
#topnav li li a:hover {
  padding: 8px 15px 8px 15px;
  }
  
#topnav li li:hover {
  background:#f4f4f4 ;
  }

#topnav li:hover, #topnav li.sfhover { /* prevents IE7 drop-down topnav bug (focus on a page element prevents nested topnavs from disappearing) */
  position: static;
  }
  
.lavaLamp {
  position: relative;
  height: 32px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.lavaLamp li {
  list-style: none;
  float:left
}

#topnav li.back {
	height: 32px;
	position: absolute;
	z-index: -1;
}

#topnav li.back .left {
	height: 32px;
	z-index: -1;
}
.lavaLamp li a {
  z-index: 10;
}



/* HEADER AND SLIDER
-------------------------------------------------------------- */
#header{
	width:950px;
	height:360px;
	position:relative;
	background-color:#d6d6d6; padding:5px;
}

/* Slider */
#slider{list-style-type:none; margin:0; padding:0; height:360px; overflow:hidden; }
.nojs #slider {overflow:hidden;}/* if javascript disabled */
.slide-desc{position:absolute; right:0px; bottom:30px; width:430px; padding:25px 35px 40px 35px; color:#373737; background-image: url(images/transparent-slide.png); overflow:hidden; }
.nojs .slide-desc{visibility:hidden;}/* if javascript disabled */
#slider li{width:950px; height:360px;}
#slider h1,#slider h2,#slider h3,#slider h4,#slider h5,#slider h6{color:#454545 !important;}
.slide-desc span{font-size:16px; color:#373737;}
.slide-desc a {color:#373737; }
.slide-desc a:hover{text-decoration:none !important;}
#slide-nav{width:100px; height:40px; position:absolute; right:370px; bottom:15px; z-index:20}
.nojs #slide-nav{visibility:hidden;}/* if javascript disabled */
#prevslide{display:block; background-image:url(images/prev-slide.png); background-repeat:no-repeat; width:13px; height:20px; position:absolute; top:10px; left:20px}
#prevslide:hover{background-position:0 -20px;}
#nextslide{display:block; background-image:url(images/next-slide.png); background-repeat:no-repeat; width:13px; height:20px; position:absolute; top:10px; right:20px}
#nextslide:hover{background-position:0 -20px;}

/* text slider */
.frame-slide-text{ float:right; width:340px; padding:29px 51px;}
ul.slide-text{ margin:0px; padding:0px;}
ul.slide-text li{ text-align:right!important; clear:both; border-bottom:1px solid #e9e8e8; padding:9px 0px; font-size:11px;  color:#7e7e7e; list-style-type:none;}
.frame-slide-text .left{ float:left; color:#171717; margin-right:10px}

.frame-price{ margin-top:21px;}
.slider-button a{ background:#14bbea; font-size:16px; line-height:30px; color:#fff; width:92px; height:31px; text-align:center; float:left; text-decoration:none;}
.slider-price{ font-size:32px; color:#171717; float:right;}

/* INTRO CONTENT 
------------------------------------------------------------------------------*/
#intro-content{padding-bottom:30px; margin:30px 10px 0 10px;}
#intro-text{font-size:30px; line-height:30px; margin:0; color:#454545}
#intro-text-small{font-size:16px; color:#777}
#download-button{float:right; margin-right:20px}

/* CONTENT
-------------------------------------------------------------- */
#maincontent{}
#main{padding:0 10px 30px 10px;}
.content-highlight{font-size:18px; line-height:25px; padding:10px;
border:dotted 1px #cfcfcf;
border-width:1px 0;
margin:20px 0 30px 0;
color:#454545}

#content{width:600px; float:left; margin-right:20px}
#content.full{float:none; padding:0px; width:100%;}

/* widget-content */

.widget-container, .widget-container ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.widget-title{ margin-bottom:28px; color:#454545;}
.widget-container li{
	border-bottom:dotted 1px #cfcfcf;
	padding-bottom:12px;
	margin-bottom:12px;
}
ul.latest-projects{margin:0; padding:0; list-style-type:none;}
ul.latest-projects li{
	border-bottom:0px !important;
	padding:0 0 0 0px !important;
	margin-bottom:25px !important
}
ul.latest-projects li:last-child{margin-bottom:0px !important;}

#twitter li{
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:30px;
}
#twitter li a, #twitter li a:visited{color:#686834;}

.p-desc{ background-color:#e1e1e1; display:block; padding:8px; margin:5px 0 0 0; width:272px;}
.imgborder{border:solid 2px #d6d6d6;}

.qname{font-weight:bold; line-height:20px;}
.qdesc{font-size:11px; padding:2px 0; line-height:25px;}
.qdesc a, .qdesc a:visited{color:#686834;}
.qtext{font-style:italic; padding:2px 0 0 0}



/* Button */
.but-color{
	padding:0px 10px;
	height:24px;
	line-height:22px;
	display:inline-block
}
.but-color:hover{
	text-decoration:none;
}
.but-color:visited{}

/* Column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:18px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:31.26%; margin-right:3.1%; float:left;}
.three_column p{margin-bottom:18px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:18px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}
.two_column .alignleft, .three_column .alignleft, .four_column .alignleft{ margin-right:3px; margin-bottom:0}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#cfcfcf;}
table {
	border: 1px solid #cfcfcf;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #cfcfcf;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}

/* Table list */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #c7c7c7; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:455px; padding-left:20px; }
.table-box-container ul li.two{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
.table-box-container ul li.three{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
.table-box-container ul li.four{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
ul.table_header li{ }

ul.tbl-odd{ background-color:#e8e8e8; float:left;}
ul.tbl-odd li.one{ width:465px; padding-left:10px; }
ul.tbl-even{ background-color:#e1e1e1}
ul.tbl-even li.one{ width:465px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}


.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}


/* sideright & widget */
#side {width:300px; float:left; margin-left:20px}
#side .widget-title{margin-bottom:15px!important; font-size:18px; line-height:28px; text-transform:uppercase;}
#side ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#side ul li{
	list-style-type:none;
	margin:0;
	padding:0;
 }
#side ul li li{
	list-style-type:none;
	margin:0;
	padding:6px 0 6px 20px;
	border-bottom:dotted 1px #cfcfcf;
	background-repeat:no-repeat;
	background-position:5px 12px;
}
#side ul li a, #side ul li a:visited, .widget-container ul li a{color:#686834;}
#side ul li a{}
#side li ul li:hover{color:#767676; background-color:#e5e5e5 !important;}
#side ul li a:hover, .widget-container ul li a:hover{color:#767676; text-decoration:none;}
#footer ul li a:hover, #footer .widget-container ul li a:hover{ background:none;}

#side .latestpost li{background-image:none; padding:12px 0;  display:block; width:auto; margin:0; }
#side .latestpost li:hover{background-color:transparent !important;}
.t1, .t1 a, .t1 a:visited{font-weight:bold; padding:0px 0; color:#686834}
.latestpost .date{ font-size:11px; color:#919191; display:block}

#side ul.sub-menu, #side ul.children{padding:3px 0 0 0px; margin-left:0;}
#side ul.sub-menu li, #side ul.children li{border:0 !important; padding:3px 0 3px 15px; background-position:0px 9px;}

#side .cycle-box li{background-image:none; padding:0 0 15px 0; margin-bottom:15px; border:0;}
#side .cycle-box li:first-child{border:0;}
#side .cycle-box li a{padding:0;}

#side blockquote{font-size:11px; margin-left:0; padding:0}
.widget-container{margin-bottom:40px !important;}
.widget-container.custom-shortcode{margin-bottom:0 !important;}
#side .widget-title{margin-bottom:20px;}


.widget-container.widget_text ul{margin:0px!important; padding:0px;}
.widget-container.widget_text li{ background:url(images/dot.png) no-repeat left 7px !important;	padding-left:15px; width:100%; }

/* widget search */
#side .widget_search .widget-title{ margin-bottom:0px!important;}
#side  .widget_search{background-color:#676767; clear:both; padding:20px}
#side  .widget_search .widget-title{margin-bottom:0px; line-height:10px; color:#d4d4d4 !important}
#side .widget_search input#s{width:239px;}
#side .widget_search #searchsubmit{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#4b4b4b;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 8px;
	cursor:pointer;
}
#side .widget_search #searchsubmit:hover{ background-color:#777777}


#widget-flickr .alignleft{
	margin:0 8px 8px 0;
}


/* ABOUT */
.inline-block{list-style-type:none; margin:0px; padding:0px;}
.inline-block li{list-style-type:none; width:270px; float:left; margin-bottom:20px; position:relative; margin-right:40px;}
.block-text{ margin-left:75px;}
.italicText{font-style:italic; line-height:25px}
.txtbold{font-weight:bold;}

/* SERVICES */
ul#list-services{margin:0; padding:0; list-style-type:none;}
ul#list-services li{ display:inline-block; float:left; width:445px;  border-bottom:dotted 1px #cfcfcf; padding-bottom:30px; margin:0 0 30px 0; color:#989898;
}
ul#list-services li.block-separator{
background-image:url(images/separator-block.gif); background-repeat:no-repeat; background-position: top center;width:50px; min-height:120px; margin-right:0;border:0;}
.services-text{margin-left:120px;}

/* form and button */
input[type="text"],
textarea {
	padding: 5px;
	background: #dadada;
	border: 1px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#828282
}

.inputbox{
	padding: 5px;
	background: #dadada;
	border: 1px solid #bfbfbf;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#828282
}
#searchsubmit{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#4b4b4b;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 8px;
	cursor:pointer;
}
#searchsubmit:hover{background-color:#777777}

.reply{ text-align:center!important; display:inline!important;}
.reply a:hover{ text-decoration:none;}


.button, .more, .reply,  #submit{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 10px!important;
	cursor:pointer;
}
.more:hover, .reply:hover{text-decoration:none}

.reply a, .reply a:visited{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 10px!important;
	cursor:pointer;
}



/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #f6f6f6;
	border-top: 4px solid #d8d8d8;
	padding: 0px;
}
.post.hentry{margin-bottom:50px;}
.posttitle{font-size:24px; margin-bottom:0px;}
.posttitle a, .posttitle a:visited{color:#996633;}
.posttitle a:hover{text-decoration:none; color:#996633;}
.entry-utility{font-size:11px; padding:10px 0 10px 0; display:block; font-style:italic; color:#b3b3b3;}
.entry-utility a, .entry-utility a:visited{color:#b3b3b3;}
.entry-content{padding:0px 0 0 0;}
.postimg{float:left; margin:5px 20px 0 0}
.postimg img{ display:block;}
.glow-600{
	background:url(images/glow-600.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:600px;
	padding-bottom:17px;

}



/* author */
h2.title-author{ font-size:18px;}
#entry-author-info {
	clear: both;
	padding:20px;
	margin-bottom:30px;
	border-width:1px 0;
	position:relative;
	background-color:#ebeaea;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:12px;
	height:60px;
	padding-bottom:20px
}
#entry-author-info #author-description {
	margin: 0 0 10px 85px;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}


/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
img.alignmiddle{vertical-align:top; margin:0 6px 0 0}
.imgborder{border:solid 2px #d6d6d6;}


#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {

	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#999933
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	font-size: 20px;
	line-height:24px;
	padding:13px 0px;
	margin:0 0 0px 0;

}

h3#reply-title {
	font-size: 22px;
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 10px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:9%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-style: normal;
	font-size:12px;
	line-height:14px;
	color:#676767;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#996633;}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	padding: 0 0 0px 0;
	text-align:right
}
a.comment-edit-link {
	color:#a3a3a3;
	text-decoration:underline;
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:7px;}
.commentlist .comment-body{width:auto; margin-bottom:20px !important; margin-left:80px; }
.commentlist .comment-body p{margin-bottom:20px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{margin-bottom:11px; display:block;  font-size:12px;}
.comment-body .time a, .comment-body .time a:visited{color:#676767;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; }
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
	width:70%;
	font-size:12px;
	font-family:arial;
	display:block;
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
#commentform input[type=submit]{
	color:#fff;
	padding:8px 25px;
	cursor:pointer;
	margin-top:15px;
	border:0;
}
#commentform input[type=submit]:hover{text-decoration:none; background-position:0 -24px;}
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{ font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;

}
#respond .form-submit input {
}

.comment-form-author{}

/* Calendar */
#wp-calendar {
	width:99%;
	border:solid 1px #fff !important;
	
}
#wp-calendar caption {font-size: 14px; padding-bottom: 4px; text-align: left;}
#wp-calendar thead {font-size: 11px;}
#wp-calendar thead th {padding: 3px!important;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
	background: transparent;
	border: 1px solid #fff;
	padding: 3px!important;
	text-align: center;
	margin:0px!important;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {	text-align: right;}
#wp-calendar #today{font-weight:bold; border:solid 1px #CCCCCC}


/* FOOTER
-------------------------------------------------------------- */
#footer{
	clear:both;
	background-position:center top;
	padding:20px ;
	color:#afafaf;
	background-color:#676767;
}
#footer ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#footer ul li{
	list-style-type:none;
	margin:0 0 6px 0;
	padding:0 0 6px 0;
	border-bottom:dotted 1px #afafaf;
	font-size:11px;
}
#footer ul li a, #footer ul li a:visited{
	color:#afafaf;
}
#footer ul li a:hover{text-decoration:none; color:#d4d3d3}
#footer li.widget-container{border:0; width:auto; float:left;  margin-bottom:15px!important; clear:both; }
#footer .widget-title{font-size:18px; color:#d4d4d4 !important; text-transform:uppercase; margin:0 0 12px 0}
#footer ul li.widget_categories li, #footer ul li.widget_archive li, #footer ul li.widget_meta li, #footer ul li.widget_links li{ display:inline-block; width:135px; float:left; margin-right:1px}
#foot-col1, #foot-col2, #foot-col3{width:280px; float:left; margin-right:38px}
ul.sn{margin:0px 0 0 0 ; padding:0; list-style-type:none; }
ul.sn li{padding:0 2px !important; border:0 !important; display:inline!important;}
#foot-col3{margin-right:0;}
.socialtext{font-size:11px;}
#footer .button{background-color:#4b4b4b;}
#footer .button:hover{background-color:#777;}


#footer-copyright{background-color:#313131; height:50px; color:#dadada; clear:both}
#copyright{padding:15px 0 0 20px;}
#footer-copyright a, #footer-copyright a:visited{color:#dadada}



/* PLUGIN
-------------------------------------------------------------- */
#breadcrumbs{padding:5px 0  25px 0;}

.adrotate_widget img{margin:0 10px 10px 0;}

/* Easy Contact Plugin  */
.titleborder{border-bottom:solid 1px #ededed; padding-bottom:10px}
div.formcontainer{
	clear: both;
	overflow: hidden;
	width: 100%;
}

div.formcontainer span.required {
	color: #FF0000;
}
div.formcontainer p.error,
div.formcontainer p.important,
div.formcontainer p.information,
div.formcontainer p.success {
	line-height: 250%;
	width: 95%;
	font-size:11px;
	color:#ff0000;
}
div.formcontainer form.contact-form {
	clear: both;
	float: none;
}
div.formcontainer form.contact-form fieldset {
	margin: 0.5em 0 1.5em 0;
}
div.formcontainer form.contact-form fieldset legend {
	text-transform:capitalize;
}
div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-label label,
div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
div.formcontainer form.contact-form fieldset div.form-input,
div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0;
}
div.formcontainer form.contact-form fieldset div.form-input input{

	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
	width:275px;
}
div.formcontainer form.contact-form fieldset div.form-textarea textarea {

	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
	width:440px;
	height:140px
}
div.formcontainer form.contact-form fieldset div.form-input input.error, div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
	background-color: #fff;
}
div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
div.formcontainer form.contact-form fieldset div.form-option,
div.formcontainer form.contact-form fieldset div.form-submit {
	padding-left:0px;
	margin-top:0px;
}

div.form-submit input.button{
	color:#fff;
	padding:8px 25px;
	cursor:pointer;
	margin-top:15px;

}	


div.form-submit input.button:hover{
	text-decoration:none; background-position:0 -24px;
}
div.formcontainer form.contact-form fieldset div.form-submit input {}
div.formcontainer fieldset {padding:0px;}
div.formcontainer fieldset legend { font-weight:bold; padding:0px; padding-left:1px; background-color:transparent; }




/* WP-PageNavi  Plugin  */
.wp-pagenavi {vertical-align:middle; clear:both; padding:20px 0; }
.wp-pagenavi a, .wp-pagenavi a:visited{
	color:#676767 !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0px !important;
	background-color:#cfcfcf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi a:hover{
	color:#fff !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0px !important;
	background-color:#676767;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span.current{
	color:#fff !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0px !important;
	font-weight:normal !important;
	background-color:#676767;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.wp-pagenavi .pages, .wp-pagenavi .extend {
	color:#676767 !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0px !important;
	background-color:#cfcfcf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* Flickr Plugin  */
#flickr {text-align:left !important;}
#flickr img {
margin:0 25px 20px 0 !important;
padding:0px;
border:2px solid #d6d6d6;
width:121px;
height:121px;
}
.flickr_badge_image{ display:inline-block !important}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}



/* SHORTCODE
-------------------------------------------------------------- */
/* Column */
.one_half{ width:48%;}
.one_third{ width:30.6%;}
.one_fourth{width:22%;}
.two_third{ width:64%;}
.three_fourth{width:74%;}
.one_half, .one_third, .one_fourth, .three_fourth, .two_third{margin-right:4%; float:left; }
.one_fifth{width:18%; margin-right:20px; float:left; }
.last{ margin-right:0 !important; clear:right; }

/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#989898
}
.dropcap2{
	background: transparent url(images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/* Bulleted List */
.bullet-check ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(images/check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-arrow ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-arrow li{
	background: transparent url(images/arrow2.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(images/star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px;
}	
.bullet-plus ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(images/plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(images/circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	

.bullet-bulleted ul{	
	margin:0 0 20px 0;
	padding:0; list-style-type:none;
 }
.bullet-bulleted li{
	list-style-type:none;
	border-bottom:0px !important;
	background-image:url(images/bulleted.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 10px 40px !important;
	margin:0px !important;
	line-height:18px
}

.bullet-square ul{margin:0 0 20px 0; padding:0; list-style-type:none; list-style-position:outside }
.bullet-square li{
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 8px 25px !important;
	margin:0;
}
.noborder li{
	border-bottom:0px !important;
	margin:0
}


/* Styled Boxes */
.styled-box{
	padding: 20px 20px;
	margin: 0 0 25px 0;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #dde2aa;
	border: 1px solid #a2c058;
	color: #7b9244;
}

.styled-box.download{
	background:url(images/icons/download.png) no-repeat scroll 20px 18px;
	padding-left:60px
}
.styled-box.note{
	background: url(images/icons/note.png) no-repeat scroll 20px 15px;
	padding-left:65px
}
.styled-box.error{
	background: url(images/icons/error.png) no-repeat scroll 20px 15px;
	padding-left:60px
}
.styled-box.info{
	background: url(images/icons/info.png) no-repeat scroll 20px 15px;
	padding-left:65px
}

.styled-box.green{
	background-color: #dde2aa ;
	border: 1px solid #a2c058;
	color: #7b9244;
}
.styled-box.yellow{
	background-color: #fdebae ;
	border: 1px solid #e6c555;
	color: #b28c0b;
}
.styled-box.red{
	background-color: #ffcccc ;
	border: 1px solid #ff9999;
	color: #fb1414;
}
.styled-box.blue{
	background-color: #bde3f9 ;
	border: 1px solid #8bb5cd;
	color: #1d97db;
}

/* Pricing Boxes */
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside}

ul.list-box > li{
	background-color:#e6e6e6;
	border:solid 1px #e0e0e0;
	border-width:1px 1px 1px 1px;
	float:left;
	width:179px;
	margin-right:32px;
	text-align:center;
	padding:15px 15px 20px 15px;
	box-shadow: inset 0 0 2px 2px #ececec;
	-moz-box-shadow: inset 0 0 2px 2px #ececec;
	-webkit-box-shadow: inset 0 0 2px 2px #ececec;
	background-image:url(images/gradient-box.png);
	background-repeat:no-repeat;
 }
 ul.list-box .title-box{margin-bottom:0; font-size:30px; color:#676767}
 ul.list-box li.last{margin-right:0;}
.list-box-container{
	background-color:#e8e8e8; padding:5px;
	-webkit-box-shadow: 0px 0px 8px #cbcbcb;
	-moz-box-shadow: 0px 0px 8px #cbcbcb;
	box-shadow: 0px 0px 8px #cbcbcb;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.list-box-content{background-color:#ededed; padding:15px 20px 20px 20px; text-align:center;}
.list-box-content hr{margin:20px 0; height:2px; border:2px}
.list-box-content ul{margin:0 0 10px 0; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:4px 0 8px 20px; list-style-type:none; background-image:url(images/list-check.gif); background-repeat:no-repeat; background-position:0 8px; text-align:left}
.list-box-content .price-text{text-align:center; margin-bottom:15px}
.list-box-content .price{font-size:30px; }
.list-box-content .price-text .month{color:#a4a4a4; display:block; margin-top:-6px}
.list-box-content .button:hover{ text-decoration:none}



/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */

/* tab with arrow */
.tabcontainer-arrow{margin:20px 0px 0px 0px;}

ul.tabs-arrow {
	margin: 0;
	padding: 0 0px;
	list-style: none;
	height: 30px;
	background-image:url(images/line-tab.png);
	background-repeat:repeat-x;
	background-position:bottom;

}

ul.tabs-arrow li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 4px 0;
	height: 26px;
	line-height:18px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase
	
}
ul.tabs-arrow li:hover{background-image:url(images/arrow-tab-active.png); background-position:bottom; background-repeat:no-repeat;}
ul.tabs-arrow li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding: 0 15px;
	outline: none;
}

ul.tabs-arrow li a:hover {
	color:#996633;
}

ul.tabs-arrow li.active{background-image:url(images/arrow-tab-active.png); background-position:bottom; background-repeat:no-repeat; }
html ul.tabs-arrow li.active, html ul.tabs-arrow li.active a:hover  {color:#996633}
html ul.tabs-arrow li.active a{ color:#996633; }
#tab-body-content{
}
.tab-content-arrow {padding: 20px 0}



/* tab with frame */
.tabcontainer{margin:20px 0px 0px 0px;}

ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	background: #ededed;
	border: 1px solid #cfcfcf;
	border-width:1px 1px 1px 1px !important;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	border-top-left-radius: 3px; /* CSS3 */
	border-top-right-radius: 3px; /* CSS3 */
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase
	
}
ul.tabs li:hover{border-bottom:solid 1px #ebebea;}
ul.tabs li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f6f6f6;
	text-decoration:none;
	-moz-border-radius-topleft: 5px; /* Firefox */
	-moz-border-radius-topright: 5px; /* Firefox */
	border-top-left-radius: 5px; /* CSS3 */
	border-top-right-radius: 5px; /* CSS3 */
}
ul.tabs	 li.active{border-bottom:solid 1px #ebebea; }
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #ededed; color:#996633}
html ul.tabs li.active a{ color:#996633; }
#tab-body{
	border:solid 1px #cfcfcf;
	border-width:1px 1px 1px 1px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	/* default background colour, for all layout engines that don't implement gradients */
	background: #ebebea;
	/* gecko based browsers */
	background: -moz-linear-gradient(top, #ebebea, #ffffff);
	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebea), to(#ffffff));

}
.tab-content {padding: 30px 25px}


/* jQuery Toggle */
h2.trigger {
	padding: 15px 15px;
	margin: 0 0 5px 0;
	height: 13px;
	line-height: 13px;
	width:570px;
	font-size:14px;
	font-weight: normal;
	border:solid 1px #cfcfcf;
	background-color:#f4f4f4;
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 0 2px 2px #f7f7f7;
	-moz-box-shadow: inset 0 0 2px 2px #f7f7f7;
	-webkit-box-shadow: inset 0 0 2px 2px #f7f7f7;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#676767;
	background: url(images/h2_trigger_a.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:25px;
	cursor:pointer;
}
h2.active{background-color:#e5e5e5;
	box-shadow: inset 0 0 2px 2px #ececec;
	-moz-box-shadow: inset 0 0 2px 2px #ececec;
	-webkit-box-shadow: inset 0 0 2px 2px #ececec;
}
h2.active span{background-position:0px -12px !important;}
h2.trigger a:hover {
	color: #996633;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 560px;
	clear: both;
}
.toggle_container .block {
	padding: 10px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}

/* Pricing Box */
ul.pricing-box{margin:0; padding:0; list-style-type:none; list-style-position:outside}

ul.pricing-box > li{
	background-color:#e6e6e6;
	border:solid 1px #e0e0e0;
	border-width:1px 1px 1px 1px;
	float:left;
	width:179px;
	margin-right:32px;
	text-align:center;
	padding:15px 15px 20px 15px;
	box-shadow: inset 0 0 2px 2px #ececec;
	-moz-box-shadow: inset 0 0 2px 2px #ececec;
	-webkit-box-shadow: inset 0 0 2px 2px #ececec;
	background-image:url(images/gradient-box.png);
	background-repeat:no-repeat;
 }
 ul.pricing-box .title-box{margin-bottom:0; font-size:30px; color:#676767}
 ul.pricing-box li.last{margin-right:0;}
.list-box-container{
	background-color:#e8e8e8; padding:5px;
	-webkit-box-shadow: 0px 0px 8px #cbcbcb;
	-moz-box-shadow: 0px 0px 8px #cbcbcb;
	box-shadow: 0px 0px 8px #cbcbcb;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.list-box-content{background-color:#ededed; padding:15px 20px 20px 20px; text-align:center;}
.list-box-content hr{margin:20px 0; height:2px; border:2px}
.list-box-content ul{margin:0; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:4px 0 8px 20px; list-style-type:none; background-image:url(images/list-check.gif); background-repeat:no-repeat; background-position:0 8px; text-align:left}
.list-box-content .price-text{text-align:center;}
.list-box-content .price{font-size:30px; }
.list-box-content .price-text .month{color:#a4a4a4; display:block; margin-top:-6px}
.list-box-content .but-color{}


/* Separator */
.separator {
	display:block;
	height:25px;
	text-align:center;
	width:100%;
	clear:both;
}
.separator.line {
	display:block;
	height:40px;
	text-align:center;
	width:100%;
	clear:both;
	background-image:url(images/hr.gif);
	background-repeat:repeat-x;
	background-position:center;
}

/* Testimonial  */
.ts-testimonial-clr{clear:both;}
.ts-testimonial-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-testimonial-hidden{
	display:none;
}
.ts-testimonial-quote{
	font-style:italic; background-image:url(images/quote.png); background-repeat:no-repeat; margin:0; padding:10px 0 0 40px
}
.ts-testimonial-thumb{
	padding:2px;
	border:1px solid #cacaca;
	float:left;
	width:97px;
	margin-right:28px;
}

.ts-testimonial-list{
	padding-left:0px;
	margin-left:0px;
	clear:both;
}
.ts-testimonial-list li{
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:20px;
	margin-right:2%;
	float:left;
}
.ts-testimonial-list li.nomargin{
	margin-right:0px;
}
.ts-testimonial-textinfo{
	margin:13px 0px;
	color:#999
}
.ts-testimonial-name{
	margin-right:0;
}
.ts-testimonial-info{ 
	font-weight:normal;
	margin-right:10px;
}
.ts-testimonial-quote .header{
	margin-bottom:10px;
	display:block;
	font-weight:bold;
	font-size:14px;
}
.ts-testimonial-quote a.header:hover{
	text-decoration:none;
}

/*  Portfolio*/
.ts-portfolio-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
#ts-portfolio h2{margin:15px 0px 7px 0px; text-transform:none; font-size: 20px; line-height:24px}
#ts-portfolio p{}
#ts-portfolio a.displaymore, .ts-portfolio-list a.displaymore:visited{text-decoration:underline;}
#ts-portfolio a.displaymore:hover{text-decoration:none;}


.ts-portfolio-list{list-style-type:none; padding:0; margin:0; clear:both;}
.ts-portfolio-list li{list-style-type:none; padding:0; margin-top:0px; margin-left:0px; width:290px;  float:left}
.ts-portfolio-list li.nomargin{margin-right:0;}
.ts-portfolio-list a.image{
	display:block;
}
.ts-portfolio-list a.image:hover{
	background:url(images/hover-opacity.png);
	background-repeat:no-repeat;
	background-position:center;
}
.ts-portfolio-list a.imagesmall:hover{
	background-image:url(images/hover-opacity-small.png) !important;
}
.ts-portfolio-list .ts-portfolio-text-content{
	margin-top:20px;
}

#ts-portfolio h2{font-size:24px !important; margin:0 0 10px 0 !important; color:#454545;}
.ts-portfolio-text-content p{margin-bottom:20px;}

.ts-portfolio-img-container .rollover{
	background:url(images/hover-opacity.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-portfolio-img-container .rollover.imagesmall{
	background:url(images/hover-opacity-small.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}

/* ts display 1 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-1 li{
	width:940px !important;
	margin:0 0px 35px 0 !important;
}

.ts-portfolio-col-1 .ts-portfolio-img-container{
	width:600px !important;
	height:300px !important;
	float:left;
	margin-top:5px;
	margin-right:35px;
	background:url(images/glow-600.png) no-repeat bottom;
	padding-bottom:17px;

}


.ts-portfolio-col-1 .ts-portfolio-img-container a.image{
	width:600px !important;
	height:300px !important;
	display:block;
	position:relative;
}

.ts-portfolio-col-1 .ts-portfolio-text-content{
	float:left;
	width:285px;
	margin-top:0px !important;
}

.ts-portfolio-col-1 .ts-portfolio-text-content .displaymore{ 
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 10px;
	cursor:pointer;
	text-decoration:none!important;
}	
.ts-portfolio-col-1 .ts-portfolio-text-content .displaymore:hover{}


/* ts display 2 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-2 li{
	width:446px !important;
	margin:0 48px 50px 0 ; 
	float:left;
}
.ts-portfolio-col-2 .ts-portfolio-img-container{
	width:446px;
	height:223px;
	background:url(images/glow-446.png) no-repeat bottom;
	padding-bottom:17px;
}
.ts-portfolio-col-2 .ts-portfolio-img-container a.image{
	width:446px;
	height:223px;
	display:block;
	position:relative;
}
.ts-portfolio-col-2 .ts-portfolio-text-content{
	margin-top:15px !important;
}
.ts-portfolio-col-2 .ts-portfolio-text-content .displaymore{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 10px;
	cursor:pointer;
	text-decoration:none!important;
}	

/* ts display 3 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-3 li{
	width:290px !important;
	margin:0 35px 50px 0; 
	float:left;
}
.ts-portfolio-col-3 .ts-portfolio-img-container{
	width:290px;
	height:145px;
	background:url(images/glow-290.png) no-repeat bottom;
	padding-bottom:17px;
}
.ts-portfolio-col-3 .ts-portfolio-img-container a.image{
	width:290px;
	height:145px;
	display:block;
	position:relative;
}
.ts-portfolio-col-3 .ts-portfolio-text-content{
	margin-top:15px !important;
}
.ts-portfolio-col-3 .ts-portfolio-text-content .displaymore{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 10px;
	cursor:pointer;
	text-decoration:none!important;
}	

/* ts display 4 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-4 li{
	width:220px !important;
	margin:0 20px 50px 0; 
	float:left;
}
.ts-portfolio-col-4 .ts-portfolio-img-container{
	width:220px;
	height:110px;
	background:url(images/glow-220.png) no-repeat bottom;
	padding-bottom:17px;
}
.ts-portfolio-col-4 .ts-portfolio-img-container a.image{
	width:220px;
	height:110px;
	display:block;
	position:relative;
}
.ts-portfolio-col-4 .ts-portfolio-text-content{
	margin-top:15px !important;
}
.ts-portfolio-col-4 .ts-portfolio-text-content .displaymore{
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	font-size:11px;
	padding:5px 10px;
	cursor:pointer;
	text-decoration:none!important;
}	



/* Predefine Button */
.but-color.small{
	padding:0px 15px;
	height:24px;
	line-height:22px;
}
.but-color.medium{
	padding:0px 25px;
	height:30px;
	line-height:28px;
}
.but-color.large{
	padding:0px 40px;
	height:36px;
	line-height:34px;
}
.but-color.blue {
	background:#0e76b8;
	background: -webkit-gradient(linear, left top, left bottom, from(#1494e5), to(#0e76b8));
	background: -moz-linear-gradient(top,  #1494e5,  #0e76b8);
	background: -o-linear-gradient(top,  #1494e5,  #0e76b8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1494e5', endColorstr='#0e76b8');
	color:#ffffff;	
	border:solid 1px #126ba4; 
}
.but-color.blue:hover{
	color:#fff; 
	background: -webkit-gradient(linear, left top, left bottom, from(#0e76b8), to(#1494e5));
	background: -moz-linear-gradient(top,  #0e76b8, #1494e5  );
	background: -o-linear-gradient(top,  #0e76b8, #1494e5  );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e76b8', endColorstr='#1494e5');
}
.but-color.blue:visited{color:#fff;}

.but-color.red{
	background:#b31616;
	background: -webkit-gradient(linear, left top, left bottom, from(#d63d3d), to(#b31616));
	background: -moz-linear-gradient(top,  #d63d3d,  #b31616);
	background: -o-linear-gradient(top, #d63d3d, #b31616 );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63d3d', endColorstr='#b31616');
	color:#ffffff;	
	border:solid 1px #b80606; 
}
.but-color.red:hover{
	color:#fff; 
	background: -webkit-gradient(linear, left top, left bottom, from(#b31616), to(#d63d3d));
	background: -moz-linear-gradient(top,  #b31616, #d63d3d);
	background: -o-linear-gradient(top, #b31616, #d63d3d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31616', endColorstr='#d63d3d');
}
.but-color.red:visited{color:#fff;}

.but-color.yellow{
	background:#f5b81c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7cd63), to(#f5b81c));
	background: -moz-linear-gradient(top,  #f7cd63,  #f5b81c);
	background: -o-linear-gradient(top,  #f7cd63,  #f5b81c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cd63', endColorstr='#f5b81c');
	color:#ffffff;	
	border:solid 1px #e7a704; 
}
.but-color.yellow:hover{
	color:#fff; 
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b81c), to(#f7cd63));
	background: -moz-linear-gradient(top,  #f5b81c, #f7cd63);
	background: -o-linear-gradient(top,  #f5b81c, #f7cd63);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5b81c', endColorstr='#f7cd63');
}
.but-color.yellow:visited{color:#fff;}

.but-color.black{
	background:#000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000000));
	background: -moz-linear-gradient(top,  #454545,  #000000);
	background: -o-linear-gradient(top,  #454545,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#000000');
	color:#ffffff;	
	border:solid 1px #333; 
}
.but-color.black:hover{
	color:#fff; 
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#454545));
	background: -moz-linear-gradient(top,  #000000, #454545  );
	background: -o-linear-gradient(top,  #000000, #454545  );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#454545');
}
.but-color.black:visited{color:#fff;}


.but-color.green{
	background:#5b8b23;
	background: -webkit-gradient(linear, left top, left bottom, from(#83c636), to(#5b8b23));
	background: -moz-linear-gradient(top,  #83c636,  #5b8b23);
	background: -o-linear-gradient(top,  #83c636,  #5b8b23);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c636', endColorstr='#5b8b23');
	color:#ffffff;	
	border:solid 1px #65ad12; 
}
.but-color.green:hover{
	color:#fff; 
	background: -webkit-gradient(linear, left top, left bottom, from(#5b8b23), to(#83c636));
	background: -moz-linear-gradient(top,  #5b8b23, #83c636  );
	background: -o-linear-gradient(top,  #5b8b23, #83c636  );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b8b23', endColorstr='#83c636');
}
.but-color.green:visited{color:#fff;}

