html {
    height: 100%;  	
}

body {
    background: #6A6A6A url(../img/background.gif) repeat-x;
    margin: 0;
    color: #fff;
    font-variant: small-caps;
    height: 100%;
}

.info {
    color: #B0DD00;
}

.warning {
    color: #DDBC00;
}

.error {
    color: #BF1515;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}



a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


a img {
    border: 0;
}

div.body {
    text-align: left;
    width: 1024px;
    background-color: #000;
}

h1 {
    font-size: 22px;
    font-weight: normal;
}

h2 {
    font-size: 20px;

}


table.navigation_bar {
    width: 100%;
    height: 34px;
    background: transparent url(../img/bar_background.gif) repeat-x;
}

table.navigation_bar tr td.leftcorner {
    width: 7px;
    background: transparent url(../img/bar_left_corner.gif) no-repeat;
}

table.navigation_bar tr td.rightcorner {
    width: 10px;
    background: transparent url(../img/bar_right_corner.gif) no-repeat;
}

table.navigation_bar tr td.content {
    padding-left: 105px;
}

table.navigation_bar tr td.content img.separator {
    margin: 0;
}

td.rightside {
    background: transparent url(../img/rightside_bg.gif) no-repeat;
    width: 246px;
    font-family: Times New Roman;
    vertical-align: top;
    padding: 27px 15px 5px 10px;
    text-align: center;
}

td.rightside p{
    margin: 6px 0 0 0;
}

div.footer {
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

div.footer a {
    color: #344598;
    font-size: 13px;
}


.header {
    font-size: 24px;
}

h2.faqTitle {
    font-size: 20px;
    font-weight: bold;
}

h2.faqTitle, h2.faqTitle a {
    color: #c33;
}


ul.faqList li {
    font-size: 18px;
    font-weight: bold;
}


div.faqDescription {
    font-weight: normal;
}

div.faqDescription p {

}

table.parts td {
    border-bottom: 2px solid #ccc;
}

table.parts th {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

table.parts td img.thumb {
    margin: 5px;
    max-width: 150px;
}

.magic {
    cursor: pointer;
    width: auto;
    height: auto;
}

#messageBox {
    background: #000;
    color: #fff;
}

.contactIntro {
    font-size: 18px;
}

.contactTable {
    background: #252525;
    border: 20px solid #252525;
    width: 100%;
}

.contactTable td {
    font-size: 16px;
    font-weight: bold;
    color: #eee;
}

.contactTable input, .contactTable textarea, .contactTable select{
    border: 1px solid #000;
    background: #3A3A3A;
    height: 25px;
    color: #FFF;
    width: 270px;
    font-size: 18px;
    font-family: Times New Roman;
    font-weight: normal;
    padding: 0 4px 0 4px;
}

.contactTable textarea {
    height: 222px;
}

.contactTable select {
    width: 160px;
    padding-right: 0;
}


.total td {
    border-top: 2px solid #bbb;
}


.infoPage {
    padding: 0 30px 0 30px;
}

.grid_title {
    text-align: right;
    padding-right: 25px;
}

.checkout  .grid_title {
    padding-right: 5px; 
}


.homeFlash {
	padding: 3px 0 2px 2px;  
	background: transparent url(../img/home_bevel.gif) no-repeat scroll 0% 0%; 
	width: 736px;
}

.youtube {
    background: #fff url(../img/youtube_bg.gif) no-repeat;
    width: 487px;
    height: 344px;
    padding: 3px;
}

