@charset "UTF-8";
body  {
	background: #ffffff;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 253px; /* 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 */
	padding: 20px 0 40px 17px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 10px;
}
#maincontent {
	margin: 0 285px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 17px 30px 17px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
} 
#footer { 
	height: 150px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	background-image: url(/assets/footer-bg.gif);
	background-repeat: no-repeat;
} 
#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 */
}
.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;
}
#innerwrap {
	width: 950px;
	float: left;
	background-color: #ffffff;
} 

/**************************************
* Header Design
***************************************/

#header {
	height:152px;
	width:950px;
	background-image: url(/assets/header-bg.gif);
	background-repeat: repeat-x;
}

#header h1 {
	height:152px;
	width:570px;
	background: url(assets/logo_main.gif) no-repeat;
	display:block;
	float:left;
	margin: 0;
}

#header h1 a {
	height:152px;
	width:570px;
	background: url(assets/logo_main.gif) no-repeat;
	display:block;
	float:left;
}

#header h1 span {
	display: none; 
}

#header div#right1 {
	height:70px;
	width:360px;
	padding:6px 10px 6px 0 ;
	float:right;
	font-size: 90%;
}

#header div#right2 {
	height:20px;
	width:146px;
	padding:6px 15px 6px 0;
	float:right;
	background-image: url(/assets/phone-number.gif);
	background-repeat: no-repeat;
}

#header div#right2 span {
	display: none; 
}

#shortbasket {
	height:18px;
	padding: 3px 10px 3px 30px;
	float:right;
	color:#fff;
	font-size:12px;
	background-image: url(/assets/basket-bg.gif);
	background-repeat: no-repeat;
}

#shortbasketcontainer {
	height:24px;
	padding-right: 8px;
	float:left;
	margin-top: 0px;
	background-image: url(/assets/basket-bg-end.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#header ul {
	float:right;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#header ul li{
	list-style: none;
	display:inline;
	padding:0;
}

#header ul li a{
	text-decoration:underline;
	font-size:100%;
	color:#ff0000;
	background:url(assets/topnav_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
	margin:0 5px 0 5px;
}

#header ul li a:hover{
	text-decoration:none;
}

/**************************************
* Vertical Top Navigation
***************************************/

#navcontainer {
	width: 940px;
	padding: 0 0 0 10px;
	background-color: #333333;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navcontainer ul {
	float:left;
	padding:6px 0 6px 0;
	margin:0px;
}

#navcontainer ul li{
	list-style: none;
	display:inline;
	padding:0;
}

#navcontainer ul li a{
	text-decoration:none;
	font-size:90%;
	color:#ffffff;
	padding:0 20px 0 5px;
	margin:0 5px 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#navcontainer ul li a:hover{
	text-decoration:underline;
}



/**************************************
* Header Images etc
***************************************/

#homeheader {
	height:240px;
	width:950px;
	background-image: url(/assets/home-header.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 11px;
}

.intro {
	padding: 55px 0 0 17px;
	width: 340px;
}

.welcome {
	font-size: 120%;
	color: #FF0000;
}

#catheader {
	height:130px;
	width:400px;
	float: left;
	margin-bottom: 11px;
}

#flames {
	height:130px;
	width:550px;
	background-image: url(/assets/flames-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 11px;
}


/**************************************
* Main Content Area
***************************************/

#maincontent a {
	color: #ff0000;
	text-decoration: underline;
}

#maincontent a:hover {
	color: #ff0000;
	text-decoration: none;
}

#maincontent h1 {
	color: #ff0000;
	font-size: 120%;
	margin: 0 0 15px 0;
}

#maincontent h2 {
	color: #ff0000;
	font-size: 120%;
	margin: 0 0 15px 0;
}

#maincontent h3, #maincontent h4, #maincontent h5 {
	color: #ff0000;
	font-size: 100%;
	margin: 0 0 10px 0;
}

#sidebar1 h2 {
	color: #ff0000;
	font-size: 100%;
	margin: 0 0 10px 0;
}

#sidebar1 a {
	color: #ff0000;
	text-decoration: underline;
}

#sidebar1 a:hover {
	color: #ff0000;
	text-decoration: none;
}





/**************************************
* Footer Content
***************************************/

.footercontent {
	color: #666666;
	padding: 40px 0px 0px 17px;
	font-size: 90%;
}

.footercontent a {
	color: #ff0000;
	text-decoration: underline;
}

.footercontent a:hover {
	color: #ff0000;
	text-decoration: none;
}

