/* Minification failed. Returning unminified contents.
(1644,11): run-time error CSS1035: Expected colon, found 'center'
(5123,11): run-time error CSS1035: Expected colon, found 'center'
 */
/*  
Theme Name: meedoo-3d
Theme URI: 
Description: Piece Maker 3d Slider
Version: 
Author: Ivor Padilla
Author URI: 
Tags: 
*/



/************************************************************************
Table of Content:

1.- General Cascade Stylesheets Rules
2.- Structure
3.- Main Navigation
	3.1.- Subnavigation
4.- Banner
5.- Main
6.- Tour Page
7.- Headquarters Page
8.- Pricing Page
9.- Sign Up Page
10.- Contact Page
11.- Single PageF
12.- Gallery
13.- Footer	
************************************************************************/


/************************************************************************
1.- General Cascade Stylesheets Rules
************************************************************************/
body {
	color: #545454;
}
a, a:link {
	color: #409edc;
	text-decoration: none;
}
a:visited {
	color: #409edc;
}
a:hover, a:focus {
	color: #2379b2;
	text-decoration: underline;
}
a:active {
	color: #2379b2;
}
:-moz-any-link:focus {
 outline: none;
}
.alignright {
	float:right;
	padding:5px;
	background:#e9e9e9;
	border:1px solid #b9b9b9;
	margin:7px;
	margin-left:20px !important;
}
.alignleft {
	float:left;
	padding:5px;
	background:#e9e9e9;
	border:1px solid #b9b9b9;
	margin:8px;
	margin-right:20px !important;



}
/* Mozilla based browsers */
::-moz-selection {
 background-color: #cfecff;
 color: #000;
}
div.content p {padding:4px;}
div.left-content-secondary li {
background:url("images/list.png") no-repeat scroll 0 50% transparent;
list-style:none outside none;
padding-left:20px;
}
/* Works in Safari */
::selection {
 background-color: #cfecff;
 color: #000;
}
/*Add Scroll bar in all browsers*/
html {
	overflow-y: scroll;
}
html h1, html h2, html h3, html h4 {
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#545454;
}
h1.homepage{
	padding-left:16px;
	color:#4A4A4A;
}
/* =Clearfix (all browsers)
--------------------------------*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.clearing {
	clear:both;
	height:0;
	overflow:hidden;
	margin:-1px 0 0 0;
}
.left {
	float: left
}
#login a, #login a:link, #login a:active, #login a:visited{
	right:0px !important;
}
.right {
	float: right
}
.overflow {
	overflow:hidden
}
.hr {
	clear:both;
	float:none;
	width:100%;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
}
.aleft {text-align: left}
.aright {text-align: right}
.acenter {text-align: center}
/************************************************************************
2.- General Structure
************************************************************************/
#page {
	background:#fff url(images/background.jpg) repeat-x;
}
#inner-page {
	background:#fff url(images/inner-background.jpg) repeat-x;
}
#header {
	height:63px;
	position:relative;
	z-index:999
}
#logo img {
	display:block;
	height:48px;
	width:141px;
	text-indent:-9999px;
	margin-top:4px
}
h1.post-title  {
color:#545454;
font-size:2.8em;
font-weight:bold;
text-decoration:none;
}

div.meta p.sub-meta {
margin-top:0;
padding:0;
line-height:0px;
font-size:.9em;
margin-left:5px;
}

div.meta p.sub-meta {
font-size:0.9em;
line-height:1px;
margin-bottom:36px;
margin-left:0;
margin-top:0;
padding:0;
}

div.left-content-secondary p, div.left-content-secondary ol, div.left-content-secondary ul, div.content p, div.content ol, div.content ul {
line-height:20px;
color: #707070;
font-size: 14px;
}
div.left-content-secondary li, div.content li{
	margin:10px 0 10px 0 !important;
}
/************************************************************************
Main Navigation
************************************************************************/
ul#topnav {
	padding: 0 0;
	font-size: 1.2em;
	text-align:center;
	margin: 19px 0 19px 0px;
	list-style: none;
	float: right;
}
/*ul#topnav .subnav {display:none}*/
ul#topnav li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 5px;
}
ul#topnav li a {
	text-decoration: none;
	float:left;
	cursor: pointer;
	color:#fff;
	font-size: .8em;
	text-shadow:1px 1px #111;
    margin: 0 10px 0 -10px;
	padding: 3px 15px 4px 15px;
}
ul#topnav li a span {
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

ul#topnav li a:active {
	color:#fff;
	margin-top:1px
}
ul#topnav li a:hover {
	text-decoration:none;
	background:#595959;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

ul#topnav li a.highlight {
	background: url(images/highlight.png) no-repeat top center;
	width: 130px;
	color:#fff;
	text-shadow:1px 1px 1px #349516;
}
ul#topnav li a:hover.highlight {
	background: url(images/highlight.png) no-repeat center -28px;
}
ul#topnav li.highlight {
	padding-left:15px;
}
/************************************************************************
Sub Navigation
************************************************************************/

ul#topnav.sf-menu li.current ul li a, ul#topnav.sf-menu li ul li a {
	background:transparent none repeat scroll 0 0;
	float:left;
	height:auto;
	width:175px;
	text-align:left;
	display:block;
	padding:7px 6px;
	margin:0px 0;
	border-bottom:1px solid #595959;
	color:#d2d1d1;
	text-shadow:none;
}
ul#topnav.sf-menu li.current ul li {
	margin:0;
	padding:0px 0
}
ul#topnav.sf-menu li.current ul li a:hover, ul#topnav.sf-menu li ul li a:hover {
	color:#fff;
	text-shadow:none;
	background:#3e3e3e;
}
ul#topnav.sf-menu li.current ul, ul#topnav.sf-menu li ul {
	left:-20px;
	margin:19px 0 0 10px;
	top:25px;
	-moz-box-shadow:0px 0px 5px #111;
	-webkit-box-shadow:0px 0px 5px #111;
	background: #303030;
	width:187px;
}
ul#topnav.sf-menu li.sfHover ul li {
	margin:0
}
ul#topnav.sf-menu li.current ul li.current ul, ul#topnav.sf-menu li.current ul li.sfHover ul, ul#topnav.sf-menu li.sfHover ul li.sfHover ul {
	left:180px;
	top:-20px;
}
#topnav li ul.subnav, #topnav li ul.subnav ul, #topnav li ul.subnav ul ul ul ul {
	display:none;
}
#topnav li:hover ul.subnav, #topnav li li:hover ul.subnav, #topnav li li li:hover ul.subnav, #topnav li li li li:hover ul.subnav {
	display:block;
}
/************************************************************************
Banner
************************************************************************/

#banner {
	height:340px;
	position:relative;
	z-index:100;
	margin-top: 50px;
}
#description {
	margin-top:63px;
	width:500px
}
#description p {
	font-size:1.6em;
	color:#fff;
	font-family: Arial, sans-serif;
}
#description a {
	color:#111;
	text-decoration: none;
	text-shadow:1px 1px 0px #76bfec;
}
#description a:hover {
	text-decoration: underline;
}
#description span {
	display:block;
	float:right;
	margin:-30px 150px 0 0;
	color:#fff;
}
#description small {
	display:block;
	color:#fff;
	font-style:italic;
	margin-left:25px;
	text-shadow:1px 1px #2e8fcc
}
#description a.pricing-buttom {
	background:url(images/pricings-buttom.png) no-repeat 0 -47px;
	height:44px;
	width:240px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0
}
#description a.phover {
	background:url(images/pricings-buttom.png) no-repeat 0 0px;
	height:44px;
	width:240px;
	display:block;
	text-indent:-9999px;
}
#display {
	background: url(images/lcd.png) no-repeat;
	margin-top:29px;
	width:399px;
	height:333px;
	margin-left:-19px;
	margin-left:21px;
	position:relative;
	z-index:-10
}
#display #photos {
	position:relative;
	top:20px;
	left:18px;
}
.galleryview {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-overlay h2, .panel-overlay p {
	margin: .4em 0;
}
.panel-overlay p {
	line-height: .8em;
}
/************************************************************************
Main
************************************************************************/
/* Read more buttons */
a.readmore span{
	height:24px;
	background: url(images/readmore.png) no-repeat top left !important;
	display: block;
	text-indent:0 !important;
	font-size:13px;
	font-family: Verdana;
	vertical-align:middle;
	padding-left:10px;
	width: auto !important;
}
a.readmore:hover span{
	background: url(images/readmore.png) no-repeat left -25px !important;
}
a.readmore{
	padding-right:10px;
	background: url(images/readmore.png) no-repeat right 0px !important;
	color:white !important;
	text-decoration:none !important;
	width: auto !important;
	position:absolute;
	bottom:-30px;

}
a.readmore:hover {
	background: url(images/readmore.png) no-repeat right -25px !important;
}
a.readmore .hover{display:none !important;}
/* /Read more buttons */

#columns {
	margin-bottom:80px !important;
	position:relative;
} /*Just to work better - temporal*/
#main {
	margin-top:50px
}
#main #columns .cols {
	width:280px;
	padding:0 16px;
}
div.cols h3 {
margin-bottom:0;
padding-top:10px;
height:53px;
border-bottom: 1px solid #D8D8D8;
border-top: 1px solid #D8D8D8;
	font-size:18px;
	line-height:21px;
	color: #252525;
	font-weight:normal;
	text-decoration:none;
}
#main .cols h2 {
	font-weight:bold;
	color:#464646;
	margin:0;
	line-height:35px
}
#main .cols h6 {
	color:#3798d6;
	font-style:italic;
	font-weight:normal;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #d8d8d8
}
#main .cols img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	margin-bottom:14px
}
img.shadow {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
div.separator {
	background: url(images/sep-hoz-home.jpg);
	height:47px;
	width:941px
}
#main-secondary {
	margin-top:10px
}
#main-secondary h3 {
	color:#464646;
	font-weight:200;
}
#main-secondary .left-content-secondary img {
	float:right;
	padding:10px
}
#main-secondary .left-content-secondary {
	width:612px;
	padding-right:40px;
	border-right:1px solid #ccc
}
#main-secondary .right-content-secondary {
	padding-left:20px;
	width:240px;
}
#main-secondary .right-content-secondary ul {
	margin-left:0;
	width:240px;
}
#main-secondary .right-content-secondary ul li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
#main-secondary .right-content-secondary ul li a {
	color:#6f6f6f;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 5px;
	font-weight: bold;
}
#main-secondary .right-content-secondary ul li a span.meta {
font-weight: normal;
}
#main-secondary .right-content-secondary ul li a:hover {
	background:#f6f6f6
}
#main-secondary .right-content-secondary ul li a span.meta {
	display:block;
	font-size:.9em;
	text-transform:none;
	padding-right: 13px
}
#main-secondary .right-content-secondary ul li a span.meta span.sub-meta {
	padding-right:4px;
	border-right: 1px solid #ccc
}
/*Main Inner*/
#main-inner {
	margin-top:50px
}

div#main-inner.two {
	margin-top:80px
}
#main-inner div.title h3 {
	color: #545454;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin: 0
}
#main-inner .left-content-secondary img {
	float:right;
	padding:10px
}
#main-inner .left-content-secondary {
	width:612px;
	padding-right:40px;
	border-right:1px solid #ccc
}
#main-inner .left-content-secondary .small-title {
	margin-left: 2px;
	color: #4f4f4f
}
#main-inner .left-content-secondary div.title {
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:24px
}
#main-inner .left-content-secondary img.laptop {
	float: left;
	margin-top: 35px
}
#main-inner .left-content-secondary div.product-quote {
	padding:70px 0
}
#main-inner .left-content-secondary div.product-quote h4 {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:0;
	color:#efa049;
}
#main-inner .left-content-secondary div.product-quote p {
	font-style: italic;
	color: #959494
}
div.navigation.services-page {
margin:63px 0px -18px 0;
}
#main-inner .right-content-secondary {
	padding-left:20px;
	width:240px;
	margin-top: 30px
}
#main-inner .right-content-secondary div#flickr img  {
background:#ddd;
float:left;
height:66px;
margin:4px;
padding:3px;
width:66px;
}

#main-inner .right-content-secondary img 
{
float: left;
margin: 0 15px 0 0;
}
#main-inner .right-content-secondary ul li a strong {
text-transform:uppercase;
}
#main-inner .right-content-secondary ul {
	margin-left:0;
	width:240px;
}
#main-inner .right-content-secondary ul li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
#main-inner .right-content-secondary ul li a {
	color:#6f6f6f;
	text-decoration:none;
	display:block;
	padding:8px 0 10px 5px;
	clear: both;
}

#main-inner .right-content-secondary ul.custom li a {text-transform: uppercase; font-weight: bold}

#main-inner .right-content-secondary ul li a:hover {
	background:#f6f6f6
}
#main-inner .right-content-secondary ul li a span.meta {
	display:block;
	font-size:.9em;
	text-transform:none;
	padding-right: 13px
}
#main-inner .right-content-secondary ul li a span.meta span.sub-meta {
	padding-right:4px;
	font-weight: normal
}
/*Main Inner Secondary Blog */

h1.post-title {
	color: #545454;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
}

#main-inner .left-content-secondary a.blog-post-title {
	color: #545454;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
	display: block
}
#main-inner .left-content-secondary a.blog-post-title:hover {
	text-decoration: none;
	color: #47a4de;
}
#main-inner .left-content-secondary .blog-post {
	background: url(images/blog-post-separator.jpg) no-repeat center bottom;
	padding-bottom: 120px
}
#main-inner .left-content-secondary .blog-post img {
	float: none;
	padding: 6px;
	background: #fff;
	outline: 1px dotted #ccc;
	margin: 15px 0
}
#main-inner .left-content-secondary .blog-post a:hover img {
	background: #f2f2f2;
	outline: 1px dotted #ccc
}
#main-inner .right-content-secondary h1 {
	text-align: center;
	font-size: 1.6em;
	color: #545454;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
	margin: 0 0;
	overflow: hidden;
	clear: both;
}
div#twitter ul li {
padding:10px 9px;
}
#main-inner .right-content-secondary div#twitter ul li a {display: inline;padding: 0; margin: 0}
div#twitter ul li a:hover {border-bottom: 1px dotted #ccc}
#main-inner .right-content-secondary div#twitter ul li a.view-in-twitter {
display:inline;
padding:0;
margin:0;
font-size:.8em;
margin-left: 10px
}
div#twitter a.follow-me {
width:203px;
text-align:center;
display:block;
background:#c0c0c0;
color:white;
padding:4px 0;
margin:0 auto;
font-size:1.5em;
-moz-border-radius:4px;
}
div#twitter a.follow-me:hover {
text-decoration:none;
background:#a1a1a1
}
#main-inner .right-content-secondary .arrow {
	background: url(images/arrow.jpg) no-repeat 7px 0;
	width: 30px;
	text-indent: -9999px;
	margin: -2px auto 0 auto
}

