/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}

fieldset,img {
    border: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    position: relative;
}

:focus {
    outline: none;
}

/* links */
a {
    color: #6d7b0c;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 19px;
    color: #0b1225;
    letter-spacing: -0.05em;
	margin-bottom: -8px;
	margin-top:25px;
}

h2 {
	font-size: 28px;
    color: #0c2337;
    letter-spacing: -0.05em;
    
	
}

h3 {
    font-size: 11pt;
    color: #0c2337;
}

h4 {
    font-size: 20pt;
    color: #0c2337;
}

h5 {
    font-size: 100%;
    color: #FFF;
	padding:5px;
}

h6 {
    font-size: 125%;
    color: #0c2337;
}


/* page setup */
body {
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    line-height: 150%;
    color: #525252;
    font-size: 13px;
	text-align: justify;  
}

body#page {
    background: #1C1D1D url(../images/page_bg.png) 50% 0 repeat-x;
}

/* wrapper setup */
div.wrapper {
    margin: auto;
    width: 1051px;
    background: url(../images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper .wrapper-t {
    background: url(../images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper .wrapper-b {
    background: #FFF;
    margin: 0 25px;
}

/* header */
div#header {
    position: relative;
    height: 151px;
    margin: 0px 25px;
    background: #FFF url(../images/header-bg.jpg) 0 0 repeat-x;
}

/* logo */
span#logo, img#logo {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 206px;
    height: 151px;
    border: 0;
}

/* header */
div#banner {
    position: relative;
    height: 205px;
    margin: 0px;
    background: url(../images/page_bg.png) 50% -151px repeat-x;
    text-align: center;
    padding: 10px 0 0 0;
}


/* column */
div#column {
    margin-top: -25px;
	margin-bottom: -25px;
	margin-left:50px;
}

div#column2 {
    margin-top: -25px;
	margin-bottom: -25px;
	margin-left:10px;
	margin-right: 20px;
}

/* right column */
div#right {
    width: 250px;
    padding: 0px 25px 0px 0px;
    float: right;
}

/* right column */
div#rightnosidenav {
    width: 0px;
    padding: 0px 25px 0px 0px;
    float: right;
}

/* content column */
div#middle {
    width: auto;
    margin: 0px 25px;
    padding: 27px 0px 0px 0px;
    background: #FFF url(../images/main-bg.png) 50% 0 no-repeat;
}

div#main {
    background: #FFF url(../images/right-bg.jpg) 736px 0 repeat-y;
}

div#mainmiddle {
    margin: 0px 0px 0px 0px;
    background: url(../images/main-bottom.png) 100% 100% no-repeat;
    padding: 0 0 10px 47px;
}

div#content {
    width: auto;
    margin: 0px 295px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* content column no side nav */
div#middlenosidenav {
    width: auto;
    margin: 0px 25px;
    padding: 27px 0px 0px 0px;
    background: #FFF url(../images/main-bg-nosidenav.png) 50% 0 no-repeat;
}

div#mainnosidenav {
    background: #FFF 736px 0 repeat-y;
}

div#mainmiddlenosidenav {
    margin: 0px 0px 0px 0px;
    background: url(../images/main-bottom-nosidenav.png) 100% 100% no-repeat;
    padding: 0 0 10px 47px;
}

div#contentnosidenav {
    width: auto;
    margin: 0px 27px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* footer */
div#footer {
    width: auto;
    padding: 1px 47px 20px 47px;
    clear: both;
    color: #fff;
    background: #FFF url(../images/footer-bg.jpg) 0 -9px repeat-x;
    margin: 0 25px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    div#footer {
    margin: -5px 25px 0 25px;
}
}
/* clearing & floating */
.clearingfix:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.clearingfix {
    display: block;
}

.floatbox {
    overflow: hidden;
}

/* topmenu */
div#topmenu {
    position: absolute;
    top: 71px;
    left: 240px;
    height: 46px;
}

div#topmenu ul.main {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}

div#topmenu ul.main li {
    float: left;
    display: block;
}

div#topmenu ul.main li a {
    float: left;
    display: block;
    position: relative;
    height: 46px;
    padding: 0px 0px 0px 29px;
    line-height: 56px;
    overflow: hidden;
    color: #525252;
    text-transform: uppercase;
    text-decoration: none;
}

div#topmenu ul.main li a span {
    display: block;
    position: relative;
    height: 46px;
    padding: 0px 36px 0px 0px;
    line-height: 56px;
    overflow: hidden;
    color: #525252;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

