/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: 2px;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		#Chooseyourdrives {
	text-align: left;
	padding-left: 5px;
	font-size: 42px;
	font-weight: bolder;
	color: #03509f;
	font-family: Arial, Helvetica, sans-serif;
		}
		#ServerBuildBusiness {
	text-align: left;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fca355;
		}
		#pcStoreSearch {
	text-align: left;
	padding-left: 5px;	
		}
		
		#pcStoreSearchMain {
	text-align: left;
	padding-left: 5px;	
	font-size: 18px;
	color: #999999;
		}
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}
		
		#homebanner {
			border: none;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 900px;
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
	width: 130px;
	text-align: left;
	vertical-align: top;
	margin-left: 2px;
		}
	
		#pcCenter {
	width: 770px;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: top;

		}
	
		#pcRight {
			width: 160px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #C9DAD1;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
	color: #0066CC;
	text-decoration: none;
	vertical-align: top;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}
		#pcMenu {
	position: relative;
	bottom: auto;
	width: auto;
	padding-top: 0px;
	height: auto;
	top: 200px;
	right: 300px;
	margin: auto;
	left: 0px;
		}
/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
	background-color: #FFFFFF;
	font-size: 11px;
	color: #666666;
	padding: 5px;
	position: relative;
		}
				
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
		#pcFooterHeader {
	color: #000;
	font-weight: bolder;
			
		}
/* ================================================================ 
LEFT SIDEBAR CSS MENU

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/breadcrumb.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu, .menu ul {padding:0; margin:0; list-style:none;}
.menu {
	width:165px;
	height:245px;
	background:#fcfcfc;
	border:1px solid #ddd;
	border-width:1px 1px 1px 1px;
	position:relative;
	z-index:300;
}
.menu table {border-collapse:collapse; padding:0; margin:0 0 0 0; width:0; height:0; font-size:1em;}
.menu ul {position:absolute; left:-9999px;}

.menu li {
	width:165px;
	/*height:42px;*/
	float:left;
	/*border-right:1px solid #ddd;*/
	vertical-align:middle;
	color:#000000;

}

