@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Abel|Acme|Crushed|Cabin+Sketch);

body {
	margin: 0 auto;
	font-family: 'Crushed', sans-serif;
	color: #34495E;
	font-size: 36px;
}

#header {
	width: 100%;
	height: 135px;
	text-align: center;
	font-size: 32px;
	background-color: #162d50;
	border-bottom: 3px solid #95A5A6;
	margin: 40px auto 20px;
	padding: 0;
}


#fullWidthWrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#header #headerLeft {
	width: 400px;
	height: 100%;
	float: left;
}

a {
	text-decoration: none;	
}

a:hover {
	border-bottom: 1px solid;
}

/*LOGO*/
#logo { 
	font-family: 'Cabin Sketch', cursive; 
	font-size: 48px; 
	width: 435px;
	color: #ECF0F1;
	position: relative;
	top: 35px;
	text-align: left;
}
#logo #iwant {
	font-size: 44px;
	width: 130px;
	font-style: italic;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	word-spacing: -6px;
	color: #BDC3C7;
}
#logo #somethingcustomprinted {
	width: 350px;
	line-height: 40px;
	float: right;
	margin: -77px 0 0 0;
	clear: both;
}
#logo #somethingcustomprinted #something { letter-spacing: -1px; }
#logo #somethingcustomprinted #custom { letter-spacing: 14px; color: #E67E22; }
#logo #somethingcustomprinted #printed { letter-spacing: 12px; }

#logo #somethingcustomprinted a {
	color: inherit;
	border: none;
}

#header #headerMiddle {
	width: 190px;
	height: 125px;
	padding: 20px 20px;
	float: left;
	color: #34495E;
	background-color: #ECF0F1;
	border-right: 2px solid #E67E22;
	border-left: 2px solid #E67E22;
	border-bottom: 3px solid #95A5A6;
	position: relative;
	top: -15px;
	font-size: 34px;
	line-height: 35px;
	box-shadow: -24px 0px 34px -23px black;
}

#header #headerMiddle:before {
	position: absolute;
	float: left;
	content: "";
	top: 0px;
	left: -26px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0px 0px 12px;
	border-color: #BDC3C7 transparent transparent transparent;
	margin: 0 0 -0 0;
	z-index: 1;
	border-top: 15px solid transparent;
	border-right: 12px solid #BDC3C7;
}

#header #headerMiddle:after {
	position: absolute;
	float: left;
	content: "";
	bottom: -3px;
	left: -14px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0px 0px 12px;
	border-color: #BDC3C7 transparent transparent transparent;
	margin: 0 0 -0 0;
	z-index: 1;
}

#header #headerMiddle .emailContact {
	position: absolute;
	bottom: 0;
	left: 9px;
	font-size: 16px;
	line-height: 16px;
	color: rgba(52, 73, 94, 0.72);
}

#header #headerRight {
	width: 250px;
	height: 113px;
	float: left;
	margin-right: 10px;
	margin-left: 45px;
	padding: 10px;
	position: relative;
	top: -65px;
	font-size: 40px;
}

#header #headerRight .wrapper {
	position: relative;
	top: 35px;
	left: 2px;
}

#header #headerRight .callus {
	font-size: 20px;
	margin: 29px 0 -9px -122px;
}

#header #headerRight .phone {
	font-weight: 800;
}

#header #headerRight .phone a {
	font-size: 40px;
	color: #34495E;
	text-underline: none;
}

#header #headerRight .hours {
	font-size: 16px;
	margin: -8px 0 0 54px;	
}

#header #headerRight .contactAndAbout {
	margin-top: -136px;	
}

#header #headerRight .contactAndAbout a {
	font-size: 16px;
	color: #BDC3C7;
	text-shadow: none;	
}

#middleDot {
	display: inline-block;
	position: relative;
	top: 8px;
	color: #BDC3C7;
	text-shadow: none;	
}

#middle {
	width: 960px;
	margin: 0 auto;
}

#fullWidth {
	margin: 20px 0;
	padding: 20px;
	clear: both;
}

#leftSide {
	width: 638px;
	min-height: 1000px;
	background-color: #ECF0F1;
	display: inline-block;
	border-right: 2px solid #E67E22;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#rightSide {
	width: 320px;
	min-height: 1000px;
	background-color: #BDC3C7;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#header p {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}

/*misc*/
.divider { 
	color: #E67E22;
	margin: 0 0px;
	font-family: monospace;
}

