@charset "utf-8";
/* CSS Document */

/*Divs*/
#TopBanner {
	position: relative;
	float: center;
	width: 800px;
	height: 100px;
	background: url(../Images/Banner.jpg)
}
#CenterContent {
	position: relative;
	float: center;
	width: 800px;
	height: 580px;
  	margin: 0 auto;
	padding: 0px;
	/*border: 1px solid #666;*/
	background: green;
}
#LeftMenu {
	position: relative;
	float: left;
	width: 164px;
	height: 480px;
  	margin: 0 auto;
	padding: 0px;
	/*border: 1px solid #666;*/
	background: url(../Images/Left%20Col%20Background.JPG)
}

#MainContent {
	position: relative;
	float: right;
	width: 636px;
	height: 480px;
	margin: 0 auto;
	padding: 0px;
	/*background-color: #0F0;*/
	background: red;
}

#Product {
	position: relative;
	float: left;
	width: 212px;
	height: 240px;
  	margin: 0 auto;
	padding: 0px;
	/*background-color:#F03;*/
	background: white;
}
#Footer {
	position: relative;
	float: center;
	width: 800px;
	height: 40px;
  	margin: 0 auto;
	padding: 0px;
	/*border: 1px solid #666;*/
	/*background: black;*/
	background: none;
}

/*Text*/
#FooterLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66b5ff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#FooterLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#FooterNonLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66b5ff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#ShoppingCartText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	left: 16px;
	color: #black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#FooterCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #00ff00;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*LeftNav*/

#SearchSiteGraphic {
	position: relative;
	float: left;
}

#SSLGraphic {
	position: relative;
	top: 25px;
}

#ShoppingCart {
	position: relative;
	float: left;
	top: 40px;
	height: 50px;
}

#ShoppingCartTextContainer {
	position: relative;
	top: 25px;
	left: 10px;
}

#ComputersGraphic {
	position: relative;
	float: left;
	top: 45px;
}
