@charset "UTF-8";

/* Table Elements */

body
{
	margin: 0;
	background-image: url(/images/Body_Background.jpg);
	background-repeat: repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

p
{
	line-height:130%;
}

a
{
	color: #333;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

table
{
	border-collapse:collapse;
}

th
{
	background:#333;
	border:1px solid #eee;
	padding:5px;
	color:#EEE;
}

td
{
	border:1px solid #eee;
	padding:5px;
}

#Swatches
{
	 overflow:auto;
	 text-align:center; 
	 border:none; 
	 width:200px;
	 height:220px;
	 float:left;
}

table
{
	border-collapse:collapse;
}




h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

img
{
	border:none;
}

ul
{
	padding-left: 20px;
	margin-top: 0px;
}

li
{
	margin-bottom: 3px;
	font-size: 12px;
}





/* Body Elements */

#Body_Holder
{
	width: 100%;
	background-color: #FFF;
	padding-top: 20px;
	overflow: auto;
}
 
#Body_Main_Holder
{
	width: 1000px;
	min-height: 400px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	overflow:auto;
}

#Body_Main
{
	width: 800px;
	float: right;
	overflow:auto;
}

#Body_LineBreak
{
	clear: both;
	width: 100%;
	border-top: 1px dotted #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
}
	

#Body_Bottom
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow:auto;
}

#DisplaySelection
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 800px;
	overflow:auto;
	border-bottom: thin solid #CCC;
}

#ProductList
{
	width: 245px;
	position: relative;
	float:left;
	padding-right:21px;
	padding-bottom: 5px;
}

#Thumbnail
{
	width: 250px;
	height: 100px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}


/* Sidebar Elements */

h1.SideBar
{
	margin:0px;
	font-size:16px;
	color: #FFF;
	margin-bottom:20px;
}

h2.SideBar
{
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 2px;
}


ul.SideBar
{
	margin: 0px;
	margin-left: 0px;
	margin-top:3px;
}

li.SideBar
{
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 4px;
	padding-right: 10px;
	list-style: disc;
}

li.SideBar2
{
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 4px;
	margin-left: 10px;
	list-style: square;
	padding-right:10px;
}



/* Series Elements */

#Quicklinks
{
	padding: 15px;
	margin-bottom: 20px;
	width: 765 px;
	overflow:auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid thin #999;
	clear:both;
}

#QuicklinkMenu
{
	width: 350px;
	float: left;
	padding: 5px;
	padding-left: 0px;
	font-size: 12px;
}

h2.Quicklinks
{
	padding: 0px;
	margin: 0px;
	color: #FFF;
}

a.Quicklinks
{
	color: #006;
	text-decoration: none;
}

a:visited.Quicklinks
{
	color: #666;
}

a:hover.Quicklinks
{
	color: #CCC;
}

/* Specification List Elements */

table.Specifications
{
	border-collapse:collapse;
	clear:both;
	margin-top: -10px;
}

tr.Specifications
{
	border-bottom:thin dotted #CCC;
}

td.Specifications
{
	border: none;
	text-align:left;
	margin:0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Footer Elements */

#Footer_Holder
{
	width: 100%;
	background-color:#000;
	font-size: 11px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: 1px dotted #999;
}

#Footer
{
	width: 1000px;
	text-align: right;
	color: #FFFFFF;
	padding-top:15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}

a.Legal
{
	color: #6600CC;
}

a:hover.Legal
{
	color: #FFFFFF;
}

