/*
Theme Name:Cutline 1.4 (2-Column Right)
Theme URI:http://pearsonified.com
Description:A squeaky clean,
feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>,
and maintained by <a href="http://www.splashpress.com">Splashpress Media</a>.
Version:1.4
Author:Chris Pearson
Author URI:http://pearsonified.com/
Tags:white,
black,
two-columns,
fixed-width,
right-sidebar,
theme-options,
threaded-comments,
microformats,
sticky-post
*/

body {
    background: #fff;
    color: #333;
    font: 62.5% Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

* {
    margin: 0px;
    padding: 0px;
}

/*---:[ global elements ]:---*/

a {
    color: #0060ff;
    text-decoration: underline;
}

a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #df0000;
    text-decoration: underline;
}

a img {
    border: none;
}

blockquote {
    border-left: 1px solid #aaa;
    color: #555;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px 30px 1.5em 30px;
    padding: 0px 0px 0px 10px;
}

abbr,
acronym {
    border-bottom: 1px dotted #aaa;
    cursor: help;
    text-transform: uppercase;
}

code {
    color: #090;
    font-family: Courier, monospace;
}

pre {
    clear: both;
    font-size: 1.3em;
    margin: 0px 0px 1.5em 0px;
    overflow: auto;
}

p.center {
    text-align: center !important;
}

p.bottom {
    margin: 0px !important;
}

p.unstyled {
    font-size: 1.4em;
}

.flickr_blue {
    color: #007ae4;
    text-transform: lowercase;
}

.flickr_pink {
    color: #ff2a96;
    text-transform: lowercase;
}

.green {
    color: #090;
}

.red {
    color: #f00;
}

.orange {
    color: #f40;
}

.purple {
    color: #909;
}

/*---:[ headlines ]:---*/

h1,
h2,
h3 {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 3.6em;
    letter-spacing: -0.03em;
}

#masthead h1 {
    border-top: 1px solid #ccc;
    clear: both;
    padding: 0.4em 0px 0.2em 0px;
    text-align: center;
}

h1 a,
h1 a:visited,
h1 a:hover {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 2em;
}

h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:visited {
    color: #555;
    text-decoration: none;
}

h2 a:hover {
    color: #090;
    text-decoration: none;
}

.posts h2 {
    line-height: 1.2em;
    margin: 0px 0px 0.1em 0px;
}

.pages h2,
h2.page_header {
    background: url("images/hr_title_sep.gif") 0px 100% no-repeat;
    margin: 0px 0px 0.75em 0px;
    padding: 0px 0px 0.6em 0px;
}

h2.archive_head {
    background: url("images/hr_dot_black.gif") 0px 100% repeat-x !important;
    border-top: 3px solid #000 !important;
    font-size: 1.4em !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    margin: 0px 0px 1.8em 0px !important;
    padding: 0.4em 2px !important;
    text-transform: uppercase !important;
}

h3 {
    font-size: 1em;
    text-transform: uppercase;
}

#masthead h3 {
    color: #888;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0px 0px 0.75em 0px;
    text-align: center;
    text-transform: none;
}

.entry h3 {
    clear: both;
    margin: 2.5em 0px 0.5em 0px;
}

.entry h3.top {
    margin: 1.5em 0px 0.5em 0px !important;
}

h3.comments_headers {
    font-size: 1.4em;
}

h4 {
    color: #888;
    font: 1.2em Arial, sans-serif;
}

h4 a,
h4 a:visited {
    color: #888;
    text-decoration: none;
}

h4 a:hover {
    color: #888;
    text-decoration: underline;
}

.posts h4 {
    background: url("images/hr_title_sep.gif") 0px 100% no-repeat;
    margin-bottom: 3px;
    padding: 15px 0px 2px;
}

/*---:[ core layout elements ]:---*/

#container {
    margin: 15px auto 0px auto;
    width: 770px;
}

#content_box {
    clear: both;
    float: left;
    text-align: left;
    width: 770px;
}

#content {
    float: left;
    padding: 0px 40px 0px 0px;
    width: 500px;
}

#sidebar {
    float: left;
    width: 230px;
}

#footer {
    border-top: 2px solid #ccc;
    clear: both;
    float: left;
    padding: 1.2em 0px 0px 0px;
    width: 770px;
}

/*---:[ header styles ]:---*/

#masthead {
    width: 770px;
}

