body, html{margin:0px;height:100%}
body{
    color:#333;
    font-family:verdana;
    height: 100%;width:100%;margin:0px;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
#slideShow{
    width:100%;

    background:#eee;
    color:#aaa;
    position:relative;
}

#slideShow .phonead{
    position:absolute;
    top:0px;
    right:0px;
    font-weight:bold;
    text-shadow:1px 1px #000;
    color:#fff;
    font-size:1.5em;
    background:url(../images/raster70.png);
    padding:5px 20px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottom-left: 10px;
    border-bottom-left-radius: 10px;
} 
.bggrad{
    background: #0084D6; /* Old browsers */
    background: -moz-linear-gradient(top,  #0084D6 0%, #00009b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084D6), color-stop(100%,#00009b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0084D6 0%,#00009b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0084D6 0%,#00009b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0084D6 0%,#00009b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0084D6 0%,#00009b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084D6', endColorstr='#00009b',GradientType=0 ); /* IE6-9 */    
}

#navbarMenu li{font-size:8pt;}

body:before{ 
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 510;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,1);  
}
#siteHolder{
    max-width:1000px;
    margin:0 auto;
    overflow:hidden;
    box-shadow: 10px 0 10px -4px rgba(0, 0, 0, .5), -10px 0 10px -4px rgba(0, 0, 0, .5);
    background:#fff;
    padding-top:13px;
  
}
#header{
    background:#fff;  
    width:100%;
    z-index:900;
    overflow:hidden;  
}
#navbar{
    background: #00009b;
    width:1000px;
    min-height:30px;
}
.logo{
    float:left;
    width:500px;
    
}
.box-shadow{
	-webkit-box-shadow: 0 8px 6px -6px #666;
	   -moz-box-shadow: 0 8px 6px -6px #666;
	        box-shadow: 0 8px 6px -6px #666;
}

#header_right{
    /* float:right; 
    width:450px;
    margin:10px 0;*/
    text-align:center;
}
#bodyContent{
    position:realative;
    z-index:800;    
    background: #fff;
    min-height:100%;
}

.button{
    cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
    text-align:center;
	color: #ffffff;
	padding: 5px 10px;    
    -moz-border-radius: 0px ;
	-webkit-border-radius: 0px;
	border-radius: 0px;  
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}
.button:hover{
    cursor:pointer;
    text-align:center;
	color: #ffffff;
	padding: 5px 10px;    
    -moz-border-radius: 0px ;
	-webkit-border-radius: 0px;
	border-radius: 0px;  
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);          
}

a.button,
a.button:hover,
a.button:active,
a.button:visited{
    color:#fff !important;
    text-decoration:none;
}


