/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/
.ys_primary{ background:#cc0000;color:#ffffff;font:bold 12px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:0px;}

body {
	background-color: #ffffff;
	background-image: url('http://ep.turbifycdn.com/ca/I/ultraspec-llc_2252_5042')

	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	margin: 0;
	color: #000000;
	background-repeat: repeat-x;
}
tr td { valign: top; }

#bodycontent {float:right; width:850px;} /* 150 + 610 = 760 */ /* The Min-width is needed for Moz to stretch the bodycontent that is shrinkwrapping content due to floats. This is only necessary on pages without Tables in the contents. Min-width breaks Opera's layout so Width:100% is used instead of Min-width. */

#bodyshell {background-color:#ffffff; border-left:150px solid #eeeeee; float:left; zoom:1; margin:0;*position:relative;} /*Left Column Color*/ /* Background color is needed to counter an IE rendering bug that erases the left column bgcolor */ /* float:left is needed in Moz to handle extra wide cntent that breaks the width */ /* Left/Right Margin was removed due to expanded content errors in Moz, this was used to push the nav/content area in to match the mock-up */ /* position:relative is needed to fix bug in IE that caused the navigation bar to push out over the main content*/

#brandmark {float:left; font:normal 12px Arial, Helvetica, sans-serif; 
width:1000px;
height:115px;} /* 510 + 250 = 760 */


#container {margin:0 auto; text-align:left; width:1000px; border:solid 1px #330099; background-color: #ffffff;} /* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */ 

*:first-child+html #bodyshell { width:150px; }

#contents .vertical-seperator{border-right:0px solid #ffffff;}


#nav-product {_display:inline; float:left; margin-left:-150px; overflow:hidden; position:relative; width:150px; z-index:100;} /* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */

/* navigation bar padding (4 sides Top Right bottom Left) etc */
#nav-product ul li a {border-bottom:1px solid #cccccc; color:#0067a2; display:block; font-weight:bold; font-size:11px; height:18px; margin:0; min-height:17px; padding:6px 4px 4px 15px; text-decoration:none;width:150px;}

html>body #nav-product a {height:auto;}

#nav-product ul li a:hover {background-color:#330099; color:#ffffff;}

#nav-product li {margin:0;}

#nav-product ul {list-style:none;}

 * html #nav-product ul li a {  /* make hover effect work in IE */
	width: 150px;
}
#htmltop, #htmlbottom, #htmltop a, #htmlbottom a{padding:5px;color:#000000}

#nav-product ul li a{width:150px; background-color: #eeeeee;}

* html #nav-product ul li a{width:150px; height:25; overflow:hidden; background-color: #eeeeee; overflow:hidden;}

* html #nav-product { overflow:visible; width:150px; }

#mytable table {
	float:none;
	
};