/* #masthead a {
    display: block;
    height: 100px;
    width: 770px;
}*/
/* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav {
    background: url("images/hr_dot_black.gif") repeat-x;
    border-bottom: 3px solid #000;
    clear: both;
    float: left;
    list-style: none;
    padding: 0px 10px;
    width: 750px;
}

ul#nav li {
    float: left;
    font: bold 1.4em Helvetica, Arial, sans-serif;
    padding: 0.85em 40px 0.7em 0px;
    text-transform: uppercase;
}

ul#nav li a,
ul#nav li a:visited {
    color: #000;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #000;
    text-decoration: underline;
}

ul#nav li.current_page_item a,
ul#nav li.current_page_item a:visited,
ul#nav li.current_page_item a:hover {
    color: #090;
    text-decoration: underline;
}

ul#nav li.rss {
    float: right;
    padding: 0.85em 0px 0.7em 0px;
}

ul#nav li.rss a {
    background: url("images/icon_rss.gif") 100% 50% no-repeat;
    padding: 0px 18px 0px 0px;
}

#header_img {
    border-bottom: 1px solid #000;
    clear: both;
    float: left;
    margin: 0px 0px 3em 0px;
    position: relative;
}

#header_img img {
    display: block;
}
/* this is really just an IE 6 and 7 hack in disguise */

/*---:[ content styles ]:---*/

.entry,
.comment .reply {
    font-size: 1.4em;
    line-height: 1.65em;
    overflow: hidden;
}

.entry blockquote {
    font-size: 1em;
}

.entry blockquote.right {
    border: 3px double #aaa;
    border-width: 3px 0px;
    float: right;
    font-size: 1.3em !important;
    font-style: normal !important;
    margin: 0.3em 0px 0.3em 15px !important;
    padding: 0.3em 0px !important;
    text-align: center;
    width: 200px;
}

.entry blockquote.left {
    border: 3px double #aaa;
    border-width: 3px 0px;
    float: left;
    font-size: 1.3em !important;
    font-style: normal !important;
    margin: 0.3em 15px 0.3em 0px !important;
    padding: 0.3em 0px !important;
    text-align: center;
    width: 200px;
}

.entry blockquote.right p,
.entry blockquote.left p {
    line-height: 1.4em !important;
    margin: 0px !important;
}

.entry p {
    margin: 0px 0px 1.5em 0px;
}

.entry ul,
.entry ol {
    margin: 0px 0px 1.5em 40px;
}

.entry ul {
    list-style-type: square;
}

.entry li {
    margin: 0px 0px 0.5em 0px;
}

.entry ul li ul,
.entry ul li ol,
.entry ol li ul,
.entry ol li ol {
    margin: 0.5em 0px 0.5em 30px;
}

.entry dl {
    margin: 0px 0px 1.5em 0px;
}

.entry dt {
    font-weight: bold;
    margin: 0px 0px 0.5em 0px;
}

.entry dd {
    margin: 0px 0px 1.5em 20px;
}

.entry .ad {
    float: right;
    margin: 0px 0px 0.5em 15px;
}

.entry .ad_left {
    float: left;
    margin: 0px 15px 0.5em 0px;
}

/*---:[ image styles ]:---*/

/*.entry img {
    max-width: 490px;
}*/
.entry img,
.entry .gallery img {
    border: 3px double #bbb;
}
.entry img.left,
.entry img.alignleft {
    clear: left;
    float: left;
    margin: 0.5em 15px 0.5em 0px;
    padding: 3px;
}

.entry img.right,
.entry img.alignright {
    clear: right;
    float: right;
    margin: 0.5em 0px 0.5em 15px;
    padding: 3px;
}
.entry img.center,
.entry img.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin: 0px auto 1.5em auto;
    padding: 3px;
}
.entry img.off {
    border: none !important;
    padding: 0px !important;
}
.entry img.stack {
    clear: none !important;
}
.entry div.alignleft {
    float: left;
    text-align: left;
}
.entry div.alignright {
    float: right;
    text-align: right;
}
.entry div.aligncenter {
    margin: 0px auto;
    text-align: center;
}
.entry div.wp-caption {
    border: 3px double #bbb;
    margin-bottom: 1.5em;
    max-width: 490px;
    overflow: hidden;
}
.entry .wp-caption img {
    border: none;
    display: block;
    margin: 5px auto;
}

.entry .wp-caption-text {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0px 5px;
}
.entry .gallery {
    margin: auto auto 15px;
}
.entry .gallery .gallery-item {
    margin: 0px 0px 0.6em;
}
.entry .gallery .gallery-icon,
.entry .gallery .gallery-caption {
    margin: 0px;
}
.entry .gallery .gallery-caption {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0px 5px;
    text-align: left;
}

.tagged {
    background: url("images/hr_tag_sep.gif") no-repeat;
    clear: both;
    color: #888;
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0.4em 0px 0px 0px;
}
.tagged a,
.tagged a:visited {
    color: #333;
    padding: 0.25em;
    text-decoration: none;
}
.tagged a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.add_comment {
    display: block;
    float: right;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
}
.navigation {
    float: left;
    font-size: 1.4em;
    width: 500px;
}
.previous {
    float: left;
    padding: 0px 20px 0px 0px;
}
.next {
    float: right;
}
.clear {
    clear: both;
    height: 1px;
    margin: 0px 0px 5em 0px;
    width: 500px;
}
.rule {
    background: url("images/hr_tag_sep.gif") no-repeat;
}
.flat {
    margin: 0px 0px 2em 0px !important;
}
.whitespace {
    margin: 0px 0px 3.5em 0px !important;
}

