/************ index and products ***********/


#static_capsule_left
{
	background: #BDBCBC;
	padding-left:20px;
	padding-right: 0px;
	margin: 0px;
	width: 230px;
	float: left;
}

#static_capsule_left h3
{
	color: #EC1322;
	font-size: 1.05em;
	padding-left: 20px;
}

#static_capsule_left img#cefla
{
	float:left;
}

#static_capsule_right
{
 width: 500px;	
 float: left;
}

#assoc_logos {
  text-align: center;
  margin: 150px 0px 0px 15px;
}


/***** This file contains site wide layout ******/


body
{
	background-color:#967F6E;
	font-family: Arial, Helvetica, sans-serif;
}


#static_capsule_container
{
	background-color:#FFFFFF;
	padding: 0px;
    width: 1000px;
    margin: -15px auto;
}


.clear
{
	clear: both;
	margin:0px;
	padding: 0px;
}


/*** 3 column layout ***/

#static_bg_left
{
	background: url(/images/left_bkgrd.gif);
	width: 890px; /* 1024 - width of bg right image*/
}

#static_bg_right
{
	background: url(/images/right_bkgrd.gif) top right;
	width: 100%
}


#static_capsule_content
{
	margin-left: 122px;
	background-color: #FFFFFF;
	width: 780px;/*1024 -left and right;*/
}




/******** HEADER ******/

#static_capsule_header
{
	width: 780px;
/*	padding: 20px 0px 0px 0px;*/
	background-color:  #000000;
	background-position:right center;
	background-repeat:no-repeat;
}

.static_top_menu_container
{
	padding-right: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
	background: #BDBCBC;
	text-align: right;
	display:block;
	clear:both;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:bold;
}

.static_top_menu_container ul#top_nav 
{
	list-style-type:none;
	padding-right: 30px;
	padding-top: 9px;
	margin: 0px;
	margin-bottom: -15px;
	padding-bottom: 16px;
	float: right;
}

.static_top_menu_container ul#top_nav li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

.static_top_menu_container ul#top_nav a:link, .static_top_menu_container #top_nav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.static_top_menu_container ul#top_nav a:hover{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}

.static_top_menu_container form
{
	float: left;
	padding-left: 20px;
	padding-top: 4px;
	color: #FFFFFF;
}


.static_top_menu_container form button
{
   color:#FFFFFF;
   background-color:#BDBCBC	;
   border-style:none;
}

.static_top_menu_container form button:hover
{
   background-color: #000000	;
}
#header_logo
{
	padding: 5px;
	background: #FFFFFF;
	width: 210px;
	float: left;
	margin: 15px 0px 5px 20px;
}

#header_logo .fill
{
	font-size: 17px; 
	font-style: italic;
	font-weight: bold;
	padding: 0px 8px 5px 8px;
}

#header_rollover
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	float:left;
}

.back_bar
{
	text-align: right;
	clear: both;
	display: block;
	background: #000000;
	height: 25px;
	padding-right: 30px;
	padding-top: 10px;
	color: #EC1322;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

/************* custompage selection marker ***********/
body#body_home li#nav_home a
{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}
body#body_products li#nav_products a
{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}

body#body_used li#nav_used a
{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}

body#body_news li#nav_news a
{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}

body#body_video li#nav_video a
{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}
body#body_contact li#nav_contact a
{
	text-decoration: none;
	color:  #EC1322;
	margin-bottom: -7px;
	padding-bottom: 10px;
	background:url(/images/nav_arrow.jpg) no-repeat  center bottom;
}




/*************** FOOTER ****/

#static_footer_capsule
{
	background-color: #000000;
/*	height: 25px;*/
	line-height: 1.4em;
}

#static_footer_capsule p
{
	text-align: right;
	padding-top: 7px;
	padding-right: 30px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}


#static_footer_capsule a
{
	color: #FFFFFF;
	text-decoration:none;
}

#static_footer_capsule a:hover
{
	text-decoration:underline;
}





/*** rounded boxes ***/

.grey_box
{
	width: 190px;
	background: #E4E4E4;
	padding: 15px;
	color: #000000;
	font-size: 0.63em;
	margin-bottom: 15px;
}

.grey_box img
{
	border: 0px;
}

.grey_box a.readmore
{
	color: #F06458;
	width: 100%;
	display:block;
	text-align: right;
}





