@charset "utf-8";

/*  
Theme Name: Ambition
Description: A Business & Portfolio Theme
Version: 1
Author: Dany Duchaine
Author URI: http://themeforest.net/user/ddstudios
*/

body {


font-family: Verdana;
font-size: 1em;
line-height: 1.2em;
letter-spacing: 0;
text-align: left;
word-spacing: normal;
text-decoration: none;
color: #444;
background-color: #fff;

}
.clear {
    clear: both;
}

/* ---------- Typography ---------- */

p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
}
h1 {
    font-size: 24px;
    
    text-transform: uppercase;
    color: #000;
}
h2, h4 {
    font-size: 14px;
    padding-top: 20px;
}
h3 {
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}
h4 {
    font-size: 18px;
}

.textBlue{
    color:#1a3e94;
}

.textRed{
    color:#d72b2b;
}

.textProduct{
    font-weight:bold;
}

/* ---------- Header ---------- */


#header p {
    font-size: 12px;
    color: #FFFFFF;
}
#top_white {
    background: #ffffff;
    height: 5px;
}
#header_wrap {
    background: url(../images/texture_bg.png) repeat;
    padding-bottom: 10px;
}
#header {
    width: 940px;
    margin: 0 auto;
}
#logo_menu {
    overflow: hidden;
}
#logo {
    width:940px;
}

.italic{
    font-size:12px;
    font-style:italic; 
}

#logoImage{
    float:left;
}

#logoText{
    padding-top:26px;
    color:#FFF;
    font-size:1.1em;
    font-weight:bold;
    float:left;
}

.pageTitle h2{
    font-weight:bold;
    font-size:1.3em;
    color:#FFF;
    margin-left:15px;
    
}

.pageTitle a{
    text-decoration:none;
    color:#FFF;
}

/* ---------- Menu ---------- */

#menu_wrap {
    float: right;
    
}
#menu {
    height: 25px;
    float: left;
    padding-top: 0px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background:url(../images/menu_repeat.jpg) repeat-x;
    margin-bottom:10px;
    
}
#menu li {
    float: left;
    margin: 0px 10px;
}
#menu li a {
    text-decoration: none;
    color: #000000;
}
#menu_left {
    width: 36px;
    height: 24px;
    background: url(../images/menu_left.png) no-repeat ;
    display: block;
    float: left;
}
#menu_right {
    width: 36px;
    height: 24px;
    background: url(../images/menu_right.png) no-repeat ;
    display: block;
    float: left;
}

/* ---------- Intro text ---------- */

#intro_text {
    width : 410px;
    margin-top: 30px;
    overflow: hidden;
}

#intro_text ul li {
    color:#fff;
    padding-top:10px;

}

#intro_text ul li a {
    color:#fff;
    font-style:none;
    
}

#intro_text span.comingSoon{
    font-size:13px;
    color:#F8D14B;
    font-weight:bold;
}

/*-------right header peace ---------*/
.arrowPrev{
    float:left;
}

.arrowNext{
    float:right;
}

.headerRight {
    width : 380px;    
    height: 200px;
    float:right;
    margin-right:60px;
}

.headerRightTitle{
    margin-right:40px;
}


.headerRight ul li {
    color:#fff;

}

.headerRight ul li a {
    color:#fff;
    font-style:none;
    
}

.headerRight span.comingSoon{
    font-size:13px;
    color:#F8D14B;
    font-weight:bold;
}

.headerRightVideoText{
 color:#FFFFFF;
}

.videoTitle{
    color:#FFFFFF;
    font-weight:bold;
    font-size: 13px;
    
}

.videoImages{
    float:right;
}

.mainVideoImg{
    float:left;
}

/*-------Left header peace ---------*/
.headerLeft {
    width : 410px;
    height:180px;
    display:block;
    margin-top:20px; 
    margin-left:20px;
}

.headerLeft ul li {
    color:#fff;
}

.headerLeft ul li a {
    color:#fff;
    font-style:none;
    line-height:30px;
    font-weight:bold;
    font-size:14px;
    
}

