@import "menu.css";



/***********************************************************************************************/
/* Global style/* 
/***********************************************************************************************/

BODY
{
	background:#FFFFFF;
	margin: 0px;	
	padding: 0px;
}


HTML, BODY, TABLE, DIV
{
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}


HR 
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-top: 1px; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: 0px; 
	border-color: #C9C9C9;
	border-style: solid;
	width: 100%;
}



/***********************************************************************************************/
/*Global copy styles */
/***********************************************************************************************/

.arrow								{color: #F26521; font-size: 12px; font-weight: bold; text-decoration: none}
.caption							{color: #000000; font-family: helvetica, arial, sans-serif; font-weight: normal; font-size: 9px; line-height: 12px; text-align:center; padding-top: 10px}
.copyright						{color: #CCCCCC; font-size: 10px; text-decoration: none}
.footerBold						{color: #E5B62D; font-family: helvetica, arial, sans-serif; font-weight: bold; font-size: 12px}
.bodyWhite 						{color: #FFFFFF; font-family: helvetica, arial, sans-serif; font-weight: normal; font-size: 11px; line-height: 14px;}

.header1							
{
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 24px;
	line-height: 24px
}

.header2 
{	
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:5px;
	border-bottom:1px solid #BBBBBB;
	background:#EEEEEE
}

.header3 
{	
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.subhead1
{
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.subhead2
{
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right:10px;
	border-bottom:1px solid #999999;
	width:100%;
}

.subhead3
{
	color: #333333;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}




/***********************************************************************************************/
/* Global link styles */
/***********************************************************************************************/

A												{color: #0C6CB7; font-family: helvetica, arial, sans-serif; text-decoration: none;}
A:hover									{color: #073A63; font-family: helvetica, arial, sans-serif; text-decoration: none;}

A.homePg								{color: #333333; font-family: helvetica, arial, sans-serif; text-decoration: none; display:block}
A.homePg:hover					{color: #26A4DE; font-family: helvetica, arial, sans-serif; text-decoration: none;}

A.white									{color: #FFFFFF; font-family: helvetica, arial, sans-serif; text-decoration: none;}
A.white:hover						{color: #B0D3FF; font-family: helvetica, arial, sans-serif; text-decoration: none;}

A.footer								{color: #CCCCCC; font-family: helvetica, arial, sans-serif; font-size: 10px; text-decoration: none;}
A.footer:hover					{color: #FFFFFF; font-family: helvetica, arial, sans-serif; text-decoration: underline;}

A.footerSupport					{color: #E5B62D; font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none;}
A.footerSupport:hover		{color: #FFFFFF; font-family: helvetica, arial, sans-serif; text-decoration: none}


/****** Box Buttons version 1 ******/

#menu
{
width: 217px;
max-width: 217px;
}

#menu a
{
	display: block;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 3px 3px 3px 3px;
	margin: 0px;
	width: 100%;
}

#menu a				{color: #ffffff; background: #751C3C;}
#menu a:hover	{color: #ffffff; background: #933758;}

#menu li			{padding:0; margin:0px 0px 3px 0px; list-style-image: none;}
#menu ul			{padding:0; margin:0; list-style-type: none;}



/****** Box Buttons version 2******/

span.selectedSubNav	
{
	color:#073A63;
	font-weight:bold;
}

#menu2
{
	width: 150px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#menu2 a
{
	display: block;
	color: #0C6CB7;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#menu2 a:hover	{color: #073A63; background: #DFDFDF;}

#menu2 li				{padding:0; margin:0px 0px 4px 0px; list-style-type: none;}

#menu2 ul				{padding:0; margin:0; list-style-type: none;}

#menu2 ul li
{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#menu2 ul ul
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

#menu2 ul ul li
{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: #0C6CB7;
	list-style-type: none;
}

#menu2 p
{
	padding: 0px;
	margin: 0px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}




/****** Box Buttons version Technicon Help ******/

#menuHelp
{
	width: 150px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#menuHelp a
{
	display: block;
	color: #0C6CB7;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
#menuHelp a:hover		
{
	color: #073A63;
	background: #DFDFDF;
}

.menuHelpSelected
{
	color: #073A63;
	background: #DFDFDF;
}

#menuHelp ul
{
	padding:0px 0px 20px 0px;
	margin:0px;
	list-style-type: none;
}
#menuHelp ul li
{
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font-size:13px;
}
#menuHelp ul ul
{
	padding: 0px 0px 8px 15px;
	margin: 0px 0px 0px 0px;
}
#menuHelp ul ul li
{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #0C6CB7;
	list-style-type: none;
	font-size:11px;
}

#menuHelp p
{
	padding: 0px;
	margin: 0px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}




/***********************************************************************************************/
/* Table/Div styles */
/***********************************************************************************************/
table.customDesignRequest
{
	padding:0px; 
	margin:0px;
	width:70%;
}

table.products
{
	/*background-image: url('../images/bgProductsPgListing.jpg'); */
	border-top:1px solid #999999; 
	border-right:1px solid #999999; 
	padding:0px; 
	margin:0px; 
	width:100%;
}

#container1
{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 10px;
}

#container1 form table tr td
{
	margin:0px 0px 0px 0px;
	padding:2px 10px 2px 0px;
}

#container2
{
	border-right:1px dashed #999999;
	border-left:1px dashed #999999;
	margin:0px 10px 0px 10px;
	padding:0px 10px 30px 10px;
}




/***********************************************************************************************/
/* Form Styles */
/***********************************************************************************************/

INPUT.email
{
	border: solid 1px #666666;
	background-color: #ffffff;
	width: 200px;
	color: #333333; 
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	padding: 2px;
}

INPUT.form
{
	border: solid 1px #666666;
	background-color: #ffffff;
	width: 200px;
	color: #333333; 
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	padding: 2px;
}

INPUT.cdr
{
	border: solid 1px #666666;
	background-color: #ffffff;
	color: #333333; 
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	padding: 2px;
}

INPUT.search
{
	border: solid 1px #0C6CB7;
	background-color: #ffffff;
	width: 200px;
	color: #333333; 
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
	padding: 2px;
}

INPUT.searchbox {
	border:solid 1px #CCC;
	background-color:#ffffff;
	width: 150px;
	height: 21px;
	padding: 2px;
	color: #000000; 
	font-size: 11px;
	font-family: helvetica, arial, sans-serif;
}

INPUT.formBtn
{
	/* background-color: #666666;
 color: #FFFFFF;
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
	font-weight: Bold;
	padding: 4px; */
	width: 150px;
}

SELECT
{
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 margin:10px 0px 0px 0px;
}

SELECT.products
{
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 margin:10px 0px 10px 0px;
 width:250px;
}

TEXTAREA
{
 background-color: #ffffff;
	border-bottom: #666666 1px solid;
 border-left: #666666 2px solid;
 border-right: #666666 1px solid;
 border-top: #666666 2px solid;
 color: #000000;
 font-family: helvetica, arial, sans-serif;
 font-size: 10px
}



/***********************************************************************************************/
/* Navigation List Styles */
/***********************************************************************************************/

/* Sub nav */
UL.subnav
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

UL.subnav A				{color: #0C6CB7; font-family: helvetica, arial, sans-serif; text-decoration: none;}

UL.subnav A:hover	{color: #073A63; font-family: helvetica, arial, sans-serif; text-decoration: none; background: #CCCCCC}

UL.subnav LI
{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

UL.subnav UL
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

UL.subnav UL LI
{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: #0C6CB7;
	list-style-type: none;
}



/***********************************************************************************************/
/* General List Styles */
/***********************************************************************************************/
UL.products
{
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


UL
{
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


UL LI
{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}


LI UL
{
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


OL
{
	border: solid 0px black;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


Ol LI
{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}



/***********************************************************************************************/
/* Sitemap List Styles */
/***********************************************************************************************/

UL.sitemap
{
	font-size: 11px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 5px;
	list-style: none;
	list-style-type: none;
}


UL.sitemap LI
{
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 5px;
	list-style: none;
	list-style-type: none;
	background: url("/images/slideBullet.gif") no-repeat 0px 5px;
}


UL.sitemap UL
{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
}


UL.sitemap UL LI
{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 7px;
	list-style: none;
	list-style-type: none;
	background: url("/images/slideBullet.gif") no-repeat 0px 5px;
}

UL.sitemap UL UL
{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
}

UL.sitemap UL UL LI
{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 7px;
	list-style: none;
	list-style-type: none;
	background: url("/images/slideBullet.gif") no-repeat 0px 5px;
}


/***********************************************************************************************/
/* Tree List Styles */
/***********************************************************************************************/

.treelist a:hover {
   color:#333;
}

.on a {
   color:#073A63;
}

.off a {
   color:#0C6CB7;
}