/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0px;
}

	body#index {
		background: url(../../images/layout/index-body-bg.png) top repeat-x #fff;
	}
	
	body#clothing,
	body#promotional,
	body#pens,
	body#stationery {
		background: url(../../images/layout/promotional-body-bg.png) top repeat-x #fff;
	}
	
	body#work-wear,
	body#banners {
		background: url(../../images/layout/work-wear-body-bg.png) top repeat-x #fff;	
	}
	
	body#t-shirts {
		background: url(../../images/layout/tshirts-body-bg.png) top repeat-x #fff;
	}
	
	body#lowcost {
		background: url(../../images/layout/lowcost-body-bg.png) top repeat-x #fff;
	}
	
	body#signs,
	body#vehicle,
	body#engraving,
	body#keyrings,
	body#mugs,
	body#contact,
	body#other {
		background: url(../../images/layout/signs-body-bg.jpg)	top repeat-x #fff;
	}

a:link, a:visited, a:focus {
	color: #818181;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #818181;
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-size: 3.2em;
	font-weight: normal;
	color: #002163;
}

h2 {
	font-size: 2.8em;
}

	#contact h2 {
		font-size: 2.0em;	
		padding: 20px 0px 0px 0px;
	}

h3 {
	font-size: 1.3em;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#index #contentContainer {
		width: 960px;
		padding: 600px 0px 0px 0px;
	}
	
	#contentContainer {
		width: 960px;
		padding: 459px 0px 0px 0px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#index #main {
			float: left;
			width: 560px;
		}
		
		#contact #main,
		#other #main {
			float: left;
			width: 720px;
			padding: 0px;
		}
		
		#main {
			float: left;
			width: 720px;
			padding: 0px;
		}
		
		#keyrings #main,
		#mugs #main{
			width: 700px;	
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.3em;
				line-height: 22px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 20px;
			}
			
				#main ul li {
					padding: 4px 0px;
				}
				
		#main .itemGrid {
			width: 220px;
			height: 343px;
			float: left;
			padding: 11px 8px 0px 10px;
		}
		
		#banners #main .itemGrid {
			height: 470px;
		}
		
		#promotional #main .itemGrid {
			margin-top:22px;
		}
		
		#promotional #main .top {
			margin-top:0px;
		}
		
		#pens #main .itemGrid {
			margin-top:22px;
		}
		
		#pens #main .top {
			margin-top:0px;
		}
		
		#stationery #main .itemGrid {
			margin-top:22px;
		}
		
		#stationery #main .top {
			margin-top:0px;
		}
			
		#t-shirts #main .itemGrid {
			margin-top:22px;
		}
		
		#t-shirts #main .top {
			margin-top:-22px;
		}
		
		#clothing #main .itemGrid {
			margin-top:22px;
		}
		
		#clothing #main .top {
			margin-top:0px;
		}
		
			#main .itemGrid img {
				float: left;	
			}
			
			#main .itemGrid h2 {
				font-size: 2.1em;
				color: #e92e2e;
			}
			
			#main .itemGrid a {
				color: #e92e2e;
				text-decoration: none;
			}
	
			#main .itemGrid p {
				font-size: 1.2em;
				line-height: 20px;
			}
			
		#main_phone_cta p {
			width: 620px;
			height: 25px;
			background:#17397d;
			color: #FF1F19;
			padding: 2px 0px 0px 0px;
			font-size: 1.3em;
			text-align: center;
			font-style: italic;
			font-weight: bold;
			margin-top: 20px;
		}
		
			#main_phone_cta p strong {
				font-size: 1.1em;
				font-style: normal;
				color: #D8E9F3;
			}
			
			#main_phone_cta p span {
				color: #fff;	
			}

/* Sidebar Styles
--------------------------------------------------------------- */
		
		#index #sidebar {
			float: right;
			width: 300px;
			padding: 25px 10px 0px 10px;
		}
		
		#sidebar {
			float: right;
			width: 220px;
			padding: 0px 10px 0px 10px;
		}
		
		#contact #sidebar,
		#other #sidebar {
			float: right;
			width: 300px;
			padding: 150px 0px 0px 0px;
		}
		
		#sidebar img.payment {
			padding: 10px 0px 0px 5px;
		}
		
		#banners #sidebar {
			padding: 155px 10px 0px 10px;
		}