.bubble {
	background-color: #E67E22;
	width: 246px;
	height: 125px;
	border-radius: 130px/65px;
	position: relative;
	z-index: 2;
}

.bubble:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-right: 86px solid transparent;
	border-bottom: 36px solid #E67E22;
	position: absolute;
	left: -27px;
	bottom: 14px;
}

.bubbleShadow {
	background-color: #ECF0F1;
	width: 246px;
	height: 125px;
	border-radius: 130px/65px;
	position: relative;
	z-index: 1;
	top: -123px;
	right: -1px;
}

.bubbleShadow:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-right: 86px solid transparent;
	border-bottom: 36px solid #ECF0F1;
	position: absolute;
	left: -27px;
	bottom: 15px;
}

/*colors*/
.tan { color: #D4C3A0; }
.carrot { color: #E67E22; }
.midnightBlue { color: #2C3E50; }
.wetAsphalt { color: #34495E; }
.clouds { color: #ECF0F1; }
.silver { color: #BDC3C7; }
.concrete { color: #95A5A6; }
.asbestos { color: #7F8C8D; }

h1, h2, h3 {
	color: #2C3E50;
	font-size: 48px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h1+p, h2+p {
	margin: -6px 0 20px 0;
}

h1.productCopy {
	margin: 0 0 20px 0;	
}

p {
	font-family: 'Abel', sans-serif; 
	font-size: 18px;
	color: #222;
	margin: 0;
	padding: 0;
}

/*Slideshow*/
#slides {
	width: 480px;
	display: none;
	position: relative;
	overflow: visible !important;
	margin-top: 20px;
	float: left;
}

#slides .slidesjs-previous {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-family: monospace;
	font-size: 58px;
	background-color: #BDC3C7;
	width: 58px;
	height: 58px;
	line-height: 59px;
	text-decoration: none;
	color: #2C3E50;
	text-indent: -6px;
	z-index: 3;
	text-align: center;
	border-bottom: 2px solid #93989B;
}

#slides .slidesjs-next {
	position: absolute;
	right: 0;
	bottom: 0px;
	font-family: monospace;
	font-size: 58px;
	background-color: #BDC3C7;
	width: 58px;
	height: 58px;
	line-height: 59px;
	text-decoration: none;
	color: #2C3E50;
	text-indent: 3px;
	z-index: 3;
	text-align: center;
	border-left: 1px solid #D3D5D6;
	border-bottom: 2px solid #93989B;
	border-top-right-radius: 2px;
}

.promo {
	background-color: #2980B9;
	color: #ECF0F1;
	width: 480px;
	margin-top: -80px;
	float: left;
	text-align: center;
	line-height: 20px;
	padding: 20px 0 13px;
}

.promo span {
	font-size: 14px;
}

.contactForm {
	margin: -7px 0 0 40px;
	float: left;
	width: 400px;
	text-align: center;	
}

.contactForm h1 + p {
	margin-bottom: 0;	
}

.contactForm .contentHeader {
	background-color: #BDC3C7;
	border-radius: 12px/7px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 5px 0 10px;
	position: relative;
	top: 27px;
	box-shadow: inset 0px -2px 5px -2px #7F8C8D;
}

.contactForm form {
	background-color: #ECF0F1;
	border-radius: 12px/7px;
	border-left: 1px solid #C8D2D5;
	width: 400px;
	height: 335px;
	padding: 30px 0 2px;
}

.contactForm form input {
	padding: 3px;
	color: #222;	
}

.contactForm form p {
	padding: 15px 20px 5px;
	line-height: 30px;
	text-align: justify;
}

.contactForm form #details {
	padding: 3px;
	color: #222;
	border: 2px inset;
	width: 350px;
	height: 65px;
	margin: 10px 5px 5px 2px;
}

.contactForm form #submit {
	background-color: #E67E22;
	border: none;
	border-radius: 12px/3px;
	width: 145px;
	line-height: 30px;
	font-size: 20px;
	color: #ECF0F1;
	-moz-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 3px 1px -1px #7F8C8D;
	-webkit-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 3px 1px -1px #7F8C8D;
	box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 3px 1px -1px #7F8C8D;
	cursor: pointer;
}

.contactForm form #submit:hover {
	-moz-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 2px 1px -1px #7F8C8D;
	-webkit-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 2px 1px -1px #7F8C8D;
	box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 2px 1px -1px #7F8C8D;
	position: relative;
	top: 2px;
}

#contactUs {
	background-color: #E67E22;
	border: none;
	border-radius: 12px/3px;
	line-height: 30px;
	font-size: 24px;
	color: #ECF0F1;
	-moz-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 3px 1px -1px #7F8C8D;
	-webkit-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 3px 1px -1px #7F8C8D;
	box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 3px 1px -1px #7F8C8D;
	cursor: pointer;
	float: left;
	padding: 10px 20px;
	font-weight: bold;
	margin-left: 145px;
}

#contactUs:hover {
	-moz-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 2px 1px -1px #7F8C8D;
	-webkit-box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 2px 1px -1px #7F8C8D;
	box-shadow: inset 0 3px 0 -1px #F19F56,inset 0 -2px 0 0 #C56B1B,0px 2px 1px -1px #7F8C8D;
	position: relative;
	top: 2px;
}

#contactUs a {
	color: inherit;
}

