/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.compare {
    width:960px;
    margin:auto;
}
table.compare th, table.compare td{

    padding:10px;
    width:240px;
}
table.compare th {
    vertical-algin:middle;
    font-size:1.3em;
    background-color:#d3d3d3;
    border-bottom-style:dashed;
    border-bottom-color:#cb5846;
    border-bottom-width:1px;
}
table.compare td{
    background-color: #e7e8e6;
}
/* end reset */
html,
body  {
    font-family: arial, "Trebuchet MS", sans-serif;
    background: #fff;
    margin: 0;  /* shorthand for all margins = 0 */
    padding: 0;
    height: 100%;
}
p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}
p  {
    font-size: 1em;
    margin: 3ex 1ex 1ex 1ex;
    line-height: 1.25em;
    color: #000000;
}
/*p:first-line {*/
/*font-size: 1.2em;*/
/*}*/
h1, h2, h3, h4 {
    color:#555555;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
}


h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.2em;



}
ul {
    list-style-type: disc;
    margin-left: 10px;
}
ol.numbered {
    list-style-type: decimal;
    margin-left:50px;
    font-size:1.5em;

}
ol.numbered ul li img{
    display:block;
}
ol.numbered ul li{
    float:left;
}

h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: bold;
    clear:both;
    font-family: trebuchet MS, Arial;

}

h3 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: underline;

}
h4 {
    text-align: left;
    margin-top: 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
h5 {
    margin-top:5px;
    font-size: 1em;
    font-weight: bold;

}


h6 {  /*used on forms  */
    font-size: .75em;
}

legend {
    font-size: 1.1em;
}

a {
    text-decoration: none;
    font-weight: bold;
    /*font-variant: small-caps;*/
    color: #2B56AC;
    font-size: 1.05em;
}

a:hover {
    color: #cb5846;
}

img {
    padding: 1px 3px;
}
a img {
    border: none;
}

dt{
    font-size: 1.6em;
    color: rgb(68,68,68);

}
dd{
    margin-bottom: 20px;
    display: block;
    margin-left:40px;

}

#outerDiv {
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
    /*position: relative;*/

}

#headerBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    border-bottom-style:solid;
    border-bottom-color:#969999;
    border-bottom-width:1px;
}

div#logo {
    margin: 10px 0;
    /*position: relative;*/
    width: 210px;
    border-style: none;
    display: inline;
}

div#viewCartBox {

    position: absolute;
    height: 50px;
    top: 5px;
    right: 0;
    text-align: center;

}

#mainMenu {


    top:15px;
    margin: 0 auto;
    text-align: center;
    /*margin-left: auto;*/
    /*margin-right: auto;*/

}

#mainMenu ul {


    list-style: none;
    /*margin: 0 auto;*/
    padding: 0;
    padding-bottom: 1px;
    /*margin-left: auto;
    margin-right: auto;*/

}

#mainMenu li {
    /*float: left;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#555555;
}

#mainMenu ul li a {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    color: #697180;
    text-decoration: none;
    font-weight: bold;
    padding: 0 8px 0 8px;
    margin-right: 1px;
    margin-left: 1px;
    line-height: 25px;
    /*background-color: #ffffff;
    border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

#mainMenu a:hover {
    /*color: #f8b449;*/
    color: #2B56AC;
}


/*
#mainMenu a.current {
    background-color: gray;
	/*margin-top: -5px;
    height: 30px;
    color: #aaa;*/
/*line-height: 25px;
}

#mainMenu a.current:hover {
cursor: default;
}*/
.outerpicbox {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}
.picbox {
    padding-top: 30px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}
.caption {
    text-align: center;
    font-size: 1.5em;
    padding-top: 10px;
}
.outerdrawingbox{

}
.drawing {
    opacity: 1;
    float: left;
    margin-top: 10px;
    margin-left:10px;
    margin-bottom: 10px;
    height: 220px;
}
.drawing:hover {
    opacity: 1;
    /*color: #2B56AC;*/

}
.drawing a:hover {
    color: #2B56AC;

}
.drawing .name {

    margin-top:5px;
    font-size: 1.4em;
    font-weight: bold;
    font-variant: small-caps;
    /*margin-left:-5px;*/
    text-align: center;
    /*font-size: 1em;*/
    /*width: 120px;*/
    /*padding-left: 10px;*/

}
.drawing .name p {
    margin-top:1px;
    font-size: .6em;
}
.button{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.2em;
    display: block;
    width: 200px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 0 15px 0 15px;
    margin-top: 10px;
    margin-right: 5px;
    line-height: 50px;
    background-color: #354c56;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.button:hover{
    background-color: #447fa6;
    /*color: #f8b449;*/

}
/*div#container {
    width: 800px;        sets the content width
    margin: 0 auto;      no top/bottom margin, centered horizontally
    background: none;
	padding-top: 15px;
	padding-bottom: 25px;
}*/
.addtocart {
    width: 400px;
    background-color: #cfcfd1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 30px;
}
div#data {
    top: 250px;
    bottom: 100px;
    padding-bottom: 25px;

}
div#data p{
    font-size:1em;
    margin-top:2ex;
    margin-left: 0;
}
div#data p:first-line{
    font-size: 100%;
}
div#leftdata {
    /*position: absolute;*/
    float: left;
    width: 400px;
    background-color: #cfcfd1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    /*margin-top: 20px;*/
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 5px;


}
.ourresponse {
    display: block;
    background-color:#cfcfd1;
    margin: 30px;
    padding: 5px;
    padding-top: 4px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;

}
.calcSubTitle {
    text-align: center;
}
.so {
    /*padding-bottom: 2ex;*/
}
.plusminus, .scoopPlusMinus {
    background-color: white;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    height: 15px;
    width: 9px;
    text-align: center;
}