/************************************************************************
Sidebar
************************************************************************/

div li.widget {list-style: none; padding: 0; margin: 0; overflow: hidden; clear: both}

#main-inner .right-content-secondary ul#categories li a {
	font-weight: normal;
	text-transform: capitalize;
	padding:8px 0 8px 5px;
}
#main-inner .right-content-secondary ul.blog-sidebar-a li a {
	font-weight: normal;
	text-transform: capitalize;
	padding:8px 0 8px 5px;
}
#main-inner .right-content-secondary div#archives {
	margin-top: 40px
}
#main-inner .right-content-secondary div#text-widget {
	margin-top: 40px
}
#main-inner .right-content-secondary div#ads {
	margin-top: 40px
}
div.meta {
	width: 360px;
	float: left
}
.comments-counter {
	background:transparent url(images/balloon.png) no-repeat scroll 100px 50%;
	float:right;
	margin-left:31px;
	padding-left:22px;
	text-align:right;
	width:190px;
}

div#respond form#commentform input[type="text"] 
{
padding: 5px;
margin: 0;
-moz-border-radius:4px; 
-webkit-border-radius:4px;
background: url(images/comment-form-bg.gif) repeat-x;
}


div#respond form#commentform {
margin:0;
padding:5px 0;

}

div#respond form#commentform p {padding: 0; margin: 10px}

div#respond form#commentform p label, div#respond form#commentform p label span.required { display: inline; margin-left: 10px}

a#cancel-comment-reply-link {margin: 30px 10px}

div#respond form#commentform textarea
{
height:100px;
-moz-border-radius:4px; 
-webkit-border-radius:4px;
background: url(images/comment-form-bg.gif) repeat-x;
width: 431px
}

div#comment-box form#commentform p {padding: 0; margin: 10px 0px}

div.blog-content p {
	clear: both
}
.navigator {
	margin:15px 0 0 0;
	clear:both;
	position:relative;
	bottom:5px;
	right: 160px
}
.navigator a, .navigator span {
	font-weight:bold;
	float:right;
	display:block;
	padding:3px 10px;
	margin:0 3px 0 0;
	background-color:white;
	border:1px solid #c5d6e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
.navigator a.selected, .navigator span.selected {
	background-color:#38a2d7;
	border:1px solid #3186b0
}
.navigator b {
	color:white !important
}
.navigator a:hover {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

div#advert_100x100.widget {margin:0 7px;}

div#advert_100x100.widget img {float: none; margin: 0}

.widget {margin:0 0 40px 0}


div#advert_100x100.widget a {
	width:100px;
	height:100px;
	background:#e7e7e7;
	display:block;
	margin:5px;
	float:left;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 850%;
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}
div#advert_100x100.widget a:hover 
{
	background: #ddd
}
div#ads div.ad-boxes {
	margin:0 7px;
}
/************************************************************************
Tour Page
************************************************************************/
#main-inner h2.main-title {
	color:#44a1dc;
	width: 450px;
	float: left
}
#main-inner h1.tour-title {
	color:#44a1dc;
	text-align:center
}
#main-inner ul#tour-menu {
	float:left;
	width: 400px;
	margin: 20px 0 0 80px
}
#main-inner ul#tour-menu li {
	border-right:1px solid #CCCCCC;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0px 0 13px;
	padding:0 12px 0 0px;
	line-height:13px;
}
#main-inner ul#tour-menu li:last-child {
	border: none
}
#main-inner ul#tour-menu li a {
	color:#575757
}
#main-inner ul#tour-menu li a.selected {
	color: #111;
	text-decoration: underline
}
#main-inner ul#tour-menu li a:hover {
	color: #111
}
#video-container {
	text-align: center;
	text-indent: -9999px;
	background: url("images/video-shadow.jpg") no-repeat center 413px
}
#video-container #video {
	width: 790px;
	margin-left: auto;
	margin-right: auto
}
#tags {
	padding: 40px 0
}
#tags p {
	color: #818181;
	font-size: 1.8em;
	font-size: 1.4em;
	text-align: center
}
#main-tour-content {
	margin-top: 40px;
	width:650px;
	margin-right: 0;
	width: 700px;
}
#main-tour-content h3 {
	color: #44a1dc
}
#main-tour-content img {
	padding:3px;
	margin:0 3px;
	background:#f9f9f9;
	border:1px solid #ccc;
}
.separator-big {
	background: url(images/separator-big.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 56px
}
div#secondary-text {
	margin-top: 30px;
	padding-top: 40px
}
div#secondary-text p {
	font-style: italic;
	padding:0 19px;
}
div#secondary-text hr {
	margin-bottom:30px;
	background: #ededed
}
ul#styled-menu {
	margin-top: 90px;
	margin-left:27px;
	width:189px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float:right
}
ul#styled-menu li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
ul#styled-menu li a {
	color:#6f6f6f;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:4px 0 4px 5px;
	background: #f8f8f8;
	border-top: 1px solid #fff
}
ul#styled-menu li a:hover {
	background:#efeeee
}
ul#styled-menu li a span.meta {
	display:block;
	font-size:.9em;
	text-transform:none;
	padding-right: 13px
}
ul#styled-menu li a span.meta span.sub-meta {
	padding-right:4px;
	border-right: 1px solid #ccc
}

span.time {margin-left: 6px}

#main-tour-content div.col {
	padding:0 15px;
}
ul#styled-menu li a span {
	text-transform:none;
	padding-left:12px;
}
ul#styled-menu li a img {
	padding-left: 8px;
	line-height:18px;
	vertical-align:middle;
}
/************************************************************************
Headquarters Page
************************************************************************/
.strong {
	color:#242F33;
	font-size:17px;
	font-weight:bold;
	line-height: 1.2
}
#hq-left-intro {
padding-bottom:50px;
padding-right:30px;
width:420px;
}
div#hq-main {
	margin-top:110px;
	clear:both
}
div.hq-info h3 {
	margin:0;
	font-size:1.7em;
	font-weight:bold;
	color:#12689e;
	padding-top:10px
}
div.hq-info span {
	font-style:italic;
}
div.hq-info p {
	padding-top:10px
}
div.hq-info img {
	padding:4px;
	outline:1px solid #ccc;
}
#video-add {
	padding-top:20px;
	padding-bottom:35px;
	overflow:hidden
}
div#hq-cols {
	padding-top:10px
}
div#video-add div.video p {
	display: none
}
div.video {
	margin-top: 53px
}


 /*This ID's are generated by the plugin Page Columnist*/

div#cspc-content h3 {
padding:0;
margin:0;
}

div#cspc-content p.sub {
margin:0 0 0 3px;
padding:0;
line-height:1;
font-size:.9em;
}

div#cspc-content img {
background:none repeat scroll 0 0 #F1F1F1;
border:1px solid #E1E1E1;
margin:14px 0 0 0;
padding:4px;
}

div#cspc-header {
padding-bottom:25px;}

div#cspc-footer {
padding-top:25px;}


/************************************************************************
Pricings Page
************************************************************************/
#pricing {
	width: 902px;
	margin-left: auto;
	margin-right: auto
}
table#pricing-chart td {
	text-align:center
}
#main-inner div.inner-page-title {
	margin-bottom:20px
}
#main-inner h2.main-inner-title {
	color:#414141;
	margin:0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	float: left;
	display: inline;
	padding: 0 20px 0 0;
}

#main-inner h4.page-description {
	float: left;
	display: inline;
	margin: 0;
	margin: 15px 0 0 0;
		text-shadow: 1px 1px 0 #fff;
}
#main-inner div.inner-page-title span {
color:#666666;
display:block;
font-size:0.9em;
margin-left:5px;
margin-top:-8px;
padding-bottom:3px;
width:90%;
}
#main-inner #main-pricing-list {
	margin:50px 40px
}
#main-inner ul#main-pricing-list li {
	color:#666;
	line-height:30px;
	list-style:none;
	font-weight:normal
}
#main-inner ul#main-pricing-list li.check {
	background:url(images/check.png) no-repeat 0 40%;
	padding-left:25px
}
#main-inner ul#main-pricing-list li.credit-card {
	background:url(images/cc.png) no-repeat 0 40%;
	padding-left:25px
}
#main-inner ul#main-pricing-list li.clock {
	background:url(images/clock.png) no-repeat 0 40%;
	padding-left:25px
}
table#pricing-chart th.enterprise {
	background: url(images/th-enterprise.gif) no-repeat;
	width: 195px;
	height: 158px;
	border-top: 1px solid #3587ba;
	border-bottom: 1px solid #3587ba;
	border-left: 1px solid #3587ba;
}
table#pricing-chart th.business {
	background:url(images/business-th.gif) no-repeat 0 0px;
	width:211px;
	height:168px;
	border-right:1px solid #709c22;
	border-bottom:2px solid #88bd2c
}
table#pricing-chart th.standard {
	background:url(images/standard-th.gif) no-repeat 0px 0px;
	width:195px;
	height:158px;
	border-top: 1px solid #3587ba;
	border-bottom: 1px solid #3587ba;
	border-right: 1px solid #3587ba;
}
table#pricing-chart th.free {
	background:url(images/free-th.gif) no-repeat 0 0px;
	width:198px;
	height:158px;
	border-top: 1px solid #3587ba;
	border-bottom: 1px solid #3587ba;
	border-right: 1px solid #3587ba;
}
table#pricing-chart td.blue-1 {
	background:#e6f6ff url(images/p-chart-shadow.png) repeat-y center right;
	height:25px;
}
table#pricing-chart td.blue-2 {
	background:#f5fbfe url(images/p-chart-shadow.png) repeat-y center right;
	height:25px
}
table#pricing-chart td.blue-3 {
	background:#e6f6ff url(images/p-chart-shadow-r.png) repeat-y center left;
	height:25px;
	border-right: 1px solid #e3e3e3
}
table#pricing-chart td.blue-4 {
	background:#f5fbfe url(images/p-chart-shadow-r.png) repeat-y center left;
	height:25px;
	border-right: 1px solid #e3e3e3
}
table#pricing-chart td.blue-5 {
	background:#e6f6ff
}
table#pricing-chart td.blue-6 {
	background:#f5fbfe
}
table#pricing-chart td.green-1 {
	background:#f2fbdc
}
table#pricing-chart td.green-2 {
	background:#f8fdeb
}
table#pricing-chart th a.sign-up {
	background:url("images/sign-up-green.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:30px;
	left:4px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
	top:55px;
	width:99px;
}
table#pricing-chart th a.sign-up:hover {
	background-position: 0 -34px;
}
table#pricing-chart th a.sign-up:active {
	background-position: 0 -33px;
}
table#pricing-chart th a.sign-up-blue {
	background:url("images/sign-up-blue.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:35px;
	left:4px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
	top:55px;
	width:105px;
}
table#pricing-chart th a.sign-up-blue:hover {
	background-position: 0 -37px;
}
table#pricing-chart th a.sign-up-blue:active {
	background-position: 0 -36px;
}
table#pricing-chart td.blue-1, table#pricing-chart td.blue-2 {
	border-left:1px solid #3587ba;
}
table#pricing-chart th.top {
	background:url(images/table-top.jpg) no-repeat center bottom
}
table#pricing-chart td.green-1, table#pricing-chart td.green-2 {
	border-left:1px solid #99c54c;
	border-right:1px solid #99c54c;
}
table#pricing-chart td.blue-5, table#pricing-chart td.blue-6 {
	border-right:1px solid #3587ba;
}
table#pricing-chart td.last {
	border-bottom:1px solid #3587ba
}
table#pricing-chart td.bottom {
	background:url(images/table-bottom.gif) no-repeat -6px 0
}
#main-inner div#right-call-buttom {
	float:right;
	width:226px;
	margin-top:5px
}
#main-inner div#right-call-buttom a {
	color:#0C3;
	background:url(images/call-us.png) no-repeat 0 0;
	height:70px;
	display:block;
	text-indent:-9999px
}
#main-inner div#right-call-buttom a:hover {
	background:url(images/call-us.png) no-repeat 0 -73px;
}
table#pricing-chart th.table-col-0 {
	text-align:center
}
div#main-inner table#pricing-chart th.table-col-0 h2 {
	margin:-16px 0 0 0;
	line-height:0;
}
table#pricing-chart td span {
	color:#545454;
	text-shadow:1px 1px #fff
}
table#pricing-chart td span.shield {
	background:url(images/shield.png) no-repeat 0 50%;
	padding-left: 20px;
}
table#pricing-chart td span.time {
	background:url(images/time.png) no-repeat 0 50%;
	padding-left: 20px;
}
table#pricing-chart td span.iphone {
	background:url(images/iphone.png) no-repeat 0 50%;
	padding-left: 20px;
}
table#pricing-chart td span.iphone img {
	position: relative;
	top:-4px;
	left:2px
}
table#pricing-chart td span.unsupported {
	background: url(images/nofeature.png) no-repeat 0 50%;
	text-indent:-9999px;
	width:14px;
	display: block;
	margin: 0 auto;
}
table#pricing-chart td.push span.unsupported {
	position: relative;
	left: -5px
}
table#pricing-chart td span.unsupported-green {
	background: url(images/nofeature.png) no-repeat 0 50%;
	text-indent:-9999px;
	width:14px;
	display: block;
	margin: 0 auto;
	position: relative;
	top:5px
}
#main-inner div#pricing-col {
	margin-top: 40px
}
#main-inner div#pricing-col h3 {
	color: #545454;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px
}
#main-inner div#pricing-col div.column {
	width: 259px;
	padding: 0 20px
}
#main-inner div#pricing-col h4 {
	color:#0675bd;
	font-size: 1.7em;
	margin: 15px 0
}
#main-inner div#pricing-col img {
	padding: 2px;
	background: #ccc;
	outline: 1px solid #b7b7b7;
	margin-bottom: 15px
}
/************************************************************************
Sign Up Page
************************************************************************/