#headerMiddle .icon {
	float: left;
	margin: 6px 6px;
	cursor: pointer;
}

#headerMiddle .mug {
	background: url(/art/productIcons3.png) -125px -142px;
	width: 35px;
	height: 32px;
}	

#headerMiddle .tshirt {
	background: url(/art/productIcons3.png) -125px -183px;
	width: 32px;
	height: 32px;
}

#headerMiddle .phone {
	background: url(/art/productIcons3.png) -125px -225px;
	width: 21px;
	height: 35px;
}

#headerMiddle .licensePlate {
	background: url(/art/productIcons3.png) -125px -267px;
	width: 51px;
	height: 32px;
}

hr {
	border-bottom: 1px solid #BDC3C7;
	border-top: none;
	clear: both;
	margin: 20px 0px 50px;
}

#middle .iconWrapper {
	float: left;
	margin: 20px 30px;
	text-align: center;
}

#middle .iconWrapper a { 
	color: #E67E22;
	font-size: 16px;
}

#middle .icon {
	cursor: pointer;
}

#middle .icon + a {
	font-family: 'Abel', sans-serif; 
	font-size: 18px;
	position: relative;
	top: 10px;
}
	

#middle .icon p {
	font-family: 'Acme', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #ECF0F1;	
}

#middle .icon a {
	color: #ECF0F1;	
	text-decoration: none;
	border: none;
}

#middle .mug {
	background: url(/art/productIcons3.png) -0px -0px;
	width: 154px;
	height: 139px;
	position: relative;
	top: 27px;
	margin-bottom: 40px;
}

#middle .mug + a {
	margin-right: 34px;
}

#middle .mug p {
	position: relative;
	top: 28px;
	left: 7px;
	width: 106px;
}

#middle .tshirt {
	background: url(/art/productIcons3.png) -0px -455px;
	width: 169px;
	height: 179px;
}

#middle .tshirt p {
	position: relative;
	top: 50px;
	left: 34px;
	width: 95px;
}

#middle .phone {
	background: url(/art/productIcons3.png) -0px -140px;
	width: 106px;
	height: 177px;
	position: relative;
	top: 8px;
	margin-bottom: 2px;
}

#middle .phone p {
	position: relative;
	top: 55px;
	left: 4px;
	width: 96px;
}

#middle .phone + a {
	left: -20px;	
}

#middle .licensePlate {
	background: url(/art/productIcons3.png) 0px -328px;
	width: 204px;
	height: 119px;
	position: relative;
	top: 29px;
	margin-bottom: 60px;
}

#middle .licensePlate p {
	position: relative;
	top: 42px;
	left: 19px;
	width: 166px;
	color: #162D50;
}

#middle .licensePlate p a {
	color: #162D50;
}

img.feature {
	float: left;
	margin: 20px 10px 40px 0;
	width: 221px;
}

img.feature + p {
	float: left;
	width: 390px;
	margin: 20px 0px 20px 40px;
	line-height: 23px;
}

#middle .products {
	
}

#middle .product {
	width: 174px;
	background-color: #BDC3C7;
	border-radius: 3px;
	padding: 5px;
	text-align: center;
	margin: 20px 35px 20px 0;
	display: inline-block;
}

#middle .product .icon {
	margin: 20px 10px !important;
	top: 0px;
}

#middle .product .description {
	font-size: 16px;
	width: 150px;
	margin: 5px 0 5px 12px;
}

