/*
Color sets

Maroon: #4a0015
Baby blue: #a2c9d8
Light brown: #b69d6f
Blue: #4e8cd8
Lighter grey: #6d6d6d
Darker grey: #5f5f5f
Dark grey: #323232
Off-white: #f6f4ee

*/
* {
    text-decoration:none;
    border:none;
}
html {margin: 0; padding: 0;}
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: .8em;
    /*color: #5f5f5f;*/
}

a {color: #979692; text-decoration: none; border:none;}
a:hover {color: #979692; /*border-bottom: 1px dotted #4e8cd8;*/ text-decoration: none;}

h1, h2, h3, h4, h5 {font-family: "Trebuchet MS", sans-serif;}

/*Structure*/
#page {
    width: 890px;
    margin: 0 auto;
    padding-top:30px;
    overflow: hidden;
}

/*Normally this DIV wouldn't be necessary since the BG can be placed in the container
But in this case with the transparency it is, otherwise it'll flush white*/
#containerOpen {
    width: 890px;
    height: 13px;
    margin: 0px 0px 0px 0px;
    font-size: 1px; /*Hooray IE6's phantom &nbsp;*/
}
#container {
    background: white;
    width: 830px;
    height: 100%;
    padding: 5px 30px 16px 30px;
    overflow: hidden;
}
#containerClose {
    width: 890px;
    height: 13px;
    font-size: 1px; /*Fix for IE6's phantom &nbsp; bug*/
}

.content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content h1 {
    color: #4a0015;
    font-size: 22px;
    margin: 10px 0 8px 0;
    padding: 0;
}
.content p {padding: 0 0 8px 0; margin: 0;}

.slogan {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
}
.contact {
    text-decoration: none;
    padding-left: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*Info boxes*/
.infoBoxTop {
    width: 515px;
    height: 12px;
    margin: 26px 0 0 0;
    font-size: 1px; /*Fix for IE6's phantom &nbsp; bug*/
}
.infoBox {
    width: 471px;
    padding: 5px 22px 13px 22px;
}
.infoBox h3 {
    color: #323232;
    font-size: 22px;
    margin: 0px 0 5px 0;
    padding: 0;
}
.infoBox p {
    width: 315px;
}
.infoBox p.long {
    width: 100%;
}



/*Case studies*/
.caseStudyBot {
    width: 477px;
    height: 7px;
    margin: 0 0 10px 0;
    font-size: 1px; /*Fix for IE6's phantom &nbsp; bug*/
}
.caseStudy {
    width: 453px;
    padding: 12px 12px 5px 12px;
    margin: 0;
    overflow: hidden;
    height: 100%;
}
.caseStudy img {
    border: 1px solid #bca57b;
    margin: 0 10px 4px 0;
    float: left;
    display: inline;
}
.caseStudy strong {
    font-size: 14px;
    color: #c70000;
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
}
.caseStudy p {
    width: 100%;
    padding: 0;
    margin: 5px 0;
}



/*Side bar*/
.sideBar {
    width: 290px;
    float: right;
    display: inline;
}

.sideBar .box {
    width: 254px;
    padding: 18px 18px 4px 18px;
}
.sideBar .boxBottom {
    width: 290px;
    height: 7px;
    margin: 0 0 26px 0;
    font-size: 1px; /*Fix for IE6's phantom &nbsp; bug*/
}
.sideBar .box h3 {
    margin: 0;
    padding: 0;
    color: #b69d6f;
    font-size: 24px;
    font-weight: normal;
}
.sideBar .box h4 {
    margin: 0;
    padding: 0;
    color: #a2c9d8;
    font-size: 24px;
    font-weight: normal;
}
.sideBar .box p {
    margin: 5px 0;
    padding: 0;
    color: #797979;
    font-size: 12px;
}
.sideBar .box ul {
    list-style: none;
    margin: 5px 0 5px 15px;
    padding: 0;
}
.sideBar .box ul li {
    padding: 5px 0 5px 28px;
    font-size: 12px;
}
.sideBar .box ul li.selected {
    padding: 5px 0 5px 28px;
    font-size: 12px;
}
.sideBar .box ul li a {
    color: #797979;
    text-decoration: none;
    font-weight: bold;
}
.sideBar .box ul li.selected a {
    color: #b69d6f;
    text-decoration: none;
    border-bottom: 1px dotted #b69d6f;
}
.sideBar .box ul li a:hover {
    color: #b69d6f;
    text-decoration: none;
    border-bottom: 1px dotted #b69d6f;
}

.sideBar .box .arrowUp a, .sideBar .box .arrowDown a {
    width: 32px;
    height: 19px;
    display: block;
    margin: 10px auto;
    text-indent: -9999px;
}
.sideBar .box .arrowUp a:hover, .sideBar .box .arrowDown a:hover {
    border: 0;
}

/*Blog specific*/
h5.blogTitle {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
}
h5.blogTitle a {
    color: #797979;
}
h5.blogTitle a:hover {
    color: #4e8cd8;
    border-bottom: 1px dotted #4e8cd8;
}
.sideBar .box p.blogTime {
    padding: 0;
    margin: 5px 0 10px 0;
    font-size: 11px;
}
.sideBar .box div.blogMeta {
    overflow: hidden;
    margin: 0 0 20px 0;
    height: 100%; /*IE needs this, not a hack, just a requirement*/
}
.sideBar .box div.blogMeta span.commentsLink {
    color: #9e9e9e;
    font-size: 11px;
    padding: 5px 0 5px 28px;
    float: left;
    display: inline;
}
.sideBar .box div.blogMeta span.commentsLink a {
    color: #9e9e9e;
}
.sideBar .box div.blogMeta a.readMoreLink {
    font-size: 12px;
    float: right;
    margin-top: 4px;
    display: inline;
}


/*About page*/
.aboutBox {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}
.edge {margin: 0;}
.aboutBoxInner {
    width: 227px;
    padding: 12px 12px 2px 12px;
    font-size: 11px;
}
.aboutBoxInner p {width: 165px;}
.aboutBoxInner h3 {font-size: 16px; margin: 0 0 6px 0; padding: 0;}
.aboutBoxBot {
    height: 10px;
    width: 251px;
    margin: 0 0 10px 0;
}
.aboutBoxInner img {position: absolute; z-index: 2; margin: -104px 0 0 170px;}


/*Contact form*/
label {display: block; margin: 6px 0;}
.textField {
    border: 1px solid #c8d5dc;
    background: #f1f7fa;
    height: 19px;
    padding: 5px 5px 1px 5px;
    width: 210px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #6d6d6d;
}
.textArea {
    border: 1px solid #c8d5dc;
    background: #f1f7fa;
    height: 130px;
    padding: 5px 5px 1px 5px;
    width: 240px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #6d6d6d;
}


/*Menu*/
ul#mainMenu {
    width: 277px;
    height: 36px;
    float: right;
    display: inline;
    list-style: none;
    margin: 17px 17px 0 0;
    padding: 3px 0 0 0;
    text-align: center;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
}
ul#mainMenu li {
    display: inline;
    font-size: 14px;
    margin: 0 8px 0 8px;
    padding: 0;
    position: relative;
    z-index: 4;
}
ul#mainMenu li a {
    color: #4a0015;
    text-decoration: none;
}
ul#mainMenu li a:hover {
    color: #4a0015;
    text-decoration: none;
    border-bottom: 1px dotted #4a0015;
}


