
/******************************************************************************
* $Id:$
******************************************************************************/

/******************************************************************************
* defaults
******************************************************************************/

html
{
	background-image: url(/skins/printstar/default/shared/images/bg/page.jpg);
	background-repeat: repeat;
}

body
{
	color: #777777;
}

#custom-doc
{
	margin: auto;
	text-align: left;
	width: 59.70em;
	/* !IE */
	*width: 58.25em;
	/*  IE */
	min-width: 776px;
	background-color: #FFFFFF;
}


/******************************************************************************
* forms
******************************************************************************/


/******************************************************************************
* header
******************************************************************************/

#hd
{
	text-align: left;
	background-color: #FFFFFF;
}

#logo
{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
}

#phone
{
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
}


/******************************************************************************
* body
******************************************************************************/

#bd
{
	margin-top: 10px;
	background-color: #FFFFFF;
}

#section_title
{
	height: 40px;
	margin: 0;
	padding: 15px 35px 0 0;
	text-align: right;
	color: #CC0001;
	font-size: 16px;
}

#bd .content
{
	padding: 0.5em;
}

/******************************************************************************
* nav
******************************************************************************/

#featuresNavMain
{
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 85%;

/*
	list-style: none;
*/
}

#featuresNavMain ul
{
	list-style: none url(/skins/printstar/default/shared/images/bullet.jpg);
}

#featuresNavMain li
{
/*
	margin: 0;
	background-image: url(/skins/printstar/default/shared/images/bullet.jpg);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 1em; /* left padding moves the text away from the bullet */
*/
}

#featuresNavMain li a
{
	text-decoration: none;
	color: #D93F3F;
}

#featuresNavMain li a:hover
{
	text-decoration: underline;
}

#featuresNavMain li a.current 
{ 
	font-weight: bold; 
}

a
{
	color: black;
}

/******************************************************************************
* containers
******************************************************************************/

#panel .bd
{
	/* height: 250px; */
	/* min-height: 250px; */
	background: none;
	background-color: #FFFFFF;
	text-align: left;
	/* overflow: auto; */
}

/******************************************************************************
* footer
******************************************************************************/

#ft
{
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(/skins/printstar/default/shared/images/bg/ft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#ft .content
{
	padding: 0.5em;
	font-size: 77%;
}


/******************************************************************************
* 
******************************************************************************/

#guided_tour
{
	margin: 0;
	padding: 0;
	height: 18px;
	width: 180px;
	background-color: #CC0001;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}

#guided_tour a
{
	margin: 0;
	padding: 0;
	height: 18px;
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
}