div#main-inner form#sign-up-top {
	background: #f4f4f4 url(images/white-space.gif) repeat-x top left;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 500px;
	padding: 30px 50px;
	margin-top: 113px;
}
div#main-inner form#sign-up-top input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-top label {
	line-height:62px;
	margin: 0 10px
}
div#main-inner form#sign-up-top h3 {
	background: url(images/1.png) no-repeat 0 0;
	padding-left: 60px;
	height: 43px;
	line-height: 47px;
	text-shadow: 1px 1px #fff
}
div#main-inner form#sign-up-bottom {
	background: #f4f4f4 url(images/white-space.gif) repeat-x top left;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 500px;
	padding: 50px;
	margin-top: 50px;
}
div#main-inner form#sign-up-bottom input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom input[type="password"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom label {
	line-height:62px;
	margin: 0 10px
}
div#main-inner form#sign-up-bottom h3 {
	background: url(images/2.png) no-repeat 0 0;
	padding-left: 60px;
	height: 43px;
	line-height: 47px;
	text-shadow: 1px 1px #fff
}

div#thanks img {
	padding-bottom:30px;
	padding-left:15px
}
div#trial {
	clear:both;
	padding-top:10px;
	padding-bottom:15px
}
div#trial h3 {
	text-align:center;
	background:url(images/trial.jpg) no-repeat 0 0;
	text-indent:-9999px;
	width:187px;
	margin:5px 30px 5px auto
}
div#trial p {
	font-size:.9em;
	text-align:center
}
div#text-widget div.cloud {
margin-top:270px; 
	background:url(images/bubble.jpg) no-repeat 0 0;
	padding:8px;
	margin-bottom:15px;
	clear: both
}
div.textwidget a {
color:#333 !important;
font-weight:bold;
}
div#text-widget div.cloud p {
	font-size:.9em;
	text-shadow:1px 1px #fff;
}
div#text-widget p.client strong {
	color:#111;
}
div#text-widget p.client {
	margin-top:-10px;
	margin-left:21px
}
div#text-widget div.cloud h3 {
	font-size:1.6em;
	margin:0;
	line-height:20px;
	padding-bottom:5px
}
div#widget-4 h3 {
	background:url(images/who.jpg) no-repeat 0 0;
	text-indent:-9999px;
	height:28px;
	margin-left:10px
}
div#widget-4 img {
	padding:10px;
	outline:1px solid #ccc
}
div#main-inner form#sign-up-top input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom input[type="password"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(images/text-form-bg.jpg) repeat-x
}
/************************************************************************
Contact
************************************************************************/

div.contactform form#wpcf {
width:510px;
margin:30px auto;
overflow: hidden;
}

div#main-inner form#wpcf input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	padding:10px 11px;
	background: url(images/text-form-bg.jpg) repeat-x;
	width:360px;
}
form#wpcf p {
position:relative;
padding: 0;
margin: 0
}
form#wpcf label.infield {
position:absolute;
top:13px;
left:12px;
cursor: text;
}

form#wpcf label.infield.msg {
top:19px;
}
form#wpcf label.infield.spam {
top:8px;
}
div#main-inner form#wpcf textarea {
	-webkit-border-radius:4px;
	-moz-border-radius:4px 4px 4px 4px;
	width:485px;
	background: #fff url(images/text-form-bg.jpg) repeat-x;
	margin-top: -13px;
}


form#wpcf input#contactsubmit{
	background:url("images/contact-submit.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:38px;
	margin-top:18px;
	text-indent:-9999px;
	width:125px;

}
p label.spam span {color:blue}
div#main-inner form#wpcf p span {color: red; display: inline; font-size: 1.6em;}

form#wpcf input#contactsubmit:hover {
	background-position:0 -40px
}

div.left-content-secondary p.contact-intro {
	clear:both;
	font-size:1.3em;
}
#main-inner .right-content-secondary ul#map li a {
	font-weight: normal;
	text-transform: capitalize;
	padding:8px 0 8px 5px;
}
#main-inner .right-content-secondary div#details {
	clear:both;
	padding-top:30px;
	margin-bottom:0
}
#main-inner .right-content-secondary div#details p {
	margin:0;
	line-height:25px
}
#main-inner .right-content-secondary div#details p.mail {
	background:url(images/mail.png) 0 30% no-repeat;
	padding-left:25px
}
#main-inner .right-content-secondary div#details p.tel {
	background:url(images/phone.png) 0 30% no-repeat;
	padding-left:25px
}
#main-inner .right-content-secondary div#details p.fax {
	background:url(images/fax.png) 0 30% no-repeat;
	padding-left:25px
}
#main-inner .right-content-secondary div#text-widget-contact {
	margin-top: 20px
}
#main-inner .right-content-secondary div#text-widget-contact p {
	font-size:.9em
}
input#contact-submit[type="submit"] {
	border: 0;
	background: url(images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
}
input#contact-submit[type="submit"]:hover {
	background-position:0 -40px
}
form#contact-form input#contact-submit[type="submit"] {
	border: 0;
	background: url(images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
	float: right
}

form#contact-form input#contact-submit[type="submit"]:hover {
	background-position:0 -40px
}
#message {
	margin: 5px 0;
	padding: 0;
}
#message h2 {
	margin: 0;
}
.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
}
.loader {
	padding: 0 10px;
}
#message h2 {
	background: url('images/success.png') left no-repeat;
	padding-left:62px;
}
acronym {
	border-bottom:1px dotted #ccc;
}
/************************************************************************
Single Page
************************************************************************/
/*Single*/
#main-inner .left-content-secondary .blog-post-single {
no-repeat center bottom;
	padding-bottom: 120px
}
#main-inner .left-content-secondary .blog-post-single img {
	float: none;
	padding: 6px;
	background: #fff;
	outline: 1px dotted #ccc;
	margin: 15px 0
}
#main-inner .left-content-secondary .blog-post-single a:hover img {
	background: #f2f2f2;
	outline: 1px dotted #ccc
}
div#author {
	background: #f4f4f4 url(images/author-bg.jpg) no-repeat right bottom;
	outline:1px solid #e3e3e3;
	padding: 2px 15px;
	margin-top:65px
}
div#author p {
	margin-top: 18px;
	text-shadow: 1px 1px #fff
}
div#main-inner div#author img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 0 5px #B1B1B1;
	-webkit-box-shadow:0 0 5px #B1B1B1;
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	outline:medium none;
	padding:4px;
	float: left;
	margin-right: 10px;
	margin-top: 11px
}
/************************************************************************
Comments
************************************************************************/



div#comments-content {
	margin-top: 60px
}
div#comments-content h1 {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px
}
ol#singlecomments.commentlist li {
	background:#fff url(images/comment-bg.jpg) repeat-x top left;
	border-top:1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	list-style:none outside none;
	margin:0;
	padding:25px;
}

ol#singlecomments.commentlist li.depth-2 {
	background:none repeat scroll 0 0 transparent;
	border-left:5px solid #DFDFDF;
	border-right:medium none;
	border-top:medium none;
	list-style:none outside none;
	margin:0;
	padding:25px;
}
ol#singlecomments.commentlist li.depth-2:last-child {
border-bottom: 1px dotted #ccc;
}

ol#singlecomments.commentlist li.depth-3 {
	background:none repeat scroll 0 0 transparent;
	border-left:5px solid #a8a8a8;
	border-right:medium none;
	border-top:medium none;
	list-style:none outside none;
	margin:0;
	padding:25px;
}
ol#singlecomments.commentlist li.depth-3:last-child {
border-bottom: 1px dotted #a8a8a8;
}
ol#singlecomments.commentlist li p {padding:8px 13px 0}
ol#singlecomments.commentlist li:last-child {
	border-bottom: 1px solid #dfdfdf
}
ol#singlecomments.commentlist li span {
	display:block
}

div.reply {width: 50px}

div.reply a {
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #2A9CDE;
color:#FFFFFF;
display:block;
padding:2px 13px;
position:absolute;
right:26px;
text-align:center;
top:22px;
text-decoration: none;
}

ol#singlecomments.commentlist li {
position:relative;
z-index:1;
}


div.reply a:hover {background-color:#676767}

a.comment-counter {
	padding:10px 30px;
	background:#1389cc;
	font-size:1.6em;
	color: #fff;
	position: relative;
	z-index: 2
}
a.comment-counter:hover {
	text-decoration:none;
	background:#2a9cde
}
div#comment-box {
	margin-top:50px;
	position: relative;
}
div#comment-box h3 {
	color:#ccc;
	border-bottom: 1px dotted #ccc;
	width:550px;
	margin: 0 auto
}
div#comment-box div.comment-intro {
	width: 480px;
	margin: 20px auto;
}
div#comment-box form#commentform {
	margin: 0 auto;	width:479px;
}
div#comment-box form#commentform input[type="submit"].comments {
	position: relative;
	top: 26px;
	left: 36px
}
div#comment-box form#commentform input[type="text"] {
	padding: 8px 5px;
	width: 250px;
	background: url(images/comment-form-bg.gif) repeat-x;
}

div#comment-full div#comment-box form#commentform input[type="text"]
 {
 	width: 318px;
 }

div#comment-box form#commentform label {
font-weight: normal;
margin-left: 10px;
text-shadow: 1px 1px white;
}
div#comment-box form#commentform textarea {
	height: 150px;
	width: 435px;
	background:#fff url(images/comment-form-bg.gif) repeat-x
}

div#comment-full div#comment-box form#commentform textarea {
	width: 666px;
}

div.commentmetadata {
margin:3px 66px;
width: 300px
}

div.comment-author {
width:500px;
}

#main-inner div.comment-author img {
background:none repeat scroll 0 0 #DDDDDD;
border:1px solid #AAAAAA;
float:left;
padding:2px;
}

/************************************************************************
Gallery
************************************************************************/


div#gallery div.gallery-content {
	padding:40px 0
}
div#gallery div.gallery-content ul li {
	background:url(images/list.png) no-repeat 0 50%;
	padding-left:20px;
	list-style:none
}
/* --- viewport configuration ---------------------------------------------------------- */
        .viewport {
	border: 3px solid #eee;
	float: left;
	height: 248px;
	margin: 0 0px 9px 0px;
	overflow: hidden;
	position: relative;
	width: 459px;
	left:88px;
}
/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
	margin-right: 0;
}
/* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
	display: block;
	position: relative;
}
.viewport a img {
	height: 268px;
	left: -20px;
	position: relative;
	top: -20px;
	width: 480px;
}
/* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font-size: 3.0em;
	font-weight: bold;
	height: 100%;
	padding-top: 120px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.viewport a span em {
	display: block;
	font-size: 0.45em;
	font-weight: normal;
}
/* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
	background:rgba(255, 255, 255, 0.6) url(images/zoom.png) no-repeat 50% 30%;
}
.dark-background em {
	color: #ccc;
}
/* --- Light hover background ----------------------------------------------------------- */
        .light-background {
	background-color: rgba(15, 15, 15, 0.6);
}

.light-background em {
	color: #707070;
}
/**
         * You could create multiple hover background classes for different looks depending on the
         * image type. Use your imagination!
         */




/************************************************************************
Gallery Page
************************************************************************/
			div.boxgrid a.read_more{ color:#3f9ddb;  position: absolute; bottom: 20px; right: 20px; z-index: 1; font-weight: bold; font-size: 12px }
			div.boxgrid h4{ margin: 10px 15px;  font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold; font-size: 20px;  }
			div.boxgrid h4 a {color:#414141; }
			div.boxgrid h4 a:hover {text-decoration: none; border-bottom: dotted 1px #414141}
			li.boxgridcontainer {
				background:url(images/shadow.jpg) no-repeat scroll 11px 189px transparent;
				height:212px;
				width: 278px;
				list-style: none
			}
			
			.boxgrid{ 
				width: 278px; 
				height: 186px;  
				float:left; 
				background:#fff; 
				border: solid 2px #cacaca; 
				overflow: hidden; 
				position: relative; 
				-moz-box-shadow: 0px 0px 3px #ccc;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					z-index: 999
				}
				.boxgrid p{ 
					padding: 0 15px; 
					color:#414141;  
					font-size: 12px;
					line-height: 18px;
				}

				ul#gallery  {
					padding:0;
					margin:0;
					overflow:hidden;
					}
					ul#gallery li.boxgridcontainer {
					float:left;
					margin:20px 17px;
				}

div.blog-content img.big-thumb {
padding:5px;
display:block;
margin:11px auto 36px auto;
background:#ddd;
outline:1px solid #ccc;
}


div#comment-full div#comment-box form#commentform {
width:700px;

}


/************************************************************************
Footer
************************************************************************/

#footer {
	margin-top: 100px;
	height:473px;

	background:url(images/footer-bg.jpg) repeat-x
}
#top-footer {
	height:382px;
	position:relative
}
#top-footer h3 {
	text-transform:uppercase;
	color:#010101;
	font-weight:bold;
	font-size:1.3em;
	text-shadow:1px 1px #fff;
	height: 32px !important;
	/* background: none !important; */
	padding-left: 0 !important;
}
#top-footer .footer-logo {
	position:absolute;
	overflow:hidden;
	left:0
}
#top-footer div.footer-list {
	margin-top:38px
}
#top-footer div.footer-list ul {
	margin-left:0
}
#top-footer div.footer-list ul li {
	list-style:none;
	margin-left:0;
}
#top-footer div.footer-list ul li a {
	color:#4a4949;
	display:block;
	border-bottom:1px solid #ccc;
	padding: 3px 0 3px 3px;
	text-decoration:none;
}
#top-footer div.footer-list ul li a:hover {
	background:#eeeeee;
}
#top-footer div.copyright {
	margin-top:100px;
	position: relative;
right: 7px;
}
#top-footer div.copyright p {
	color:#2e2e2f;
	text-shadow:1px 1px #fff
}
#bottom-footer {
	height:51px
}
#top-footer, #bottom-footer {
	width:940px;
	margin:0 auto;
	display:block
}
#footer .menu-lite ul {
	float:left;
	padding-top:15px;
	margin-bottom:-15px;
	margin-left: -7px
}
#footer .menu-lite ul li {
	float:left;
	list-style:none;
	margin:0 8px
}
#footer .menu-lite ul li a {
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px #222
}
#footer .menu-lite ul li a:hover {
	text-decoration:underline
}
#toTop {
	width:96px;
	text-indent:-9999px;
	background: url(images/totop.png) no-repeat 0 0;
	height:15px;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
}
a:hover#toTop {
	background: url(images/totop.png) no-repeat 0 -25px;
}
a:active#toTop {
	background: url(images/totop.png) no-repeat 0 -24px;
}
ul#topnav.sf-menu li.current ul, ul#topnav.sf-menu li ul {
	display:block
}