/*---:[ sidebar styles ]:---*/

ul.sidebar_list {
    list-style: none;
}
ul.sidebar_list li.widget,
ul.sidebar_list li.linkcat {
    float: left;
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0px 0px 2.5em 0px;
    width: 230px;
}

li.widget h2,
li.linkcat h2 {
    background: url("images/hr_dot_black.gif") 0px 100% repeat-x;
    border-top: 3px solid #000;
    font-size: 1.077em;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0px 0px 0.8em 0px;
    padding: 0.4em 2px;
    text-transform: uppercase;
}

li.widget p {
    margin: 0px 0px 1.5em 0px;
    padding: 0px 10px;
}

li.widget ul,
li.linkcat ul {
    list-style: square;
    margin: 0px 0px 0.5em 20px;
}

li.widget ol,
li.linkcat ol {
    margin: 0px 0px 0.5em 20px;
}

li.widget li,
li.linkcat li {
    margin: 0px 0px 0.7em 0px;
}

li.widget li a,
li.widget li a:visited,
li.linkcat li a,
li.linkcat li a:visited {
    text-decoration: none;
}

li.widget li a:hover,
li.linkcat li a:hover {
    text-decoration: underline;
}

li.widget li .recent_date {
    color: #888;
    font-weight: bold;
    padding: 0px 0px 0px 8px;
}

li.widget ul.flickr_stream {
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
}

li.widget ul.flickr_stream li {
    display: inline;
    margin: 0px;
    padding: 0px 5px 5px 0px;
}

li.widget ul.flickr_stream li a img {
    padding: 3px;
}

li.widget ul.flickr_stream li a:hover img {
    background: #ff2a96;
}

/*---< FlickrRSS styles for the widget only>---*/

li.widget_flickrrss {}

li.widget_flickrrss a img {
    margin: 0px 5px 5px 0px;
    padding: 3px;
}

li.widget_flickrrss a:hover img {
    background: #ff2a96;
}

/*---< Calendar widget styles>---*/

#calendar_wrap {
    font-size: 1.3em;
}

/*---:[ footer styles ]:---*/

#footer p {
    color: #888;
    font-size: 1.3em;
    margin: 0px 0px 0.923em 0px;
    text-align: right;
}

#footer a,
#footer a:visited {
    color: #888;
    text-decoration: none;
}

#footer a:hover {
    color: #888;
    text-decoration: underline;
}

/*---:[ comment styles ]:---*/

#comments {
    clear: both;
    float: left;
    width: 500px;
}

ul#comment_list {
    border-top: 1px solid #bbb;
    float: left;
    list-style: none;
    margin: 0px 0px 1.2em;
}

ul#comment_list li {
    overflow: hidden;
}

ul#comment_list li.comment {
    border-bottom: 1px dotted #bbb;
    float: left;
    padding: 1.2em 0px;
    width: 500px;
}

ul#comment_list li.comment ul.children {
    padding: 0px 0px 0px 3.6em;
}

ul#comment_list li.comment ul.children li {
    border-bottom: none;
    border-top: 1px dotted #bbb;
    list-style: none;
    margin-top: 1.2em;
    padding-bottom: 0px;
    width: 100%;
}

ul#comment_list li.trackback,
ul#comment_list li.pingback {
    background: url("images/trackback_bg.gif");
    padding: 1.2em 15px;
    width: 470px;
}

.comment_meta {
    margin: 0px 0px 1.2em 0px;
}

.comment_avatar .avatar {
    float: right;
    padding: 0px 15px 0px 20px;
}

.comment_num {
    float: right;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px 15px 0px 20px;
}

.trackback .comment_num,
.pingback .comment_num {
    padding: 0px 0px 0px 20px;
}

.comment_num a,
.comment_num a:visited {
    color: #888;
    text-decoration: none;
}

.comment_num a:hover {
    color: #df0000;
    text-decoration: none;
}

.comment_meta strong {
    font-size: 1.6em;
}

.comment_time {
    font: normal 1.1em Verdana, Helvetica, Arial, sans-serif;
}

.comment_time,
.comment_time a {
    color: #888;
    text-decoration: none;
}

.comment_time a:hover {
    text-decoration: underline;
}

.comment .entry,
.comment .reply {
    padding: 0px 15px;
}

.comment .entry p {
    margin: 0px 0px 1em 0px;
}

/*---:[ comment form styles ]:---*/

#respond {
    clear: both;
    overflow: hidden;
    padding: 2.4em 0px 0px;
}

#comment_form {
    float: left;
    padding: 1em 0px 0px 0px;
    width: 500px;
}

#comment_form p {
    padding: 0.6em 0px;
}

#comment_form label {
    font-size: 1.2em;
    padding: 0px 0px 0px 10px;
}

