body {background-color:#f3f2d3; font-family: Arial; font-weight:300; font-size:12px; height:100%; margin:0;}


/* Return to Sorted out */

#return {position:fixed; z-index:155; top:0px; right:150px;   background: rgb(181,219,168); /* Old browsers */
    background: rgb(177,149,198); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(177,149,198,1) 0%, rgba(136,111,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(177,149,198,1)), color-stop(100%,rgba(136,111,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(177,149,198,1) 0%,rgba(136,111,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(177,149,198,1) 0%,rgba(136,111,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(177,149,198,1) 0%,rgba(136,111,247,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(177,149,198,1) 0%,rgba(136,111,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b195c6', endColorstr='#886ff7',GradientType=1 ); /* IE6-9 */

width:120px; height:20px;
    padding:7px;
    border-left: solid 1px #A47FC5;
    border-right: solid 1px #A47FC5;
    border-top: solid 1px #A47FC5;
    text-align: center;
    font-size:11px;
}

#return a {color:#fafafa; text-decoration: none; }

/* Header */
#header {height:104px; background-color: #fff; width:100%; float:left; padding-top:30px; margin:0; }
.headerctr {color:#b195c6; letter-spacing:.05em; font-size:23px; margin: 0 auto; width:960px; text-indent:310px; font-family:Georgia; margin-bottom:45px;}



/* Top */
.top {background:url('/chaos2calm/images/top-rpt.jpg') repeat-x; float:left; width:100%; height:32px; position: absolute;z-index: 98;}

/* C2C */
.c2c {
    background-color: #B195C6;
    color: #F7F6E4;
    text-transform: uppercase;
    font-size: 43px;
    letter-spacing: 7px;
    width: 215px;
    padding: 2px 5px 7px 1px;
    height: 105px;
    border: solid 1px #FDFDFD;
    position: absolute;
    margin-top: -192px;
    z-index: 104;
    box-shadow: 3px 3px 5px #A2A2A2;

}

/* mainbody */
#mainbody {background-color: #F3F2D3; width:100%; float:left; min-height:650px;margin:0 auto;}

.bodycontain {margin:0 auto; width: 893px; min-height:500px; height:100%; }


.bodyleft {
    background-color:#f3f2d3;
    width:195px;
    margin-left:5px;
    padding:85px 10px 10px 10px;
    min-height: 500px;
    float:left;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style:italic;
    height: inherit;
}

.bodyctr {
    background-color: white;
    width: 610px;
    padding:300px 20px 69px 20px;
    min-height: 500px;
    border-left: solid 1px #AFAF90;
    border-right: solid 1px #AFAF90;
    float:left;
    margin-right:20px;
    height:inherit;
}

img.babies {position: absolute;z-index: 113;top: 110px;left: 41%;}

table.bookinfo {font-size:12px; width:100%;}
table.bookinfo tr > td {width:31%; font-weight:bold; text-transform: uppercase; padding:1%;}
table.bookinfo tr > td + td {width:65%; font-style:normal; text-transform:none; font-weight:300;}


/* Footer */
#footer {background:url('/chaos2calm/images/btm-rpt.jpg') repeat-x; height: 36px; padding-top:15px; width:100%; float:left;}
.footerctr {width:850px; margin:0 auto;}
.footeremail {
    background: rgb(181,219,168); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(181,219,168,1) 0%, rgba(177,215,164,1) 40%, rgba(149,199,130,1) 65%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(181,219,168,1)), color-stop(40%,rgba(177,215,164,1)), color-stop(65%,rgba(149,199,130,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(181,219,168,1) 0%,rgba(177,215,164,1) 40%,rgba(149,199,130,1) 65%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(181,219,168,1) 0%,rgba(177,215,164,1) 40%,rgba(149,199,130,1) 65%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(181,219,168,1) 0%,rgba(177,215,164,1) 40%,rgba(149,199,130,1) 65%); /* IE10+ */
    background: linear-gradient(to right, rgba(181,219,168,1) 0%,rgba(177,215,164,1) 40%,rgba(149,199,130,1) 65%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5dba8', endColorstr='#95c782',GradientType=1 ); /* IE6-9 */
    padding:7px;
    height:16px;
    width:370px;
    float:right;
    text-align:right;

}
.footeremail a {color:#fafafa; font-size:13px; font-weight:300; letter-spacing:2px; text-decoration:none;}

#copyright {height:35px; padding:25px 0 10px 0; background-color:#F3F2D3; width:100%; float:left; }
#copyright table {color:#B195C6; font-size:10px; float:right; text-align:right;}
.copyrightctr {width:893px; margin:0 auto;}
.copyrightctr table tr td:first-child {padding-right:308px;}
.copyrightctr table tr td:last-child {padding-right:20px;}


/* Typography */
a {font-weight:bold; color: #61AD47;}
a:hover {color: #B195C6;}
a:visited {color: #61AD47;}

span.quote {color: #B195C6;opacity: 0.3;font-family: Georgia; font-size: 72px; line-height: .02px; display:block; min-width:10px; }

p.buybook {color: #B195C6; font-size:18px; padding-top:15px; font-weight:bold; font-style:normal;}
p.buybook a {color: #B195C6; text-decoration: none;}

.bodyctr p{font-size: 12px;line-height: 16px;font-weight: normal;}

h1.header {color: #B195C6;letter-spacing: .05em;font-size: 23px; font-family:Georgia; font-weight:300; line-height:14px;}
h2 {font-family: Arial; font-size: 18px;line-height: 21px;font-weight: bolder;color: #B195C6;}
h3 {font-family: Arial;font-size: 15px;line-height: 19px;font-weight: bold;color: #61AD47;}

ul li {font-size:12px; margin-bottom:35px;}
ul li:first-child {margin-top:15px;}

