/*  red style */

body {
	background-color:#990000;
}

#leftSide .continue a{
	background-color:#CC6D6D;
}

#wSidebar h2 {
	color:#BD4747;
}

h1.red18pxBold {
	color:#BD4747;
}

h2.red14pxBold {
	color:#666666;
}

#secnav .cat-item {
 	background: url(../images/mrightred.jpg) no-repeat;
	background-position:top right;
}


#secnav .cat-item a {
 	background: url(../images/mleftred.jpg) no-repeat;
	background-position:top left;
}

#secnav .current-cat a {
 	background: url(../images/tab-150-active.png) no-repeat;
	background-position:top left;
}

#secnav .current-cat {
 	background: url(../images/tab-100-active.png) no-repeat;
	background-position:top right;
}


