﻿/*SUPPORT MASTERPAGE - support.master */

#body_wrapper
{
    background-color: #9c3252;
}

#support_leftandbodywrapper
{
	width: auto;
	background-color: #FFFFFF; /*templates background colour*/
	float:left;
	height:auto;
	position:relative;
	min-height:350px;
}

#support_leftandbodywrapper div.supportimg
{
	position:absolute;
	bottom:-5px;
	left:0px;
}

#support_templatebody_wrapper
{
	width: 100%;
	background-color: #9c3252; /*templates background colour*/
	float: none;
	height:100%;
	min-height:350px;
	overflow:hidden;
}

#support_templatebody_container
{
	background-color:Transparent;
	color: Black;
    margin-top: 5px;
	height: auto;
	min-height:350px;
}

#support_leftmenu
{
	width: 168px;
	max-width: 178px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#support_body
{
	width: 450px;
	max-width: 460px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#support_rightblock
{
	width: 145px;
	max-width: 155px;
	height: auto;
	min-height:350px;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.support_submenuMenu
{
	width:100%;
}

.support_submenuItemMenu
{
	border-bottom:dotted 1px #9c3252;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
	color:#5A57A6;
}

.support_submenuSelectedStyle
{
	background-image: url("../support/images/support-menu_selected.gif");
	background-repeat:repeat-x;
	border-bottom:dotted 1px #9c3252;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
	color:#000000;
}

.support_submenuHoverStyle
{
	background-color:#ebd6dc;
height:15px;
line-height:15px;
padding:2px 0px 2px 5px;
}

.support_h2
{
	color:#9c3252;
}
