@charset "utf-8";
/* Horton Print */

body, table, td, tr, ul, li, ol, blockquote, div, p, a, br, h1, h2, h3, h4, h5, form, label, text {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../images/body-background.gif);
	background-position: top;
	background-color: #FFF;
	background-repeat: repeat-x;
	text-align: center;
}

#mainContainer {
	width: 1090px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Header Section */

#headerBack {
	width: 100%;
	height: 397px;
	background-image: url(../images/header-back.gif);
	text-align: center;
}

#header {
	width: 981px;
	height: 397px;
	background-color: #ff0000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	width: 216px;
	height: 122px;
	background-image: url(../images/logo.gif);
	position: absolute;
	top: 60px;
	left: 20px;
}

.top {
	position: absolute;
	height: 49px;
	width: 100%;
	background-image: url(../images/menu-back.gif);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
}

#logo h1 {
	display: none;
}

#logo a {
	height: 122px;
	width: 216px;
	display: block;
}

.phone {
	width: 200px;
	float: left;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 16px;
}

/* Main Menu Items */

#mainMenu {
	height: 49px;
	float: right;
	display: block;
	text-align: center;
	margin-left: 10px;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
}

#mainMenu ul {
	list-style: none;
	display: block;
}

#mainMenu ul li {
	display: inline;
	float: left;
}

#mainMenu ul li a {
	color: #fff;
	text-decoration: none;
	height: 33px;
	display: block;
	padding-top: 16px;
}

#mainMenu ul li:hover a {
	background-color: #000;
	}

#mainMenu ul li a:hover, #mainMenu ul li a.active {
	background-color: #000;
}

#mainMenu ul ul {
	display: none;
}

#mainMenu ul li:hover ul {
	display: block;
}

#mainMenu ul ul li {
	background-color: #000;
	width: 157px;
	text-align: left;
	position: relative;
}

#mainMenu ul ul li a {
	height: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border-top-style: solid;
	border-top-color: #999;
	border-top-width: 3px;
}

#mainMenu ul li ul li a:hover {
	color: #999;
}

#mainMenu ul li:hover ul li {
	display: block;
	position: relative;
}
	
.menuA {
	width: 70px;
}

.menuB {
	width: 110px;
}

.menuC {
	width: 90px;
}

.menuD {
	width: 80px;
}

.menuE {
	width: 70px;
}

.menuF {
	width: 70px;
}

.menuG {
	width: 100px;
}

.menuH {
	width: 100px;
}

.menuI {
	width: 80px;
}