.headerLeft span.comingSoon{
    font-size:13px;
    color:#F8D14B;
    font-weight:bold;
}

span.comingSoonBlue{
    font-size:15px;
    color:#00499F;
    font-weight:bold;
}


#intro_text2 {
    width : 410px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

#intro_text2 ul li {
    color:#fff;
    padding-top:10px;

}

#intro_text2 ul li a {
    color:#fff;
    font-style:none;
    
}

#intro_text2 span.comingSoon{
    font-size:13px;
    color:#F8D14B;
    font-weight:bold;
}


#intro_text_subpage {
    width : 410px;
    margin-top: 75px;
    margin-bottom: 75px;
    overflow: hidden;
}
#intro_text_full {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-right: 0px;
    overflow: hidden;
}

/* ---------- Content ---------- */


#content {
    width: 940px;
    margin: 0 auto;
    padding-left:20px;
    padding-bottom:30px;
    background:URL('../images/contentbg.png') repeat-y 0 0;
    
    
}



/*======================== PRODUCTS PAGE ===========================*/

.imgLeft{
    display:block;
    margin-top:-20px;
    margin-bottom:0px;
    margin-left:50px;
}

.productsWrapper{
    width:900px;
}

.productsItem{
    margin-left:auto;
    margin-right:auto;    
    margin-top:20px;
    width:797px;
}

.productsHeaderTitle{
    font-size:15px;
    font-weight:bold;
    padding-top:10px;
    margin-left:30px;
}

.productsHeader{
    background:URL('../images/productBackgroundTop.png') no-repeat;
    width:797px;
    height:37px;   
}

.productsCenter{
    background:URL('../images/productBackgroundCenter.png') repeat-y;
    width:797px;
    font-size:12px;
    height:200px;
}
.productsBottom{
    background:URL('../images/productBackgroundBottom.png') no-repeat;
    width:797px;
    height:33px;  
}

.productsDescription{
    width:550px;
    height:155px;
    padding-left:30px;
    float:left;
}

.productsImage{
    width:175px;
    height:159px;
    float:right;
    padding-right:30px;
}

.productButtons{
    margin-left:30px;
    padding-bottom:0px;
}

.imgBoxExtraTopping{
    margin-top:0px;
}

.rightContentBlock{
    position:absolute;
    top:330px;
    left:460px;
    width:625px;
}

.rightContentBlock .centerImg{
    margin-left:auto;
    margin-right:auto;
}    

#left {
    width: 432px;
    float: left;
    overflow: hidden;
    padding-top:10px;
}
#right, #right_portfolio {
    width: 465px;
    float: right;
    margin-top: -255px;
}

.logoBox{
    width:937px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
}

.logoImages{
    width:700px;
    margin-left:auto;
    margin-right:auto;
}

.imgSpace{
    margin-right:90px;
}

.imgCenter{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    
}

.imgCenterBottom{
    margin-bottom:-40px;

}


.logoBoxImg{
    
    margin-right:100px;
}

.logoButtons{

}

.logoButtons ul{}

.logoButtons ul li{
    display:inline;
    margin-left:190px;
}

.logoButtons ul li a{
    color:#000;
    text-decoration:none
}

.logoButtons ul li a:hover{
    color:#bc0f0f;
}

.side_button{
    position:absolute;
    top:130px;
    right:310px;
}


#left_subpage {
    width: 432px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: -120px;
}
#right_subpage {
    width: 405px;
    position: relative;
    float: right;
    margin-top: -200px;
    background: url(../images/right_subpage_bg.png) top left no-repeat ;
    padding: 7px 27px;
}
#right_portfolio {
    margin-top: -175px;
}
.floatimg {
    float: left;
    margin: 0px 30px 10px 0px;
}
.textBlockRight {
    width:550px;
    float:right;
}

.textBlockRight p{
    font-size:13px;
}

.textBlockImg{
    width:200px;
    height:300px;
    float:left;
    margin-right:20px;
}


.textBlockLeft {
    padding: 0px 0px 50px 0px;
    width:360px;
    float:left;
    text-align:justify;
}

.textBlockLeft p{
    font-size:14px;
}



