/*

 ccc.css

 This is the stylesheet for use with
 http://celebritycc.com
 
 Copyright (c) 2006-2010 - Celebrity Computer Consulting

$Revision: 375 $
$Date: 2011-01-11 19:34:59 -0800 (Tue, 11 Jan 2011) $
$Author: bruceh $
$HeadURL: svn+ssh://homeauto:22900/usr/local/svn/svnroot/dev/main/websites/ccc.com/trunk/css/ccc.css $

*/

/* Reset all styles */

* {
    padding: 0;
    margin: 0;
}
    

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Now begin our styles */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    background-color: #B32100;
    background-image: url(../images/ccc-bg-gradient.jpg);
    background-repeat: repeat-x;
    color: #000;
}


.clear-floats {
    clear: both;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
} 

h1 {
    padding: .9em 0 .5em 0;
    font-size: 1.2em;
    font-weight: bold;
}    

h2 {
    padding: .7em 0 .3em 0;
    font-size: 1.1em;
    font-weight: bold;
}    

h3 {
    padding: .7em 0 .3em 0;
    font-size: 1.0em;
    font-weight: bold;
} 

p {
    padding: .1em 0 .3em 0;
    font-size: .85em;
    line-height: 1.2em;
}    


#page-div {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
    background-color: #fbfbfb;
    background-image: url( ../images/menu-col-bg.jpg );
    background-repeat: repeat-y;
}

#page-div-nomenu {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
    background-color: #fbfbfb;
}


#banner-div {
    width: 100%;
    height: 260px;
    background-color: #250701;
    background-image: url(../images/ccc-web-hdr.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

#menu-div-col {
    width: 140px;
    height: 600px;
    float: left;
    padding: 0;
    margin: 0;
}    

#menu-div {
    font-size: .85em;
    margin-top: 2px;
}

#menu-div ul {
}

#menu-div li {
    list-style-type: none;
    color: #eee;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /*border-right: 1px solid #333;*/
    border-bottom: 1px solid #333;
    /* margin: 0 .1em; */
    padding: 0 .1em;
    line-height: 2em;
}    
    
#menu-div li.menuitem-on {
    background-color: #f54;
    color: #eee;
}    

#menu-div li.menuitem-off {
    color: #752;
}    

#menu-div ul li a {
    color: #210;
    font-weight: bold;
    display: block;
    padding-left: 1em;
}

#menu-div ul li a:hover {
    color: #eee;
    background-color: #f54;
    text-decoration: none;
}

#menu-div ul li.menuitem-on a {
    color: #eee;
}    

#content-div {
    width: 686px;
    float: left;
    padding: 0;
    margin: 0 0 0 10px;
}    

#content-full-div {
    width: 836px;
    margin: 0;
    padding: 0;
}    

#page-content-div {
    width: 100%;
    padding: 0;
    margin: 0;
}

#index-col1-div {
    width: 405px;
    padding: 0;
    float: left;
}

#index-col1-content {
    margin-left: .4em;
    margin-right: .7em;
}

#index-col2-div {
    width: 280px;
    padding: 0;
    float: left;
}

#index-col2-content {
    margin-left: .4em;
    margin-right: .3em;
}

#index-col1-content h1 {
    color: #7c5f50;
}    

#index-col1-content h2 {
    color: #7c5f50;
}    

#index-col1-content h3 {
    color: #7c5f50;
}    

#index-col1-content p {
    text-indent: 1.0em;
    text-align: justify;
} 

#index-col1-content p img.kb {
    width: 120px;
    height: 90px;
    padding-right: .5em;
    padding-top: .3em;
    vertical-align: middle;
    float: left;
}    

#index-col1-content p img.cds {
    width: 120px;
    height: 90px;
    padding-left: .5em;
    padding-top: .3em;
    vertical-align: middle;
    float: right;
}    

#index-col1-content p img.kbh {
    width: 120px;
    height: 90px;
    padding-right: .5em;
    padding-top: .3em;
    vertical-align: middle;
    float: left;
}    

#index-col2-content h1 {
    color: #7c5f50;
}    

#index-col2-content h2 {
    color: #7c5f50;
}    

#index-col2-content h3 {
    color: #7c5f50;
}    

#index-col2-content a {
    color: #944;
    font-weight: bold;
    text-decoration: none;
}