#comment_form .text_input {
    border-bottom: 1px solid #fff;
    border-left: 2px solid #999;
    border-right: 1px solid #fff;
    border-top: 2px solid #999;
    color: #444;
    font: normal 1.4em Georgia, "Times New Roman", Times, serif;
    padding: 3px;
    width: 191px;
}

#comment_form .text_area {
    width: 321px !important;
}

#comment_form .text_input:focus {
    border-bottom: 1px solid #ddd;
    border-left: 2px solid #666;
    border-right: 1px solid #ddd;
    border-top: 2px solid #666;
}

#comment_form .form_submit {
    background: url("images/submit_bg.gif");
    border: 3px double #999;
    border-left-color: #ccc;
    border-top-color: #ccc;
    cursor: pointer;
    font: bold 1.4em Georgia, "Times New Roman", Times, serif;
    padding: 0.4em 4px;
}

#comment_form p.subscribe-to-comments {
    font-size: 1.4em;
}

#comment_form p.subscribe-to-comments label {
    font-size: 1em;
}

/*---:[ search form styles ]:---*/

#search_form {}

#search_form .search_input {
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #999;
    border-right: 1px solid #f5f5f5;
    border-top: 1px solid #999;
    color: #090;
    font: normal 1em Georgia, "Times New Roman", Times, serif;
    padding: 3px;
    width: 221px;
}

li.widget .search_input {
    font-size: 1.1em !important;
}

#search_form .search_input:focus {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #666;
    border-right: 1px solid #ddd;
    border-top: 1px solid #666;
}


/*
custom.css ? custom styles for Cutline that YOU define
------------------------------------------------------

*/
a {
    color: #5e8216;
    text-decoration: none;
}

a:hover {
    color: #5e8216;
    text-decoration: underline;
}

a:visited {
    color: #5e8216;
    text-decoration: none;
}

ul {
    list-style-image: url("imgs/bullet.png");
    margin: 0px 0px 0px 17px;
    padding: 0px;
}


.entry li {
    border: 0px none;
    margin: 0px;
    padding: 0px 16px 0px 0px;
}

h1 {
    /* line-height: 16px; */
    background: url("imgs/HP-three-dots-16px.png") top left no-repeat;
    color: #89b932;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 10px;
    text-indent: 20px;
    text-transform: uppercase;
}

h2 {
    /* background: url("imgs/HP-three-dots-16px.png") top left no-repeat; text-indent: 20px; */
    background: none;
    color: #89b932;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    color: #4f494b;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    text-indent: 0px;
}

.entry ul,
.entry ol {
    margin: 0px 0px 1.5em 20px;
}

.entry,
.comment .reply {
    font-size: 1.3em;
    line-height: 1.65em;
}

.entry img,
.entry .gallery img {
    border: 0px;
}

a:hover {
    text-decoration: underline;
}

table h3 {
    color: #89b932;
}

/* setting the seperia site width */

html,
body {
    /* text-align: left; */
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #fff url("imgs/bg.png") repeat-x scroll 0px 0px;
    color: #4f494b;
    font-family: verdana;
}


#container {
    width: 952px;
}


#masthead {
    height: 60px;
    padding-top: 10px;
    width: 952px;
}

#logo {
    float: left;
}

.slog {
    font-size: 1.2em;
    margin-left: -140px;
}

/* top links */

ul#top_links {
    float: right;
    list-style: none none;
    margin-top: 40px;
}

#top_links li {
    float: left;
    margin: 0px 5px;
}

#top_links li a {
    color: black;
    font-size: 11px;
    text-decoration: none;
}

#top_links li a strong {
    color: #89b932;
}

#top_links li a:hover {
    color: black;
    text-decoration: underline;
}

/* menu */

ul#nav {
    background: none;
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 5px 2px;
    width: 952px;
}



#nav a {
    display: block;
    float: left;
    outline: none;
    text-indent: -900%;
}

#nav span {
    /*background: url("imgs/menu/separator-line.gif");*/
    display: block;
    float: left;
    height: 42px;
    width: 1px;
}

ul#nav li {
    padding: 3px 0px;
}



#nav .company {
    background: url("images/menu_sprite.png");
    background-position: 949px 0px;
    display: block;
    height: 41px;
    width: 150px;
}

#nav .company:hover {
    background-position: 949px 42px;
    display: block;
    height: 41px;
    width: 150px;
}

#nav .services {
    background: url("images/menu_sprite.png");
    background-position: 797px 0px;
    display: block;
    height: 41px;
    width: 148px;
}

#nav .services:hover {
    background-position: 797px 42px;
    display: block;
    height: 41px;
    width: 148px;
}

#nav .solutions {
    background: url("images/menu_sprite.png");
    background-position: 649px 0px;
    display: block;
    height: 41px;
    width: 193px;
}

#nav .solutions:hover {
    background-position: 649px 42px;
    display: block;
    height: 41px;
    width: 193px;
}

#nav .technology {
    background: url("images/menu_sprite.png");
    background-position: 456px 0px;
    display: block;
    height: 41px;
    width: 176px;
}

