body
{
	/* RED background-color: #ba2727; */
	background-color: #3f8acd;/* BLUE  */
	/* PINK background-color: #c3376e; */
	color:#000000;
	background-image:url(http://kineticintegrationfitness.com/images/tilebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}

a{
color:#fff;
}

form{
margin-top:5px;
margin-bottom:5px;
}

p{
margin-top:10px;
margin-bottom:10px;
}

.verticaltop{
	vertical-align:top;
}

.header{
background-image:url(http://kineticintegrationfitness.com/images/header.jpg);
background-repeat:no-repeat;
vertical-align:middle;
padding-top:5px;
padding-left:35px;
font-weight:bold;
display:block;
width:400px;
height:25px;
color:#fff;
}

.headerblack{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
vertical-align:middle;
padding-top:5px;
padding-left:35px;
font-weight:bold;
display:block;
width:400px;
height:25px;
color:#000;
}

.bolder{
	font-weight:bold;
	font-size:12px;
}

.boldunderline{
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
}

.center{
	text-align:center;
}

.maintable{
width:650px;
}

.banner_cell
{
	background-color:#2c86b8; 
	text-align:left;
	border-right:2px solid #ba2727;
	border-left:2px solid #ba2727;
}

.banner_cell img{
	padding:0px;
}

.horiz_nav{
background-color:#9d332c;
padding-left:15px;
vertical-align:middle;
border-right:2px solid #ba2727;
	border-left:2px solid #ba2727;
}



.navigation
{	
	background-color:#c94d4d; 
	color:#FFFFFF;
	vertical-align:middle;
	text-align:left;
	height:30px;
	padding-left:10px;
	border-top:2px solid #ba2727;
	border-right:2px solid #ba2727;
	border-left:2px solid #ba2727;
}

.navigation a
{
	color:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
	border-right:2px solid #ba2727;
	vertical-align:middle;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;

	
}

.navigation a:hover
{
	vertical-align:middle;
	padding-right:10px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.currentpage
{
	background-color: #ba2727;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #ffffff;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
}

.content_cell
{
	background-color:#FFFFFF;
	text-align:left;
	border:2px solid #ba2727;
}

#sumbitbtn{
text-align:center;
}

#sumbitbtn input{
font-size:13px;
color:#FFFFFF;
font-weight:bold;
background-color:#9d332c;
padding:3px;
vertical-align:middle;
border:3px solid #ba2727;
}


.content_cell a
{
	color:#000000;
}

.contenttable{
	width:650px;
}

.contentnav{
	width:180px;
	vertical-align:top;
	background-color:#8d1818;
}

.prodshome{
margin-left:auto;
margin-right:auto;
width:100%;

}

.prodshome_header{
display:block;
padding-bottom:5px;
font-weight:bold;
text-align:center;
}

.prodshome_cell{
padding:5px;
vertical-align:top;
}

.prodshome_cell img{
display:block;
}

.rightcol{
	width:160px;
	padding:10px;
	color:#FFFFFF;
	vertical-align:top;
	background-color:#8d1818;
}


.contentnav a{
	text-decoration:none;
	background-color:#8d1818;
	color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	display:block;
	font-weight:bold;
	border-bottom:2px solid #ba2727;
}

.contentnav a:hover{
	text-decoration:none;
	background-color:#ba2727;
	color:#FFFFFF;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	display:block;
	font-weight:bold;
	border-bottom:2px solid #ba2727;
}



.contentstyle{
	padding:15px;
	vertical-align:top;
}

.contentstyle2{
	border-right:2px solid #ba2727;
	padding:15px;
	vertical-align:top;
}

.contentstyle2 td{
 vertical-align:top;
}

.contentstyle2 a{
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
}

.contentstyle2 img{
	border:0px;
}

.contentstyle2 a:hover{
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	color:#8d1818;
}

.productsnav{
	color:#8d1818;
}

.contentstyle a{
	font-weight:bold;
}

.centeredtext
{
	text-align:center;
}


/********************
 TOP MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {

   width: 100%;
   vetical-align:middle;
   padding-top:0px;
   margin: 0px;
   font-size: 12px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0px;
   vetical-align:top;
   padding: 0px;
   
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   vetical-align:middle;
   font-weight:bold;
   padding-left:25px;
   background-image:url(http://kineticintegrationfitness.com/images/navarrow.jpg);
   background-position:left;
   
   background-repeat:no-repeat;
}




/* the links, that is each list item */
div#menu_horiz a {
   padding: .8em .4em .8em .4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
    vetical-align:middle;
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #f3736b;
}
div#menu_horiz a.activeparent:hover {

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   padding: .8em .4em .8em .4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   background: #000000;
   display: block; /* IE has problems with this, fixed above */
                             /* instead of the normal font size for <h3> */
 
}

div#menu_horiz h3 {
    padding: .8em .4em .8em .4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   display: block; /* IE has problems with this, fixed above */
   font-size:12px;                        /* instead of the normal font size for <h3> */
   
}