/*
 * Title: Business Elegance v.1.0
 * Site: http://www.chamadigital.com
 * Author: Anselmo Ribeiro
 * Last Modified: 28_02_2008
*/



/*global reset */


html *
{
    padding: 0;
    margin: 0;
}
a img, :link img, :visited img
{
    border: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul
{
    list-style-type: none;
}

p
{
    line-height: 1.5em;
}
/*  global reset */

/* base html */

em
{
    color: #008080;
}

body
{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.5em;
    font-family: Verdana,Geneva,sans-serif;
    text-align: center; /*this is in place to center in older browsers*/
    background: url("images/bgd.gif") 0 50%;
}

a:link
{
    /* unvisited link */
    padding: 0px 0px 2px 0px;
    text-decoration: none;
    color: #125eb3;
    border-bottom: solid 2px #008080;
}

a:visited
{
    /* unvisited link */
    padding: 0px 0px 2px 0px;
    text-decoration: none;
    color: #8d3b23;
    border-bottom: solid 2px #008080;
}

a:hover
{
    /* mouse over link */
    padding: 0px 0px 2px 0px;
    text-decoration: none;
    color: #777;
    border-bottom: solid 2px #008080;
}

/* end base html */
/*  layout */
#wrapper
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    color: #000;
}
#header
{
    width: 956px;
    padding: 20px 22px 10px 22px;
    height: 100px;
    position: relative; /*background: #fff url("images/bgd.gif");*/
}
#header h1
{
    position: absolute;
    top: 40px;
    left: 22px;
    width: 400px;
    height: 23px;
    margin-top: 30px; 
    font-weight: bold;
}
#header a
{
    text-decoration: none;
    border: none;

}

#content
{
    float: left;
    width: 1000px; /*background: #fffff0;*/
}
#col_left
{
    float: left;
    width: 671px;
    padding: 15px 22px;
}

#col_left_demo
{
    float: left;
    width: 820px;
    padding: 15px 0px 0px 22px;
}

#col_right_demo
{
    float: left;
    width: 100px;
    padding: 50px 0px 0px 0px;
}

#full_width
{
    float: left;
    padding: 15px 22px;
    background: #fff;
}
#update_list
{
    float: left;
    width: 950px;
    padding: 30px 22px;
}
#update_list p.date
{
    color: #b31e12;
    font-weight: bold;
}
#update_list ul
{
    list-style-type: square;
    padding: 15px;
}
#update_list li
{
    padding: 4px;
}

#col_right
{
    float: right;
    width: 255px;
    padding: 15px 15px 15px 15px;
}
#footer
{
    width: 1000px;
    margin: 10px auto 20px auto;
    
}
#footer p
{
    text-align: center;
    color: #fff;
    line-height: 2em;
}

/*navigation*/
#navigation
{
    /* position: absolute;
    top: 5px;
    right: 22px; */
    background-color: #125eb3;
    width: 956px;
    height: 39px;

}
#navigation li
{
    float: left;
}
#navigation a
{
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 25px 10px 25px; 
    border-right: 0px solid white; 
    color: white;
    font-weight: normal;
    background-color: #008080;
}
#navigation a:hover
{
    background-color: #8d3b23;
}

#imagem
{
    position: absolute;
    top: 142px;
}
#search
{
    position: absolute;
    top: 105px;
    left: 22px;
}

h2#slogan
{
    position: absolute;
    top: 40px;
    right: 22px;
    font-size: 1.25em;
    font-weight: normal;
    color: #008080;
}
h2#slogan span
{
    font-style: italic;
    color: #008080;
}
h2
{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
    color: #008080;
    font-family: Georgia, Serif;
}

#search input
{
    float: left;
    border: 1px solid #393e41;
    padding: 3px;
    color: #fff;
    width: 152px;
}
#search .btn
{
    border: 0;
    margin: 0 0 0 7px;
    padding: 0;
    width: auto;
}
#about_us
{
    float: left;
    width: 390px;
    margin-right: 0px;
    display: inline;
}

#about_us a
{
    border-bottom: none;
}

#demogif
{
    float: left;
    width: 300px;
    margin-right: 27px;
    display: inline;
}

#demogif a
{
    border-bottom: none;
}