div#topmenu ul.main li a:hover {
    float: left;
    display: block;
    position: relative;
    height: 46px;
    padding: 0px 0px 0px 29px;
    line-height: 56px;
    overflow: hidden;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/topmenu-l.jpg) 0 0 no-repeat;
}

div#topmenu ul.main li a:hover span {
    display: block;
    position: relative;
    height: 46px;
    padding: 0px 36px 0px 0px;
    line-height: 56px;
    overflow: hidden;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/topmenu-r.jpg) 100% 0 no-repeat;
    cursor: pointer;
}

div#topmenu ul.main li a.active {
    float: left;
    display: block;
    position: relative;
    height: 46px;
    padding: 0px 0px 0px 29px;
    line-height: 56px;
    overflow: hidden;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/topmenu-l.jpg) 0 0 no-repeat;
}

div#topmenu ul.main li a.active span {
    display: block;
    position: relative;
    height: 46px;
    padding: 0px 36px 0px 0px;
    line-height: 56px;
    overflow: hidden;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/topmenu-r.jpg) 100% 0 no-repeat;
    cursor: pointer;
}

/* submenu */
div#topmenu ul.submenu {
    margin: 0;
    padding: 0;
	color: #ffffff;
    list-style: none;
    position: relative;
    top: 7px;
    left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    div#topmenu ul.submenu {
    top: 3px;
}
}
div#topmenu ul.submenu li {
    margin: 0 2px;
    padding: 0;
	color: #cccccc;
    list-style: none;
    float: left;
}

div#topmenu ul.submenu li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}

div#topmenu ul.submenu li a.active, div#topmenu ul.submenu li a:hover {
   text-decoration: none;
   color: #cccccc;
   font-size: 11px;
}

div#topmenu ul.submenu li a:active {
    text-decoration: none;
    color: #cccccc;
    font-size: 11px;
}

div#topmenu ul.services {
   left: 26px;
}

div#topmenu ul.experience {
   left: 144px;
}

div#topmenu ul.clixo {
   left: 278px;
}

div#topmenu ul.resources {
   left: 378px;
}

div#topmenu ul.contact {
   left: 510px;
}

/* vertical spacing */
div#space {
    height: 35px;
	background-image: url(../images/v-space.gif);
}

/* mouse image */
img.mouse {
    position: absolute;
    top: -5px;
    left: 45px;
    border: 0;
}

/* footer quote */
div.quote {
    width: 750px;
    float: left;
    font-size: 11px;
    font-style: italic;
}

div.quote p {
    margin: 10px 0;
}

div.quote .author {
    font-size: 12px;
    font-style: italic;
}

div#casestudies {
	padding-left:80px;
}

/* footer logo */
div.footerlogo {
    width: 100px;
    float: right;
    margin: 15px 20px 0 0;
}

