/* CSS Document */

/* Total Control Audio CSS - tca_style.css  ver. 1.2 for KA 3.5*/

/* Last Updated Dec 18, 2008 */
/* Website design and KickApps implementation by www.DotcomCowgirl.com */
/* FMI, contact Haylie at  haylie@dotcomcowgirl.com */




/*** links *******/


#header{

    width: 974px;

    height: 60px;

    background: #edebec;
	margin:0px auto;

}

#header #header-menus{

    height: 60px;

    float: right;

    width: 500px;

}

#header #header-menus ul#header-menus-nav {
	padding: 0;
	margin: 36px 35px 0 0;
	color: #000;
	float: right;}

#header #header-menus ul#header-menus-nav li { 
    display: inline; 
    font-family: arial,sans-serif;
    font-size: 13px;}

#header #header-menus ul#header-menus-nav li a {
    padding: 0 6px 0 6px;
    color: #000;
    text-decoration: none;
    float: right;
    }

#header #header-menus ul#header-menus-nav li a:hover {color: #000;background-color: transparent;text-decoration:underline;}


li.red a {color:#A20002!important;font-weight:bold;}



/****** Main Menus **************/



.main-menus{

    width: 100%;

    background: url('http://totalcontrolaudio.com/images/main-menu-bg.gif') left top repeat-x;

    height: 38px;

    z-index: 3;
	margin:0px auto;

}




/************* Footer ********************/



#footer{

  width: 100%;

  background: #3d3d3d;

  color: #fff;

  clear: both;

  border-bottom:1px solid #000;
  
  text-align:center;
 height: 100px;
}


#myfoot {  padding: 6px 0 6px 0;

  background: #3d3d3d;

  border-top: 1px solid #5a5a5a;

  color: #fff;
  font-size:11px;
  text-align:center;}
  
  #myfoot a, #myfoot a:visited{ color:#fff;}

#myfoot a:hover {color:#A20002}