input.spinner{width:50px;}
.partsSlider{
    overflow:hidden;
    width:590px;
    height:211px;
}
.partsSlider_holder{
    position:relative;
    width:10000;
    height:207px;
}
.nav_partsSlider{
    background: #00009b /* Old browsers */
    background: -moz-linear-gradient(top,  #00009b 0%, #0084D6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00009b), color-stop(100%,#0084D6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00009b 0%,#0084D6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00009b', endColorstr='#0084D6',GradientType=0 ); /* IE6-9 */
    width:50px;
    height:211px;
    cursor:pointer;
}
.nav_partsSlider:hover, .cart_icon:hover{
    background: #0084D6 /* Old browsers */
    background: -moz-linear-gradient(top,  #0084D6 0%, #00009b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084D6), color-stop(100%,#00009b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0084D6 0%,#00009b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0084D6 0%,#00009b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0084D6 0%,#00009b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0084D6 0%,#00009b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084D6', endColorstr='#00009b',GradientType=0 ); /* IE6-9 */
    cursor:pointer;
}
.partsSlider .partsSliderItem{
    height:100px;
    width:100px;
    float:left;
    position:absolute;
    padding:0px 12px;
    margin:0;
    top:0px;
    cursor:pointer;
}

.partsSliderItemDescription{
    text-align:center;
    font-size:8pt;
    overflow:hidden;
    margin:0px auto 0px auto;
}
.partsSliderItemPrice, .partsSliderItemPart{
    text-align:center;
    color:#00009b;
    font-family: 'Oswald', sans-serif;
 
    padding:5px 0;  
}
.oswald{
    font-family: 'Oswald', sans-serif;
}
.partsSlider .partsSliderItem:hover .partsSliderItemDescription{
    color:#f00 !important;
}
.partsSlider .partsSliderItem:hover .partsSliderItemPart{
    color:#0084D6 !important;
}
.partsSlider .partsSliderItem:hover .partsSliderItemPrice{
    color:#ff0 !important;
}
.partsSliderItemPart{
    color:#333 !important;
    padding:0 !important;
}



.partsFeaturedHolder{
    height:200px;
    width:100%;
    position:relative;
}
.partsFeaturedHolder .featuredBullet{
    float:left;
    width:15px;
    height:15px;
    background:#eee;
    margin:5px 5px;
    border:1px solid #aaa;
    cursor:pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
}
.partsFeaturedHolder .featuredBullet.sel{ 
    background: #00009b /* Old browsers */
    background: -moz-linear-gradient(top,  #00009b 0%, #0084D6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00009b), color-stop(100%,#0084D6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00009b 0%,#0084D6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00009b', endColorstr='#0084D6',GradientType=0 ); /* IE6-9 */    
}
.partsFeaturedHolder .bullets{
    height:15px;
    bottom:0px;
    right:0px;
    position:absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:0px 20px;     
}
.partsFeaturedItem{
    height:200px;
    width:100%;    
}
.partsFeaturedItem .image{
    float:left;
    width:200px;
    height:200px;
}
.partsFeaturedItem .info{
    float:left;
    width:470px;
    height:170px;
    margin-left:20px;
}
.partsFeaturedItem .modlno{
    font-family: 'Oswald', sans-serif;
    font-size:1.2em;
    float:left;
	text-overflow: ellipsis;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;    
}
.partsFeaturedItem .price{
    font-family: 'Oswald', sans-serif;
    font-size:1.2em;
    float:right;
    color:#ff0;
}
.partsFeaturedItem .description{
    font-size:10pt;
    margin:15px 0;
}
    .partsDisplayItem{
        width:317px;

        padding:8px;
        margin-top:-1px;
    }

    .partsDisplayItem{
        float:left;
        margin-bottom:15px;
        width:100%;
    }
    .partsDisplayLeft{
        width:100px;
        float:left;        
    }
    .partsDisplayCenter{
        width:375px;
        float:left;
        margin-left:15px;
 
    }
    
    .partsDisplayRight{
        height:100px;
        width:128px;
        float:right; 
    }  
    .partsDisplayImage{
        width:100px;
        height:100px;
        float:left;
    }
    .partsDisplayModlno{
        font-weight:bold;
        float:left;
        color:#0084D6;
    }
    .partsDisplayDescription{
        font-size:9pt;
        color:#999;
    }
    .partsDisplayPrice{
        text-align:right;
        font-family: 'Oswald', sans-serif;
        color:#666;
        font-weight:bold;
    }
    .cart_icon{
        width:32px;
        height:32px;
        
    }
#sidebar{
    background:#f6f6f6;
    float:right;
    width:250px;
    min-height:100px;
    border:1px solid #ccc;
    border-right:none;
    border-top:none;
    height:100%;
    margin-top:-10px;
}
.sidebarSection{
    border-bottom:1px solid #ccc;
}
.sidebarSection.user{
    padding:15px 0;
    background:#fff;
}
.sidebarSection.cart{
    font-size:8pt;
    padding:4px 0px;
    background:#fcfcfc;
}
.sidebarSection.search{
    color:#eee;
    text-shadow:1px 1px #333;    
}
.sidebarItem{
    font-size:9pt;
    color:#666;
    padding:4px;
}
.sidebarItem a{
    color:#ff0;
}
.sidebarItem .sep{
    height:1px;
    background:#ccc;
}
#sidebar h2{
    width:100%;
    margin:6px 0;
    padding:0;
    text-align:center;    
    color:#333;
    font-family: 'Oswald', sans-serif;
}

h1{
    padding:0;
    margin:10px 0;
    font-family: 'Oswald', sans-serif;
    color:#0084D6;  
    border-bottom:4px solid #ddd;  
}










#pageContent.side{
    float:left;
    width:690px;
    min-height:100px;
    margin-left:10px;
}
#pageContent.full{
    width:920px !important;
    min-height:100px;
    margin:0px auto;
}
#navbar{
    height:35px;
}
.clr{clear:both;}
.hidden{display:none;}








