/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 1em;
}


img {
   border: 0;
}

/*
default link styles
*/
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
}
.clr{
clear:both;
}

/*****************
basic layout 
*****************/


/* center wrapper, min max width */
div#container {
width:770px;
margin:0 auto;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height:105px;
width:757px;     
}
div#top-links{
margin-top:5px; 
float:right;
font-size:10px;
color:#666666;
}
div#top-links a{

margin-right: 20px;
padding-left: 12px;
background: transparent url(../images/img-arrow-subnav.gif) no-repeat 0 50%;
text-decoration: none;
text-transform: uppercase;
color: #333;

}
div#search-area{
float:right;
background-image:url(../images/bg-toolbar.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:560px;
height:105px;
margin-right:3px;
font-weight
}
div#search-area label{
color:#666666;
font-weight:bold;
text-transform:lowercase;
padding-bottom:2px;
}
div#search-area input{
vertical-align: middle;

}
/* position for the search box */
div#search {
float:left;
margin:40px 0 0 180px;
}
#search-btn{
margin:3px 0 0 3px;
}
div#locations{
float:right;
margin:40px 20px 0 0;
}
#logo{
float:left;
margin-top:10px;
margin-left:25px;
color:#999999;
font-size: 10px;
}

div.breadcrumbs {
   padding: 2em 0 1.8em 1.9em; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
}
div.breadcrumbs:first-letter{
text-transform: uppercase;
}

 div.breadcrumbs span.lastitem { 
color:#666666; 
 }
 div.lastitem:first-letter { 
text-transform: uppercase;
 }  

/* Added to make the Joint Venture text to be uppercase & lowercase combo */
#sidebar p.welcome {
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
        text-transform:none;
	}


div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width:160px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
   text-transform: lowercase;
}
div#sidebar p{
color:#808080;
font-size:10px;
}
div#dealer-login a{
margin-top:10px;
padding:0.6em 0.5em 0.6em 1.5em;
text-decoration:none; /* no underline for links */
display: block; /* IE has problems with this, fixed above */
color: #364867; /* this will be link color for all levels */
background: url(images/img-arrow-nav.gif) no-repeat 0.5em center; 
min-height:1em; /* Fixes IE7 whitespace bug */
font-weight: bold;
}

div#footer {
   clear: both;       /* keep footer below content and menu 
   background-image:url(uploads/images/img-footerlogo.jpg);
   background-repeat:no-repeat;
   background-position:top right;*/
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: left;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #666666; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content-container{
width:592px;
float:right;
background-image:url(images/bg-shadow.jpg);
background-repeat:no-repeat;
margin-bottom:50px;
}

div#main{
width:504px;
margin:auto;
min-height:550px;
}
div#main-home{
width:540px;
margin:auto;
}
div#home{
width:560px;
margin:auto;
}
div#home table{
margin:auto;
}
.contact_table td {
border:1px solid #CCCCCC;
padding:3px;
}
table.contact_table {
border-collapse:collapse;
}
/* HEADINGS */
div#main h1 {
   font-size: 2em; /* font size for h1 */
   font-weight:200;
   line-height: 2em;
   margin:0 0 25px 0;
   color:#105CB4;
   background-image:url(images/img-notch.gif);
   background-repeat:no-repeat;
   background-position:left;
   padding-left:30px;
}
div#main h2 {
	color:#105CB4;
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	/* padding-left: 0.5em; */
	padding-bottom: 1px;

        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
        font-weight:200;
}
div#main h3 {
   color:#105CB4;
   font-size: 1.2em;
   line-height: 1.3em;
   font-weight:bold;




   margin: 0 0 0.5em 0;
}
div#main h4 {
   color:#105CB4; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#main h5 {
   color:#105CB4; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color:#105CB4;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
th{
background-color:#3399CC;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
height:40px;
text-align:center;
}
th a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.home-link a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
line-height:20px;
}


/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

 /*END LISTS */

