
/********************************************************************************/
/*
/*	these styles here are redefining the current styles of the CMS content area
/*	(as raileasy_2008.css comes after raileasy.css in the header declaration)
/*
/********************************************************************************/


#cms_lhs
{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 551px;
	background-color: #fff;
	background: url(../images/furniture/cms/cms_content_blue_bg.gif) right repeat-y;
}

#cms_content
{
	padding: 15px 20px 25px 10px;
	background: url(../images/furniture/cms/cms_content_blue_bot.gif) bottom right no-repeat;
	float:left
}

#cms_content p
{
	line-height: 16px;
}

.h2_non_sifr
{
	display: block;
	color: #066acd;
	padding: 10px;
	background: url(../images/furniture/cms/cms_content_blue_top.gif) top no-repeat;
}

.cms_h2
{
	display: block;
	padding: 10px;
	background: url(../images/furniture/cms/h2_blue_bg.gif) top right no-repeat;
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 13px;
	height: 21px;
}



h3
{
	margin: 18px 0px 5px 0px;
	font-size: 12px;
	display: block;
	color: #000;
	line-height: 16px;
}

h3.blue
{
	margin: 18px 0px 5px 0px;
	font-size: 12px;
	display: block;
	color: #0661c0;
	line-height: 16px;
}

h3.green
{
	margin: 18px 0px 5px 0px;
	font-size: 12px;
	display: block;
	color: #1b8e01;
	line-height: 16px;
}


/********************************************************************************/
/*
/*	SUBNAV
/*
/********************************************************************************/


#cms_subnav
{
	margin: 0;
	padding: 0 0 5px 0px;
	position: relative;
	float: right;
	width: 175px;
	background: url(../images/subnav/subnav_box_green_bg.gif) bottom left no-repeat;
}

.subnav_h2
{
	display: block;
	padding: 10px 10px 4px 10px;
	background: url(../images/subnav/subnav_h2_green_bg.gif) top left no-repeat;
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 13px;
	height: 21px;
}

#cms_subnav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#cms_subnav li
{
	display: block;
	width: 100%;
}

#cms_subnav li a
{
	margin: 0px 0px 2px 0px;
	padding: 3px 7px 4px 7px;
	display: block;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	height: auto;
}

#cms_subnav li a:hover
{
	background: #0668cd;
}

#cms_subnav h4
{
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/********************************************************************************/
/*
/*	PROMO BOXES ON THE RIGHT
/*
/********************************************************************************/

.promobox_purple,
.promobox_mauve,
.promobox_salmon
{
	margin: 0;
	padding: 0 0 5px 0px;
	position: relative;
	float: right;
	width: 175px;
}

.promobox_purple
{
	background: url(../images/promobox/promobox_box_purple_bg.gif) bottom left no-repeat;
}

.promobox_mauve
{
	background: url(../images/promobox/promobox_box_mauve_bg.gif) bottom left no-repeat;
}

.promobox_salmon
{
	background: url(../images/promobox/promobox_box_salmon_bg.gif) bottom left no-repeat;
}

	

.promobox_purple_h2,
.promobox_mauve_h2,
.promobox_salmon_h2
{
	display: block;
	padding: 10px 10px 4px 10px;
	color: #fff;
	margin: 0;
	font-size: 16px;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 13px;
	height: 21px;
}

.promobox_purple_h2
{
	background: url(../images/promobox/promobox_h2_purple_bg.gif) top left no-repeat;
}

.promobox_mauve_h2
{
	background: url(../images/promobox/promobox_h2_mauve_bg.gif) top left no-repeat;
}

.promobox_salmon_h2
{
	background: url(../images/promobox/promobox_h2_salmon_bg.gif) top left no-repeat;
}

.promobox_content
{
	padding: 10px 15px 12px 15px;
	color: #ffffff;
	line-height:15px;
}

.promobox_content img
{
	padding-bottom: 8px;
	border: none;
}

.promobox_content a
{
	color: #ffffff;
}