#nav .technology:hover {
    background-position: 456px 42px;
    display: block;
    height: 41px;
    width: 176px;
}


#nav .clients {
    background: url("images/menu_sprite.png");
    background-position: 280px 0px;
    display: block;
    height: 41px;
    width: 136px;
}

#nav .clients:hover {
    background-position: 280px 42px;
    display: block;
    height: 41px;
    width: 136px;
}


#nav .contact {
    background: url("images/menu_sprite.png");
    background-position: 144px 0px;
    display: block;
    height: 41px;
    width: 144px;
}

#nav .contact:hover {
    background-position: 144px 42px;
    display: block;
    height: 41px;
    width: 144px;
}
/*
#nav .news {
    background: url("imgs/menu/News.gif");
    display: block;
    height: 42px;
    width: 193px;
}

#nav .news:hover {
    background: url("imgs/menu/News_Over.gif");
    display: block;
    height: 42px;
    width: 193px;
}
*/



/* home page */

#flash_hp {
    margin-bottom: 0px;
}


#content_box {
    background-color: #fff;
    border-left: #d6d6d8 solid 1px;
    border-right: #d6d6d8 solid 1px;
    border-top: #d6d6d8 dotted 1px;
    clear: both;
    margin-top: 0px;
    padding: 18px 20px 18px 40px;
    text-align: left;
    width: 889px;
}


#content {
    border-right: #d6d6d8 dotted 1px;
    padding-right: 37px;
    vertical-align: top;
    width: 630px;
}

/* home page sidebar */

#hp_sidebar {
   
    padding-left: 13px;
    padding-top: 30px;
    text-align: center;
    vertical-align: top;
    width: 200px;
    float: right;
    margin-right:-7px;
}

#hp_sidebar img{
   
    margin-right: 33px;
    margin-bottom:17px;
}

#clients_slide li {
    list-style: none;
}

.aslideshow {
    margin: auto;
}

/* footer */

#footerbox {
    float: left;
    height: 100px;
    width: 950px;
}

#footer {
    background-color: #f0f4e8;
    border-top: #d6d6d8 dotted 1px;
   /* padding: 18px 69px 0px;*/
    text-align: center;
    width: 950px;
}

#footer_down {
    background: url("imgs/bottom-edge-hp.png") top left no-repeat;
    clear: all;
    display: block;
    float: left;
    height: 25px;
    width: 950px;
}

#rights {
    clear: all;
    float: left;
    margin: 10px 10px;
    width: 500px;
}

#footer li {
  /* border-right: #d6d6d8 dotted 1px;*/
    border-top: 0px;
    float: left;
    font-size: 11px;
    line-height: 14px;
    list-style-type: none;
    padding: 0px 25px;
    vertical-align: top;
    width: 186px;
    text-align:left;
}

#footer li.widget h2,
#footer li.linkcat h2 {
    background: none;
    border-top: 0px solid #000;
    color: #5e8216;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0px 0px 0px;
    padding: 0px;
    padding-left: 0px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

#footer p {
    font-size: 11px;
    line-height: 1.6em;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-indent: 0px;
}

/* page template */

#content_p {
    background-color: #fff;
    border-left: 1px dotted #d6d6d8;
    float: right;
   /* min-height: 884px;*/
    padding-left: 27px;
    padding-right: 20px;
    vertical-align: top;
    width: 653px;
}

#page_sidebar {
    background-color: #f6f8ed;
    float: left;
    padding: 28px 0px 0px 2px;
    vertical-align: top;
    width: 200px;
}





#content_box_p {
    background-color: #f6f8ed;
    border-left: #d6d6d8 solid 1px;
    border-right: #d6d6d8 solid 1px;
    border-top: #d6d6d8 dotted 1px;
    clear: both;
    margin-top: 0px;
    overflow: auto;
    padding: 0px;
    text-align: left;
    width: 950px;
}

/* firefox fix for height */



/* Firefox3-specific CSS property for header_right.gif */

@-moz-document url-prefix() {
    
    #content_box_p,
    x:-moz-any-link,
    x:default {
        margin-top: -3px;
    }
}



/* end of firefox fix */


#breadcrumbs {
    border-bottom: #d6d6d8 dotted 1px;
    font-size: 1.3em
    font-family: arial;
    height: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
}

#breadcrumbs a {
    color: #4f494b;
    float: left;
    font-size: 13px;
    line-height: 18px;
}

#breadcrumbs a:hover {
    float: left;
    text-decoration: underline;
}

#breadcrumbs span {
    background: url("imgs/bc_separator.png") no-repeat scroll center top;
    float: left;
    height: 18px;
    width: 24px;
}

#breadcrumbs .current_bread {
    color: #4f494b;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}


/*

#breadcrumbs a {
    background: transparent url("imgs/bc_separator.png") no-repeat scroll RIGHT top;
    color: #4f494b;
    float: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-indent: 0px;
    text-transform: none;
    width: 60px;
}

#breadcrumbs span {
    background: transparent;
    color: #4f494b;
    float: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-indent: 0px;
    text-transform: none;
}

*/