.text_block_nosep {
    background: none;
    overflow:hidden;
    
}



.textBlockImgLeft{
    background:URL('../images/cardfam.png') no-repeat;
    width:250px;
    height:346px;
    float:left;
    margin-right:10px;
    padding-left:6px;     
    margin-top:20px;
}


.textBlockImgLeft .textBlockImgTitle{
    font-size:12px;
    font-weight:bold;
    text-align:center;
    padding-left:30px;
    width:200px;
    color:#06265F;

    
}

.medCardText{  
    font-size:10px;
    font-weight:bold;
    word-spacing:0px;

}


.textBlockImgRight{
    background:URL('../images/medfam.png') no-repeat;
    width:250px;
    height:346px;
    float:left;
    text-align:left;
    margin-top:20px;
    padding-left:7px;

}

.textBlockImgRight .textBlockImgTitle{
    color:#06265F;    
    font-size:12px;
    font-weight:bold;
    margin-left:10px;
    padding: 5px;
}

.textBlockImgRight .medText{
    font-size:10px;
    font-weight:bold;

}


.last {
    margin-right: 0px !important;
}
.small_button {
    width: 106px;
    height: 24px;
    display: block;
    margin-top: 20px;
    line-height: 25px;
    background: url(../images/small_button.png) top left no-repeat;
    text-align: center;
    color: #ad5000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    float:left;
    margin-right:20px;
    text-transform: uppercase;
}
.small_button:hover {
    background: url(../images/small_button.png) bottom left no-repeat;
}

/* ---------- Homepage ---------- */

#laptop {
    width: 388px;
    height: 261px;
    padding: 41px 0px 0px 72px;
    background: url(../images/laptop.png) top left no-repeat;
}
#from_the_blogĀ {
    overflow: hidden;
}
.blog_small {
    margin-top: 20px;
    height: 75px;
}
.blog_small_text {
    float: left;
    width: 300px;
    margin-left: 20px;
}
.blog_small_text a {
    color: #565656;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.blog_small_text a:hover {
    text-decoration: underline;
}
#recent_project ul {
    margin-top: 20px;
}
.last {
    margin-right: 0px !important;
}

/* ---------- Homepage ---------- */

.featureimg {
    border: #e6e6e6 5px solid;
    margin: 15px 15px 10px 0px;
}

/* ---------- Portfolio ---------- */

.portfolio_cat {
    float: left;
}
.portfolio_cat ul {
    margin-top: 20px;
}
.portfolio_cat li, #recent_project li, .blog_small_img, #recent_project li {
    float: left;
    background: url(../images/square_bg.jpg) no-repeat;
    width: 68px;
    height: 68px;
    padding: 6px 5px 5px 6px;
    float: left;
    margin-right: 15px;
}
.portfolio_cat li:hover, #recent_project li:hover, .blog_small_img:hover, #recent_project li:hover {
    background: url(../images/square_bg_hover.jpg) no-repeat;
}


/*----------- Media Page -----*/
/* Media Page */
.mediaWrapper{
    width:900px;
    margin-bottom:30px;
}

.mediaLeft{
    float:left;  
    width:400px;
    margin-left:30px;      
}

.mediaRight{
    float:right;
    width:400px;
    margin-right:30px;
}

.mediaLink{
    margin-top:10px;
    font-size:10px;
}

.mediaBlcok{
    width:350px;

    margin-top:0px; 
    padding:5px;
}

.mediaBlcok2{
    width:350px; 
    margin-top:10px; 
    padding:5px;
}

.mediaBlockTitle{
    
    font-size:10px;
    font-weight:bold;
}

.divHide{
    display:none;
}

.mediaArticalImg{
    float:left;
    margin-right:20px; 
    margin-bottom:2px;   
}

.mediaArtical{
    padding-top:30px;
    padding-left:30px;
}

.mediaArticalLinks{
    padding-top:30px;
}
.mediaArticalLinks ul li{
    display:inline;
    padding-left:10px;
    font-size:10px;
}

/* ---------- Blog ---------- */

#ads img {
    margin-top: 20px;
}