.custSub {
	width: 90px;
	height: 33px;
}

	/* Header Background images */
	
	.home {
		background-image: url(../images/home-banner.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	
	.testimonials {
		background-image: url(../images/testimonials-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.contact {
		background-image: url(../images/contact-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.customers {
		background-image: url(../images/cutomers-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.portfolio {
		background-image: url(../images/portfolio-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.design {
		background-image: url(../images/design-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.performance {
		background-image: url(../images/performance-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.printing {
		background-image: url(../images/printing-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.delivery {
		background-image: url(../images/delivery.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	.speed {
		background-image: url(../images/speed-banner.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
#strapHome {
	position: absolute;
	bottom: 50px;
	left: 40px;
	text-align: left;
	width: 400px;
}

#strapHome h2 {
	font-size: 46px;
	line-height: 1em;
	color: #fff;
}

#strapTestimonials {
	position: absolute;
	bottom: 50px;
	left: 40px;
	text-align: left;
	width: 300px;
}

#strapTestimonials h2 {
	font-size: 46px;
	line-height: 1.1em;
	color: #fff;
}

#strapSpeed {
	position: absolute;
	bottom: 50px;
	left: 40px;
	text-align: left;
	height: 150px;
}

#strapSpeed h2 {
	font-size: 46px;
	line-height: 1.6em;
	color: #fff;
}

/*  Main Body Style  */

#bodyBackground {
	width: 100%;
	background-image: url(../images/copy-background.gif);
	text-align: center;
	min-height: 660px;
}

#mainBody {
	width: 981px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#mainCopy {
	width: 616px;
	float: left;
	margin-left: 78px;
	margin-top: 19px;
	text-align: left;
}

/* Home Page Elements */

#homeBoxes {
	width: 616px;
	float: left;
	margin-left: 78px;
	margin-top: 19px;
	text-align: left;
	height: 322px;
}

#homeBoxes h2 {
	background-color: #000;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	padding-left: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#homeBoxes p {
	padding-top: 169px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 20px;
	background-image: url(../images/latest-news-back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#homeBoxes a {
	color: #ff0000;
	text-decoration: none;
}

.boxLeft {
	border-bottom-color: #ff0000;
	border-bottom-width: 22px;
	border-bottom-style: solid;
	margin-bottom: 18px;
	text-align: left;
	height: 322px;
	width: 296px;
	float: left;
	background-image: url(../images/profession-background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 42px;
}

.homeRight {
	border-bottom-color: #ff0000;
	border-bottom-width: 22px;
	border-bottom-style: solid;
	margin-bottom: 18px;
	text-align: left;
	height: 322px;
	width: 300px;
	float: right;
	background-image: url(../images/testimonial-image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 42px;	
}

#homeCopy {
	margin-left: 78px;
	margin-right: 76px;
	margin-top: 28px;
	clear: both;
	text-align: left;
	padding-bottom: 40px;
}

#homeCopy h1 {
	font-size: 200%;
	color: #ff0000;
	padding-bottom: 10px;
}
	
#homeCopy p {
	padding-bottom: 6px;
}

#homeCopy img {
	float: right;
	margin-left: 29px;
	margin-top: 10px;
}
	
	/* Main Copy Styles */
	
	#mainCopy h1 {
		font-size: 200%;
		color: #ff0000;
		padding-bottom: 15px;
	}
	
	#mainCopy h2 {
		font-size: 160%;
		color: #ff0000;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	#mainCopy p {
		padding-bottom: 6px;
		font-size: 120%;
	}
	
	.bodyImage {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	#mainCopy ul, #mainCopy ol {
		margin-left: 30px;
	}
	
	#mainCopy ul li {
		padding-bottom: 6px;
		font-size: 12px;
		font-size: 120%;
	}
	
	#mainCopy ol li {
		padding-bottom: 6px;
		font-size: 12px;
		padding-top: 6px;
		font-size: 120%;
	}
	
	#mainCopy a {
		color: #ff0000;
		text-decoration: none;
	}
	
	#mainCopy a:hover {
		text-decoration: underline;
	}
	
	#mainCopy h3 {
		font-size: 140%;
		color: #ff0000;
		padding-bottom: 6px;
		padding-top: 6px;
	}
		
.clear {
	clear: both;
}

/* Right Hand Column */

#rightColumn {
	width: 300px;
	float: right;
	margin-right: 76px;
	margin-top: 19px;
}

	/* Latest News */
	
	#latestNews {
		border-bottom-color: #ff0000;
		border-bottom-width: 22px;
		border-bottom-style: solid;
		margin-bottom: 18px;
		background-image: url(../images/latest-news-back.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		text-align: left;
		height: 322px;
	}
	
	#latestNews h2 {
		background-color: #330000;
		color: #fff;
		font-size: 150%;
		font-weight: bold;
		padding-left: 9px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#latestNews h2 a {
			color: #fff;
			text-decoration: none;
	}

	#latestNews h3 {
		font-size: 150%;
		font-weight: normal;
		padding-left: 9px;
		padding-top: 8px;
		padding-bottom: 5px;
	}
	
	#latestNews h3 a {
		color: #ff0000;
		text-decoration: none;
	}
	
	#latestNews p {
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 9px;
	}
	
	#latestNews a {
		color: #ff0000;
		text-decoration: none;
	}
	
	/* Testimonials */
	
	#testimonials {
		border-bottom-color: #ff0000;
		border-bottom-width: 22px;
		border-bottom-style: solid;
		background-image: url(../images/testimonial-image.jpg);
		background-repeat: no-repeat;
		background-position: 0px 42px;
		text-align: left;
		margin-bottom: 20px;
	}
	
	#testimonials h2 {
		background-color: #000;
		color: #fff;
		font-size: 150%;
		font-weight: bold;
		padding-left: 9px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#testimonials p {
		padding-top: 169px;
		padding-left: 9px;
		padding-right: 9px;
		padding-bottom: 30px;
		background-image: url(../images/latest-news-back.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}

/*  footer  */

#footer {
	height: 163px;
	width: 100%;
	background-image: url(../images/footer.gif);
	text-align: left;
}

.address {
	width: 180px;
	color: #fff;
	font-size: 80%;
	float: left;
	margin-left: 240px;
	margin-top: 15px;
}

#bottomMenu {
	width: 440px;
	height: 100px;
	float: right;
	margin-right: 100px;
	display: block;
	margin-top: 15px;
}

#bottomMenu ul {
	list-style: none;
}

#bottomMenu ul li {
	line-height: 1em;
}

#bottomMenu a {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}

#bottomMenu a:hover {
	text-decoration: underline;
}

.bottomMenus {
	width: 115px;
	display: inline;
	float: right;
	margin-left: 30px;
}

/* Contact Us Page */

.map {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

.maplink {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

#terms {
	margin-bottom: 40px;
}

#terms ul {
	list-style: none;
}

#terms ol {
	list-style-type: lower-alpha;
}

/* Contact */

#contact {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
	}
#contact label {
	width: 100px;
	text-align: right;
	margin-top: 3px;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
}
#contact span {
	float: left;
	padding-top: 7px;
	font-size: 110%;
	font-weight: bold;
	margin-left: 14px;
	}
#contact input{	
	margin: 4px 0 4px 10px;
	background: #ffffff;
}
#contact textarea {
	text-align: left;
	margin-left: 10px;
	height: 50px;
	margin: 4px 0 4px 10px;
}
#contact radio {
	margin: 0;
	padding: 0;
	}
/* Portfolio */
.portSection {
	padding-bottom: 25px;
	border-bottom: solid 1px #FD4F51;
	}
#portfolio img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
#portfolio a {
	color: #ff0000;
	text-decoration: none;
	}
#portfolio a:hover {
	text-decoration: underline;
	}
	
#pdf {
	width: 150px;
	float: right;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
	}
#pdf h3 {
	font-size: 120%;
	color: #ff0000;
	background-color: #fff;
	}
#pdf a {
	text-decoration: none;
	}
#pdf a:hover {
	text-decoration: underline;
	}