/* 3 Column Layout Styles
--------------------------------------------------------------- */

		.layoutColumn {
			width: 300px;
			float: left;
			padding: 20px 10px 20px 10px;
		}
		
		#wideColumn {
			width:620px;
		}
			#wideColumn img {
				margin-right:10px;
			}
		
			.layoutColumn img {
				padding: 0px 0px 15px 0px;
				display: block;
			}
			
			.layoutColumn h2 {
				color: #e92e2e;
				font-size: 2.3em;
				padding: 5px 0px 10px 0px;
			}
			
			.layoutColumn p {
				font-size: 1.2em;
				line-height: 20px;
			}

/* CTA Styles
--------------------------------------------------------------- */
		
		#discount-cta {
			width: 180px;
			height: 132px;
			padding: 40px 0px 0px 0px;
			position: absolute;
			left: -50px;
			top: 130px;
			z-index: 1000;
			text-align: center;
			text-transform: uppercase;
			font-weight: bold;
			color: #ffde00;
			font-size: 1.3em;
			line-height: 1.0em;
			background: url(../../images/layout/discount-cta-bg.png) no-repeat;
		}
		
		#vehicle #discount-cta {
			top: 110px;
		}
		
			#discount-cta p.discounttopLine {
				color: #fff;
				font-size: 3.0em;
				letter-spacing: -1px;
				line-height: 0.8em;
			}
			
			#discount-cta p.discountsecondLine {
				color: #fff;
				font-size: 2.0em;
				letter-spacing: -1px;
				line-height: 0.9em;
			}
			
				#discount-cta p span {
					display: block;
				}
		
		#sb-cta1 {
			width: 288px;
			height: 84px;
			float: left;
			padding: 83px 0px 10px 12px;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/sb-cta1-bg.jpg) no-repeat;
		}
		
			#sb-cta1 p {
				color: #cf0606;
				font-size: 1.8em;
				font-weight: bold;
				line-height: 1.1em;
			}
			
			#index #sb-cta1 p.location {
				font-size:0.9em;
				margin-top:5px;
				color: #817775;
			}
			
		#sb-cta2 {
			width: 300px;
			height: 133px;
			float: left;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/sb-cta2-bg.jpg) no-repeat;
		}
		
			#sb-cta2 p {
				font-size: 1.8em;
				line-height: 1.2em;
			}
			
			#index #sb-cta2 p {
				width:200px;
				margin-top:5px;
			}
			
			#sb-cta2 p.cta2Line1 {
				color: #cf0606;
				padding: 12px 0px 0px 15px;
			}
			
			#sb-cta2 p.cta2Line2 {
				padding: 0px 0px 10px 15px;
			}
			
			#sb-cta2 p.cta2Line3 {
				padding: 0px 0px 0px 78px;
				color: #002163;
			}
			
		#sb-cta3 {
			width: 275px;
			height: 63px;
			float: left;
			padding: 20px 15px 65px 10px;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/sb-cta3-bg.jpg) no-repeat;
		}
		
			#sb-cta3 p {
				color: #001C58;
				font-size: 1.3em;
				font-weight:bold;
				line-height: 1.1em;
				width: 160px;
				padding: 0px 0px 5px 0px;
			}
			
			#sb-cta3 p.catalogue-text {
				font-size:1.7em;
				color:#CF0606;
			}
			
		#sb-cta4 {	
			background: url(../../images/layout/sb-cta4-bg.jpg) no-repeat;
			padding: 10px 10px 20px 10px;
		}
		
			#sb-cta4 p {	
				font-size: 1.5em;
				width: 130px;
				color: #818181;
			}
			
				#sb-cta4 p strong {	
					color: #002160;
				}
			
			#sb-cta4 a {	
				font-size: 0.9em;
				color: #CF0606;
			}
		
		#promo-sb-cta1 {
			width: 220px;
			height: 84px;
			float: left;
			padding: 55px 0px 0px 0px;
			margin: 155px 0px 0px 0px;
			display: inline;
			background: url(../../images/layout/promo-sidebar-cta1-bg.jpg) no-repeat;
		}
		
		#promo-sb-cta3 {
			float: left;
			display: inline;
			background: url(../../images/layout/lowcost_bg.jpg) no-repeat;
			font-size: 1.4em;
			color: #818181;
			padding: 10px 5px 60px 10px;
			margin-top: 30px;
			line-height: 1.6em;
		}
		
		#engraving #promo-sb-cta3,
		#keyrings #promo-sb-cta3,
		#mugs #promo-sb-cta3,
		#vehicle #promo-sb-cta3,
		#signs #promo-sb-cta3 {
			margin-top: 3px;	
		}
		
		#clothing #promo-sb-cta3,
		#t-shirts #promo-sb-cta3,
		#work-wear #promo-sb-cta3 {
			margin-top: 155px;	
		}
		
		#banners #promo-sb-cta3,
		#lowcost #promo-sb-cta3{
			margin-top: 15px;	
		}
			
				#promo-sb-cta3 p strong {	
					color: #62AEE4;
					font-weight: bold;
					font-size: 1.2em;
					font-style: italic;
				}
				
				#promo-sb-cta3 p span {	
					font-size: 1.5em;
					color: #2955a9;
				}
			
			#promo-sb-cta3 a {	
				font-size: 1em;
				color: #ff1f19;
				padding: 0px 0px 0px 65px;
			}
		
		#engraving #promo-sb-cta1, #contact #promo-sb-cta1 {
			margin-top:0px;
		}
		
		#work-wear #promo-sb-cta1 {
			margin-top:160px;
		}
		
		#stationery #promo-sb-cta1 {
			margin-top:155px;
		}
		
		#lowcost #promo-sb-cta1 {
			margin-top:275px;
		}
		
		#keyrings #promo-sb-cta1,
		#mugs #promo-sb-cta1,
		#vehicle #promo-sb-cta1,
		#signs #promo-sb-cta1 {
			margin-top: 20px;
		}
		
		#pens #promo-sb-cta1 {
			margin-top:160px;
		}
		
			#promo-sb-cta1 {
				padding: 75px 0px 0px 0px;
			}
			
			#promo-sb-cta1 p {
				color: #e11d18;
				font-size: 1.5em;
				font-weight: bold;
				line-height: 1em;
				padding: 0px 0px 0px 5px;
			}
			
			#promo-sb-cta1 p.location {
				font-size:1em;
				margin-top:5px;
				color: #5080b1;
			}
				
		#promo-sb-cta2 {
			width: 220px;
			height: 173px;
			float: left;
			display: inline;
			background: url(../../images/layout/promo-sidebar-cta2-bg.jpg) no-repeat;
		}
		
		#work-wear #promo-sb-cta2,
		#keyrings #promo-sb-cta2,
		#mugs #promo-sb-cta2,
		#vehicle #promo-sb-cta2,
		#signs #promo-sb-cta2 {
			display: none;	
		}
		
		#engraving #promo-sb-cta2, 
		#lowcost #promo-sb-cta2,
		#contact #promo-sb-cta2 {
			margin-top:20px;
		}
		
		#clothing #promo-sb-cta2,
		#t-shirts #promo-sb-cta2 {
			margin-top: 40px;
		}
		
		#work-wear #promo-sb-cta2 {
			margin-top:20px;
		}
		
		#promotional #promo-sb-cta2,
		#stationery #promo-sb-cta2 {
			margin-top:30px;
		}
		
		#pens #promo-sb-cta2 {
			margin-top:20px;
		}
		
			#promo-sb-cta2 p {
				font-size: 1.8em;
				line-height: 1.1em;
				font-style: italic;
			}
			
			#promo-sb-cta2 p.procta2Line1 {
				color: #ff1f19;
				padding: 5px 0px 0px 5px;
			}
			
			#promo-sb-cta2 p.procta2Line2 {
				padding: 0px 0px 5px 10px;
			}
			
			#promo-sb-cta2 p.procta2Line3 {
				padding: 0px 0px 0px 65px;
				color: #fff;
			}
			
				#stationary #promo-sb-cta2 {
					margin: 30px 0px 0px 0px;
				}
					
		#signs-sb-cta1 {
			width: 288px;
			height: 58px;
			float: left;
			padding: 67px 0px 0px 12px;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/signs-sidebar-cta1-bg.jpg) no-repeat;
		}
		
			#signs-sb-cta1 p {
				color: #cf0606;
				font-size: 1.6em;
				font-weight: bold;
				line-height: 1.1em;
				float:left;
			}
			
				#signs-sb-cta1 p.location {
					color:#fff;
					font-size:1.3em;
				}
		
		#signs #signs-sb-cta2 {
			display:none;
		}
			
		#signs-sb-cta2 {
			width: 300px;
			height: 140px;
			float: left;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/signs-sidebar-cta2-bg.jpg) no-repeat;
		}
		
			#signs-sb-cta2 p {
				font-size: 2.0em;
				line-height: 1.2em;
			}
			
			#signs-sb-cta2 p.ctaSignsLine1 {
				color: #cf0606;
				padding: 8px 0px 0px 15px;
			}
			
			#signs-sb-cta2 p.ctaSignsLine2 {
				padding: 0px 0px 7px 30px;
			}
			
			#signs-sb-cta2 p.ctaSignsLine3 {
				padding: 0px 0px 0px 16px;
				color: #fff;
			}
			
			#signs-sb-cta2 p.ctaSignsLine4 {
				padding: 0px 0px 0px 76px;
				color: #fff;
			}
			
		#signs-sb-cta3 {
			float: left;	
		}
			
		#banners-sb-cta {
			width: 285px;
			height: 50px;
			float: left;
			padding: 75px 0px 0px 15px;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/banners-sb-cta-bg.jpg) no-repeat;
		}
		
			#banners-sb-cta p {
				color: #fff;
				font-size: 1.6em;
			}
			
		#tshirt-sb-cta1 {
			width: 220px;
			height: 139px;
			float: left;
			display: inline;
		}
		
		#tshirt-sb-cta3 {
			width: 218px;
			height: 148px;
			float: left;
			margin-top: 30px;
		}
		
		#work-wear #tshirt-sb-cta3 {
			margin-top: 15px;
		}
		