.logins{
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}

.logins span{
    color:#FFFFFF;
    font-size:10px;
}

.logins span a{
    color:#FFFFFF;
    font-size: 10px;
}

#social {
    margin: 10px 0px;
    overflow: hidden;
}
#social ul {
    margin-top: 20px;
}
#social li {
    float: left;
    margin: 0px 15px 10px 0px;
    overflow:hidden;
}
.blog_post_small {
    width: 260px;
    float: left;
    overflow: hidden;
    margin-right: 27px;
}
.blog_post_featured {
    padding-right: 30px;
}
.blog_post_featured img, .blog_post_small img {
    border: #e6e6e6 5px solid;
    margin: 15px 0px;
}
.postinfo {
    margin-bottom: 20px;
}
.postinfo li a{
    font-size: 11px;
    color: #666666 ;
    display: block;
    float: left;
    margin-right: 10px;
}
#blognav {
    overflow: hidden;
    clear: left;
}
#blognav ul li {
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: 50px;
}
#blognav ul li a {
    display: block;
    width: 44px;
    height: 19px;
    background-image: url(../images/blognav.png);
    background-position: top;
    background-repeat: no-repeat;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
    padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a {
    background-position: bottom;
}
#blognav .next a {
    width: 74px;
    background-image: url(../images/blognavnext.png);
}
.blogtitle_small {
    font-size: 14px;
}
.blogtitle, .blogtitle_small {
    text-decoration: none;
    color: #565656;
}
.blogtitle:hover, .blogtitle_small:hover {
    color: #999999 ;
}
/* ---------- Layout page ---------- */

#full_width_content {
    padding: 7px 27px;
    margin-top: -115px;
    position: relative;
    background: url(../images/full_width_bg.png) top left no-repeat;
    width: 886px;
    overflow: hidden;
}
.content575px {
    width: 575px;
    float: left;
}
.content240px {
    margin-top: 30px;
    padding: 0px 25px;
    width: 240px;
    float: left;
}

#sidebar {
    width: 232px;
    float: right;
    overflow: hidden;
    margin: 50px 30px 0px 0px;
}
.sidebarlist li a  {
    padding-top: 2px;
    color: #696969;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}
.sidebarlist li a:hover  {
    text-decoration: underline;
}
.sidebarlist li   {
    margin-bottom: 10px;
    background: url(../images/bullet.png) center left no-repeat;
    padding-left: 15px;
}

.margin_top {
    margin: 20px 0px 10px 0px;
}

/* ---------- Footer ---------- */

#topbar {
    background-color: #878787;
    height: 10px;
}
#footer {
    background-color: #1b1b1b;
}
#footer_content {
    width: 930px;
    margin: 0 auto;
    padding: 40px 0px;
    overflow: hidden;
}
#footer a {
    color: #6f6f6f;
}
.footer_list{
    float: left;
    margin-right: 25px;
}
#footer_content li {
    margin-bottom: 5px;
}
#footer_content a {
    color: #6f6f6f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}
#footer_content a:hover {
    text-decoration: underline;
}

.socMedia{
    width:200px;
    float:right;
    margin-top:-21px;
    margin-bottom:10px;
}

.socMedia ul{
    margin-bottom:7px;
}

.socMedia ul li{
    display:inline;
    padding:5px;    
}



#google_translate_element{
    position: relative;
    height:25px;
    width:150px;
    overflow:hidden;
    left:260px;
    top:4px;
}

/* ---------- Small Footer ---------- */

#small_footer {
    background-color: #121212;
    padding: 20px 0px;
    color: #6f6f6f;
    text-transform: uppercase;
    font-size: 10px;
    overflow: hidden;
}
#small_footer_content {
    width: 940px;
    margin: 0 auto;
}
#small_footer_left, .footerlogo {
    float: left;
}
.footerlogo {
    margin-right: 20px;
}
#small_footer_right {
    float: right;
}



#slider li, #videoSlide li{ 
    /* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
    */ 
    width:300px;
    height:160px;
    overflow:hidden; 
}    

#videoSlide li{ 
    background:#f1f1f1;
}    