/************************************************************************
Register form
************************************************************************/
		div#register-form {width:400px; overflow:hidden; height:230px; position: relative; background: #f9f9f9 url(images/secure.png) no-repeat 260px 40px; }

		div#register-form p {position: relative}
		
		div#register-form label {
			left:28px;
			position:absolute;
			top:6px;
			cursor: text;
		}
		
		div#register-form input[type="text"]  {
			display:block;
			border:1px solid #ccc;
			margin:5px 20px;
			padding:9px 4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			width:200px;
}
div#register-form input[type="text"]:hover  {
border-color:#b1b1b1;
}

div#register-form input[type="text"]:focus  {
-moz-box-shadow:0 0 3px #ccc;
-webkit-box-shadow:0 0 3px #ccc;
}

div#register-form input[type="submit"]#register {
background:url("images/register.jpg") repeat scroll 0 0 #FFFFFF;
border:0 none;
clear:both;
cursor:pointer;
height:31px;
left:281px;
overflow:hidden;
position:relative;
text-indent:-9999px;
top:10px;
width:92px;
}

div#register-form input[type="submit"]#register:hover {
background-position: 0 -32px;
}

		div#register-form span {
			display:block;
			margin-bottom:22px;
			margin-top:-5px;
		}
		
		div#register-form div.title {margin-left:15px}
		div#register-form div.title h3,
		div#register-form div.title span {text-shadow:1px 1px 0px #fff}
		div#register-form div.title h3 {
			margin:7px 0;
}
		
div#register-form p.statement {
bottom:4px;
color:#6D6D6D;
font-size:0.9em;
left:26px;
position:absolute;
text-shadow:1px 1px 0 #FFFFFF;
}

/************************************************************************
Error Page and Archive Styles
************************************************************************/

div.entry.blogentry {
margin:20px 0;
padding: 20px 0;
border-bottom: 1px dotted #ccc;
}
div.left-content-secondary .error-style li  {
background:none;
list-style:inherit;
padding:0;
}

div#gallery {min-height:800px}
div.column.faq {
margin-right:0;
padding-right:0;
margin-left: 14px;
}

.line {
	background:transparent url(images/hr.jpg) repeat-x;
	clear:both;
	float:none;
	width:100%;
	height:2px;
	margin:0;
	border:none;
}

p#breadcrumbs {
margin:6px 1px;
}
p#breadcrumbs a {
color:#111;
font-weight:bold;
}




/************************************************************************

Custom Nivo

************************************************************************/

div#slider {
margin-top:24px;
-moz-box-shadow:0 0 6px #555;
}

.nivo-controlNav a {
background:url(images/bullets.png) no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
float:left;
height:10px;
margin:0px 3px;
width:10px;
text-indent: -9999px;
}

.nivo-controlNav  {
bottom:-24px;
left:47%;
position:absolute;
}

.nivo-controlNav a.active {
background-position:-14px 0px;
}

.nivo-directionNav a {
background:url("images/arrows.png") no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
height:34px;
text-indent:-9999px;
width:32px;
}

a.nivo-nextNav  {
background-position:-32px 0;
right:10px;
}
a.nivo-prevNav {
left:17px;
}


/************************************************************************
Browser Specific Fixes
************************************************************************/

/*WebKit*/
.webkit table#pricing-chart th.business {
	height:158px
}
.webkit table#pricing-chart th.top {
	background:url(images/table-top.jpg) no-repeat -5px bottom
}
/*Opera*/

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

/*MSIE*/
.ie a.readmore .hover {
	background: url(images/readmore.png) no-repeat 0 10px;
}
.ie7 div#main-inner form#contact-form input[type="text"]#name {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#email {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#website {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#phone {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#subject {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#email {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form textarea {
	margin-top:-50px;
	margin-bottom:30px
}
.ie7 div#main-inner form#contact-form input#contact-submit[type="submit"] {
	border: 0;
	background: url(images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
	float:right;
	position:relative;
	top:65px;
	line-height:0;
	font-size:0;
	left:375px
}
.ie7 div#main-inner form#contact-form input#contact-submit[type="submit"]:hover {
	background-position:0 -40px
}
.ie7 div#main-inner form#sign-up-top input[type="text"] {
	margin-top:-50px
}
.ie7 div#main-inner form#sign-up-bottom input[type="text"] {
	margin-top:-50px
}
.ie7 div#main-inner form#sign-up-bottom input[type="password"] {
	margin-top:-50px
}
.ie7 div#main-inner form#sign-up-top {
	margin-top:0
}
.ie7 div#main-inner input[type="submit"] {
	border: 0;
	background: url(images/create.gif) no-repeat 0 0;
	cursor: pointer;
	text-indent: 0px;
	line-height:0;
	font-size:0;
	color:#86af38;
	height:70px;
	width: 539px;
	margin: 35px
}
.ie7 div#hq-main {
	margin-top:0px;
	clear:both
}
.ie7 div#gallery div.gallery-content {
	padding:20px 0 40px 0
}


/*Firefox*/





div.cols p{
	color:#797979;
	font-size:13px;
	line-height:18px;
}
div.cols img{
	margin-top:16px;
	width:265px;
	height:50px;
	background:white !important;
}
#main-secondary p{
	color:#707070;
	font-size:14px;
	line-height:20px;
}
#main-secondary h3{
	font-size:24px;
	font-weight:normal !important;
}
#logo img{
	height: auto !important;
width: auto !important;
margin-top: 10px !important;
}
#footer-txt{
margin-top: 8px;
color: #697d90;
width:960px;
}
a, a:link, a:visited, a:active{
	/*color: #3799d6 !important;*/
}
#login a,#login a:link,#login a:active,#login a:visited{
font-weight: bold;
color: white !important;
font-size: 12px !important;
position: absolute;
right: 0px !important;
top: 7px;
width: 125px !important;
text-align: center;
}
#pick-lang {
	width:100%;
	height:34px;
	position:relative;
}
#pick-lang a, #pick-lang a:link, #pick-lang a:active, #pick-lang a:visited {
	font-family: Verdana;
	font-size:11px;
	color:#787878;
}
#lang-list li a, #lang-list li a:link, #lang-list li a:active, #lang-list li li a:visited {
	color:white !important;
}
#currlang{
	position: absolute;
	top: 7px;
	right: 120px;
	background:url(images/lang.png);
	width:98px;
	height:21px;
	padding: 0 0 0 10px;
}
#lang-list{
position: absolute;
right: 110px;
z-index: 9999;
list-style: none;
top: 30px;
margin: 0;
display: none;
border: 1px solid gray;
border-top: none;
padding: 5px;
padding-left: 0;
width: 115px;
background: #036;
}
#lang-list li{
	width:98px;
	height:21px;
	padding: 0 0 0 10px;

}
.content ol, .content ul{
	position:relative;
	left:15px;
}
body{overflow-x:hidden;}
.content table,.content td,.content th{
	border: 1px solid #666;
}
div#bottom-center {
width: 940px;
margin: 0 auto;
display: block;
height: 118px;
}
.span-4.footer-list {
width: 168px!important;
}
.span-4.footer-list p {
font-size: 11px;
line-height: 10px;
}
#footer {
padding-top: 20px;
margin-top: 100px;
height: 462px!important;
background: url(images/back-top.png) repeat-x!important;
}
#booter-center{

	background: url(images/back.png) repeat-x;
}
#footer-bottom{

	background: url(images/back-bottom.png) repeat-x;
}
#top-footer {
height: 293px!important;
position: relative;
}
ul.sf-menu li:last-child a {
background: url(images/highlight.png) no-repeat top center;
width: 62px;
color: #FFF;
text-shadow: 1px 1px 1px #349516!important;
}
ul.sf-menu li:last-child a:hover {
background: url(images/highlight.png) no-repeat top center;
width: 62px;
color: #FFF;
text-shadow: 1px 1px 1px #349516!important;
}
ul#topnav li:last-child a:hover {
background: url(images/highlight.png) no-repeat top center;
color: #FFF;
text-shadow: 1px 1px 1px #349516!important;
}
img{
	max-width:100%;
	height:auto;
}
.mob-register {
  height: 40px;

}
.mob-register span{
  float: left;
}

.mob-register #login a, .mob-register #register a, .mob-register #login a:link, .mob-register #login a:active, .mob-register #login a:visited {
  font-weight: bold;
  color: #FFF !important;
  font-size: 12px !important;
  position: relative;
  right: auto !important;
  top: 7px;
  width: auto !important;
  text-align: left;
  padding: 0 10px;
}

.mob-menu #logo img {
  margin-top: 10px !important;
  padding-left: 15px;
    margin-bottom: 10px;
}
.mob-menu .span-2 {
  width: 100%;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 13px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
    outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}
.navbar-toggle .icon-bar {
  background-color: rgba(255,255,255,0.7);
}
.mob-menu #logo a{
	float: left;
}
.mob-register span#register {
  padding-left: 5px;
}
.mob-register{
	background: #003366;
}
.mob-menu{
	background: #f50808;
	  overflow: hidden;
}
.mob-lang #lang-list {
  left: 0;
  top: 40px;
  width: 100%;
  background: #036;
}
.mob-menu .sub-menu{
	display: block!important;
	visibility: visible!important;
	  position: relative;
  top: 0!important;
  left: 10px!important;
}
.mob-menu #header {
  height: auto!important;
}
.mob-lang #currlang {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 21px;
  padding: 10px 0 10px 15px;
}

.mob-lang #pick-lang{
	position: relative;
}
.mob-lang #pick-lang:after{
	position: absolute;
	background:url(images/Rectangle-4.png);
top: 15px;
  right: 28px;
	width: 17px;
	height: 9px;
	content: "";
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.container {
  width: 100%;
}
#inner-page{
	/* background: none!important; */
}
#lang-list li {
  padding: 5px 0 5px 10px;
}
.alignright {
  float: right;
  padding: 5px;
  background: #E9E9E9;
  border: 1px solid #B9B9B9;
  margin: 7px;
  float: none!important;
  margin-right: 20px!important;
  display: block;
  margin-left: 0!important;
}
.alignleft {
  float: right;
  padding: 5px;
  background: #E9E9E9;
  border: 1px solid #B9B9B9;
  margin: 7px;
  float: none!important;
  margin-right: 20px!important;
  display: block;
  margin-left: 0!important;
}
#main-inner h2.main-inner-title {
  padding: 0 20px 0 20px!important;
}
a.readmore {
  width: 115px!important;
}
#footer-bottom {
  background-color: #153757;
}
#footer-txt {
  width: 93%;
}
#topnav{
	display: none;
}
.span-12 {
  width: 100%;
}
#main-secondary .left-content-secondary {
  width: 85%!important;
  margin-right: 0;
  padding: 0 15px!important;
  border: none!important;
}
#top-footer, #bottom-footer {
  width: 100%!important;
  padding: 0 15px;
}
.span-3 {
width: 45%!important;
}
#booter-center {
  background: url(images/back.png) repeat;
}
#top-footer div.copyright {
  margin-top: 100px;
  margin-right: 20px;
  width: 100%!important;
}
#top-footer div.footer-list {
  margin-top: 18px!important;
  padding: 0 15px 0 0;
  /* min-height: 256px; */
  margin-right: 0!important;
  width: 100%!important;
}


div#bottom-center {
  width: 100%!important;
  margin: 0 auto;
  display: block;
    height: 100%!important;
  overflow: hidden;
  padding:0 15px;
}
.span-4.footer-list {
  width: 50%!important;
  margin: 0;
  min-height: 125px;
}
div#bottom-center img{
	  width: 80%;
}
.span-10 {
  width: 100%;
}
ul#topnav {
   margin: 0px 0 0 0px!important;
  background-color: #036;
    padding: 10px 0;
}
ul#topnav li,ul#topnav li a {
  width: 100%;
  display: block;
  text-align: left;
}
ul#topnav li:last-child{
	display: none;
}
#page {
  background:none!important;
}
div#banner {
  position: relative;
  display: none;
}
#main {
  margin-top: 25px!important;
}
.content {
  padding: 0 15px;
}
a.readmore {
  background:none!important;
}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 780px)  {
.container {
  width: 100%;
}
a.readmore {
  width: 100% !important;
}
a.readmore {
  background:none!important;
}
#footer-txt {
  width: 93%;
}
.span-12 {
  width: 100%;
}
#footer-txt {
  width: 90%;
}
#main-secondary .left-content-secondary {
  width: 85%!important;
  margin-right: 0;
  padding: 0 15px!important;
  border: none!important;
}
#inner-page{
	/* background: none!important; */
}
#top-footer, #bottom-footer {
  width: 100%!important;
  padding: 0 15px;
}
.span-3 {
  width: 50%!important;
}
#main-inner h2.main-inner-title {
  padding: 0 20px 0 20px!important;
}
#lang-list li {
  padding: 5px 0 5px 10px;
}
#booter-center {
  background: url(images/back.png) repeat;
}
div#bottom-center {
  width: 95%!important;
  margin: 0 auto;
  display: block;
  height: 100%!important;
  overflow: hidden;
  padding:0 15px;
}
.alignright {
  float: none!important;
  margin-right: 20px!important;
  display: block;
  margin-left: 0!important;
}
.span-4.footer-list {
  width: 50%!important;
  margin: 0;
  min-height: 125px;
}
.alignright {
  float: right;
  padding: 5px;
  background: #E9E9E9;
  border: 1px solid #B9B9B9;
  margin: 7px;
  float: none!important;
  margin-right: 20px!important;
  display: block;
  margin-left: 0!important;
}
.alignleft {
  float: right;
  padding: 5px;
  background: #E9E9E9;
  border: 1px solid #B9B9B9;
  margin: 7px;
  float: none!important;
  margin-right: 20px!important;
  display: block;
  margin-left: 0!important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
.container {
  width: 100%;
}
#topnav{
	display: none;
}
.span-12 {
  width: 100%;
}
#main #columns .cols {
  width: 27.3%!important;
}
#inner-page{
	/* background: none!important; */
}
#main-secondary .left-content-secondary {
  width: 85%!important;
  margin-right: 0;
  padding: 0 15px!important;
  border: none!important;
}
#top-footer, #bottom-footer {
  width: 100%!important;
  padding: 0 15px;
}
div.cols h3 {
  min-height: 70px;
}
.span-3 {
width: 45%!important;
}
#booter-center {
  background: url(images/back.png) repeat;
}
#top-footer div.copyright {
  margin-top: 100px;
  margin-right: 20px;
  width: 100%!important;
}
#top-footer div.footer-list {
  margin-top: 18px!important;
  padding: 0 15px 0 0;
  /* min-height: 256px; */
  margin-right: 0!important;
  width: 30%!important;
}