/*Footer*/
#footer {
    width: 800px;
    margin: 20px auto 10px auto;
    overflow: hidden;
    color: #979692;/*#50A8CC;*/
}
#footer p {
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
}

#footer ul#validation {
    width: 105px;
    height: 20px;
    float: right;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 3px 0 0 0;
    text-align: center;
}
#footer ul#validation li {
    display: inline;
    font-size: 12px;
    margin: 0 3px 0 3px;
    font-weight: bold;
    padding: 0;
    position: relative;
    z-index: 4;
}
#footer ul#validation li a {
    color: #8f7649;
    text-decoration: none;
}
#footer ul#validation li a:hover {
    color: #8f7649;
    text-decoration: none;
    border-bottom: 1px dotted #4a0015;
}



/*Images*/
.logo a {
    width: 566px;
    height: 87px;
    margin: -95px 0 0 -61px;
    position: absolute;
    z-index: 2;
    text-indent: -9999px;
}
.logo a:hover {border: 0;}
a.logoLink {cursor: pointer;}

img.image_rapid {
    position: absolute;
    z-index: 2;
    margin: -22px 0 0 350px;
}
img.image_scalable {
    position: absolute;
    z-index: 2;
    margin: -4px 0 0 350px;
}
img.image_agile {
    position: absolute;
    z-index: 2;
    margin: -28px 0 0 340px;
}
img.image_case_studies {
    position: relative;
    float: right;
    display: inline;
    z-index: 2;
    margin: -75px 0 0 0;
    padding: 10px;
}

img.image_heading_img1 {
    position: relative;
    float: right;
    display: inline;
    z-index: 2;
    margin: -71px 0 0 0;
    padding: 10px;
}
#kernel {
    width: 113px;
    height: 96px;
    position: absolute;
    z-index: 5;
    margin: -25px 0 0 220px;
}


/*Buttons*/
button { 
    border:0;
    margin: 0;
    cursor:pointer;
    font-weight:bold;
    padding:0 20px 0 0;
    text-align:center;
}
button span { 
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}
.buttonAlign {text-align: right;}
/*blue buttons*/
.blue_button { 
    font-size:12px;
    padding: 6px 20px 6px 0;
    text-transform: none;
    color: white;
    font-weight: bold;
}
.blue_button span { 
    line-height:30px;
    color: white;
    padding: 6px 0 6px 20px;
}
.blue_button:hover { 
    border: 0;
}

.buttonAlign {text-align: right; margin: 10px 0;}
.button_submit {background: none; border: 0; padding: 0; margin: 0; width: 83px; height: 31px;}

/*Extra class applied to anything; removes margins*/
.sideBar .close {
    margin: 0;
}

.no_hover a:hover{
    border:none;
}