p#controls, p#controls2{
    margin:0;
    position:relative;
    margin-left:3px;
} 

/*#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
    display:block;
    margin:0;
    overflow:hidden;
    text-indent:-8000px;        
    width:30px;
    height:77px;
    position:absolute;
    left:-30px;
    top:-120px;
}    
#nextBtn, #nextBtn2{ 
    left:300px;
}                                                        
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
    display:block;
    width:30px;
    height:77px;
    background:url(../images/btn_prev.png) no-repeat 0 0;    
}    
, #nextBtn2 a{ 
    background:url(../images/btn_next.png) no-repeat 0 0;    
}
   */

#nextBtn2 a{    
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    
}
   
#prevBtn2 a{
    color:#FFFFFF;
     margin-right:10px;     
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
}   

#nextBtn2 a:hover{    
    color:#FABE3C;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    
}
   
#prevBtn2 a:hover{
    color:#FABE3C;
     margin-right:10px;     
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
} 

.videoTextSmall{
    font-size:9px;
    color:#FABE3C;
}

/*=================Support page =======================*/

.supportBG{
    background:url(../images/infobg.png) no-repeat 0 0;
    width:590px;
    height:300px;
    padding:20px;
    padding-right:50px;
    padding-left:40px;
    margin-left:-20px;

}

.supportBG p{
    width:500px; 
}

#supportInfo{
 
}

.supportInfoHeader{
    line-height: 30px;
    font-size:18px;  
}


.supportInfoWrapper{
    position:relative;
    top:-50px;
    margin-bottom:180px;
}


.supportForm{
    position:relative;
    top:-270px;
    width:900px;
    float:left;
    margin-left:40px; 
    margin-bottom:-250px;
}


.supportHeader{    
    margin-left:40px;
    margin-top:45px;
    width:500px;
    float:left;
}

.supportHeader h1{
    color:#4A076F;
    margin-top:30px;    
    font-size:20px;
}



.supportImage{
    float:left;
    width:280px;
    height:345px;
    margin-top:-30px;
    margin-left:60px;
}

.linksPurple{
    color:000;
}

.linksPurple a{
    color:#5a5a5a;
}

.linksPurple a:hover{
    color:#4A076F;
}


/*==========================distributor=======================*/

.distHeader{
    margin-top:10px;
    margin-bottom:20px;
    float:left;
    width:680px;
}

.distHeader p{
    margin-top:30px;
    font-weight:bold;
    margin-bottom:30px;
}

.distContact{
    margin-left:30px;
    margin-top:30px;
    color:#000;
}

.distContact p{
    font-size:18px;
    font-weight:bold;
}

.distText{
    font-size:15px;    
}

.distTitle{
    font-size:20px;
    line-height:30px;
    color:#000;

}


.distImage{
    float:right;
    width:219px;
    height:280px;
    margin-top:20px;
    margin-right:40px;
}


.distVideoForm{
    margin-top:50px;
}


.distVideo{
    float:right;
    width:400px;

}

.distForm{
   margin-top:50px;
   margin-bottom:30px;
   margin-left:50px;
}

.formRight{
    float:right;
    width:400px;

}

.formLeft{
    float:left;
    width:500px;
}

.distFormContainer{
    margin-top:-35px;    
    float:left;
    width:500px;
    
}

/*==== Tool box =======*/
.toolWrapper{  
    width:600px;   
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
    margin-bottom:30px;
}

.toolBox{
    margin-top:30px;
}

.toolBoxHeader{

}

.toolBox p{
    
}

/* ============ About US page ================ */

.aboutMainContent{
    padding:10px;
    background-position:bottom;    
    width:880px;
}

.aboutMainContent p{
    font-size:14px;
}


.aboutBoxes{
    width:200px;
    height:400px;
    padding:30px;
    margin-top:30px;
    margin-bottom:30px;
    margin-right:30px;
    float:left;    
    overflow:auto;
}

.aboutBoxes h3{
    color:#000;
    font-size:14px;
}

.aboutAddress{
    font-size:14px;
}