#middle .product .buy {
	width: 150px;
	margin: 5px 0 5px 12px;
	line-height: 32px;
	font-family: 'Acme', sans-serif;
	font-size: 18px;
	color: white;
	background-color: #F39C12;
	border-radius: 3px;
}

.floatBlock {
	width: 480px;
	margin-top: 20px;
	float: left;	
}

#footer {
	width: 100%;
	height: 500px;
	background-color: #2C3E50;
	color: #E67E22;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	top: 40px;
}

#footer h3, #footer h4 {
	color: #ecf0f1;
	font-size: 34px;
	font-weight: 400;
	margin: 0;
}

#footer p {
	color: #ecf0f1;
}

#footer .floatBlock a {
	font-size: 20px;
	color: #2980B9;
}

#footer .floatBlock ul {
	margin: 0;
	padding: 0;
}

#footer .floatBlock ul li {
	list-style-type: none;
	height: 30px;
	font-family: 'Abel', sans-serif;
}

#footer .social {
	width: 340px;
	padding: 20px 20px;
	float: left;
	color: #34495E;
	background-color: #2980B9;
	border-right: 2px solid #7F8C8D;
	border-left: 2px solid #7F8C8D;
	border-bottom: 3px solid #95A5A6;
	border-top: 3px solid #95A5A6;
	position: relative;
	top: -102px;
	font-size: 40px;
	box-shadow: inset 0px 0px 73px -6px #0E334B;
	margin-top: 35px;
}

#footer .social h4 {
	font-weight: bold;	
}

#footer .social .addthis_toolbox.addthis_default_style {
	float: left;
	margin: 0 40px 0 0;
}

#footer .social a {
	border: none;
	color: #ECF0F1;
	display: block;
	font-size: 20px;
	margin: 10px 0;
}

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_counter.addthis_pill_style {
	padding: 0;
	float: none;
	line-height: 0px;
	display: block;
}

.addthis_counter.addthis_pill_style {
	height: initial;
	margin: 0!important;
}

a.addthis_counter.addthis_pill_style.addthis_nonzero {
  height: 30px;
}

#credits {
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #A7A7A7;
	float: left;
	margin: 30px 0 0;
	width: 100%;
}

#credits a {
	color: inherit;	
}

.imageLink {
	border: none;
	float: right;
	padding-right: 60px;
}

.imageLink:hover {
	border: none;
}

/*Restyle for Phones*/
@media screen and (max-width: 480px) {
	
	body, html { overflow-x:hidden; }
	
	body {	
		max-width: 320px;
	}
	
	#header {
		margin-top: 0px;
	}
	
	#fullWidthWrapper {
		width: 320px;
	}
	
	#header #headerLeft {
		float: none;
		margin: 0 0 0 -43px;
	}
	
	#logo {
		left: 5px;
	}
	
	#header #headerMiddle {
		top: 3px;
		width: 276px;
		height: 250px;
	}
	
	#headerMiddle .icon {
		margin: 6px 15px;
	}
	
	#header #headerRight {
		width: 221px;
		margin-right: 0;
		margin-left: 0;
		top: -196px;
		left: 25px;
		height: 0;
	}

	#header #headerRight a {
		color: #34495E;
	}
	
	#middle {
		width: 100%;
	}
	
	#fullWidth {
		padding: 20px 5px;
	}
	
	.promo {
		margin-top: 15px;
	}
	
	#footer {
		height: 770px;
	}
	
	#footer .social {
		top: 0;
	}

	#slides {
		width: 320px;
		overflow: hidden;
		margin-left: -5px;
	}
	
	.contactForm {
		margin: 0px 0 0 -5px;
		width: 320px;
	}
	
	.contactForm form {
		width: 320px;
		height: 400px;
	}
	
	.contactForm form #details {
		width: 270px;
	}
	
	.promo {
		width: 310px;
		line-height: 40px;
		padding: 20px 0 0px;
	}
	
	#middle .iconWrapper {
		margin: 20px auto;
		width: 212px;
	}
	
	#footer .social {
		width: 265px;
	}
	
	img.feature {
		width: 310px;
	}
	
	img.feature + p {
		width: 310px;
		margin: 20px 0px 20px 0px;
	}
	
	#contactUs {
		margin-left: 85px;
		margin-bottom: 20px;
	}
	
	.imageLink {
		float: none;
		border: none;
		display: block;
	}
	
	
}








