/* Start of CMSMS style sheet 'Fitness Style' */
body
{
	/* RED background-color: #ba2727; */
	background-color: #3f8acd;/* BLUE  */
	/* PINK background-color: #c3376e; */
	color:#000000;
	background-image:url(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;
}

p{
margin-top:10px;
margin-bottom:10px;
}

.verticaltop{
	vertical-align:top;
}

img{
border:0px;
}

.header{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
vertical-align:middle;
font-weight:bold;
display:block;
color:#fff;
background-color:#c13c33;
font-size:14px;
margin:0px;
padding:0px;
padding-left:45px;
padding-top:8px;
padding-bottom:8px;
}


.bolder{
font-weight:bold;
}

.biggertext{
font-size:14px;
}

.bluetext{
color:#2c86b8;
}

.bluebold{
color:#2c86b8;
font-weight:bold;
}



.maintable{
width:760px;
}

.banner_cell
{
	background-color:#2c86b8; 
	text-align:center;
	border-right:2px solid #ba2727;
	border-left:2px solid #ba2727;
	background-image:url(images/bannerbg.jpg);
	background-repeat:repeat-x;
	width:760px;
}

.banner_cell img{
	padding:0px;
}

.bannertop{
	border-right:2px solid #ba2727;
	border-left:2px solid #ba2727;
	padding-top:5px;
	height:105px;
	vertical-align:top;
	background-color:#9d332c;
	text-align:center;
}


.bannertop img{
padding-right:3px;
}


.horiz_nav{
background-color:#9d332c;
padding-left:15px;
vertical-align:middle;
	border-left:2px solid #ba2727;
	border-right:2px solid #ba2727;
	width:760px;
text-align:center;
}


.content_cell
{
	background-color:#FFFFFF;
	text-align:left;
	border:2px solid #ba2727;
}

.content_cell a
{
	color:#000000;
}


.rightcol{
    width:200px;
	padding:10px;
	color:#FFFFFF;
	vertical-align:top;
	background-color:#8d1818;
}

.contentstyle{
    width:510px;
	padding:15px;
	border-right:2px solid #ba2727;
	vertical-align:top;
}

.contentstyle2{
    width:760px;
	padding:15px;
	border-right:2px solid #ba2727;
	vertical-align:top;
}


.contactform fieldset {border:0px; margin:0px; padding:0px; padding-bottom:10px;} .contactform fieldset legend {font-weight: bold; display:none;} .contactform div {text-align:center;} .contactform  label {display: block;  padding-top:10px; text-align:center; font-weight:bold; padding-bottom:8px;} .contactform div.required {}       form{margin:0px; padding:0px;}  .required{font-weight:bold; color:#000000;}



.contactfrom input{display:block; width:250px;}

.contactfrom form{margin:0px;padding:0px;}


textarea{font-family:Arial, Helvetica, sans-serif; width:300px; height:200px; font-size:12px; padding:8px;}


.sumbit{
text-align:center;
}

.submit input{
font-size:13px;
color:#FFFFFF;
font-weight:bold;
background-color:#9d332c;
padding:3px;
vertical-align:middle;
border:3px solid #ba2727;
}

.submit input:hover{
font-size:13px;
color:#9d332c;
font-weight:bold;
background-color:#ffffff;
padding:3px;
vertical-align:middle;
border:3px solid #ba2727;
}

.error_message ul{
text-align:center;
}

<div id="contentarea">
<div id="content"><strong>Current Page:</strong> {breadcrumbs root='Home' delimiter='»'}</div>
</div>

/********************
 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 {

   
   vertical-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(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;

   display: block; /* IE has problems with this, fixed above */
                             /* instead of the normal font size for <h3> */
 color: #f3736b;
}



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: #f3736b;
   display: block; /* IE has problems with this, fixed above */
   font-size:12px;                        /* instead of the normal font size for <h3> */
   
}



/********************
 PRODUCTS
*********************/

.products{
width:505px;
padding-top:10px;
float:left;
}

.products a{
color:#c13c33;
text-decoration:underline;
display:block;
}

.products a:hover{
color:#000000;
text-decoration:none;
display:block;
}

.products img{
padding-bottom:8px;
border:0px;
}


.smallproduct{
width:97px;
height:150px;
padding-bottom:5px;
padding-right:5px;
font-weight:bold;
font-size:11px;
float:left;
text-align:center;
}

.smallproductend{
width:97px;
height:150px;
padding-bottom:5px;
font-weight:bold;
font-size:11px;
text-align:center;
float:left;
}

------------------------------------------------------------------------------------------------




.mediumproduct{

}

.mediumproduct2{
width:123px;
height:180px;
padding-right:4px;
padding-bottom:5px;
font-weight:bold;
font-size:11px;
text-align:center;
float:left;
}

.mediumproduct2end{
width:123px;
height:180px;
padding-bottom:5px;
font-weight:bold;
font-size:11px;
text-align:center;
float:left;
}



------------------------------------------------------------------------------------------------



.largeproduct{

}

.largeproduct2{
width:165px;
height:220px;
padding-right:5px;
padding-bottom:5px;
font-weight:bold;
font-size:11px;
text-align:center;
float:left;
}

.largeproduct2end{
width:165px;
height:220px;
padding-bottom:5px;
font-weight:bold;
font-size:11px;
text-align:center;
float:left;
}




/* End of 'Fitness Style' */

