/*=========================================================================================== 
|
| Project Name: Avenue.PM
| File Name   : style_main.css
| Description : Main Cascading Style Sheet
| 
| http://www.w3schools.com/css/css_reference.asp
|
|--------------------------------------------------------------------------------------------
|      C O P Y R I G H T
|--------------------------------------------------------------------------------------------
| Copyright (c) 2005, Fairchild Web Productions          All rights reserved.
===========================================================================================*/

.ignore 
{ display: none;
}

/* GLOBAL RESET
------------------------------------------------------------------------------------->*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


/*-----------------------------------------------------------------------------------------*/
/* --- main stuff --- */
html
{ overflow-y: scroll; 
  overflow-x: auto; 
}

body, div, img, form
{ text-align: left;
}

body
{ background: #c7c3bb;  /*c7c3bb  cfd1c5;*/
  text-align:center;
}

body, span, textarea, select, input, button, label
{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
}

p, ul
{ font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 13px;
}

p
{ margin-top: 5px;
}

ul
{ margin-left: 10px;
}

li
{ margin: 2px 5px 0 5px;
  font-size: 12px;
}

.hr
{ margin: 5px 0;
  padding: 0;
  border: 1px solid #f87200;
  border-width: 1px 0;
  height: 1px;
  line-height: 1px;
  background: #fff;
  clear: both;
}

hr
{ display: none;
}

h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover
{ font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-decoration:none;
  color:#333;
}
h1, h1 a
{ font-size: 30px;
  margin-bottom: 10px;
  background: transparent url(../img/layout/hr.gif) no-repeat bottom left;
}
h2, h2 a
{ font-size: 22px;
}
h3, h3 a
{ font-size: 20px;
}
h4, h4 a
{ font-size: 16px;
  font-weight: bold;
}

h2.underline, h3.underline
{ background: transparent url(../img/layout/hr.gif) no-repeat bottom left;
  margin-bottom: 10px;
}

strong
{ font-weight: bold;
}

sub
{ vertical-align: text-bottom;
}

.spacer 
{ clear: both; 
  line-height: 0;
  font-size: 0px;
  height: 0;
}

/*-----------------------------------------------------------------------------------------*/  
/* --- links --- */
a
{ display: inline;
  color: #f87200;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

a img
{ border: 0;
}

a.img, a.img_small
{ padding: 1px 0 1px 22px;
  background: transparent no-repeat 0px 50%;
}

a.img_small
{ padding: 2px 0 3px 22px;
  font-size: 11px;
}

a.img_button
{ padding: 2px 8px 3px 27px;
  /*height: 20px;*/
  margin: 1px 5px 5px 10px;
  background: #d0d0d0 no-repeat 3px 55%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #606060;
  border-right: 1px solid #606060;
  color: #000000;
  text-decoration: none;
  font-size: 11px;
}

a.img_button:hover, .button:hover
{ background-color: #e0e0e0;
}

a.img_button:active, a.img_button:focus, .button:active, .button:focus
{ border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #606060;
  border-left: 1px solid #606060;
}

a:hover
{ text-decoration: underline;
}

a.sm_link
{ font-size: 11px;
}

a.menu_link:hover
{ background-color: #ffffff; 
}

/*-----------------------------------------------------------------------------------------*/
/* --- form stuff --- */

textarea, input, select, button 
{ font-size: 13px;
  padding: 3px;
}

input:focus,select:focus,textarea:focus
{ border:1px solid #f87200;
}

input[type="text"], select, textarea
{ border:1px solid #606060;
}