ul.dropmenu{
	position: relative;
    z-index:9999 !important;
	margin: 0px;
	padding: 0px;
	background:transparent;
	display:block;
	height: 35px;
	font-family: 'Oswald', sans-serif;
    font-size: 15px;
    float:left;
}
.dropmenu li{
	position: relative;
    
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dropmenu li a{
	height: 35px;
    line-height: 35px;
	padding: 0px 30px 0px 30px;
	display: block;
	cursor: point;
	border-right: solid 1px #eee;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background:transparent url(../images/arrow_up.png) repeat-x scroll 0 0;
	position: absolute;
	top: 12px;
	right: 10px;
}
.dropmenu li  a:hover span{
	background:transparent url(../ images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	width: 200px;
	padding: 0px;
	margin: 0px;
    color: #fff;
	border-bottom: 1px solid #ccc;
	background: #0084D6;    
}
.dropmenu ul li{
	border: 0;
	float: none;
}
.dropmenu ul a {
  border: 1px solid #ccc;
  border-bottom: 0;
  white-space: nowrap;
  display:block;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.dropmenu a.selected, .dropmenu a:hover{
	color: #fff !important;
	background: #0084D6;
}
.dropmenu a.selected span{
	background:transparent url(../images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu ul a:hover {
	color:#fff !important;
	text-decoration: none;
	background-color: #00009b;
	background-image: none;
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	background: #FFFFFF url(../images/gradient.png) repeat-x scroll 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	display: none;
	position: absolute;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative !important;
}
.dropmenu li div a{
	border: none;
	border-bottom: 1px solid #ccc;
}
.dropmenu li div div{
	display: block;
	position: relative;
	background: none;
	border: none;
}
.dropmenu li div div a{
	display: inline;
	border: none;
	color: #666;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.dropmenu li div div a:hover{
	color: #000;
	text-decoration: none;
}
ul.left{
	float: left;
	width: 145px;
}
ul.right{
	float: right;
	width: 145px;
}
.small{
	color: #666;
	font-size: 10px;
	padding: 10px 5px 8px 5px !important;
	display: block;
	clear: both;
}
.field_label{
    float:left;
    width:250px;
}
.field_value{
    
    width:400px;
    padding-left:15px;
}
.field_item{
    margin-bottom:15px;
    padding-bottom:8px;
    margin-bottom:7px;
    border-bottom:1px solid #ccc;
    min-height:35px;
    line-height:35px;       
}
.field_value,.field_label{
    float:left;       
} 
h1.admin{
    margin-bottom:20px;
} 
.success{
    background:#d5ffe3;
    color:#060;
    border:1px solid #060;
    padding:15px;
    text-align:center;
    font-size:8pt;
    display:none;
    margin-bottom:15px;
}
.fl_right{
    float:right;
}
.fl_left{
    float:left;
}
.button.bggrad:hover{
    background: #00009b; /* Old browsers */
    background: -moz-linear-gradient(top,  #00009b 0%, #0084D6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00009b), color-stop(100%,#0084D6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00009b 0%,#0084D6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00009b 0%,#0084D6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00009b', endColorstr='#0084D6',GradientType=0 ); /* IE6-9 */    
}
#footer{
    padding-top:8px;
    border-top:1px dotted #00009b;
    font-size:8pt;
    margin:20px 5px 8px 5px;
}

.empty{
    padding:40px 0;
    text-align:center;
    color:#aaa;
    font-style:italic;
    margin:15px 25px;
}
.slider-frame {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 27px;
  background-color: rgb(246, 249, 251);
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}
.slider-button {
  display: block;
  width: 60px;
  height: 27px;
  line-height: 27px;
  background: #EDF2F7;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #000;
  font-family:sans-serif;
  font-size:11px;
  font-weight:bold;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}
.slider-button.on {
  margin-left: 40px;
  background: #EDF2F7;
}
.success{
    background:#ccffcc;
    color:#060;
    padding:25px;
    text-align:center;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #navbarMenu li{font-size:12pt;}
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #navbarMenu li{font-size:12pt;}
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    #navbarMenu li{font-size:12pt;}
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}