@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCC;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(Images/Sidebar.png);
	background-repeat: repeat-y;
} 
.thrColFixHdr #container a {
	color: #322099;
	text-decoration: none;
}

.thrColFixHdr #container a:hover {
	color: #322099;
	background-color: #CCC;
}

.thrColFixHdr #top {
	background-color: #CCC;
	height: 5px;
}

.thrColFixHdr #header {
	height: 150px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
	background-image: url(Images/Cables_Plus_header_20121119.png);
} 
#topnav {
	background-color: #330099;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	height: 30px;
	padding-left: 160px;
}
.thrColFixHdr #container #topnav a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #322099;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.thrColFixHdr #container #topnav a:hover {
	color: #322099;
	background-color: #CCC;
}


.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	height: 130px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 17px;
	line-height: normal;
	list-style-type: square;
}
.thrColFixHdr #sidebar1 a {
	color: #FFF;
}
.thrColFixHdr #sidebar a:hover {
	color: #CCC;
	background-color: #322099;
}
.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 0px;
	top: 0px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	background-color: #330099;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #309;
	padding-top: 7px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.thrColFixHdr #container #bottomnav a {
	color: #FFF;
}
.thrColFixHdr #container #bottomnav a:hover {
	color: #309;
	background-color: #CCC;
	text-decoration: none;
}

h1 {
	color: #000066;
	font-size: 24px;
}
h2 {
	color: #CC0000;
	font-size: 18px;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	font-size: 16px;
}