div#bottom-center {
  width: 100%!important;
  margin: 0 auto;
  display: block;
    height: 100%!important;
  overflow: hidden;
  padding:0 15px;
}
.span-4.footer-list {
  width: 33%!important;
  margin: 0;
  min-height: 125px;
}

.span-10 {
  width: 100%;
}
ul#topnav {
   margin: 0px 0 0 0px!important;
  background-color: #036;
    padding: 10px 0;
      width: 100%;
}
ul#topnav li,ul#topnav li a {
  width: 100%;
  display: block;
  text-align: left;
}
ul#topnav li:last-child{
	display: none;
}
#page {
  background:none!important;
}
div#banner {
  position: relative;
  display: none;
}
#main {
  margin-top: 25px!important;
}
.content {
  padding: 0 15px;
}
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.7;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2.5em;
	margin-bottom:0.75em;
}
h3 {
	font-size:2em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:.9em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
	color: #818181
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#ccc;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.container {
	width:940px;
	margin:0 auto;
}
.showgrid {
	background:url(grid.png);
}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {
	float:left;
	margin-right:20px;
}
.last, div.last {
	margin-right:0;
}
.span-1 {
	width:60px;
}
.span-2 {
	width:140px;
}
.span-3 {
	width:220px;
}
.span-4 {
	width:300px;
}
.span-5 {
	width:380px;
}
.span-6 {
	width:460px;
}
.span-7 {
	width:540px;
}
.span-8 {
	width:620px;
}
.span-9 {
	width:700px;
}
.span-10 {
	width:780px;
}
.span-11 {
	width:860px;
}
.span-12 {
	width:940px;
	margin-right:0;
}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {
	border-left-width:1px!important;
	border-right-width:1px!important;
	padding-left:5px!important;
	padding-right:5px!important;
}
input.span-1, textarea.span-1 {
	width:48px!important;
}
input.span-2, textarea.span-2 {
	width:128px!important;
}
input.span-3, textarea.span-3 {
	width:208px!important;
}
input.span-4, textarea.span-4 {
	width:288px!important;
}
input.span-5, textarea.span-5 {
	width:368px!important;
}
input.span-6, textarea.span-6 {
	width:448px!important;
}
input.span-7, textarea.span-7 {
	width:528px!important;
}
input.span-8, textarea.span-8 {
	width:608px!important;
}
input.span-9, textarea.span-9 {
	width:688px!important;
}
input.span-10, textarea.span-10 {
	width:768px!important;
}
input.span-11, textarea.span-11 {
	width:848px!important;
}
input.span-12, textarea.span-12 {
	width:928px!important;
}
.append-1 {
	padding-right:80px;
}
.append-2 {
	padding-right:160px;
}
.append-3 {
	padding-right:240px;
}
.append-4 {
	padding-right:320px;
}
.append-5 {
	padding-right:400px;
}
.append-6 {
	padding-right:480px;
}
.append-7 {
	padding-right:560px;
}
.append-8 {
	padding-right:640px;
}
.append-9 {
	padding-right:720px;
}
.append-10 {
	padding-right:800px;
}
.append-11 {
	padding-right:880px;
}
.prepend-1 {
	padding-left:80px;
}
.prepend-2 {
	padding-left:160px;
}
.prepend-3 {
	padding-left:240px;
}
.prepend-4 {
	padding-left:320px;
}
.prepend-5 {
	padding-left:400px;
}
.prepend-6 {
	padding-left:480px;
}
.prepend-7 {
	padding-left:560px;
}
.prepend-8 {
	padding-left:640px;
}
.prepend-9 {
	padding-left:720px;
}
.prepend-10 {
	padding-left:800px;
}
.prepend-11 {
	padding-left:880px;
}
div.border {
	padding-right:9px;
	margin-right:10px;
	border-right:1px solid #eee;
}
div.colborder {
	padding-right:49px;
	margin-right:50px;
	border-right:1px solid #eee;
}
.pull-1 {
	margin-left:-80px;
}
.pull-2 {
	margin-left:-160px;
}
.pull-3 {
	margin-left:-240px;
}
.pull-4 {
	margin-left:-320px;
}
.pull-5 {
	margin-left:-400px;
}
.pull-6 {
	margin-left:-480px;
}
.pull-7 {
	margin-left:-560px;
}
.pull-8 {
	margin-left:-640px;
}
.pull-9 {
	margin-left:-720px;
}
.pull-10 {
	margin-left:-800px;
}
.pull-11 {
	margin-left:-880px;
}
.pull-12 {
	margin-left:-960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
	float:left;
	position:relative;
}
.push-1 {
	margin:0 -80px 1.5em 80px;
}
.push-2 {
	margin:0 -160px 1.5em 160px;
}
.push-3 {
	margin:0 -240px 1.5em 240px;
}
.push-4 {
	margin:0 -320px 1.5em 320px;
}
.push-5 {
	margin:0 -400px 1.5em 400px;
}
.push-6 {
	margin:0 -480px 1.5em 480px;
}
.push-7 {
	margin:0 -560px 1.5em 560px;
}
.push-8 {
	margin:0 -640px 1.5em 640px;
}
.push-9 {
	margin:0 -720px 1.5em 720px;
}
.push-10 {
	margin:0 -800px 1.5em 800px;
}
.push-11 {
	margin:0 -880px 1.5em 880px;
}
.push-12 {
	margin:0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
	float:right;
	position:relative;
}
.prepend-top {
	margin-top:1.5em;
}
.append-bottom {
	margin-bottom:1.5em;
}
.textwidget {
	padding:1.2em;
	background:#ebebeb;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border: 1px solid #c6c6c6;
	text-shadow: 1px 1px 1px #fff;
	color: #444444;
	text-align: justify;
	margin: 0 0 20px 0
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0 0 1.45em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
label {
	font-weight:bold;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:1px solid #ddd;
	clear: both;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background: #f5f5f5 url(../images/clip.png) no-repeat 10px 50% ;
	color:#595959;
	border-color:#d9d9d9;
	text-shadow: 1px 1px #fff;
	padding:1.4em;
	text-align:center;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}

/*  
Theme Name: Meedoo Corporate Theme IV
Theme URI: 
Description: With jQuery Cycle
Version: 
Author: Ivor Padilla
Author URI: 
Tags: 
*/



/************************************************************************
Table of Content:

1.- General Cascade Stylesheets Rules
2.- Structure
3.- Main Navigation
	3.1.- Subnavigation
4.- Banner
5.- Main
6.- Tour Page
7.- Headquarters Page
8.- Pricing Page
9.- Sign Up Page
10.- Contact Page
11.- Single Page
12.- Gallery
13.- Footer	
************************************************************************/


/************************************************************************
1.- General Cascade Stylesheets Rules
************************************************************************/
body {
	color: #545454;
}
a, a:link {
	color: #409edc;
	text-decoration: none;
}
a:visited {
	color: #409edc;
}
a:hover, a:focus {
	color: #2379b2;
	text-decoration: underline;
}
a:active {
	color: #2379b2;
}
:-moz-any-link:focus {
 outline: none;
}
.alignright {
	float:right;
	padding:5px;
	background:#e9e9e9;
	border:1px solid #b9b9b9;
	margin:7px;
}
.alignleft {
	float:left;
	padding:5px;
	background:#e9e9e9;
	border:1px solid #b9b9b9;
	margin:8px;
}
/* Mozilla based browsers */
::-moz-selection {
 background-color: #cfecff;
 color: #000;
}
div.content p {padding:4px;}
div.left-content-secondary li {
background:url("../images/list.png") no-repeat scroll 0 50% transparent;
list-style:none outside none;
padding-left:20px;
}
/* Works in Safari */
::selection {
 background-color: #cfecff;
 color: #000;
}
/*Add Scroll bar in all browsers*/
html {
	overflow-y: scroll;
}
html h1, html h2, html h3, html h4 {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight:normal;
	color:#545454;
}
/* =Clearfix (all browsers)
--------------------------------*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.clearing {
	clear:both;
	height:0;
	overflow:hidden;
	margin:-1px 0 0 0;
}
.left {
	float: left
}
.right {
	float: right
}
.overflow {
	overflow:hidden
}
.hr {
	clear:both;
	float:none;
	width:100%;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
}
.aleft {text-align: left}
.aright {text-align: right}
.acenter {text-align: center}


div#slider-3d {margin-top: 5px;margin-left: 70px;}
/************************************************************************
2.- General Structure
************************************************************************/
#page {
	background:#fff url(images/background.jpg) repeat-x;
}
#inner-page {
	background:#fff url(images/inner-background.jpg) repeat-x;
}
#header {
	height:63px;
	position:relative;
	z-index:999
}
#logo img {
	display:block;
	height:48px;
	width:141px;
	text-indent:-9999px;
	margin-top:4px
}
h1.post-title  {
color:#545454;
font-size:2.8em;
font-weight:bold;
text-decoration:none;
}

div.meta p.sub-meta {
margin-top:0;
padding:0;
line-height:0px;
font-size:.9em;
margin-left:5px;
}

div.meta p.sub-meta {
font-size:0.9em;
line-height:1px;
margin-bottom:36px;
margin-left:0;
margin-top:0;
padding:0;
}

div.left-content-secondary p, div.content p {
line-height:24px;
}
/************************************************************************
Main Navigation
************************************************************************/
ul#topnav {
	padding: 0 0;
	font-size: 1.2em;
	text-align:center;
	margin: 19px 0 19px 0px;
	list-style: none;
	float: right;
}
/*ul#topnav .subnav {display:none}*/
ul#topnav li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 5px;
}
ul#topnav li a {
	text-decoration: none;
	float:left;
	cursor: pointer;
	color:#fff;
	font-size: .8em;
	text-shadow:1px 1px #111;
    margin: 0 10px 0 -10px;
	padding: 3px 15px 4px 15px;
}
ul#topnav li a span {
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

ul#topnav li a:active {
	color:#fff;
	margin-top:1px
}
ul#topnav li a:hover {
	text-decoration:none;
	background:#595959;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

ul#topnav li a.highlight {
	background: url(images/highlight.png) no-repeat top center;
	width: 62px;
	color:#fff;
	text-shadow:1px 1px 1px #349516;
}
ul#topnav li a:hover.highlight {
	background: url(images/highlight.png) no-repeat center -28px;
}
ul#topnav li.highlight {
	padding-left:15px;
}
/************************************************************************
Sub Navigation
************************************************************************/

ul#topnav.sf-menu li.current ul li a, ul#topnav.sf-menu li ul li a {
	background:transparent none repeat scroll 0 0;
	float:left;
	height:auto;
	width:175px;
	text-align:left;
	display:block;
	padding:7px 6px;
	margin:0px 0;
	border-bottom:1px solid #595959;
	color:#d2d1d1;
	text-shadow:none;
}
ul#topnav.sf-menu li.current ul li {
	margin:0;
	padding:0px 0
}
ul#topnav.sf-menu li.current ul li a:hover, ul#topnav.sf-menu li ul li a:hover {
	color:#fff;
	text-shadow:none;
	background:#3e3e3e;
}
ul#topnav.sf-menu li.current ul, ul#topnav.sf-menu li ul {
	left:-20px;
	margin:19px 0 0 10px;
	top:25px;
	-moz-box-shadow:0px 0px 5px #111;
	-webkit-box-shadow:0px 0px 5px #111;
	background: #303030;
	width:187px;
}
ul#topnav.sf-menu li.sfHover ul li {
	margin:0
}
ul#topnav.sf-menu li.current ul li.current ul, ul#topnav.sf-menu li.current ul li.sfHover ul, ul#topnav.sf-menu li.sfHover ul li.sfHover ul {
	left:180px;
	top:-20px;
}
#topnav li ul.subnav, #topnav li ul.subnav ul, #topnav li ul.subnav ul ul ul ul {
	display:none;
}
#topnav li:hover ul.subnav, #topnav li li:hover ul.subnav, #topnav li li li:hover ul.subnav, #topnav li li li li:hover ul.subnav {
	display:block;
}
/************************************************************************
Banner
************************************************************************/