/* first level nav on the sidebar */


h2 a,
h2 a:visited {
    color: #89b932;
    text-decoration: none;
}

h2 a:hover {
    color: #89b932;
    text-decoration: underline;
}



#page_links .current_page_item {
    font-weight: bold;
}

#page_links .children .current_page_item {
    \
    color: black;
    text-decoration: underline;
}





#page_links li.widget h2:after {
    content: url("imgs/three-dots-sidem-head.png");
    margin-left: 10px;
}


#page_links li {
    list-style-type: none;
}


#page_links li ul {
    border-bottom: #d6d6d8 dotted 1px;
    line-height: 40px;
    list-style-image: none;
}

#page_links li ul li {
    border: none;
    list-style: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}



#page_links li ul li {
    color: #89b932;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}




#page_links li ul li a {
    /* border-bottom: #d6d6d8 dotted 1px; */
    border-top: #d6d6d8 dotted 1px;
    color: #89b932;
    display: block;
    max-height: 40px;
    overflow: hidden;
}

#page_links li ul li a:hover {
    color: #89b932;
    text-decoration: underline;
}

#page_links li ul li a:active {
    font-weight: bold;
}



/* first level end */




/* second */

#page_links li ul li ul {
    border-bottom: none;
}

#page_links li ul li ul li a {
    border: none;
    color: #4f494b;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 5px;
    text-decoration: none;
    text-transform: none;
    margin-left:-5px;
}







#page_links li ul li ul li {
    border: none;
    list-style: url("imgs/bullet_sm.gif") outside;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: 5px;
}








#toolbar_btn {
    margin-left: 20px;
    margin-top: 20px;
}

#add_this {
    margin-left: 20px;
    margin-top: 20px;
}

/* page footer */

#down_img {
    background: transparent url("imgs/bottom-edge-2.png") no-repeat left top;
    display: block;
    height: 25px;
    margin-bottom: 10px;
    width: 952px;
}


#top_f_img {
    background: transparent url("imgs/footer-links-top.png") no-repeat left top;
    display: block;
    height: 25px;
    width: 950px;
}

#footer.pageee {
    /*background: transparent url("imgs/footer-links-bg.png") repeat-y scroll 0px 0px;*/
    border-top: none;
   /* padding: 0px 69px 0px;*/
    width: 950px;
}

/* for nav widget */
#page_links {
    list-style: none;
}

#page_links li.widget h2,
#page_links li.linkcat h2 {
    background: none;
    border-top: none;
    color: #89b932;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 28px;
    list-style: none;
    margin: 0px;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
}



/* sidebar home */
li.widget h2,
li.linkcat h2 {
    background: url("imgs/bc_separator.png") no-repeat scroll left top;
    border: none;
    color: #4f494b;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 55px;
    padding-left: 14px;
    padding-top: 3px;
    text-indent: 0px;
    width: 205px;
}

/* news page */

#news_post {
    background: rgb(241, 241, 241) none repeat scroll 0px 0px;
    margin-bottom: 10px;
    padding: 10px 10px 1px;
    text-transform: none;
    width: 451px;
}

#news_post img {
    float: left;
    margin-right: 10px;
}

#news_post h3 {
    color: #89b932;
    font-weight: bold;
    text-transform: uppercase;
}


/* client page */

#content_p .entry img {
    float: left;
    margin: 6px;
}

#content_p_clients {
    background-color: #fff;
    border-left: 1px dotted #d6d6d8;
    float: right;
    padding-left: 27px;
    padding-right: 20px;
    vertical-align: top;
    width: 904px;
}

#down_img_full {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url("imgs/bottom-edge.png") no-repeat scroll left top;
    display: block;
    height: 25px;
    margin-bottom: 10px;
    width: 952px;
}

#content_p_clients form {
    font-family: arial;
    font-size: 13px;
}


/* c.v submission */

#theForm table {
    font-family: arial;
    font-size: 13px;
    width: 691px;
}

/* twitter */

.twtr-tweet-text {
    color: #4f494b;
    font-family: arial, sans-serif !important;
    font-size: 12px !important;
}
.twtr-hd {
    display: none;
}

.posts h2 {
    margin: 20px 0px 10px 0px;
}

.posts h4 {
    background: none repeat scroll 0px 0px transparent;
    margin-bottom: 3px;
    padding: 15px 0px 2px;
}
.entry p {
    margin: 0px 0px 0.5em;
}

/* contact page */

td.textInput {
    background: transparent url("imgs/form-field-text-bg.gif") no-repeat scroll 0px 0px;
    display: block;
    height: 24px;
    padding: 2px 8px;
    vertical-align: top;
    width: 284px;
}

td.inputName {
    padding-right: 28px;
    vertical-align: top;
    width: 115px;
}

