/**************** body and tag styles ****************/
	body {
	  margin-top: 15px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 900px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 900px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #2763A5;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
	h3 {
	  color: #666666;
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  border-bottom: 1px solid #DDDDDD;
	  }
		
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
    blockquote {
      margin: 1em 20px;
      padding-left: 50px;
      background: transparent url('http://www.vfcommodore.com/images/quote.gif') no-repeat; 
	  padding-bottom: 15px;
      }
    blockquote span {
      clear: both;
      font-style: italic;
      color: #000;
      float: right;
      }
    .noB {
      margin-bottom:0;
      }
    .noT {
      margin-top:0;
      text-align:right;
      }
    .paginSect {
      font-size: 16px !important;
      }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  font-size: 9px;
	  }
		
	input, textarea {
	  background-color: #FFFFFF;
	  color: #333;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	
	.discussA {
      width:410px;
      margin:0 auto;
      display;block;
      text-align:left;
    }

/**************** header styles ****************/
	#header {
	  width: 900px;
	  border: 0px
	  margin-bottom: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }
	#logo {
      display: block;
      height: 65px;
      width: 420px;
      float: left;
      background: url('http://www.vfcommodore.com/images/logo.gif') center center;
      }
    #logo h1, #logo p {
      display: none;
      }
    #ve {
      border: 0;
      float: right;
      }

/**************** content styles ****************/
	#content {
	  width: 670px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
      
	#sidebar #menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      }
    
	#sidebar #menu li {
      margin: 0;
      }
    
	#sidebar #menu a {
      display: block;
      padding: 5px 10px;
      color: #fff;
      background-color: #036;
      text-decoration: none;
      }
    
	#sidebar #menu a:hover {
      color: #fff;
      background-color: #69C;
      text-decoration: none;
      }
    
	#sidebar #menu ul ul li {
      margin: 0;
      }
    
	#sidebar #menu ul ul a {
      display: block;
      padding: 5px 5px 5px 30px;
      color: #fff;
      background-color: #369;
      text-decoration: none;
      }
    
	#sidebar #menu ul ul a:hover {
      color: #fff;
      background-color: #69C;
      text-decoration: none;
      }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding: 0 2px;
	  clear: both;
	  width: 900px;
	  background-color:#2763A5;
	  }
	  
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
	  
	#footer2 {
	  margin: 0;
	  padding: 0 2px;
	  clear: both;
	  width: 900px;
	  color:#999;
	  text-align: center;
	  }
	  
/**************** model range ****************/
    #modelRange {
        width: 600px;
        height: 96px;
        margin: 0 auto;
        background: url(http://www.vfcommodore.com/images/vf-range.jpg) center center no-repeat;
    }
    #modelRange:hover {
        background: url(http://www.vfcommodore.com/images/vf-range-lowlight.jpg) center center no-repeat;
    }
    
    #modelRange a, #modelRange .blank {
        display: block ;
        text-decoration: none;
        height: 48px;
        width: 200px;
        float: left;
        text-indent: -9999px;
        background: transparent !important;
    }
    
    #modelRange a:hover {
        background: url(http://www.vfcommodore.com/images/vf-range.jpg) no-repeat !important;
    }
    #modelRange .blank {
        background: url(http://www.vfcommodore.com/images/vf-range-lowlight.jpg) no-repeat;
        background-position: -200px -96px;
    }
    #modelRange #c1 {
        background-position: 0px 0px !important;
    }
    #modelRange #c2 {
        background-position: -200px 0px !important;
    }
    #modelRange #c3 {
        background-position: -400px 0px !important;
    }
    #modelRange #c4 {
        background-position: 0px -48px !important;
    }
    #modelRange #c5 {
        background-position: -400px -48px !important;
    }
    
    
	  
/**************** simple modal form ****************/

    #basic-modal-content { display:none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
    #basic-modal-content .center { text-align: center; }
    #basic-modal-content .bluemain { color: #528eb8; font-size: 200%; }
    #basic-modal-content form { font-size: 11px; }
    #basic-modal-content .mlist { margin:auto; width:430px; }
    #basic-modal-content .mlist td { padding-bottom: 8px; }
    
    #simplemodal-overlay { background-color:#000; cursor:wait; }
    #simplemodal-container { height:320px; width:600px; color:#333; background-color:#fff; border:4px solid #ccc; padding:12px; }
    #simplemodal-container a.modalCloseImg { background:url(http://www.vfcommodore.com/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer; }
    #simplemodal-container #basic-modal-content { padding:8px; }