#services
{
    float: left;
    width: 280px;
    margin-right: 0px;
    margin-top: 20px;
    display: inline;
}
#clients
{
    float: left;
    width: 146px;
    display: inline;
}
#services ul li
{
    padding: 0 0 14px 0px;
}
#clients ul li
{
    padding: 0 0 14px 0px;
}

h3
{
    padding: 20px 0 10px 0px;
    font-size: 1.2em;
    font-weight: normal;
    color: #008080;
    font-family: Georgia, Serif;
}
#center
{
    float: left;
    padding-bottom: 35px;
    background: #fff;
}

#center p
{
    padding: 5px 0px 0px 0px;
}
#quote
{
    float: left;
    padding: 35px 0;
    font-size: 1em;
    font-style: italic;
    letter-spacing: 2px;
    color: #b31e12;
}
#quote p
{
    line-height: 1em;
}
#quote p.testimonial
{
    font-size: 1em;
    font-style: normal;
    color: #fff;
}
#quote .quote
{
    font-size: 1em;
}
#news
{
    padding: 5px;
    margin: 20px 0px 0px 0px;
}
#news li
{
    margin-bottom: 1em;
    list-style-type: none;
    
}
#news li p.text
{
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#news li p.date
{
    font-size: 1.1em;
    margin-top: 2em;
    color: #b31e12;
}

#news a
{
    text-decoration: none;
}





/* Example tumblrBadge CSS */
.tumblr-badge
{
    padding: 5px;
    background: #fff;
    margin: 35px 0px 0px 0px;
}
.tumblr-badge li
{
    margin-bottom: 20px;
    list-style-type: none;
}

.tumblr-badge img
{
    display: block;
}
.tumblr-badge em
{
    display: block;
    margin-top: 0.2em;
}

.tumblr p
{
    margin-top: 1em;
}


#contacts
{
    margin-top: 30px;
}

#contacts p
{
    margin-top: 10px;
    text-align: center;
}

.green
{
    color: #95ca05;
}

img.displayed
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

img
{
    -ms-interpolation-mode: bicubic;
}

.footnote
{
    font-size: .75em;
    margin: 15px 0px 0px 0px;
}



table.sample
{
    font-family: Georgia, Serif;
}

table.sample th
{
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #008080;
    text-align: left;
    font-size: 1em;
    color: #8d3b23;
}

table.sample td
{
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #008080;
    background-color: White;
    text-align: center;
    font-size:1em;
    line-height: 1.75em;
    
}

.linkbutton a
{
    display: inline-block;
    font-size: 1.3em;
    padding: 0px 0px 5px 0px;
    text-decoration: none;
    color: #125eb3;
    font-weight: normal;
    border-bottom: solid 2px #777;
}

.linkbutton a:hover
{
    color: #777;
}

#linkbuttonhomepage a
{
    display:inline-block;
    text-decoration: none;
    color: #125eb3;
    font-weight: normal;
    border-bottom: solid 2px #777;
    margin: 0px 80px 10px 0px;
}

#linkbuttonhomepage a:hover
{
    color: #777;
}



.affiliatelanding h6
{
    font-size: 28px;
    margin: 6px 0 0 0;
    text-align: center;
    color: #600000;
}

.leftSpeaker
{
    width: 500px;
    float: left;
    margin: 10px 0px 10px 0px;
}

.rightSpeaker
{
    width: 500px;
    margin:10px 0px 10px 0px;
    float: right;
    font-style: italic;
}

.trialLink a
{
    font-size: 1.4em;
    position: absolute;
    top: 84px;
    right: 22px;
    color: white;
    padding: 10px;
}

.trialLink a:hover
{
    font-size: 1.4em;
    position: absolute;
    top: 84px;
    right: 22px;
    background-color: #8d3b23;
    padding: 10px;
}

#contact-area {
	width: 650px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
	font-size: 1.1em;
}

#landingquestions li
{
    color: #600000;
    margin: 15px;
    font-size: 1.4em;
    font-family: Helvtica, Serif;
    line-height: 1.2em;
}


.homepagelink
{
    width: 300px;
    float: left;
}

#headlines
{
    font-size: 1.6em;
    position: relative;
    top: 50px;
    line-height: 1.6em;
    text-align: center;
    font-family: Georgia, serif;
    color: #600000;
}

.demo
{
    position: relative;
    left: 90px;
}