#banner {
	height:340px;
	position:relative;
	z-index:100
}
#description {
	margin-top:63px;
	width:500px
}
#description p {
	font-size:1.6em;
	color:#fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#description a {
	color:#111;
	text-decoration: none;
	text-shadow:1px 1px 0px #76bfec;
}
#description a:hover {
	text-decoration: underline;
}
#description span {
	display:block;
	float:right;
	margin:-30px 150px 0 0;
	color:#fff;
}
#description small {
	display:block;
	color:#fff;
	font-style:italic;
	margin-left:25px;
	text-shadow:1px 1px #2e8fcc
}
#description a.pricing-buttom {
	background:url(../images/pricings-buttom.png) no-repeat 0 -47px;
	height:44px;
	width:240px;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0
}
#description a.phover {
	background:url(../images/pricings-buttom.png) no-repeat 0 0px;
	height:44px;
	width:240px;
	display:block;
	text-indent:-9999px;
}
#display {
	background: url(../images/lcd.png) no-repeat;
	margin-top:29px;
	width:399px;
	height:333px;
	margin-left:-19px;
	margin-left:21px;
	position:relative;
	z-index:-10
}
#display #photos {
	position:relative;
	top:20px;
	left:18px;
}
.galleryview {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel-overlay h2, .panel-overlay p {
	margin: .4em 0;
}
.panel-overlay p {
	line-height: .8em;
}
/************************************************************************
Main
************************************************************************/
/* Read more buttons */
a.readmore {
	width: 87px;
	height:24px;
	text-indent:-9999px;
	overflow: hidden;
	background: url(../images/readmore.png) no-repeat 0 -25px;
	display: block;
	float:left;
	margin-top:10px
}
a.readmore .hover {
	width: 87px;
	height:24px;
	text-indent:-9999px;
	overflow: hidden;
	background: url(../images/readmore.png) no-repeat 0 0px;
	display: block;
	float:left;
}
/* /Read more buttons */

#columns {
	margin-bottom:60px
} /*Just to work better - temporal*/
#main {
	margin-top:50px
}
#main #columns .cols {
	width:280px;
	padding:0 16px
}
div.cols h3 {
margin-bottom:0
}
#main .cols h2 {
	font-weight:bold;
	color:#464646;
	margin:0;
	line-height:35px
}
#main .cols h6 {
	color:#3798d6;
	font-style:italic;
	font-weight:normal;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #d8d8d8
}
#main .cols img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	margin-bottom:14px
}
img.shadow {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
div.separator {
	background: url(../images/sep-hoz-home.jpg);
	height:47px;
	width:941px
}
#main-secondary {
	margin-top:10px
}
#main-secondary h3 {
	color:#464646;
	font-weight:200;
}
#main-secondary .left-content-secondary img {
	float:right;
	padding:10px
}
#main-secondary .left-content-secondary {
	width:612px;
	padding-right:40px;
	border-right:1px solid #ccc
}
#main-secondary .right-content-secondary {
	padding-left:20px;
	width:240px;
}
#main-secondary .right-content-secondary ul {
	margin-left:0;
	width:240px;
}
#main-secondary .right-content-secondary ul li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
#main-secondary .right-content-secondary ul li a {
	color:#6f6f6f;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 5px;
	font-weight: bold;
}
#main-secondary .right-content-secondary ul li a span.meta {
font-weight: normal;
}
#main-secondary .right-content-secondary ul li a:hover {
	background:#f6f6f6
}
#main-secondary .right-content-secondary ul li a span.meta {
	display:block;
	font-size:.9em;
	text-transform:none;
	padding-right: 13px
}
#main-secondary .right-content-secondary ul li a span.meta span.sub-meta {
	padding-right:4px;
	border-right: 1px solid #ccc
}
/*Main Inner*/
#main-inner {
	margin-top:50px
}

div#main-inner.two {
	margin-top:80px
}
#main-inner div.title h3 {
	color: #545454;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin: 0
}
#main-inner .left-content-secondary img {
	float:right;
	padding:10px
}
#main-inner .left-content-secondary {
	width:612px;
	padding-right:40px;
	border-right:1px solid #ccc
}
#main-inner .left-content-secondary .small-title {
	margin-left: 2px;
	color: #4f4f4f
}
#main-inner .left-content-secondary div.title {
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:24px
}
#main-inner .left-content-secondary img.laptop {
	float: left;
	margin-top: 35px
}
#main-inner .left-content-secondary div.product-quote {
	padding:70px 0
}
#main-inner .left-content-secondary div.product-quote h4 {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:0;
	color:#efa049;
}
#main-inner .left-content-secondary div.product-quote p {
	font-style: italic;
	color: #959494
}
div.navigation.services-page {
margin:63px 0px -18px 0;
}
#main-inner .right-content-secondary {
	padding-left:20px;
	width:240px;
	margin-top: 30px
}
#main-inner .right-content-secondary div#flickr img  {
background:#ddd;
float:left;
height:66px;
margin:4px;
padding:3px;
width:66px;
}

#main-inner .right-content-secondary img 
{
float: left;
margin: 0 15px 0 0;
}
#main-inner .right-content-secondary ul li a strong {
text-transform:uppercase;
}
#main-inner .right-content-secondary ul {
	margin-left:0;
	width:240px;
}
#main-inner .right-content-secondary ul li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
#main-inner .right-content-secondary ul li a {
	color:#6f6f6f;
	text-decoration:none;
	display:block;
	padding:8px 0 10px 5px;
	clear: both;
}

#main-inner .right-content-secondary ul.custom li a {text-transform: uppercase; font-weight: bold}

#main-inner .right-content-secondary ul li a:hover {
	background:#f6f6f6
}
#main-inner .right-content-secondary ul li a span.meta {
	display:block;
	font-size:.9em;
	text-transform:none;
	padding-right: 13px
}
#main-inner .right-content-secondary ul li a span.meta span.sub-meta {
	padding-right:4px;
	font-weight: normal
}
/*Main Inner Secondary Blog */

h1.post-title {
	color: #545454;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
}

#main-inner .left-content-secondary a.blog-post-title {
	color: #545454;
	font-size: 2.3em;
	font-weight: bold;
	text-decoration: none;
	display: block
}
#main-inner .left-content-secondary a.blog-post-title:hover {
	text-decoration: none;
	color: #47a4de;
}
#main-inner .left-content-secondary .blog-post {
	background: url(../images/blog-post-separator.jpg) no-repeat center bottom;
	padding-bottom: 120px
}
#main-inner .left-content-secondary .blog-post img {
	float: none;
	padding: 6px;
	background: #fff;
	outline: 1px dotted #ccc;
	margin: 15px 0
}
#main-inner .left-content-secondary .blog-post a:hover img {
	background: #f2f2f2;
	outline: 1px dotted #ccc
}
#main-inner .right-content-secondary h1 {
	text-align: center;
	font-size: 1.6em;
	color: #545454;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
	margin: 0 0;
	overflow: hidden;
	clear: both;
}
div#twitter ul li {
padding:10px 9px;
}
#main-inner .right-content-secondary div#twitter ul li a {display: inline;padding: 0; margin: 0}
div#twitter ul li a:hover {border-bottom: 1px dotted #ccc}
#main-inner .right-content-secondary div#twitter ul li a.view-in-twitter {
display:inline;
padding:0;
margin:0;
font-size:.8em;
margin-left: 10px
}
div#twitter a.follow-me {
width:203px;
text-align:center;
display:block;
background:#c0c0c0;
color:white;
padding:4px 0;
margin:0 auto;
font-size:1.5em;
-moz-border-radius:4px;
}
div#twitter a.follow-me:hover {
text-decoration:none;
background:#a1a1a1
}
#main-inner .right-content-secondary .arrow {
	background: url(../images/arrow.jpg) no-repeat 7px 0;
	width: 30px;
	text-indent: -9999px;
	margin: -2px auto 0 auto
}

/************************************************************************
Sidebar
************************************************************************/

div li.widget {list-style: none; padding: 0; margin: 0; overflow: hidden; clear: both}

#main-inner .right-content-secondary ul#categories li a {
	font-weight: normal;
	text-transform: capitalize;
	padding:8px 0 8px 5px;
}
#main-inner .right-content-secondary ul.blog-sidebar-a li a {
	font-weight: normal;
	text-transform: capitalize;
	padding:8px 0 8px 5px;
}
#main-inner .right-content-secondary div#archives {
	margin-top: 40px
}
#main-inner .right-content-secondary div#text-widget {
	margin-top: 40px
}
#main-inner .right-content-secondary div#ads {
	margin-top: 40px
}
div.meta {
	width: 360px;
	float: left
}
.comments-counter {
	background:transparent url(../images/balloon.png) no-repeat scroll 100px 50%;
	float:right;
	margin-left:31px;
	padding-left:22px;
	text-align:right;
	width:190px;
}

div#respond form#commentform input[type="text"] 
{
padding: 5px;
margin: 0;
-moz-border-radius:4px; 
-webkit-border-radius:4px;
background: url(../images/comment-form-bg.gif) repeat-x;
}


div#respond form#commentform {
margin:0;
padding:5px 0;

}

div#respond form#commentform p {padding: 0; margin: 10px}

div#respond form#commentform p label, div#respond form#commentform p label span.required { display: inline; margin-left: 10px}

a#cancel-comment-reply-link {margin: 30px 10px}

div#respond form#commentform textarea
{
height:100px;
-moz-border-radius:4px; 
-webkit-border-radius:4px;
background: url(../images/comment-form-bg.gif) repeat-x;
width: 431px
}

div#comment-box form#commentform p {padding: 0; margin: 10px 0px}

div.blog-content p {
	clear: both
}
.navigator {
	margin:15px 0 0 0;
	clear:both;
	position:relative;
	bottom:5px;
	right: 160px
}
.navigator a, .navigator span {
	font-weight:bold;
	float:right;
	display:block;
	padding:3px 10px;
	margin:0 3px 0 0;
	background-color:white;
	border:1px solid #c5d6e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
.navigator a.selected, .navigator span.selected {
	background-color:#38a2d7;
	border:1px solid #3186b0
}
.navigator b {
	color:white !important
}
.navigator a:hover {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

div#advert_100x100.widget {margin:0 7px;}

div#advert_100x100.widget img {float: none; margin: 0}

.widget {margin:0 0 40px 0}


div#advert_100x100.widget a {
	width:100px;
	height:100px;
	background:#e7e7e7;
	display:block;
	margin:5px;
	float:left;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 850%;
	color: #545454;
	font-weight: bold;
	text-decoration: none;
}
div#advert_100x100.widget a:hover 
{
	background: #ddd
}
div#ads div.ad-boxes {
	margin:0 7px;
}
/************************************************************************
Tour Page
************************************************************************/
#main-inner h2.main-title {
	color:#44a1dc;
	width: 450px;
	float: left
}
#main-inner h1.tour-title {
	color:#44a1dc;
	text-align:center
}
#main-inner ul#tour-menu {
	float:left;
	width: 400px;
	margin: 20px 0 0 80px
}
#main-inner ul#tour-menu li {
	border-right:1px solid #CCCCCC;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0px 0 13px;
	padding:0 12px 0 0px;
	line-height:13px;
}
#main-inner ul#tour-menu li:last-child {
	border: none
}
#main-inner ul#tour-menu li a {
	color:#575757
}
#main-inner ul#tour-menu li a.selected {
	color: #111;
	text-decoration: underline
}
#main-inner ul#tour-menu li a:hover {
	color: #111
}
#video-container {
	text-align: center;
	text-indent: -9999px;
	background: url("../images/video-shadow.jpg") no-repeat center 413px
}
#video-container #video {
	width: 790px;
	margin-left: auto;
	margin-right: auto
}
#tags {
	padding: 40px 0
}
#tags p {
	color: #818181;
	font-size: 1.8em;
	font-size: 1.4em;
	text-align: center
}
#main-tour-content {
	margin-top: 40px;
	width:650px;
	margin-right: 0;
	width: 700px;
}
#main-tour-content h3 {
	color: #44a1dc
}
#main-tour-content img {
	padding:3px;
	margin:0 3px;
	background:#f9f9f9;
	border:1px solid #ccc;
}
.separator-big {
	background: url(../images/separator-big.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 56px
}
div#secondary-text {
	margin-top: 30px;
	padding-top: 40px
}
div#secondary-text p {
	font-style: italic;
	padding:0 19px;
}
div#secondary-text hr {
	margin-bottom:30px;
	background: #ededed
}
ul#styled-menu {
	margin-top: 90px;
	margin-left:27px;
	width:189px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float:right
}
ul#styled-menu li {
	list-style:none;
	border-bottom:1px solid #ccc;
	margin-left:0;
}
ul#styled-menu li a {
	color:#6f6f6f;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:4px 0 4px 5px;
	background: #f8f8f8;
	border-top: 1px solid #fff
}
ul#styled-menu li a:hover {
	background:#efeeee
}
ul#styled-menu li a span.meta {
	display:block;
	font-size:.9em;
	text-transform:none;
	padding-right: 13px
}
ul#styled-menu li a span.meta span.sub-meta {
	padding-right:4px;
	border-right: 1px solid #ccc
}

span.time {margin-left: 6px}

#main-tour-content div.col {
	padding:0 15px;
}
ul#styled-menu li a span {
	text-transform:none;
	padding-left:12px;
}
ul#styled-menu li a img {
	padding-left: 8px;
	line-height:18px;
	vertical-align:middle;
}
/************************************************************************
Headquarters Page
************************************************************************/
.strong {
	color:#242F33;
	font-size:17px;
	font-weight:bold;
	line-height: 1.2
}
#hq-left-intro {
padding-bottom:50px;
padding-right:30px;
width:420px;
}
div#hq-main {
	margin-top:110px;
	clear:both
}
div.hq-info h3 {
	margin:0;
	font-size:1.7em;
	font-weight:bold;
	color:#12689e;
	padding-top:10px
}
div.hq-info span {
	font-style:italic;
}
div.hq-info p {
	padding-top:10px
}
div.hq-info img {
	padding:4px;
	outline:1px solid #ccc;
}
#video-add {
	padding-top:20px;
	padding-bottom:35px;
	overflow:hidden
}
div#hq-cols {
	padding-top:10px
}
div#video-add div.video p {
	display: none
}
div.video {
	margin-top: 53px
}


 /*This ID's are generated by the plugin Page Columnist*/

div#cspc-content h3 {
padding:0;
margin:0;
}

div#cspc-content p.sub {
margin:0 0 0 3px;
padding:0;
line-height:1;
font-size:.9em;
}

div#cspc-content img {
background:none repeat scroll 0 0 #F1F1F1;
border:1px solid #E1E1E1;
margin:14px 0 0 0;
padding:4px;
}

div#cspc-header {
padding-bottom:25px;}

div#cspc-footer {
padding-top:25px;}


/************************************************************************
Pricings Page
************************************************************************/
#pricing {
	width: 902px;
	margin-left: auto;
	margin-right: auto
}
table#pricing-chart td {
	text-align:center
}
#main-inner div.inner-page-title {
	margin-bottom:20px
}
#main-inner h2.main-inner-title {
	color:#414141;
	margin:0;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	float: left;
	display: inline;
	padding: 0 20px 0 0;
}