td {
    border: 0px none;
    border-spacing: 0px;
    color: #4f494b;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0px;
    min-width: 90px;
    padding-right: 5px;
    text-align: left;
    vertical-align: top;
}


td .contactFormMidTd {
    display: none;
}

input.contact {
    background: transparent none repeat scroll 0px 0px;
    border: 0px none;
    font-size: 13px;
    line-height: 16px;
}

td.textareaInput {
    background: transparent url("imgs/form-field-textarea-bg.gif") no-repeat scroll 0px 0px;
    height: 99px;
    padding: 8px;
    vertical-align: top;
    width: 284px;
}

textarea.contact {
    background: transparent none repeat scroll 0px 0px;
    border: 0px none;
    font-size: 13px;
    line-height: 16px;
}

.alignTop {
    vertical-align: top;
}


/* fix for client login table */

#client_center td {
    min-width: 0px;
}

/* testemonials */


.entry #tableit img {
    display: block;
    margin: 0px 14px 16px 0px;
    position: relative;
}

.entry #tableit a {
    /* content: url("/images/bc_separator.png"); line-height: 18px; */
}

/* fix for hompeage sidebar */

.widgettitle {
    display: block;
    margin-top: 30px;
}

/* homepage footer */


#footer a {
    color: #7d7d7d;
}

#footer ul {
    font-size: 11px;
    list-style: none;
}

#footer li ul {
    list-style: none;
    margin-left: -20px;
}

#footer li.widget li {
    margin: 0px 0px 0.2em;
}

#footer li ul li {
    border-right: none;
    list-style: none;
    text-align: left;
}




#footer li ul li:first-child {
    line-height: 14px;
}


#footer li ul li:first-child a {
    color: #6c8d2b;
    font-size: 11px;
    font-weight: bold;
}

#footer li.widget h2 {
    display: none;
}


#nav_menu-6,
#nav_menu-3,
#nav_menu-11,
#nav_menu-12,
#nav_menu-7,
#nav_menu-5,
#nav_menu-4,
#nav_menu-10,
#nav_menu-9,
#nav_menu-8 {
    min-height: 120px;
}

/* height fix for the clear div */

.clear {
    margin: 0px 0px 1em;
}

/* tool bar page */

#toolbar td {
    min-width: 0px;
}

/* general */

h5 {
    font-size: 1em;
    line-height: 40px;
}

/* footer add this fix */

#footer .widget_text {
    border: medium none;
    height: 138px;
    width: 40px;
}

/* site map */

#content_p_clients {
    list-style: none;
}

#content_p_clients .widget_nav_menu {
    float: left;
    font-size: 12px;
    list-stye: none;
    padding: 10px;
}

#content_p_clients .widget_nav_menu ul {
    list-style: none;
    margin-top: 10px;
}
/* clients page gallery */

#gallery-1 img {
    border: none !important;
}

#content_p .entry #image_gallery img {
    float: none;
    margin: 10px;
    position: relative;
}



/* fix for nav h2 */

.nav_fixed {
    background: none repeat scroll 0px 0px transparent;
    border-top: medium none;
    color: #89b932;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 40px;
    list-style: none outside none;
    margin: 0px;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
}



/* careers in the header emphasis 

.careerss {}


.careerss:after {
    content: url("imgs/bc_separator.png");
    margin-left: 10px;
}*/

#facebook_container {
    margin-top: -13px;
    position: absolute;
}
.wpfblike {
    /* margin-top: 327px; */
    position: absolute;
}
#company_content {
    height: 380px;
}


.buttons_mainpage {
    background-image: url("imgs/button-send.jpg");
    background-repeat: no-repeat;
    border: 0px none;
    cursor: pointer;
    float: right;
    height: 30px;
    margin: -26px 133px 0px 0px;
    padding: 0px;
    width: 81px;
}

td.textInput input {
    border: 0px none;
}
#locations {
    height: 80px;
    margin: 0px auto;
    width: 800px;
}
#locations td strong {
    color: #89b932;
}
#locations td img {
    margin-left: 10px;
    vertical-align: middle;
}

.fb_edge_widget_with_comment {
    position: absolute;}

#social_buttons{
    float: left;
    height: 101px;
    line-height: 55px;
    margin-left: 13px;
    margin-top: 40px;
    width: 232px;
   
} 

#submit_c_v img{
    float: left;
    margin-left: -24px;
    margin-top: -11px;}
    
    
#cimy_div_id {
		float: left;
		margin: 17px 14px;
		width: 150px;
		height: 80px;
	}
div.cimy_div_id_caption {
		position: absolute;
		margin-top: 175px;
		margin-left: -75px;
		width: 150px;
		text-align: center;
		left: 50%;
		padding: 5px 10px;
		background: black;
		color: white;
		font-family: sans-serif;
		border-radius: 10px;
		display: none;
		z-index: 2;
	}
.txt_orange{
    color:orange;
}