/* Header Styles
--------------------------------------------------------------- */

#logo {
	width: 230px;
	height: 61px;
	float: left;
}

#header {
	width: 960px;
	height: 100px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}
	
	#header p {
		float: right;
		text-align: right;
		font-size: 1.3em;
		color: #817775;
		padding: 10px 0px 0px 0px;
		width: 500px;
	}
		
		#header p span.headerLocation {
			color: #002163;
			padding: 0px 0px 0px 10px;
			font-weight: bold;
		}
		
		#header p span.headerTel {
			color: #dd0909;
			font-size: 1.3em;
			font-weight: bold;
		}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 59px;
	z-index: 15;
	position: absolute;
	left: 0px;
	top: 68px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				padding: 10px 16px 10px 16px;
				border-right: 1px solid #D8D6D7;
				color: #002163;
				text-decoration: none;
				text-transform: uppercase;
				text-align: center;
				font-size: 1.0em;
				line-height: 1.1em;
				display: block;
			}
			
				#navigation ul li a span {
					display: block;
				}
				
				#navigation ul li a.promotional-a,
				#navigation ul li a.clothing-a {
					background: url(../../images/layout/subnav_arrow.jpg) right center no-repeat; 
					padding: 10px 27px 10px 16px;
				}

				#navigation ul li a.contact-a {
					border-right: none;
				}				

				#navigation ul li a:hover {
					background: #002163;
					color: #fff;
				}
				
