
/*                                  Blitzer                                                  */

body{
	background: #160000; /* very dark red */
}	

.header{
	background:url(images/header.png) 0 0 no-repeat;
}

.header .othercompanyinfo{
	background:url(images/company-info.gif) 0 0 no-repeat;	
	color:#79060b !important; /* dark red */
}

.header .callus{
	color:#9e070c; /* dark red */
}

.content-columns{
	border-left:1px solid #c60d00; /* dark red */
	border-right:1px solid #c60d00; /* dark red */
}


/* --  topcurves, btmcurves ---- */

.topcurves{
	background:url(images/topcurves-bg.jpg) 0 0 repeat-x;
}
.topcurves h3{
	background:url(images/topcurves-left-curve-bg.jpg) 0 0 no-repeat;
}
.topcurves h3 span{
	background:url(images/topcurves-right-curve-bg.jpg) right 0 no-repeat;
}

.topcurves h4{
	background:url(images/topcurves-left-curve-bg.jpg) 0 0 no-repeat;
}
.topcurves h4 span{
	background:url(images/topcurves-right-curve-bg.jpg) right 0 no-repeat;
}

.btmcurves{
	background:url(images/btmcurves-bg.jpg) 0 bottom repeat-x;
}

.btmcurves span{
	background:url(images/btmcurves-left-curve-bg.jpg) 0 0 no-repeat;
}

.btmcurves span span{
	background:url(images/btmcurves-right-curve-bg.jpg) right 0 no-repeat;
}

.bottomcurve_mid{
	background:url(images/bot_curve.png) left top repeat-x;
}
.bottomcurve_left{
	background:url(images/bot_left_curve.png) left top no-repeat;
}
.bottomcurve_right{
	background:url(images/bot_right_curve.png) right top no-repeat;
}

/*----  footer   ----*/

.footcurves_mid{
	background:url(images/foot_mid.png) 0 bottom repeat-x;
}

.footcurves_left{
	background:url(images/foot_left.png) 0 0 no-repeat;
}

.footcurves_right{
	background:url(images/foot_right.png) right 0 no-repeat;
}


/*   Navemnu css starts here  */
/* #c60d00 - dark red */
.navemenu{ 
	background:url(images/navemnu_bg.gif) repeat-x left top; 
	border-left: #c60d00;
	border-right:#c60d00;
}
#tabs li {
      background:url(images/tabright.gif) repeat-x right top;
}
#tabs li:hover a span,
#tabs li.current a span {
   color:#6e0c00;
}

/* End IE5-Mac hack */
#tabs a:hover span {
   color:#6e0c00;
}



/*******   Rpounded Corner Css starts here   *********/
.top{ background:#fff url(images/dot.gif) 0 0 repeat-x; width: 100%;}
.bottom{background:url(images/dot.gif)  0 100% repeat-x}
.left{background:url(images/dot.gif) 0 100% repeat-y }
.right{background:url(images/dot.gif) 100% 0 repeat-y }
.LT{ background: url(images/LT.gif) no-repeat left top;}
.RT{ background:url(images/RT.gif) no-repeat right top;}
.LB {background:url(images/LB.gif) no-repeat left bottom;}
.RB{ background:url(images/RB.gif) no-repeat right bottom;}

.wid100{ width:160px; float:left; height:50px; font-weight:600; color:#59271d;}
.wid100 span{ margin-top:5px;}



/*---------- lists ------------*/
.dynamicTableWide.user_public td {
	border-bottom: #79060b 1px solid;
}

.dotted_border_bottom {
	border-bottom: #79060b 1px dashed;
}

.reserve_time_btn, .select_another_btn, .soft_button {
	border:1px solid #79060b;
	color:#555555;
	background: #ffffff;
}

.reserve_time_btn:hover, .select_another_btn:hover, .soft_button:hover {
	border:1px solid #cd0a14;
	color:#333333;
	background: #fff7de !important;
}

.unit_description {
	color: #555555; 
}