#social_box{
    background-color: #FFFFFF;
    border: thin solid #D6D6D8;
    border-radius: 10px;
    height: 197px;
    margin: 40px 56px 0;
    padding: 21px 4px;
    width: 115px;
}
.fb_sidebar{margin-left:15px;}
.g1_sidebar{margin-left: 16px; margin-top: 12px;}
.twr_sidebar{margin-left:16px; margin-top: 16px;}
.li_sidebar{margin-left:16px; margin-top: 16px;}


#social_box_inner{
    background-color: #FFFFFF;
    border: thin solid #D6D6D8;
    border-radius: 10px 10px 10px 10px;
    height: 50px;
    margin: 0 auto;
    padding: 5px;
    width: 580px;

}
.fb_inner{/*margin: 15px;float:left;position: absolute;*/

    float: right;
    margin: 12px 190px;
    position: absolute;

}
/*
.g1_inner{margin: 13px 15px; float:left;}
.twr_inner{margin:15px; float:left;}
.li_inner{margin: 15px 15px 15px 0; float:left;}
*/
.g1_inner{    
    float: left;
    margin: 12px 5px;
    }
.twr_inner{    
    float: left;
    margin: 15px 5px;
    }
.li_inner{    
    float: left;
    margin: 15px 5px;
    }
/*careers social media */
#social_box_career{
    /*background-color: #FFFFFF;
    border: thin solid #D6D6D8;
    border-radius: 20px 20px 20px 20px;
    height: 101px;
    margin: 0 auto;
    padding: 5px;
    width: 430px;
    */
    background-color: #FFFFFF;
    border: thin solid #D6D6D8;
    border-radius: 10px;
    height: 54px;
    margin: 0 auto;
    padding: 5px;
    width: 546px;
}
#small_icons_holder{    
    /*float: left;
    margin-left: 103px;
    margin-top: 50px;
    */
      float: left;
}
#submit_buttons{width:400px;margin:auto 0;height:50px;}
.cv_page{float: left;margin-top: -17px;}
.cv_linked{float:right;}
#below_content{/*height:270px*/}
#facebook_fix{position:absolute;}
.adwords_logo{
    background-image: url("certificates/adwords_03.gif");
    background-repeat: no-repeat;
    height: 124px;
    margin: 39px 56px;
    width: 125px;
    }
.conversion_logo1{
    background-image: url("certificates/analytics_03.gif");
    background-repeat: no-repeat;
    height: 124px;
    margin: 12px 55px;
    width: 125px;
}
.conversion_logo2{
    background-image: url("certificates/website_optimizer_03.gif");
    background-repeat: no-repeat;
    height: 124px;
    margin: -11px 56px;
    width: 125px;
}

#diagram_holder{
    list-style: none outside none;
    margin: 0 auto;
    width: 660px;
    
}
#diagram_holder li{
    list-style: none;
    float:left;
    padding:0;
    margin:0;
    
}
#diagram_holder p{
    padding:0;
    margin:0;
    
}
#diagram_ppc{
    height:344px;
    float:left;
    width:330px;
    
}
.dia-sm{    
    background-image: url("images/sm-green.png");
    background-position: 12px 28px;
    background-repeat: no-repeat;
    float: left;
    height: 183px;
    width: 90px;
    }
.dia-sm:hover{    
    background-image: url("images/sm-black.png");
    }
.dia-sem{
    height:56px;
    width:114px;
    float:left;
    background-image: url("images/sem-green.png");
    }
.dia-sem:hover{
    background-image: url("images/sem-black.png");
    }
.dia-mobile{    
    background-image: url("images/mobile-green.png");
    background-position: -3px 47px;
    background-repeat: no-repeat;
    float: left;
    height: 118px;
    width: 66px;
    }
.dia-mobile:hover{    
    background-image: url("images/mobile-black.png");
    }
.dia-edge{    
    float: left;
    margin-left: 82px;
    }

#diagram_seo{
    height:344px;
    float:right;
    width:330px;
}

.dia-smo{
    background-image: url("images/smo-green.png");
    width:50px;
    height:56px;  
    float: left;  
    }
.dia-smo:hover{
    background-image: url("images/smo-black.png");
    }
.dia-seo{
    background-image: url("images/seo-green.png");
    background-position: 0 34px;
    background-repeat: no-repeat;
    float: left;
    height: 122px;
    width: 142px;
    }
.dia-seo:hover{
    background-image: url("images/seo-black.png");
    }
.dia-co{
    background-image: url("images/co-green.png");
    width:96px;
    height:70px;
    float: left;
    }
.dia-co:hover{
    background-image: url("images/co-black.png");
    }  
    
.draw_ppc{
    margin-left:-17px;
    float:left;
    margin-top: 25px;
    height: 160px;
}
.draw_seo{
    margin-left:-11px;
    float:left;
    margin-top: 25px;
    height: 160px;
}
.dia_link{margin-top: 197px;}


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url('images/black_arrow.png');
	font-size:12px;
	height:92px;
	width:160px;
	padding: 14px 25px;
    text-align: left;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0;
}