/* footer menu */
div.footermenu:after {
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

div.footermenu {
    display: block;
    margin: 0 0 30px 0;
    padding: -40px 0 0 0;
}

div.footermenu ul {
    list-style: none;
    margin: 0 25px 0 0;
    padding: 0;
    float: right;
}

div.footermenu ul li {
    list-style: none;
    margin: 0 0 0 7px;
    padding: 0 0 0 7px;
    float: left;
    border-left: #FFF 1px solid;
    line-height: 13px;
}

div.footermenu ul li.first {
    border-left: #FFF 0px solid;
}

div.footermenu ul li a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

div.footermenu ul li a.active, div.footermenu ul li a:hover {
    color: #CDDA70;
    text-decoration: none;
}

/* bullets */
div.bullets {
   margin:auto -3em 1em 5em;
   padding:0;
   position:relative;
   left:-3em;
   overflow:hidden;

}

div.bullets2 {
   margin:-2em -3em -1em 8em;
   padding:0;
   position:relative;
   left:-3em;
   overflow:hidden;

}


/* casestudy */
a.casestudy {
    background: url(../images/casestudy-button.jpg) 0 0 no-repeat;
    display: block;
    width: 169px;
    height: 64px;
    text-transform: uppercase;
    color: #525252;
    line-height: 58px;
    text-decoration: none;
    text-align: center;
	font-size: 9pt;
	float: right;
	margin-right:35px;
}

a.casestudy:hover {
    background: url(../images/casestudy-button.jpg) 0 100% no-repeat;
}

a.case1 {
    background: url(../images/btn-case1.jpg) 0 0 no-repeat;
    display: block;
    width: 167px;
    height: 163px;
	float: right;
	margin-right:35px;
	margin-bottom:35px;
}

a.case1:hover {
    background: url(../images/btn-case1.jpg) 0 100% no-repeat;
}

a.case2 {
    background: url(../images/btn-case2.jpg) 0 0 no-repeat;
    display: block;
    width: 169px;
    height: 163px;
	float: right;
	margin-right:35px;
	margin-bottom:35px;
}

a.case2:hover {
    background: url(../images/btn-case2.jpg) 0 100% no-repeat;
}

a.case3 {
    background: url(../images/btn-case3.jpg) 0 0 no-repeat;
    display: block;
    width: 165px;
    height: 163px;
	float: right;
	margin-right:35px;
	margin-bottom:35px;
}

a.case3:hover {
    background: url(../images/btn-case3.jpg) 0 100% no-repeat;
}

/* free assignment */
a.free-assignment {
    background: url(../images/free-assignment.png) 0 0 no-repeat;
    display: block;
    width: 236px;
    height: 95px;
    color: #FFF;
    font-size: 1px;
    text-indent: -10000px;
}

a.free-assignment:hover {
    background: url(../images/free-assignment.png) 0 100% no-repeat;
}

/* clixo services */
div#clixo-services {
    background: url(../images/clixo-services.png) 0 0 no-repeat;
    padding: 80px 0 35px 0;
    margin: -10px 0 0 10px;
    z-index: 1000;
    position: relative;
}

div#clixo-services ul {
    list-style: none;
    margin: 0 20px 0 10px;
}

div#clixo-services ul li {
    list-style: none;
}

div#clixo-services ul li a {
    display: block;
    height: 25px;
}

div#clixo-services ul li a.strategy:hover {
    display: block;
    height: 25px;
    background: url(../images/clixo-services.png) -10px -324px no-repeat;
}

div#clixo-services ul li a.architecture:hover {
    display: block;
    height: 25px;
    background: url(../images/clixo-services.png) -10px -349px no-repeat;
}

div#clixo-services ul li a.paidsearch:hover {
    display: block;
    height: 25px;
    background: url(../images/clixo-services.png) -10px -374px no-repeat;
}

div#clixo-services ul li a.naturalsearch:hover {
    display: block;
    height: 25px;
    background: url(../images/clixo-services.png) -10px -399px no-repeat;
}

div#clixo-services ul li a.conversion:hover {
    display: block;
    height: 25px;
    background: url(../images/clixo-services.png) -10px -424px no-repeat;
}

/* experience */
a#experience {
    background: url(../images/experience.png) 0 0 no-repeat;
    display: block;
    width: 192px;
    height: 135px;
    color: #FFF;
    font-size: 1px;
    text-indent: -10000px;
    margin: -30px 0 0 35px;
    z-index: 100;
    position: relative;
}

a#experience:hover {
    background: url(../images/experience.png) 0 100% no-repeat;
}

/* BBB */
img#bbb {
    display: block;
    margin: -30px 0 0 30px;
    z-index: 10;
    position: relative;
}
.bold {
	color: #3B3B3B;
}
.redtext {
	color: #900;
}

/* Footer Address Bar */
.address {
	color: #ffffff;
	text-align:center;
	font-weight:bold
}

/* CRO Package Boxes */
.box {
	background: url(/conversion-rate-optimization/images/box-bg.png) no-repeat;
	width:322px;
	float:left;
	margin:0px 6px 15px 6px;font: normal 16px verdana;
}

.box li {
	list-style-image:url(/conversion-rate-optimization/images/bullet.png);
	line-height:25px;
}

.boxRight {
	background: url(/conversion-rate-optimization/images/box-bg.png) no-repeat;
	width:322px;
	float:left;
	margin:0px 6px 15px 6px;font: normal 16px verdana;
}

.boxRight li {
	list-style-image:url(/conversion-rate-optimization/images/bullet.png);
	line-height:35px;
}

.boxTitle {
	font: bold 20px Arial, Geneva, sans-serif;
	color:#fff;
	line-height:50px;
	margin-left:20px;
}

#boxes {
	width:800px;
	background: url(/conversion-rate-optimization/images/page-bg.gif) center bottom no-repeat;
	margin:0 auto;
}
	
#boxWrapper {
	width:800px;
	margin:0 auto;
}