.aboutLocatorTitle{
    font-size:14px;
    font-weight:bold;
}

.aboutLocatorText{
    font-size:14px;

}

.aboutLocator{
    margin-top:10px;
}

.aboutBoxes ul{

}

.aboutBoxes ul li{
    padding:5px;
}

.aboutDistWrapper{
    margin-top:20px;
}

.aboutDistTitle{
    font-size:12px;
    font-weight:bold;
}

.aboutDistList{
    
}

.aboutDistListBox{
    margin-top:20px;
}

.aboutDistList li{
    font-size:11px;
}

.aboutDistListItem{
    font-weight:bold;
}

.aboutSig{  
    width:350px;
}



.aboutSigRight{
    float:left;   
}

.aboutSigLeft{
    float:right;
}


/* ====================== My property eSafe =======================*/
.newsletter{
    margin-top:20px;
    margin-bottom:30px;
}

.propertyWrapper{
    margin-top:60px;    
}

.propertyTitle{
    text-align:center;
    color:#F54411;
    margin-bottom:50px;
}

.propertyTextBody{
    width:600px;
    margin-left:auto;
    margin-right:auto;
}

.propertyTextBodyP{
    font-size:13px;
}

.zipCodeWrapper{
    margin-top:30px;
    margin-left:20px;
    margin-bottom:30px;
}

span #prevBtn{
}
span #nextBtn{
}

#tab0 ul li{
    list-style:disc;
    margin-top:20px;
        
}

#tab0 ul li p{
    margin-top:0px;
}

#tab0 ul li span{
    text-decoration: underline;
}

#tab3 ul li{
    margin-top:10px;
    list-style:disc;
   
}
#tab3 ul li span{
    text-decoration: underline;
}

#tab4 ul li{     
    margin-top:20px;
    list-style:none;     
}

#tab4 ul li p{
    margin-top:0px;
}
#tab4 ul li span{
    text-decoration: underline;
    font-weight:bold;
}

#tab4 b{
    font-size:14px;
}

#subtab4{
    margin-left:20px;
            
}

#tab4 #subtab4 li{
    list-style:disc; 
}

#tab6 ul li{
    list-style:disc; 
}

#tab8 ul{
    margin-left:20px;
}

#tab8 ul li{
    list-style:disc;
}

.textBlack{
    margin-bottom:-20px;
    text-decoration: underline;
    font-size:16px;
}

.blueBlock{
    background:#0A3081;
    color:#FFFFFF;
    padding:10px; 
    margin-bottom:10px;
    text-align:center;
    
}

.himss{
    float:left;
    margin-right:5px;
    
}

.emrbg{
    float:right;
    margin-top:10px;
}

.himssHeader{
    font-size:20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#tab11 ul li{
    font-size:12px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:20px; 
    list-style: circle;               
}

#pageflip {
    position: fixed;
    right:0px;
}
#pageflip img {
    width: 80px; height: 83px;
    z-index: 999;
    position: absolute;
    right: 0; top: 0;
    -ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
    width: 80px; height: 80px;
    position: absolute;
    z-index: 500;
    right: 0; top: 0;
    background: url(../images/subscribe.png) no-repeat right top;
    text-indent: -9999px;
}

.adBox{
    position: fixed;
    text-align: center;
    width:70px;
    height:250px;
    right:0px;
    top:100px;
    border:#CECECE 1px solid;
    background:#EFEFEF;
    color:#000;
    padding:5px;
}

.affiliate{
    padding:5px 35px 5px 5px;
}

.affiliate p{
    font-size:14px;
}

.affiliate form table tr td{
    padding:5px;
}

#skyscraper{
    position: absolute;
    margin-left:910px;
    border:1px #000 solid;
}

#boxad{
    position: absolute;
    margin-left:560px;
    
}

.testimonialsWrapper{
    width:900px;
    padding-bottom:30px;
}

.testimonials{
    width:800px;
    margin-left:auto;
    margin-right:auto;

    padding-top:20px;
}

.testimonials .title{
    font-weight:bold;
    padding-bottom:5px;
}

.testimonials .body{
    font-size:12px; 
}