#main-inner h4.page-description {
	float: left;
	display: inline;
	margin: 0;
	margin: 15px 0 0 0;
		text-shadow: 1px 1px 0 #fff;
}
#main-inner div.inner-page-title span {
color:#666666;
display:block;
font-size:0.9em;
margin-left:5px;
margin-top:-8px;
padding-bottom:3px;
width:90%;
}
#main-inner #main-pricing-list {
	margin:50px 40px
}
#main-inner ul#main-pricing-list li {
	color:#666;
	line-height:30px;
	list-style:none;
	font-weight:normal
}
#main-inner ul#main-pricing-list li.check {
	background:url(../images/check.png) no-repeat 0 40%;
	padding-left:25px
}
#main-inner ul#main-pricing-list li.credit-card {
	background:url(../images/cc.png) no-repeat 0 40%;
	padding-left:25px
}
#main-inner ul#main-pricing-list li.clock {
	background:url(../images/clock.png) no-repeat 0 40%;
	padding-left:25px
}
table#pricing-chart th.enterprise {
	background: url(../images/th-enterprise.gif) no-repeat;
	width: 195px;
	height: 158px;
	border-top: 1px solid #3587ba;
	border-bottom: 1px solid #3587ba;
	border-left: 1px solid #3587ba;
}
table#pricing-chart th.business {
	background:url(../images/business-th.gif) no-repeat 0 0px;
	width:211px;
	height:168px;
	border-right:1px solid #709c22;
	border-bottom:2px solid #88bd2c
}
table#pricing-chart th.standard {
	background:url(../images/standard-th.gif) no-repeat 0px 0px;
	width:195px;
	height:158px;
	border-top: 1px solid #3587ba;
	border-bottom: 1px solid #3587ba;
	border-right: 1px solid #3587ba;
}
table#pricing-chart th.free {
	background:url(../images/free-th.gif) no-repeat 0 0px;
	width:198px;
	height:158px;
	border-top: 1px solid #3587ba;
	border-bottom: 1px solid #3587ba;
	border-right: 1px solid #3587ba;
}
table#pricing-chart td.blue-1 {
	background:#e6f6ff url(../images/p-chart-shadow.png) repeat-y center right;
	height:25px;
}
table#pricing-chart td.blue-2 {
	background:#f5fbfe url(../images/p-chart-shadow.png) repeat-y center right;
	height:25px
}
table#pricing-chart td.blue-3 {
	background:#e6f6ff url(../images/p-chart-shadow-r.png) repeat-y center left;
	height:25px;
	border-right: 1px solid #e3e3e3
}
table#pricing-chart td.blue-4 {
	background:#f5fbfe url(../images/p-chart-shadow-r.png) repeat-y center left;
	height:25px;
	border-right: 1px solid #e3e3e3
}
table#pricing-chart td.blue-5 {
	background:#e6f6ff
}
table#pricing-chart td.blue-6 {
	background:#f5fbfe
}
table#pricing-chart td.green-1 {
	background:#f2fbdc
}
table#pricing-chart td.green-2 {
	background:#f8fdeb
}
table#pricing-chart th a.sign-up {
	background:url("../images/sign-up-green.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:30px;
	left:4px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
	top:55px;
	width:99px;
}
table#pricing-chart th a.sign-up:hover {
	background-position: 0 -34px;
}
table#pricing-chart th a.sign-up:active {
	background-position: 0 -33px;
}
table#pricing-chart th a.sign-up-blue {
	background:url("../images/sign-up-blue.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:35px;
	left:4px;
	margin:0 auto;
	position:relative;
	text-indent:-9999px;
	top:55px;
	width:105px;
}
table#pricing-chart th a.sign-up-blue:hover {
	background-position: 0 -37px;
}
table#pricing-chart th a.sign-up-blue:active {
	background-position: 0 -36px;
}
table#pricing-chart td.blue-1, table#pricing-chart td.blue-2 {
	border-left:1px solid #3587ba;
}
table#pricing-chart th.top {
	background:url(../images/table-top.jpg) no-repeat center bottom
}
table#pricing-chart td.green-1, table#pricing-chart td.green-2 {
	border-left:1px solid #99c54c;
	border-right:1px solid #99c54c;
}
table#pricing-chart td.blue-5, table#pricing-chart td.blue-6 {
	border-right:1px solid #3587ba;
}
table#pricing-chart td.last {
	border-bottom:1px solid #3587ba
}
table#pricing-chart td.bottom {
	background:url(../images/table-bottom.gif) no-repeat -6px 0
}
#main-inner div#right-call-buttom {
	float:right;
	width:226px;
	margin-top:5px
}
#main-inner div#right-call-buttom a {
	color:#0C3;
	background:url(../images/call-us.png) no-repeat 0 0;
	height:70px;
	display:block;
	text-indent:-9999px
}
#main-inner div#right-call-buttom a:hover {
	background:url(../images/call-us.png) no-repeat 0 -73px;
}
table#pricing-chart th.table-col-0 {
	text-align:center
}
div#main-inner table#pricing-chart th.table-col-0 h2 {
	margin:-16px 0 0 0;
	line-height:0;
}
table#pricing-chart td span {
	color:#545454;
	text-shadow:1px 1px #fff
}
table#pricing-chart td span.shield {
	background:url(../images/shield.png) no-repeat 0 50%;
	padding-left: 20px;
}
table#pricing-chart td span.time {
	background:url(../images/time.png) no-repeat 0 50%;
	padding-left: 20px;
}
table#pricing-chart td span.iphone {
	background:url(../images/iphone.png) no-repeat 0 50%;
	padding-left: 20px;
}
table#pricing-chart td span.iphone img {
	position: relative;
	top:-4px;
	left:2px
}
table#pricing-chart td span.unsupported {
	background: url(../images/nofeature.png) no-repeat 0 50%;
	text-indent:-9999px;
	width:14px;
	display: block;
	margin: 0 auto;
}
table#pricing-chart td.push span.unsupported {
	position: relative;
	left: -5px
}
table#pricing-chart td span.unsupported-green {
	background: url(../images/nofeature.png) no-repeat 0 50%;
	text-indent:-9999px;
	width:14px;
	display: block;
	margin: 0 auto;
	position: relative;
	top:5px
}
#main-inner div#pricing-col {
	margin-top: 40px
}
#main-inner div#pricing-col h3 {
	color: #545454;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px
}
#main-inner div#pricing-col div.column {
	width: 259px;
	padding: 0 20px
}
#main-inner div#pricing-col h4 {
	color:#0675bd;
	font-size: 1.7em;
	margin: 15px 0
}
#main-inner div#pricing-col img {
	padding: 2px;
	background: #ccc;
	outline: 1px solid #b7b7b7;
	margin-bottom: 15px
}
/************************************************************************
Sign Up Page
************************************************************************/


div#main-inner form#sign-up-top {
	background: #f4f4f4 url(../images/white-space.gif) repeat-x top left;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 500px;
	padding: 30px 50px;
	margin-top: 113px;
}
div#main-inner form#sign-up-top input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(../images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-top label {
	line-height:62px;
	margin: 0 10px
}
div#main-inner form#sign-up-top h3 {
	background: url(../images/1.png) no-repeat 0 0;
	padding-left: 60px;
	height: 43px;
	line-height: 47px;
	text-shadow: 1px 1px #fff
}
div#main-inner form#sign-up-bottom {
	background: #f4f4f4 url(../images/white-space.gif) repeat-x top left;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 500px;
	padding: 50px;
	margin-top: 50px;
}
div#main-inner form#sign-up-bottom input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(../images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom input[type="password"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(../images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom label {
	line-height:62px;
	margin: 0 10px
}
div#main-inner form#sign-up-bottom h3 {
	background: url(../images/2.png) no-repeat 0 0;
	padding-left: 60px;
	height: 43px;
	line-height: 47px;
	text-shadow: 1px 1px #fff
}

div#thanks img {
	padding-bottom:30px;
	padding-left:15px
}
div#trial {
	clear:both;
	padding-top:10px;
	padding-bottom:15px
}
div#trial h3 {
	text-align:center;
	background:url(../images/trial.jpg) no-repeat 0 0;
	text-indent:-9999px;
	width:187px;
	margin:5px 30px 5px auto
}
div#trial p {
	font-size:.9em;
	text-align:center
}
div#text-widget div.cloud {
margin-top:270px; 
	background:url(../images/bubble.jpg) no-repeat 0 0;
	padding:8px;
	margin-bottom:15px;
	clear: both
}
div.textwidget a {
color:#333 !important;
font-weight:bold;
}
div#text-widget div.cloud p {
	font-size:.9em;
	text-shadow:1px 1px #fff;
}
div#text-widget p.client strong {
	color:#111;
}
div#text-widget p.client {
	margin-top:-10px;
	margin-left:21px
}
div#text-widget div.cloud h3 {
	font-size:1.6em;
	margin:0;
	line-height:20px;
	padding-bottom:5px
}
div#widget-4 h3 {
	background:url(../images/who.jpg) no-repeat 0 0;
	text-indent:-9999px;
	height:28px;
	margin-left:10px
}
div#widget-4 img {
	padding:10px;
	outline:1px solid #ccc
}
div#main-inner form#sign-up-top input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(../images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(../images/text-form-bg.jpg) repeat-x
}
div#main-inner form#sign-up-bottom input[type="password"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	float:right;
	margin:1.5em 0;
	padding:10px 11px;
	width:362px;
	background: url(../images/text-form-bg.jpg) repeat-x
}
/************************************************************************
Contact
************************************************************************/

div.contactform form#wpcf {
width:510px;
margin:30px auto;
overflow: hidden;
}

div#main-inner form#wpcf input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	padding:10px 11px;
	background: url(../images/text-form-bg.jpg) repeat-x;
	width:360px;
}
form#wpcf p {
position:relative;
padding: 0;
margin: 0
}
form#wpcf label.infield {
position:absolute;
top:13px;
left:12px;
cursor: text;
}

form#wpcf label.infield.msg {
top:19px;
}
form#wpcf label.infield.spam {
top:8px;
}
div#main-inner form#wpcf textarea {
	-webkit-border-radius:4px;
	-moz-border-radius:4px 4px 4px 4px;
	width:485px;
	background: #fff url(../images/text-form-bg.jpg) repeat-x;
	margin-top: -13px;
}


form#wpcf input#contactsubmit{
	background:url("../images/contact-submit.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:38px;
	margin-top:18px;
	text-indent:-9999px;
	width:125px;

}
p label.spam span {color:blue}
div#main-inner form#wpcf p span {color: red; display: inline; font-size: 1.6em;}

form#wpcf input#contactsubmit:hover {
	background-position:0 -40px
}

div.left-content-secondary p.contact-intro {
	clear:both;
	font-size:1.3em;
}
#main-inner .right-content-secondary ul#map li a {
	font-weight: normal;
	text-transform: capitalize;
	padding:8px 0 8px 5px;
}
#main-inner .right-content-secondary div#details {
	clear:both;
	padding-top:30px;
	margin-bottom:0
}
#main-inner .right-content-secondary div#details p {
	margin:0;
	line-height:25px
}
#main-inner .right-content-secondary div#details p.mail {
	background:url(../images/mail.png) 0 30% no-repeat;
	padding-left:25px
}
#main-inner .right-content-secondary div#details p.tel {
	background:url(../images/phone.png) 0 30% no-repeat;
	padding-left:25px
}
#main-inner .right-content-secondary div#details p.fax {
	background:url(../images/fax.png) 0 30% no-repeat;
	padding-left:25px
}
#main-inner .right-content-secondary div#text-widget-contact {
	margin-top: 20px
}
#main-inner .right-content-secondary div#text-widget-contact p {
	font-size:.9em
}
input#contact-submit[type="submit"] {
	border: 0;
	background: url(../images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
}
input#contact-submit[type="submit"]:hover {
	background-position:0 -40px
}
form#contact-form input#contact-submit[type="submit"] {
	border: 0;
	background: url(../images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
	float: right
}

form#contact-form input#contact-submit[type="submit"]:hover {
	background-position:0 -40px
}
#message {
	margin: 5px 0;
	padding: 0;
}
#message h2 {
	margin: 0;
}
.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
}
.loader {
	padding: 0 10px;
}
#message h2 {
	background: url('../images/success.png') left no-repeat;
	padding-left:62px;
}
acronym {
	border-bottom:1px dotted #ccc;
}
/************************************************************************
Single Page
************************************************************************/
/*Single*/
#main-inner .left-content-secondary .blog-post-single {
no-repeat center bottom;
	padding-bottom: 120px
}
#main-inner .left-content-secondary .blog-post-single img {
	float: none;
	padding: 6px;
	background: #fff;
	outline: 1px dotted #ccc;
	margin: 15px 0
}
#main-inner .left-content-secondary .blog-post-single a:hover img {
	background: #f2f2f2;
	outline: 1px dotted #ccc
}
div#author {
	background: #f4f4f4 url(../images/author-bg.jpg) no-repeat right bottom;
	outline:1px solid #e3e3e3;
	padding: 2px 15px;
	margin-top:65px
}
div#author p {
	margin-top: 18px;
	text-shadow: 1px 1px #fff
}
div#main-inner div#author img {
	-webkit-border-radius:3px;
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 0 5px #B1B1B1;
	-webkit-box-shadow:0 0 5px #B1B1B1;
	background:none repeat scroll 0 0 #FFFFFF;
	border:medium none;
	outline:medium none;
	padding:4px;
	float: left;
	margin-right: 10px;
	margin-top: 11px
}
/************************************************************************
Comments
************************************************************************/



div#comments-content {
	margin-top: 60px
}
div#comments-content h1 {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px
}
ol#singlecomments.commentlist li {
	background:#fff url(../images/comment-bg.jpg) repeat-x top left;
	border-top:1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	list-style:none outside none;
	margin:0;
	padding:25px;
}

ol#singlecomments.commentlist li.depth-2 {
	background:none repeat scroll 0 0 transparent;
	border-left:5px solid #DFDFDF;
	border-right:medium none;
	border-top:medium none;
	list-style:none outside none;
	margin:0;
	padding:25px;
}
ol#singlecomments.commentlist li.depth-2:last-child {
border-bottom: 1px dotted #ccc;
}

ol#singlecomments.commentlist li.depth-3 {
	background:none repeat scroll 0 0 transparent;
	border-left:5px solid #a8a8a8;
	border-right:medium none;
	border-top:medium none;
	list-style:none outside none;
	margin:0;
	padding:25px;
}
ol#singlecomments.commentlist li.depth-3:last-child {
border-bottom: 1px dotted #a8a8a8;
}
ol#singlecomments.commentlist li p {padding:8px 13px 0}
ol#singlecomments.commentlist li:last-child {
	border-bottom: 1px solid #dfdfdf
}
ol#singlecomments.commentlist li span {
	display:block
}

div.reply {width: 50px}

div.reply a {
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #2A9CDE;
color:#FFFFFF;
display:block;
padding:2px 13px;
position:absolute;
right:26px;
text-align:center;
top:22px;
text-decoration: none;
}

ol#singlecomments.commentlist li {
position:relative;
z-index:1;
}


