﻿.container {
	width: 953px;
	margin: 0 auto;
	/*background-image: url('grid.png');
	background-repeat: repeat;*/
	padding: 0;
}
.header {
	width: 953px;
	height: 147px;
	overflow: hidden;
}
.contentFull    
{
	width: 953px;
}
.contentLeft {
	float: left;
	padding-right: 4px;
	margin-right: 5px;
	border-right: 1px solid #eee;
	width: 630px;
}
.contentRight {
	float: left;
	width: 313px;
}
.footer {
	width: 953px;
	height: 150px;
	border-top: 1px solid #42432d;
}
.clear {
	clear: both;
}
hr
{
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}
/* NAVIGATION BAR */
.NavBar {
	width: 953px;
	height: 3em;
	margin-bottom: 1.46em;
	background: blue url('../images/navDivBG.jpg') 0 0 repeat-y;
}
#nav {
	margin: 0;
	padding: 0;
	background: url('../images/navBG.png') 0 0 repeat;
	float: left;
	width: 100%;
	border: 1px solid #42432d;
	border-width: 1px 0;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav a:link, #nav a:visited {
	padding: 10px;
	float: left;
	width: 8.16666666666667em;
	border-right: 1px solid #42432d;
	text-decoration: none;
	font: 1em/1em Georgia, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
#nav li:first-child a {
	border-left: 1px solid #42432d;
}
#nav a:hover {
	color: #66ccff;
	background-image: url('../images/navBG.png');
	background-repeat: repeat;
}
#home #nav-home a, #about #nav-about a, #business #nav-business a, #pc #nav-pc a, #laptops #nav-laptops a, #sales #nav-sales a, #design #nav-design a, #contact #nav-contact a {
	color: #fff;
	background: #fff;
	background-image: url('../images/navBG.png');
	background-repeat: repeat;
}
#home #nav-home a:hover, #about #nav-about a:hover, #business #nav-business a:hover, #pc #nav-pc a:hover, #laptops #nav-laptops a:hover, #sales #nav-sales a:hover, #design #nav-design a:hover, #contact #nav-contact a:hover {
	background-image: url('../images/navBG.png');
	background-repeat: repeat;
	color: #66CCFF;
}
#nav a:active {
	background-image: url('../images/navBG.png');
	background-repeat: repeat;
	color: #66CCFF;
}
/* FOOTER NAVIGATION BAR */
#foot {
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
#foot li {
	display: inline;
	padding: 0;
	margin: 0;
}
#foot a:link, #foot a:visited {
	padding: 15px;
	width: auto;
	text-decoration: none;
	font: 1em/1em Georgia, Arial, sans-serif;
	color: #3366CC;
}
#foot a:hover {
	color: #FF6600;
}
#foot a:active {
	color: #66CCFF;
}
#address
{
	padding: 5px;
	position: relative;
	z-index: 3;
	width: 150px;
	height: 200px;
	top: 2em;
	left: 0px;
}
.Leftcol
{
    width: 180px;
}
.Rightcol
{
    width: 250px;
}