/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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:		#023325;

	/*	Default text styles	----------------------------*/
	font-family:			arial,helvetica,sans-serif;
	color:					#7f8183;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#005930;
	text-decoration:		none;
}

a:hover
{
	
}

/*---------------------------------------------------------------------------------------------------------
//	Southworth Products structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					900px;
}

#header
{
	height: 119px;
	overflow: hidden;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo
{
	margin-left: 112px;
	margin-top: 23px;
}

table#body
{
	background-color: white;
	border-collapse:		collapse;
	width: 900px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width: auto;
	padding: 38px 30px 30px 27px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear: both;
	margin: 0px;
	padding: 0;
	line-height: 2.0em;
	background-image: url(/images/footer_bg.jpg);
	color: #005930;
	height: 19px;
}

#footertable
{
	width: 900px;
	border-collapse: collapse;
}

#footertable td
{
	margin: 0px;
	padding: 3px 1em 0 1em;
	font-family: verdana,arial,sans serif;
	font-size: 0.7em;
	color: #005930;
	font-weight: bold;
	vertical-align: top;
	line-height: 1em;
}

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

	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				1.4em;
}

h1 a,h1 a:hover
{
	color: #005930;
}

h2
{
	margin:					0em;
	padding:				0px;
	
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.85em;

}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
}

.bodytext .bodytext
{
	font-size: 1em;
}

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:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					352px;
	padding:				20px;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			verdana,sans serif;
	font-size:				0.65em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.producttable
{
	border:					2px solid #F2EDE1;
	border-collapse:		collapse;
	empty-cells:			show;
}

table.producttable caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		#F7F4ED;
}

tr.r1
{
	background-color:		white;
}

table.producttable th,
table.producttable td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			verdana,arial,sans serif;
}

table.producttable th#th1
{
	border-left:			2px solid #F2EDE1;
}

table.producttable th
{
	vertical-align:			bottom;
	background-color:		#F2EDE1;
	font-weight:			normal;
	font-size:				0.70em;
	border-left:			2px solid white;
}

table.producttable td
{
	vertical-align:			top;
	font-size:				0.68em;
	border-left:			2px solid #F2EDE1;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	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:					200px;
	border-top:				1px solid white;
	border-bottom:			none;
	background-color:		#E7BE02;
}

ul.submenublock
{
	background-color:		#236551;
}

/*	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 white;
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	color:					white;
}

.menublock a:hover,
.submenublock a:hover,
.menublock a.highlight
{
	background-color:		#236551;
}

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

/*	Menu item mouseover	*/
a.showsub:hover,
.menublock 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;
}

/*	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;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

/*	Misc custom css */
img.leftimage
{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.floatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.floatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.productimage
{
	margin-bottom: 1em;
}

h2#productnumber
{
	position: relative;
	top: -.5em;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				1.4em;

	display: inline;
	padding: 2px 5px 2px 5px;
	background-color: #005930;
	color: white;
	width: auto;
	margin-bottom: 1em;
}

div.optiongroup
{
	background-color: #f2ede1;
	padding: 5px 15px 10px 15px;
}

img.instock
{
	vertical-align: text-bottom;
}

#searchblock
{
	float: right;
	padding-right: 30px;
	padding-top: 3px;
}

#searchblock input.textfield
{
	width: 120px;
	margin-right: 10px;
}

#searchblock input
{
	font-size: .7em;
}

table.data td.bodytext
{
	padding-right: 45px;
}

table.data td.bodytext img
{
	margin-bottom: .5em;
}