div.reply a:hover {background-color:#676767}

a.comment-counter {
	padding:10px 30px;
	background:#1389cc;
	font-size:1.6em;
	color: #fff;
	position: relative;
	z-index: 2
}
a.comment-counter:hover {
	text-decoration:none;
	background:#2a9cde
}
div#comment-box {
	margin-top:50px;
	position: relative;
}
div#comment-box h3 {
	color:#ccc;
	border-bottom: 1px dotted #ccc;
	width:550px;
	margin: 0 auto
}
div#comment-box div.comment-intro {
	width: 480px;
	margin: 20px auto;
}
div#comment-box form#commentform {
	margin: 0 auto;	width:479px;
}
div#comment-box form#commentform input[type="submit"].comments {
	position: relative;
	top: 26px;
	left: 36px
}
div#comment-box form#commentform input[type="text"] {
	padding: 8px 5px;
	width: 250px;
	background: url(../images/comment-form-bg.gif) repeat-x;
}

div#comment-full div#comment-box form#commentform input[type="text"]
 {
 	width: 318px;
 }

div#comment-box form#commentform label {
font-weight: normal;
margin-left: 10px;
text-shadow: 1px 1px white;
}
div#comment-box form#commentform textarea {
	height: 150px;
	width: 435px;
	background:#fff url(../images/comment-form-bg.gif) repeat-x
}

div#comment-full div#comment-box form#commentform textarea {
	width: 666px;
}

div.commentmetadata {
margin:3px 66px;
width: 300px
}

div.comment-author {
width:500px;
}

#main-inner div.comment-author img {
background:none repeat scroll 0 0 #DDDDDD;
border:1px solid #AAAAAA;
float:left;
padding:2px;
}

/************************************************************************
Gallery
************************************************************************/


div#gallery div.gallery-content {
	padding:40px 0
}
div#gallery div.gallery-content ul li {
	background:url(../images/list.png) no-repeat 0 50%;
	padding-left:20px;
	list-style:none
}
/* --- viewport configuration ---------------------------------------------------------- */
        .viewport {
	border: 3px solid #eee;
	float: left;
	height: 248px;
	margin: 0 0px 9px 0px;
	overflow: hidden;
	position: relative;
	width: 459px;
	left:88px;
}
/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
           class to the last thumbnail in each row to get rid of the margin-right. */
        .no-margin {
	margin-right: 0;
}
/* --- Link configuration that contains the image and label ----------------------------- */
        .viewport a {
	display: block;
	position: relative;
}
.viewport a img {
	height: 268px;
	left: -20px;
	position: relative;
	top: -20px;
	width: 480px;
}
/* --- Label configuration -------------------------------------------------------------- */
        .viewport a span {
	display: none;
	font-size: 3.0em;
	font-weight: bold;
	height: 100%;
	padding-top: 120px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.viewport a span em {
	display: block;
	font-size: 0.45em;
	font-weight: normal;
}
/* --- Dark hover background ------------------------------------------------------------ */
        .dark-background {
	background:rgba(255, 255, 255, 0.6) url(../images/zoom.png) no-repeat 50% 30%;
}
.dark-background em {
	color: #ccc;
}
/* --- Light hover background ----------------------------------------------------------- */
        .light-background {
	background-color: rgba(15, 15, 15, 0.6);
}

.light-background em {
	color: #707070;
}
/**
         * You could create multiple hover background classes for different looks depending on the
         * image type. Use your imagination!
         */




/************************************************************************
Gallery Page
************************************************************************/
			div.boxgrid a.read_more{ color:#3f9ddb;  position: absolute; bottom: 20px; right: 20px; z-index: 1; font-weight: bold; font-size: 12px }
			div.boxgrid h4{ margin: 10px 15px;  font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold; font-size: 20px;  }
			div.boxgrid h4 a {color:#414141; }
			div.boxgrid h4 a:hover {text-decoration: none; border-bottom: dotted 1px #414141}
			li.boxgridcontainer {
				background:url(../images/shadow.jpg) no-repeat scroll 11px 189px transparent;
				height:212px;
				width: 278px;
				list-style: none
			}
			
			.boxgrid{ 
				width: 278px; 
				height: 186px;  
				float:left; 
				background:#fff; 
				border: solid 2px #cacaca; 
				overflow: hidden; 
				position: relative; 
				-moz-box-shadow: 0px 0px 3px #ccc;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					z-index: 999
				}
				.boxgrid p{ 
					padding: 0 15px; 
					color:#414141;  
					font-size: 12px;
					line-height: 18px;
				}

				ul#gallery  {
					padding:0;
					margin:0;
					overflow:hidden;
					}
					ul#gallery li.boxgridcontainer {
					float:left;
					margin:20px 17px;
				}

div.blog-content img.big-thumb {
padding:5px;
display:block;
margin:11px auto 36px auto;
background:#ddd;
outline:1px solid #ccc;
}


div#comment-full div#comment-box form#commentform {
width:700px;

}


/************************************************************************
Footer
************************************************************************/

#footer {
	padding-top: 20px;
	margin-top: 100px;
	height:433px;
	background:url(../images/footer-bg.jpg) repeat-x
}
#top-footer {
	height:382px;
	position:relative
}
#top-footer h3 {
	text-transform:uppercase;
	color:#010101;
	font-weight:bold;
	font-size:1.3em;
	text-shadow:1px 1px #fff;
	background: url(../images/dot.png) no-repeat 0 50%;
	padding-left: 15px
}
#top-footer .footer-logo {
	position:absolute;
	overflow:hidden;
	left:0
}
#top-footer div.footer-list {
	margin-top:38px
}
#top-footer div.footer-list ul {
	margin-left:0
}
#top-footer div.footer-list ul li {
	list-style:none;
	margin-left:0;
}
#top-footer div.footer-list ul li a {
	color:#4a4949;
	display:block;
	border-bottom:1px solid #ccc;
	padding: 3px 0 3px 3px;
	text-decoration:none;
}
#top-footer div.footer-list ul li a:hover {
	background:#eeeeee;
}
#top-footer div.copyright {
	margin-top:100px
}
#top-footer div.copyright p {
	color:#2e2e2f;
	text-shadow:1px 1px #fff
}
#bottom-footer {
	height:51px
}
#top-footer, #bottom-footer {
	width:940px;
	margin:0 auto;
	display:block
}
#footer .menu-lite ul {
	float:left;
	padding-top:15px;
	margin-bottom:-15px;
	margin-left: -7px
}
#footer .menu-lite ul li {
	float:left;
	list-style:none;
	margin:0 8px
}
#footer .menu-lite ul li a {
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px #222
}
#footer .menu-lite ul li a:hover {
	text-decoration:underline
}
#toTop {
	width:96px;
	text-indent:-9999px;
	background: url(../images/totop.png) no-repeat 0 0;
	height:15px;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
}
a:hover#toTop {
	background: url(../images/totop.png) no-repeat 0 -25px;
}
a:active#toTop {
	background: url(../images/totop.png) no-repeat 0 -24px;
}
ul#topnav.sf-menu li.current ul, ul#topnav.sf-menu li ul {
	display:none;
}

/************************************************************************
Register form
************************************************************************/
		div#register-form {width:400px; overflow:hidden; height:230px; position: relative; background: #f9f9f9 url(../images/secure.png) no-repeat 260px 40px; }

		div#register-form p {position: relative}
		
		div#register-form label {
			left:28px;
			position:absolute;
			top:6px;
			cursor: text;
		}
		
		div#register-form input[type="text"]  {
			display:block;
			border:1px solid #ccc;
			margin:5px 20px;
			padding:9px 4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			width:200px;
}
div#register-form input[type="text"]:hover  {
border-color:#b1b1b1;
}

div#register-form input[type="text"]:focus  {
-moz-box-shadow:0 0 3px #ccc;
-webkit-box-shadow:0 0 3px #ccc;
}

div#register-form input[type="submit"]#register {
background:url("../images/register.jpg") repeat scroll 0 0 #FFFFFF;
border:0 none;
clear:both;
cursor:pointer;
height:31px;
left:281px;
overflow:hidden;
position:relative;
text-indent:-9999px;
top:10px;
width:92px;
}

div#register-form input[type="submit"]#register:hover {
background-position: 0 -32px;
}

		div#register-form span {
			display:block;
			margin-bottom:22px;
			margin-top:-5px;
		}
		
		div#register-form div.title {margin-left:15px}
		div#register-form div.title h3,
		div#register-form div.title span {text-shadow:1px 1px 0px #fff}
		div#register-form div.title h3 {
			margin:7px 0;
}
		
div#register-form p.statement {
bottom:4px;
color:#6D6D6D;
font-size:0.9em;
left:26px;
position:absolute;
text-shadow:1px 1px 0 #FFFFFF;
}

/************************************************************************
Error Page and Archive Styles
************************************************************************/

div.entry.blogentry {
margin:20px 0;
padding: 20px 0;
border-bottom: 1px dotted #ccc;
}
div.left-content-secondary .error-style li  {
background:none;
list-style:inherit;
padding:0;
}

div#gallery {min-height:800px}
div.column.faq {
margin-right:0;
padding-right:0;
margin-left: 14px;
}

.line {
	background:transparent url(images/hr.jpg) repeat-x;
	clear:both;
	float:none;
	width:100%;
	height:2px;
	margin:0;
	border:none;
}

p#breadcrumbs {
margin:6px 1px;
}
p#breadcrumbs a {
color:#111;
font-weight:bold;
}


/************************************************************************
Browser Specific Fixes
************************************************************************/

/*WebKit*/
.webkit table#pricing-chart th.business {
	height:158px
}
.webkit table#pricing-chart th.top {
	background:url(../images/table-top.jpg) no-repeat -5px bottom
}
/*Opera*/



/*MSIE*/
.ie a.readmore .hover {
	background: url(../images/readmore.png) no-repeat 0 10px;
}
.ie7 div#main-inner form#contact-form input[type="text"]#name {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#email {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#website {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#phone {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#subject {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form input[type="text"]#email {
	margin-top:-50px
}
.ie7 div#main-inner form#contact-form textarea {
	margin-top:-50px;
	margin-bottom:30px
}
.ie7 div#main-inner form#contact-form input#contact-submit[type="submit"] {
	border: 0;
	background: url(../images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
	float:right;
	position:relative;
	top:65px;
	line-height:0;
	font-size:0;
	left:375px
}
.ie7 div#main-inner form#contact-form input#contact-submit[type="submit"]:hover {
	background-position:0 -40px
}
.ie7 div#main-inner form#sign-up-top input[type="text"] {
	margin-top:-50px
}
.ie7 div#main-inner form#sign-up-bottom input[type="text"] {
	margin-top:-50px
}
.ie7 div#main-inner form#sign-up-bottom input[type="password"] {
	margin-top:-50px
}
.ie7 div#main-inner form#sign-up-top {
	margin-top:0
}
.ie7 div#main-inner input[type="submit"] {
	border: 0;
	background: url(../images/create.gif) no-repeat 0 0;
	cursor: pointer;
	text-indent: 0px;
	line-height:0;
	font-size:0;
	color:#86af38;
	height:70px;
	width: 539px;
	margin: 35px
}
.ie7 div#hq-main {
	margin-top:0px;
	clear:both
}
.ie7 div#gallery div.gallery-content {
	padding:20px 0 40px 0
}



/*Firefox*/




/************************************************************************

jQuery Cycle Slide

************************************************************************/
div#jSlider {height: 317px}
div#jSlider div.slide {margin-top: 30px}
div#jSlider div.slide span.featured {height: 24px; background: url(../images/featured.png) no-repeat 0 0; display: block; text-indent: -9999px}
div#jSlider div.slide h2 {text-transform: uppercase; color: #252525; font-weight: bolder; margin-bottom: 0; text-shadow: 1px 1px 0px #82c9f5}
div#jSlider div.slide div.slideLeft {margin-right: 0px;}
div#jSlider div.slide div.slideLeft a {color: #fff; font-weight: bold}
div#jSlider div.slide div.slideLeft p {padding-right:20px; padding-left: 2px; color:#fff; text-shadow: 1px 1px 0px #3a86b7}
div#jSlider div.slide p {font-size: 1.3em;}
div#jSlider div.slide div.image-container {background: url(../images/shadow-slide.png) no-repeat center bottom; height: 290px; margin-left:-6px;}
div#jSlider div.slide div.read-more a {color: #343434; background: url(../images/read-bullet.png) no-repeat 0 0; height: 31px; display: block; text-transform: uppercase; font-size: 1.4em; font-weight: bold; padding-left: 40px; margin-top: -1px}
div#jSlider div.slide div.read-more a:hover {background-position: 0 -40px; text-decoration: none; color: #4f4f4f}
div#jSlider div.slide div.read-more a:active { position: relative; top:1px}
div#jSlider div.slide div.read-more a:visited {text-decoration: none}




div#banner {position: relative}
div#banner div#nav {position: absolute; bottom:14px; left: 47%}

div#banner div#nav a {
background:url(../images/bullets.png) no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
float:left;
height:10px;
margin:0px 3px;
width:10px;
text-indent: -9999px;
}
div#banner div#nav a.activeSlide {
background-position:-14px 0px;
}

#CSInfoMainHeader {
    margin-bottom: 20px;
}

#CSInfoMainHeader, #CSInfoListHeader {
    color: #717171;
    font-size: 14px;
    font-weight: bold;
}

.main h3, .popup h3 {
    margin: 0 0 6px 0;
    padding: 0 0 0 0px;
    clear: both;
}

div.content p {
    padding: 0px;
}

.alignright {
    float: right;
    padding: 5px;
    background: #e9e9e9;
    border: 1px solid #b9b9b9;
    margin: 7px;
}

.alignleft
{
    float: left;
    padding: 5px;
    background: #e9e9e9;
    border: 1px solid #b9b9b9;
    margin: 7px;
}

#CSInfoList {
    padding-top: 10px;
    list-style: none;
    margin:0px;
}


#CSInfoList li {
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
}



#CSInfoCompanyAddress, #CSInfoList li, #CSInfoList li a {
    font-size: 16px;
    color: #9c9c9c;
    line-height: 32px;
}

img {
    vertical-align: top;
}

#CSInfoList li img {
    margin-right: 20px;
}



.content ul {
    position: relative;
    left: 0px;
}


.bkIndex
{
    height:545px;
    background:url(images/784x545_tr.png) no-repeat;
    width: 784px;
    margin: 0 auto;
}


.rContent {
    float: right;
    width: 308px;
    margin-right: 35px;
    margin-top: 110px;
}

p{margin-bottom: 10px !important;}

div.left-content-secondary p, div.content p {
    line-height: 22px;
}