#index #navigation .index-a,
#promotional #navigation .promotional-a,
#pens #navigation .pens-a,
#vehicle #navigation .vehicles-a,
#signs #navigation .signs-a,
#clothing #navigation .clothing-a,
#t-shirts #navigation .t-shirts-a,
#stationery #navigation .stationery-a,
#banners #navigation .banners-a,
#engraving #navigation .engraving-a,
#contact #navigation .contact-a {
	color: #ff1d17;
}

.subnav-clothing,
.subnav-promotional {
	position:absolute;
	left:236px;
	top:33px;
	list-style:none;
	display:none;
	font-size: 0.9em;
}

.subnav-promotional {
	left: 68px;
}

	.subnav-clothing li a,
	.subnav-promotional li a {
		float:left;
		clear: both;
		border-right:none;
		border:solid 1px #9f9f9f;
		width:72px;
		background:#f4fcff;
		padding:0px 5px 0px 5px;
		text-decoration:none;
		text-align:center;
	}
	
	.subnav-promotional li a {
		width: 134px;	
	}
	
		.subnav-clothing li a:hover,
		.subnav-promotional li a:hover {
			background:#fff;
		}

/* Header Bar Styles
--------------------------------------------------------------- */

#header-bar {
	width: 960px;
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 0px;
}

	#header-bar-left {
		width: 460px;
		float: left;
	}
	
		#header-bar-left img {
			float: left;
		}
	
	#header-bar-right {
		width: 480px;
		float: right;
	}
	
		#index #header-bar-right p.headLine {
			color: #ff1d17;
			font-size: 4.1em;
			text-align: right;
			line-height: 1.0em;
			padding: 80px 0px 20px 0px;
		}
		
		#header-bar-right p.headLine {
			color: #ff1d17;
			font-size: 4.1em;
			text-align: right;
			line-height: 1.0em;
			padding: 55px 0px 5px 0px;
		}
		
			#header-bar-right p.headLine span,
			#header-bar-right p.subLine span {
				display: block;
			}
			
		#index #header-bar-right p.subLine {
			color: #5a5a5a;
			font-size: 1.6em;
			text-align: right;
		}
		
		#contact #header-bar-right p.contact-details {
			color: #5a5a5a;
			text-align: right;
			font-size: 1.3em;
			line-height: 1.3em;
			padding: 0px 0px 15px 0px;
		}
		
		#header-bar-right p.subLine {
			color: #5a5a5a;
			font-size: 1.6em;
			text-align: right;
			padding: 0px 0px 25px 0px;
		}
		
		#hbar-brochure-cta {
			width: 400px;
			height: 126px;
			float: right;
			position: relative;
			border-right: 10px solid #fff;
			background: url(../../images/layout/hbar-brochure-cta-bg.jpg) no-repeat;
		}
		
			#hbar-brochure-cta p {
				color: #817775;
				font-size: 1.5em;
			}
			
			#hbar-brochure-cta p.brochure-line1 {
				position: absolute;
				top: 20px;
				left: 15px;
			}
			
			#hbar-brochure-cta p.brochure-line2 {
				position: absolute;
				top: 39px;
				left: 20px;
				color: #002163;
				font-size: 2.9em;
			}
			
			#hbar-brochure-cta p.brochure-line3 {
				position: absolute;
				top: 78px;
				left: 15px;
			}
			
				#hbar-brochure-cta a {
					color: #ff1e18;
					text-decoration: none;
				}
				
				#hbar-brochure-cta a:hover {
					text-decoration: underline;
				}