div#rightdata, #rightdatajr {
    width: 350px;
    float: left;
    padding: 0 15px 0 100px;
    margin-top: 0;
}
div#rightdatajr {
    margin-top: 0;
}
div#widthResponse p, div#depthResponse p{
    /*height: 10px;*/
    margin: 2ex 0ex 3ex 1ex;
    color: gray;
    line-height: 0%;
    font-size: 1em;
    /*padding-bottom: 15px;*/
}
div#divsResponse {
    color: gray;
}
/* killed on 9mar12 b/c we're going to use the button instead
div.callout {
	background-color: #8D000B;
	padding: 15px;
	margin: 50px;
	border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	text-decoration: none;
	text-align: center;
} */
.orderform {
    background-color: #CFCFD1;
}
div#priceResponse {
    font-weight: bold;
}
a#price {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
a#price:hover{
    color: #f8b449;
}

.noticebox
{
    display: block;
    position: absolute;
    top: 240px;
    left: 650px;
    width: 220px;
    border-style: double;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: Gerogia,Times New Roman,Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    background-color: orange;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
    color: black;
    padding-top: 3px;
    padding-right: 1px;
    padding-bottom: 3px;
    padding-left: 1px;
}
.inlinenoticebox
{
    display: block;
    /*float: right;*/

    color: #969999;
    width: 350px;
    border-style: dashed;
    border-width: 2px;
    border-color: #969999;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: -38px;
    font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    text-align: center;
    background-color: #EDDB18;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;

}
div#slideshow {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    /*margin-left: -20px;
    margin-top: 10px;*/
    width: 730px;
    height: 545px;
}
div#theFrame{
    border-width: 8px;
    border-color: white;
    border-style: solid;
    border-radius: 20px;
    width: 720px;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    margin:auto;
}
div#theImage {
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 2;
}
div#theHidden {
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 1;
}
div#blackie {
    z-index:3;
    width:720px;
    height:545px;
    position:absolute;
    top:7px;
    left:8px;
    background-color:black;
}

#footerlinks {
    clear: both;
    padding-top: 60px;
    bottom:0;
    width:100%;
    height:25px;   /* Height of the footer */
    background:transparent;
    color: #bebebe;
}

#footerlinks a {
    padding-left: 20px;
    color: #bebebe;
}

div#survey {
    width:500px;
    margin:auto;
    background-color:rgb(221,221,221);
    padding:20px;
    border-radius:15px;

}

.caseStudy {
    background-color:#ECEBEB;

}
.caseStudy img{
    float:left;
    padding-right:10px;
}
.caseStudy div{
    float:left;
    padding-top:30px;
}
.caseStudy div li, .caseStudy div p{
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    font-size:.85em;
}
#homepage h4, #homepage div h4{
    color:#585858;
}
.wait {
    margin:auto;
    background-color:#EDDB18;
    color: #969999;
    width:600px;
    font-size: 1.1em;
    font: arial;
    height:40px;
    text-align:center;
    border-radius:15px;
    line-height:40px;
    vertical-align:middle;
    border-style:solid ;
    border-width:1px;
    border-color:#969999;
    margin-top:0;
    margin-bottom:100px;
}
a div.wait:visited, .wait:link {}

a div.wait:hover {
    background-color:#F2E165;
}

div.feelings {
    width:75%;
    margin:auto;
    height:42px;
    background-color:#E6E6E6;
    border-radius:5px;
    line-height: 42px;
    vertical-align:middle;
    padding-left:40px;
    font-size:1.2em;
}
a div.feelings{
    font-weight:normal;
}


/*6july11 used for no JS enabled on cmjr calcform */
#jsEnabled p{
    background: red;
}