
/* TEMPLATE STYLE SHEET */
/* © POPCORN 2006 */

/**** MAIN *********************************************************************************************************** MAIN */

body {
  margin: 5px;
  background-color: #E0E0E0;
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 0.7em;
  color: white;
}
  
input,textarea,select {
  font-size: 11px;
  color: white;
}

h1 {
  font-size: 160%;
  color: #FFFFFF;
  font-weight: bold;
  margin:0;
}

h2 {
  font-size: 140%;
  color: #FFFFFF;
  font-weight: bold;
}

h3 {
  font-size: 110%;
  color: #FFFFFF;
  font-weight: normal;
}

form { 
  margin: 0; 
  padding: 0; 
}

img, table { 
  border: 0; 
}

div.clear {
  clear: both;
}
  

/* NAVIGATION ************************************************************************************************** NAVIGATION *
****************************************************************************************************************************/

.navigation {
  height: 12px;
  border-left: 8px solid #2A2929;
  border-right: 8px solid #2A2929;
  border-bottom: 8px solid #2A2929;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 7px 0 0;
  background-color: #FF8400;
  padding: 10px;
}

.navigation a {
  color: white;
  text-decoration: strong;
}

.navigation a:hover {
  color: white;
  text-decoration: none;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul li {
  display: inline;
  margin-right: 12px;
}


/* SUBNAV **********************************************************/

.sub-navigation {
  border-left: 8px solid white;
  border-bottom: 8px solid white;
  border-right: 8px solid white;
  font-family: tahoma, arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  background-color: #b1b2bc;
  padding: 8px 10px 8px 10px;
}

.sub-navigation a {
  color: #444541;
  text-decoration: none;
}

.sub-navigation a:hover {
  color: #444541;
  text-decoration: none;
}

.sub-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-navigation ul li {
  display: inline;
  margin-right: 12px;
}



/* GENERAL STYLES ****************************************************************************************** GENERAL STYLES *
****************************************************************************************************************************/

.main {
  width: 759px;
  margin: auto;
}


/* change this color to change the 'page' color ********/
.content {
  background-color: #2A2929;
  border-left: 8px solid #2A2929;
  border-right: 8px solid #2A2929;
  border-bottom: 8px solid #2A2929;
  padding: 0 12px 0 12px;
}

.logo {
  padding: 0px 0px 0px 0px;
  float: left;
}

.phone-number {
  padding: 40px 14px 0px 8px;
  float: right;
  color: #FF8400;
}

.text {
  float: left;
  color: white;
  padding: 24px 12px 12px 12px;
}

.footer {
  float: left;
  margin: 12px 0 12px 8px;
  color: #FF8400;
}

.footer a {
  color: #FF8400;
}

.global {
  float: right;
  margin: 12px 8px 12px 0;
}

.global {
  color: #FF8400;
}


.global a {
  color: #FF8400;
}


/* IMAGES ********************************************************************************************************** IMAGES *
****************************************************************************************************************************/

.main-image-container {
  margin: 0 0 0 0;
  border-left: 8px solid #2A2929;
  border-right: 8px solid #2A2929;
  border-bottom: 8px solid #2A2929;
}

.main-image-1 {
  border-right: 8px solid #2A2929;
}

.page-images {
  float: right;
  margin: 0 0 0 0;
}

.page-images img {
  border-left: 8px solid #2A2929;
  border-right: 8px solid #2A2929;
  border-bottom: 8px solid #2A2929;
}



/* GLOBAL ANCHORS ************************************************************************************************* ANCHORS *
****************************************************************************************************************************/

a { 
  color: #FF8400; 
  text-decoration: none; 
}

a:hover { 
  color: #FF8400;
  text-decoration: underline;
}


/* SHADOWS ********************************************************************************************************* SHADOWS *
*****************************************************************************************************************************/

.top-shadow {
  background-image: url('/images/shadow_top.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}

.left-shadow {
  background-image: url('/images/shadow_left.jpg');
  background-repeat: repeat-y;
}

.right-shadow {
  background-image: url('/images/shadow_right.jpg');
  background-repeat: repeat-y;
}

.bottom-shadow {
  background-image: url('/images/shadow_bottom.jpg');
  background-repeat: repeat-x;
  font-size: 0;
}