/* Index Red Bar Styles
--------------------------------------------------------------- */

#product-bar {
	width: 960px;
	height: 121px;
	position: absolute;
	z-index: 10;
	top: 459px;
	left: 0px;
	background: #ccc;
	float:left;
}

	a.product-box {
		width: 240px;
		height: 121px;
		float: left;
		text-align: right;
		color: #fff;
		position: relative;
		display:block;
		cursor:pointer;
		text-decoration:none;
	}
	
		.product-box1 {
			background: url(../../images/layout/index-rbar-bg1.jpg) no-repeat;
		}
		
			.product-box1:hover {
				background-position: 0px -121px;
			}
		
		.product-box2 {
			background: url(../../images/layout/index-rbar-bg2.jpg) no-repeat;
		}
		
			.product-box2:hover {
				background-position: 0px -121px;
			}
		
		.product-box3 {
			background: url(../../images/layout/index-rbar-bg3.jpg) no-repeat;
		}
		
			.product-box3:hover {
				background-position: 0px -121px;
			}
		
		.product-box4 {
			background: url(../../images/layout/index-rbar-bg4.jpg) no-repeat;
		}
		
			.product-box4:hover {
				background-position: 0px -121px;
			}
		
			.product-box p {
				font-size: 2.4em;
				position: absolute;
				top: 30px;
				right: 12px;
				text-decoration:none;
				color:#fff;
			}
			
				.product-box1 p,
				.product-box3 p {
					font-size: 1.8em;
					position: absolute;
					top: 15px;
					right: 12px;
					line-height: 1.0em;
					width: 120px;
				}
				
					.product-box3 p span {
						display: block;	
					}
			
			.product-box .click {
				font-size: 1.3em;
				position: absolute;
				top: 71px;
				right: 17px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			
				.product-box1 .click,
				.product-box3 .click {
					padding: 3px 0px 0px 0px;	
				}
			
				.product-box p.click:hover {
					text-decoration: underline;
				}

/* Footer Styles
--------------------------------------------------------------- */

#outerFooter {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 960px;
	color: #818181;
	margin: 0px auto;
	border-top: 1px solid #002163;
	padding: 20px 0px 20px 0px;
	font-size: 1.2em;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #002163;
		padding: 3px 5px 10px 5px;
		font-size: 1.8em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #818181;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #818181;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 270px;
		margin: 0px;
	}
	
		#footer .subnav {
			display:none;
		}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 160px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 180px;
	}
	
		#footer #footer-address h2 {
			width: 170px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 960px;
		margin: 20px 0px 0px 0px;
		text-align: center;
	}
	
		#footer #footer-bottom p {
			line-height: 14px;
			padding: 2px 5px;
		}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 10px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 0px 15px;
}

/* Zooming Slideshow Styles
--------------------------------------------------------------- */

#zooming-slideshow{
	width: 500px;
	height: 300px;
	background:#999999;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}
