/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		rgb(34,85,119);
}

#header
{
}

img#illustraton
{
	position:				absolute;
	top:					72px;
	left:					0px;
}

#contentarea
{
	background-color:		rgb(221,221,204);
}

table#body
{
	width:					760px;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				20px;
	padding-left:			156px;
	padding-top:			40px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					15px;
	line-height:			18pxm;
	font-family:			arial,verdana,sans serif;
	font-size:				11px;
	color:					white;
}

#footer a
{
	color:					white;
	text-decoration:		underline;
}

#footer .divider
{
	padding:				0px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;

	font-family:			Times New Roman, Times, Serif;
	font-size:				23px;
	color:					rgb(34,85,119);
	font-weight:			normal;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					rgb(34,85,119);
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			Times New Roman, Times, Serif;
	font-size:				18px;
	color:					rgb(34,85,119);
	font-weight:			normal;
	cfont-weight:			bold;
}

h2 a,h2 a:hover
{
	text-decoration:		none;
	color:					rgb(34,85,119);
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			18px;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					black;
}

.inlinetitle
{
	font-family:			Times New Roman, Times, Serif;
	font-size:				23px;
	color:					rgb(34,85,119);
}

/*	Same properties except different line-height	*/
.bodytext,.bodytext2
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					rgb(68,68,68);
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.4em;
}

.userinfo
{
	margin-bottom:			10px;
	padding:				0px;
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					white;
	padding:				7px 15px;
	width:					150px;
	margin-top:				30px;
	border:					1px solid white;

	background-color:		rgb(34,85,119);
}

.cartwidget
{
	margin-bottom:			40px;
	padding:				0px;
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					white;
	padding:				7px 15px;
	width:					150px;
	margin-top:				10px;
	border:					1px solid white;
	display:				block;

	background-color:		rgb(34,85,119);
}
.userinfo input,
.cartwidget
{
	margin-top:				10px;
	font-size:				13px;
}

a
{
	text-decoration:		none;
	color:					rgb(153,51,51);
}

a:hover
{
	color:					rgb(102,34,34);
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				13px;
	font-style:				italic;
	line-height:			18px;
	color:					rgb(153,51,51);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	IImage positioning ( image only )
//-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

img.left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Image positioning with caption block
//-------------------------------------------------------------------------------------------------------*/
.caption-left,.caption-right
{
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	width:					200px;
	padding:				5px 0px;

	line-height:			18px;
	font-family:			verdana,arial,sans serif;
	font-size:				13px;
}

.caption-left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

.caption-right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	
}

table.data th
{
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				13px;
	color:					black;
}

table.data td
{
	text-align:				center;
	
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					rgb(68,68,68);

	padding-bottom:			10px;
	padding-left:			12px;
	padding-right:			12px;
}

/*---------------------------------------------------------------------------------------------------------
//	Products Data
//-------------------------------------------------------------------------------------------------------*/
table.products
{
	
}

table.products th
{
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				13px;
	color:					black;
}

table.products td
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					rgb(68,68,68);
	padding-right:			10px;
	white-space:			nowrap;
}

table.products td input
{
	font-size:				13px;
}

/*---------------------------------------------------------------------------------------------------------
//	Cart Data
//-------------------------------------------------------------------------------------------------------*/
table.cart
{
	border:				1px solid black;
}

table.cart th
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					white;
	padding-right:			10px;
	white-space:			nowrap;
	background-color:		black;
	text-align:				left;
	padding:				4px;
}

table.cart td
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			18px;
	font-family:			Times New Roman, Times, Serif;
	font-size:				13px;
	color:					rgb(68,68,68);
	padding-right:			10px;
	white-space:			nowrap;
	padding:				4px;
}

table.cart td input
{
	font-size:				13px;
}

table.cart tr.item0
{
	background-color:		#DDDDCC;
}

table.cart tr.item1
{
	background-color:		#C4C4B2;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
	text-decoration:		none;
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	--------------------*/
	width:					140px;
	border-top:				1px solid rgb(204,204,204);
	border-bottom:			none;
	background-color:		rgb(238,238,238);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					21px;
	border-bottom:			1px solid rgb(204,204,204);
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		rgb(153,51,51);
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Developer positioning tools
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#poslabel
{
	position:				absolute;
	display:				none;
	z-index:				1000;
	background-color:		rgb(238,238,238);
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	padding:				5px 3px;
	border:					1px solid rgb(153,51,51);
}

#grid
{
	position:				absolute;
	display:				none;
	z-index:				500;
	top:					0px;
	left:					0px;
	width:					100%;
	height:					0px;
	background-image:		url(/images/grid.gif);
	border:					1px solid black;
}