#index-col2-content a:hover {
    color: #944;
    font-weight: bold;
    text-decoration: underline;
}    

#index-col2-content ul {
    font-size: .75em;
    padding-top: .3em;
    padding-bottom: .5em;
    list-style: disc outside none;
} 

#index-col2-content ul li {
    margin-left: 1.3em;
    padding: .2em 0;
} 

#contact-content {
    margin-left: 1.0em;
    margin-right: 1.0em;
}

#contact-content h2 {
    color: #7c5f50;
}    

#contact-content h3 {
    color: #7c5f50;
}    

#contact-content p {
    color: #000;
}

#contact-form-table {
    width: 100%;
    text-align: center;
    vertical-align: top;
}

#contact-form-table td.label-col {
    width: 40%;
    color: inherit;
    background-color: inherit;
    font-size: .85em;
    text-align: right;
    padding: .4em;
    vertical-align: top;
}    

#contact-form-table td.label-col a {
    font-size: inherit;
    color: #944;
    text-decoration: none;
}    

#contact-form-table td.label-col a {
    font-size: inherit;
    color: #944;
    text-decoration: underline;
}    

#contact-form-table td.captcha-label-col {
    width: 40%;
    color: inherit;
    background-color: inherit;
    font-size: .85em;
    text-align: center;
    padding: .4em;
    vertical-align: top;
}    

#contact-form-table td span.redstar {
    color: #f00;
    font-size: 1.5em;
    font-weight: bold;
}    


#contact-form-table td.input-col {
    width: 60%;
    font-size: .85em;
    text-align: left;
    padding: .4em;
    vertical-align: top;
}

#contact-form-table td.descrip-col {
    width: 100%;
    font-size: .85em;
    text-align: center;
    padding: .4em;
    vertical-align: top;
}    

#contact-form-table td.error-col {
    width: 100%;
    color: #e32300;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    padding: .4em;
    vertical-align: top;
}    

#rates-content {
    margin-left: 1.0em;
    margin-right: 1.0em;
}

#rates-content h2 {
    color: #7c5f50;
}    

#rates-content h3 {
    color: #7c5f50;
}    

#rates-content p {
    color: #000;
}

#rates-content p.subtext {
    color: #500;
    font-size: .8em;
    padding-left: 2.0em;
}

#services-content {
    margin-left: 1.0em;
    margin-right: 1.0em;
}

#services-content h2 {
    color: #7c5f50;
}    

#services-content h3 {
    color: #7c5f50;
}    


#services-content ul {
    font-size: .85em;
    padding-top: .3em;
    padding-bottom: .5em;
    list-style: disc outside none;
} 

#services-content ul li {
    margin-left: 1.3em;
    padding: .2em 0;
} 

#tutorials-content {
    margin-left: 1.0em;
    margin-right: 1.0em;
}

#tutorials-content h2 {
    color: #7c5f50;
}    

#tutorials-content h3 {
    color: #7c5f50;
}

#tutorials-content a {
    color: #944;
}    

#tutorials-content a:hover {
    color: #944;
    text-decoration: underline;
}    

.video-title {
    font-weight: bold;
    padding-right: 10px;
} 

.video-descrip {
    padding: 5px 0 20px 20px;
}  

.video-type {
    font-size: .8em;
    font-style: italic;
} 

#noUpdate {
    color: #fafafa;
}    

#video-media {
    background-color: #000;
    width: 100%;
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
}    

#about-content {
    margin-left: 1.0em;
    margin-right: 1.0em;
}

#about-content h2 {
    color: #7c5f50;
}    

#about-content h3 {
    color: #7c5f50;
}    

#about-content p {
    color: #000;
}

#footer-div {
    font-size: .85em;
    font-weight: bold;
    text-align: center;
    color: #f3f3f3;
    margin-top: .3em;
    padding: .1em .2em .2em .2em;
}

#footer-div a {
    font-size: .85em;
    font-weight: bold;
    color: #f3f3f3;
}


#footer-div a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer-copyright {
    font-size: .6em;
    color: #f3f3f3;
    text-align: center;
    background-color: inherit;
    margin-top: .2em;
    margin-bottom: .2em;
    padding: .2em;
    line-height: 1.2em;
}

#footer-validation {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: .2em;
    margin-bottom: .2em;
}

