@import url(menu.css);
* {
	padding: 0px;
	margin: 0px;
	}
Body {
	background:#FFFFFF url(../images/bg.jpg) left bottom repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #231f20;
	line-height: 1.4em;
	}
form {
	margin: 0px;
	padding: 0px;
	}
label {
	display: block;
	padding-bottom: 4px;
	}
img {
	border: 0px;
	}
img.floatRight {
  margin: 5px 0 5px 10px;
  float: right;
}

img.floatLeft {
  margin: 5px 10px 5px 0;
  float: left;
}
Pre {
	font-family: arial;
	}
small {
	font-size: 11px;
	line-height: 1.3em;
	}		
UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
UL LI{
	background: url(../images/dark_grey_arrow.png) left 6px no-repeat;
	padding: 0px 0px 5px 18px;
	}
H1,H2,H3,H4,H5,H6  {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 12px;
	}
H1,H2,H3,H4,H5,H6 {
	line-height: 1.5em;
	}
P {	
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 0px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}
HR {
	height: 1px;
	border: 0px;
	background: #d7dbdb;
	}
A {
	text-decoration: underline;
	color: #00a8e9;
	}
A:hover {
	text-decoration: none;
	}
	
/*************************Header*************************/
.wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
	}
.twenty {
	z-index: 20;
	right: 45px;
	top: 170px;
	position: absolute;
	width: 128px;
	}	
.big_img {
	position: absolute;
	width: 614px;
	left: 300px;
	top: -48px;
	z-index: 10;
	}
.main_container {
	width: 946px;
	margin: 0px auto;
	margin-top: 50px;
	background: #FFFFFF;
	}
.main_container .left_col {
	width: 260px;
	background: #FFFFFF;
	position: relative;
	padding-right: 35px;
	}
/*************************Left Column*************************/
.left_col .logo {
	margin-top: 10px;
	}
.left_col .category_container {
	position: relative;
	left: 0px;
	background: #f5f6f6 url(../images/grey_dot.gif) right top repeat-y;
	margin-top: 20px;
	}
.left_col .category_container img.title {
	left: -5px;
	top: -30px;
	position: relative;
	}
.category_container UL {
	list-style: none;
	padding: 0px;
	margin: 0px 0px;
	margin-bottom: 15px;
	}
.category_container h3 {
	color: #FFFFFF;
	background: #00a5e9 url(../images/blue_bg.jpg) left bottom repeat-x;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 4px 10px;
	margin: 0px;
	}
.category_container UL {
	padding: 0px;
	margin: 7px 0px;
	list-style: none;
	}
.category_container UL LI {
	padding: 0px;
	background: none;
	padding-left: 12px;
	}
.category_container UL LI A {
	background: url(../images/arrow_bullet.png) left 5px no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #00a7eb;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	}
.category_container UL LI A:hover {
	background: url(../images/dark_grey_arrow.png) left 5px no-repeat;
	color: #221e1e;
	text-decoration: none;
	}
.main_container .rite_col {
	float: left;
	width: 646px;
	background: #FFFFFF;
	position: relative;
	}

/*************************Footer*************************/
.footer {
	background: url(../images/footer_bg.jpg) left top repeat-x;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 1.6em;
	color: #949292;
	font-size: 11px;
	}
.footer P {
	padding: 0px;
	margin: 0px;
	padding-top: 13px;
	}
.footer A {
	padding: 0px 5px;
	color: #949292;
	text-decoration: none;
	}
.footer A:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/*************************Backgrounds*************************/
.top_bg {
	background: #FFFFFF url(../images/top_shadow.jpg) left 0px repeat-x;
	}
.left_bg {
	background: #FFFFFF url(../images/left_bg.jpg) left top repeat-y;
	width: 7px;
	}
.rite_bg {
	background: #FFFFFF url(../images/rite_bg.jpg) left top repeat-y;
	width: 7px;
	}
.category_container .category_top {
	background: url(../images/grey_dot.gif) left top repeat-x;
	}
.category_container .category_btm {
	background: #f5f6f6 url(../images/grey_dot.gif) left bottom repeat-x;
	
	}

/*************************Generic*************************/
.thumbnail {
	padding: 1px;
	border: 1px solid #d7dbdb;
	}
.padding20 {
	padding: 20px;
	}
.padding_btm10 {
	padding-bottom: 10px;
	}
.redtxt {
	color: #ed1b2f;
	}
.grid TD {
	padding: 7px 4px;
	}
.btm_brdr {
	background: url(../images/grey_dot.gif) left bottom repeat-x;
	padding-bottom: 7px;
	}
.odd {
	background: #f5f6f6;
	}
.bodytxt11 {
	font-size: 11px;
	}
.width50 {
	width: 50%;
	}
.width80 {
	width: 80%;
	}