.menu li.separator {border-bottom-style: dashed; border-bottom-color:#CCCCCC; border-width:thin;}
.menu li.separator_top {border-top-style: dashed; border-top-color:#CCCCCC; border-width:thin; border-bottom-style: dashed; border-bottom-color:#CCCCCC; border-width:thin;}

.menu li h2 {display:block; width:100%; height:24; line-height:24px; text-decoration:none; font-size:12px; font-family:"lucida grande", arial, sans-serif; text-indent: 5px; float:left; margin: 0px; padding:0px; font-weight:bold;}

.menu li a {display:block; width:100%; height:18px; line-height:1em; color:#000000; text-decoration:none; font-size:12px; font-family:"lucida grande", arial, sans-serif; text-indent: 17px; float:left; }
.menu li a h2{display:block; width:100%; height:18px; line-height:1em; color:#000000; text-decoration:none; font-size:12px; font-family:"lucida grande", arial, sans-serif; text-indent: 17px; float:left; margin: 0px; padding:0px; font-weight: normal; }
.menu li a h2:visited{color:#000000;}
.menu li a h2:hover{position:relative; color:#06f; cursor:pointer;}

.menu li.indent a {text-indent: 27px;}

.menu li.sub a {background:url(images/vcssmenuarrow.gif) no-repeat 150px center;}
.menu li.sub a:hover {background:url(images/vcssmenuarrow-hov.gif) no-repeat 150px center; color:#06f;}
.menu li:hover.sub > a {background:url(images/vcssmenuarrow-hov.gif ) no-repeat 150px center; color:#06f;}

.menu li.sub a b {display:block; color:#06f; font-weight:normal;}

.menu li:hover {position:relative;}

.menu li.intellogo {background:url(images/intelminilogo.gif) no-repeat 1px center;}
.menu li.amdlogo {background:url(images/amdminilogo.gif) no-repeat 1px center;}

/*Controls size of submenus & cusor position to trigger next tier flyout*/
.menu :hover ul,
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{width:165px; height:auto; left:157.5px; top:-1px; background:#fcfcfc; border:1px solid #ddd; border-width:1px 1px 1px 1px;}

/*controls size of menus tier*/
.menu :hover ul ul,
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul
{left:-9999px; width:100%; height:auto; border-width:1px 1px 1px 1px;}

.menu :hover ul li,
.menu :hover ul li a
{width:100%; height:18px; line-height:18px; text-indent:10px; float:none;}
/*
.menu :hover ul li.sub a,
.menu :hover ul :hover ul li.sub a,
.menu :hover ul :hover ul :hover ul li.sub a,
.menu :hover ul :hover ul :hover ul :hover li.sub a,
.menu :hover ul :hover ul :hover ul :hover ul :hover li.sub a
{background:url(images/vcssmenuarrow.gif) no-repeat 150px center; color:#777;}

.menu :hover ul li.sub a:hover,
.menu :hover ul :hover ul li.sub a:hover,
.menu :hover ul :hover ul :hover ul li.sub a:hover,
.menu :hover ul :hover ul :hover ul :hover ul li.sub a:hover
{background:url(images/vcssmenuarrow-hov.gif) no-repeat 150px center; color:#06f;}
.menu :hover ul li.sub:hover > a,
.menu :hover ul :hover ul li.sub:hover > a,
.menu :hover ul :hover ul :hover ul li.sub:hover > a,
.menu :hover ul :hover ul :hover ul :hover ul li.sub:hover > a
{background:url(images/vcssmenuarrow-hov.gif) no-repeat 150px center; color:#06f;}
*/
.menu :hover ul li a,
.menu :hover ul :hover ul li a,
.menu :hover ul :hover ul :hover ul li a,
.menu :hover ul :hover ul :hover ul :hover ul li a,
.menu :hover ul :hover ul :hover ul :hover :hover ul li a
{background:#fcfcfc; /*color:#06f;*/}

.menu :hover ul li a:hover,
.menu :hover ul :hover ul li a:hover,
.menu :hover ul :hover ul :hover ul li a:hover,
.menu :hover ul :hover ul :hover ul :hover ul li a:hover,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul li a:hover
{background:#fcfcfc; color:#06f;}

.menu li.sub a b,
.menu :hover li.sub a b,
.menu :hover ul :hover li.sub a b,
.menu :hover ul :hover ul :hover li.sub a b,
.menu :hover ul :hover ul :hover ul :hover li.sub a b,
.menu :hover ul :hover ul :hover ul :hover ul :hover li.sub a b
{display:block; color:#06f; font-weight:normal;}

.menu li.sub a.selected b,
.menu :hover ul li.sub a.selected b,
.menu :hover ul :hover ul li.sub a.selected b,
.menu :hover ul :hover ul :hover ul li.sub a.selected b,
.menu :hover ul :hover ul :hover ul :hover ul li.sub a.selected b,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul li.sub a.selected b
{display:block; background:#fcfcfc; color:#06f; font-weight:normal;}

.ISO {
	padding:0px 0px 0px 5px;
}

/*Visual Specifications for "Contact a Representative Button"*/
.sidebutton{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 165px;
	height:120px;
	background:url(images/sidebutton-background.jpg) center no-repeat;
	border: 0px;
}

.sidebutton table{
	border-collapse:collapse;
	padding:0;
	margin:0 0 0 0;
	width:0px;
	height:0;

}

.sidebutton a{
	height:120px;
	width:165px;
	position:relative;
	z-index:500;
	display:table-cell;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}

.sidebutton a:hover{
	color:#FFFFFF;
}

.sidebutton a:visited{
	color:#FFFFFF;
}

.sidebutton a span.l1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.2em;
}

.sidebutton a span.l2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 1.2em;
}

.sidebutton a span.l3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:200;
}

.sidebutton a span.l4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight:bold;

}

.sidebutton a:hover span.l4{
	text-decoration:underline;

}

