
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #9E8C78;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

.cube {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: none;
    overflow: auto;
}

#wrapper {
    width: 900px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    margin-top: 0;
    border: none;
    overflow: auto;
}

#primaryContent {
    background: transparent url('columnbg.png') repeat-y;
    overflow: auto;
    background-image: none !important;
    background-color: rgba(255,255,255,0.9);
    width: 900px;
    height: auto;
    margin: 100px auto;
    min-height: 500px;
}

#content {
    width: 850px;
    height: auto;
    padding: 5px;
    margin: 20px;
    border: 0px solid black;
    background-color: none !important
    border: none !important;
    padding-top: 20px;
    overflow: auto;
}

#footer {
    width: 900px;
    height: auto;
    padding: 0;
    overflow: auto;
    background: #9E8C78;
    background-color: #70151A;
    margin: 0 auto;
    float: left;
}

.loginError {
    font-color: #F00;
    font-size: 14px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: normal;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

p,td,th,ul,ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

.shoppingCartLinks a {
    color: #0000FF;
}

#shoppingCartTitle {
    padding: 5px;
    background: #10233F;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

#shoppingCartLogin {
    float: right;
    padding: 5px;
    font-size: 11px;
}

#shoppingCartBreadcrumb {
    padding: 5px;
    border-bottom: 1px black solid;
    font-size: 11px;
}

.shoppingCartRowBackgroundColor {
    background: #E6E6E6;
}

.shoppingCartButtons {
    padding: 20px 5px 10px 5px;
    font-size: 11px;
    font-weight: bold;
}

#shoppingCartListViewHeaderColOne {
    width: 20px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

#shoppingCartListViewHeaderColTwo {
    width: 370px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

#shoppingCartListViewHeaderColThree {
    width: 70px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.shoppingCartListViewAddToCart {
    width: 20px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.shoppingCartListViewProductTitle {
    width: 370px;
    padding: 5px;
    font-size: 11px;
}

.shoppingCartListViewProductPrice {
    width: 70px;
    padding: 5px;
    font-size: 11px;
    text-align: right;
}

.shoppingCartPartialDetailViewProductImg {
    width: 80px;
    padding: 5px;
    vertical-align: top;
}

.shoppingCartPartialDetailViewProductImgLink {
    border: 1px #000000 solid;
}

.shoppingCartPartialDetailViewProductTitle {
    width: 320px;
    padding: 5px;
    font-size: 11px;
    vertical-align: top;
}

.shoppingCartDetailViewProductImg {
    width: 200px;
    padding: 5px;
    vertical-align: top;
}

.shoppingCartDetailViewProductDescription {
    width: 260px;
    padding: 5px;
    vertical-align: top;
}

.blog {
    padding: 0;
}

.gallery {
    padding: 0;
}

.gallerymainimage {
    margin: 5px;
}

.gallerythumb {
    float: left;
    width: 85px;
    height: 85px;
    margin: 5px;
    overflow: hidden;
}

.newsletter {
    padding: 0;
}

.calendar {
    padding: 0;
}

.registrationTitle {
    padding: 5px;
    background: #10233F;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.registrationTopButtons {
    padding: 5px;
    border-bottom: 1px black solid;
    font-size: 11px;
    text-align: right;
}

#registrationContent {
    position: relative;
    width: 100%;
    padding: 15px;
}

#registrationErrors {
    position: relative;
    width: 400px;
    color: #CC0000;
    padding: 15px;
    border: 2px #CC0000 solid;
}

.registrationBox {
    position: relative;
    width: 95%;
    padding: 5px;
    border: 1px #000 solid;
    margin-bottom: 10px;
}

.registrationBoxNoBorder {
    position: relative;
    width: 95%;
    padding: 5px;
    margin-bottom: 10px;
}

.registrationBoxHeader {
    position: relative;
    top: -5px;
    left: -5px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    background: #eee;
}

/* This is the html body */
body {
    background: url(/images/calchoicebackground.jpg) 0 0 no-repeat #9E8C78;
    background-size: cover;
}

#wrapperheader {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    margin: 0 auto;
}

#wrapperfooter {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background-color: #70151A;
    margin: 0 auto;
}

#header {
    width: 900px;
    height: 80px;
    margin: 0 auto;
    background: url('/images/newlogo.png') 0 0 no-repeat;
}

#logo {
    display: none;
}

#header hgroup {
    float: left;
    overflow: auto;
}

#nav {
    display: none;
    font-size: 14px;
    background: url('/images/bg_menu.gif') 0 0 no-repeat;
    width: 100%;
    height: 36px;
}

#nav ul {
    left: 0;
    margin: 0;
}

#nav ul li {
    display: inline;
    margin: 10px;
    padding: 10px;
}

#nav ul li a {
    color: #fff;
    text-decoration: none;
}

#sidebarLeft {
    background-color: #FFFFFF;
}

#sidebarRight {
    background-color: #FFFFFF;
}

#header hgroup h1 {
    float: left;
    margin: 20px;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.4em;
    font-weight: normal;
    width: 200px;
    border-right: 1px solid #ffffff;
}

#header hgroup h2 {
    float: left;
    margin: 20px;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.0em;
    font-weight: normal;
    margin-top: 50px;
    width: 250px;
}

#footer p {
    padding: 10px;
    margin: 0;
    color: #000;
}

#content header {
    width: 100%;
    height: auto;
    padding: 0;
}

#content header hgroup {
    padding: 0;
}

#content header hgroup h1 {
    margin: 0;
}

#content p {
    padding: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/* font: bold 13px Verdana; */
/* width: -10px; Main Menu Item widths */
border-bottom: 1px solid #ccc;
}

.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
/* border-bottom: 1px solid #778; */
/* border-right: 1px solid #778; */
border:	1px solid #040910;
margin-bottom: -1px;
text-align: left;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #10233F; /*background of tabs (default state)*/
color: #ffffff;
}

.sidebarmenu ul li a:visited{
/* color: white; */
}

.sidebarmenu ul li a:hover{
background-color: #4c5a6f;
color: #ffffff;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: -10px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
z-index: 1000;
}

.sidebarmenu a.subfolderstyle{
background: url(/admin/js/right.gif) no-repeat 97% 50%;
}


/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.custom1, .custom1 a { background: #10233F; color: #ffffff; }
.custom1light, .custom1light a { background: #4c5a6f; color: #ffffff; }
.custom1lighter, .custom1lighter a { background: #c3c8cf; color: #0c1a2f; }
.custom1dark, .custom1dark a { background: #0c1a2f; color: #c3c8cf; }
.custom1darker, .custom1darker a { background: #040910; color: #c3c8cf; }
.custom2, .custom2 a { background: #15376E; color: #ffffff; }
.custom2light, .custom2light a { background: #506993; color: #ffffff; }
.custom2lighter, .custom2lighter a { background: #c4cddb; color: #0b1c37; }
.custom2dark, .custom2dark a { background: #102953; color: #ffffff; }
.custom2darker, .custom2darker a { background: #050e1c; color: #c4cddb; }
    
.cke_rcombo{ background: #FFF !important; }
.ckeditorclass { background-color: #FFFFFF !important; background-image:none !important; margin: 5px !important; }

            