/*STYLING FOR FORMS*/

fieldset{
border:0;
width:200px;
}
legend{
display:none;
}
.contact-form {
font-size : 13px;
font-family : verdana;
width:200px;
}

.contact-form label {
width : 100px;
display : block;
float : left;
margin-top : 6px;
margin-bottom:4px;
}

.contact-form div{
margin-bottom : 4px;
padding : 3px;
}

.contact-form legend {
font-weight : bold;
font-size : 15px;
margin-bottom : 4px;
padding-top : 10px;
}

.contact-form input, .support-form textarea, .support-form select {
font-size : 12px;
margin : 2px;
padding : 2px;
font-family: verdana, arial;
}

.contact-form textarea {
width : 180px;
height : 80px;
}

.contact-form .selecter label {
float :none;
display : block;
width : 100px;
margin-bottom : 6px;
}

.contact-form .selecter div label {
float :none;
display : inline;
margin-left : 5px;
}


.contact-form .selecter div {
clear : both;
display : block;
margin-bottom : 10px;
}


.contact-form .title-heading p {
margin-left : -120px;
}

.contact-form .submit{
width:200px;
}

.contact-form strong {
font-size : 13px;
}




/************************Service call form styling*********************/
.service-call fieldset{
border:0;
width:410px;
}

.service-call {
font-size : 13px;
font-family : verdana;
width:410px;
}


.service-call label {
width : 170px;
display : block;
float : left;
margin-top : 6px;
}


.service-call div{
margin-bottom : 4px;
padding : 3px;
}


.service-call legend {
font-weight : bold;
font-size : 15px;
margin-bottom : 4px;
padding-top : 10px;
}


.service-call input, .support-form textarea, .support-form select {
font-size : 12px;
margin : 2px;
padding : 2px;
font-family: verdana, arial;
}


.service-call textarea {
width : 200px;
height : 80px;
}


.service-call .selecter label {
float :none;
display : block;
width : 400px;
margin-bottom : 6px;
}


.service-call .selecter div label {
float :none;
display : inline;
margin-left : 5px;
}



.service-call .selecter div {
clear : both;
display : block;
margin-bottom : 10px;
}



.service-call .title-heading p {
margin-left : -120px;
}


.service-call .submit{
width:410px;
}

.service-call strong {
font-size : 13px;
}





.error_message{color : #FF0000; background-color : #FFCCCC;}
.error-entry{color : #FF0000; background-color : #FFCCCC;}


/*END FORM STYLING*/

/******************PRODUCT STYLING*********************/
.productbg{
margin-right: 10px;
background: url(images/product-bg.gif) no-repeat top left;
width:86px; 
height:86px;
float:left;
}

.productbg:hover { 
background: 
#fff url(images/product-bg-ov.gif) no-repeat top left; 
}


/*.productbg img { 
margin: 3px 0 0 3px; 
}*/
.productbg a img { 
margin: 6px 0 0 6px; 
float:left;
padding-bottom: 6px;
}


.arrow{
background:transparent url(images/img-arrow.gif) no-repeat scroll 100% 55%;
padding-right:5px;
text-decoration:underline;
line-height:150%;
margin-right:10px;
}
a .arrow{
padding-right:5px;
color: #105cb4;
text-decoration:none;
}

.arrow-home{
background:transparent url(images/img-arrow.gif) no-repeat scroll 100% 55%;
padding-right:5px;
text-decoration:underline;
line-height:200%;
margin-right:10px;
padding-left:20px;
}
a .arrow-home{
padding-right:5px;

color: #105cb4;
text-decoration:none;
}


#product-container{
width:504px;
margin-bottom:30px;
}

#products{
float:left;
width:260px;

}

#product-contact{
float:left;
width:210px;
margin-left:20px;
}

#prod-desc{}
#prod-img{
width:240px;
float:left;
}
#prod-info{width:240px;
float:right;
}
/* End of 'Layout: Left sidebar + 1 column' */

