﻿/* CSS Document */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #bcbcbc;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#pagecolour {
	background-image:url(../images/homepage/redbg.gif);
	background-repeat:repeat-x;
	background-position:0 134px;
	margin: 0;
}
#pagecolourxmas {
	background-image:url(../images/promos/christmas_bg.gif);
	background-repeat:repeat-x;
	background-position:50% 134px;
	margin: 0;
}
#pagecolouryellow {
	background-image:url(../images/homepage/yellowbg.gif);
	background-repeat:repeat-x;
	background-position:0 134px;
	margin: 0;
}
#pagecolourgreen {
	background-image:url(../images/homepage/greenbg.gif);
	background-repeat:repeat-x;
	background-position:0 134px;
	margin: 0;
}
#pagecolourblue {
	background-image:url(../images/homepage/bluebg.gif);
	background-repeat:repeat-x;
	background-position:0 134px;
	margin: 0;
}
#pagecolourlblue {
	background-image:url(../images/homepage/lbluebg.gif);
	background-repeat:repeat-x;
	background-position:0 134px;
	margin: 0;
}
#pagecolourpurple {
	background-image:url(../images/homepage/purplebg.gif);
	background-repeat:repeat-x;
	background-position:0 134px;
	margin: 0;
}
#Compleo {
	background-image:url(../images/homepage/topbg.gif);
	background-repeat:repeat-x;
	margin: 0;
}
#backgroundbottom {
	background-image: url(../images/homepage/bottombg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin: 0;
}
#sdcsc {
	
	BOTTOM: 25px;	
	POSITION: absolute;	
}

#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

img {
    border:0;
}
/*   Header  */
#compheader {
	height:134px;
	margin:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo {
	padding:10px 0 0 0;
	margin:0;
}
#utilitylinks {
	float:right;
	width:280px;
	margin:10px 0 0 0;
	height:20px;
	text-align:right;
}
#utilitylinks ul {
	height:20px;
	padding:0 10px;
	margin:0;
}
#utilitylinks ul li {
	display:inline;
	color:#FFFFFF;
	margin:0;
}
#utilitylinks ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}
#compmainnav {
	margin:10px 0 0 15px;
	text-align:center;
}
#compmainnav ul {
	margin:0;
	padding:0;
}
#navtabs {
	list-style: none;
	padding: 0;
	height: 29px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#menuHolder1 li {
	float: left;
	padding: 6px 0 7px 14px;
	margin-right: 1px;
	font-weight:bold;
}
#menuHolder1 li a {
	padding: 8px 14px 8px 0;
	height: 29px;
	color:#FFFFFF;
	text-decoration:none;
}
#menuHolder1 li a:hover {
	padding: 8px 14px 8px 0;
	color:#BBBBBB;
	text-decoration:none;
}
#menuHolder1 li.current-cat {
	background: #d51920 url(../images/homepage/leftcorner.png) no-repeat left top;
	color:#FFFFFF;
}
#menuHolder1 li.current-cat a {
	background: #d51920 url(../images/homepage/rightcorners.png) no-repeat right top;
	color: #FFFFFF;
	text-decoration:none;
}
#menuHolder1 li.current-cat a:hover {
	background: #d51920 url(../images/homepage/rightcorners.png) no-repeat right top;
	color: #FFFFFF;
	text-decoration:none;
}
#adbanner {
	height:271px;
	padding:0;
	margin:0;
}
/*   Sidebar Navigation  */

#SideNavBarVisible {
	padding:0;
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0;
	padding-top:0;
}
#SideNavBarHidden {
    display:none;
}
#SideNavBarVisible ul {
	margin:5px 0 0 23px;
	padding:0;
}
#SideNavBarVisible ul li {
	margin:5px 8px 10px 8px;
	color:#ed1c24;
	list-style-type:disc;
}

#SideNavBarVisible ul li a {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#SideNavBarVisible a:link {
	color: #666666;
	text-decoration: none;
}
#SideNavBarVisible a:visited {
	color: #666666;
	text-decoration: none;
}
#SideNavBarVisible a:hover {
	color: #ed1c24;
}
#SideNavBarVisible a:active {
	color: #ed1c24;
	text-decoration: none;
}
#compcontent {
	background-color:#FFFFFF;
	padding:10px 0 10px 0;
	margin:0;
}
/*   Main Content  */

#contentHolder{
    background-color:#FFFFFF;
}

#TwoColumns {
	margin: 0 0 0 200px; /* the right and left margins on this div element creates the left column on the side of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:dotted #CCCCCC 4px;
	background-color:#FFFFFF;
}
#mainContentNoColumns {
	margin: 0 0 0 0; /* the right and left margins on this div element creates the left column on the side of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
}
p {
	margin:0;
	padding:5px;
	color:#666666;
	line-height:16px;
}
#content {
	width:100%;
	overflow:hidden;
}

/*   Footer  */

#compfooter {
	padding: 0;
	background:#bcbcbc;
	text-align:center;
	color:#FFFFFF;
	margin:0;
	height:50px;
}
#compfooter p {
	margin: 0;
	padding: 10px 0;
	color:#FFFFFF;
}
#compfooter a {
	margin: 0;
	padding: 10px 0;
	color:#FFFFFF;
}
#compfooter ul {
	margin:0;
	padding:5px;
}
#compfooter li {
	display:inline;
}
.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;
}
/*   Headers   */

h1 {
	padding:0px 5px 5px 5px;
	color: #d51920;
	text-transform:uppercase;
	font-weight:bolder;
	margin:0;
	font-size:20px;
	font-style:normal;
}
h2 {
	padding:10px 5px 5px 5px;
	color: #444444;
	text-transform:uppercase;
	font-weight:bolder;
	margin:0;
	font-size:18px;
	font-style:normal;
}
h3, h4, h5, h6 {
	color: #444444;
	text-transform:uppercase;
	padding:10px 5px 5px 5px;
	margin:0;
	font-style:normal;
}
h3 {
	font-size:16px;
	font-style:normal;
}
h4 {
	font-size:14px;
	font-style:normal;
}
h5 {
	font-size:12px;
	font-style:normal;
}
h6 {
	font-size:11px;
}
/*   Table Styles  */

table {
	width:100%;
	color:#666666;
	margin:5px 0 5px 0;
}
th {
	background-color:#ed1c24;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:5px;
}
.odd td {
	background-color: #eeeeee;
	padding:5px;
}
.even td {
	background-color:#dddddd;
	padding:5px;
}
/*   List Styles   */

li {
	line-height:16px;
}

#content ul li {
    list-style-image:url(../images/homepage/bullet.gif);
}

/*   Link Styles   */

a.read-more{
	color: #d51920; padding:5px 10px 5px 0; font-weight:bold; background-image:url(../images/General/linkarrow.gif); background-position:right; background-repeat:no-repeat;
}
a:link {
	color: #d51920;
}

a:visited {
	color: #d51920;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #d51920;
}
